Morris Jobke
|
062769ab61
|
Remove noisy Log/Debug message
|
2013-08-08 16:39:33 +02:00 |
Robin Appelman
|
fb40d9e1e6
|
Merge branch 'master' into groups
|
2013-07-23 22:06:03 +02:00 |
Bart Visscher
|
971a3fd124
|
Early errors (in base.php) don't have session available
|
2013-07-16 22:37:32 +02:00 |
Robin Appelman
|
a735105a22
|
update group management
|
2013-07-10 00:06:22 +02:00 |
shkdee
|
4a480e4f53
|
Update user.php
Fixes $_setupedBackends[] into self::$_setupedBackends[] so that setuped backends are REALLY remembered and not instanciated many times.
|
2013-06-18 21:47:47 +03:00 |
Björn Schießle
|
118f2b3283
|
createUser() needs to return something; the user object or false
|
2013-06-11 13:48:17 +02:00 |
Robin Appelman
|
fbe3213fec
|
User: consisten variable naming
|
2013-06-03 13:17:03 +02:00 |
Robin Appelman
|
00b4bfcbf5
|
User: remove determineDisplayName
|
2013-06-03 13:15:42 +02:00 |
Thomas Mueller
|
3e00a3603c
|
adding PHPDoc comment to getManager()
adding PHPDoc comment for $user within the hooks callbacks
fixing PHPDoc comment on isLoggedIn()
|
2013-06-01 00:49:06 +02:00 |
Robin Appelman
|
82fd15706e
|
fix undefined variables
|
2013-06-01 00:39:59 +02:00 |
Robin Appelman
|
e430f442b5
|
use single quotes
|
2013-06-01 00:39:59 +02:00 |
Robin Appelman
|
cdb2f559a8
|
Fix postLogin hook
|
2013-05-31 19:58:31 +02:00 |
Robin Appelman
|
473f3c6916
|
fix typo
|
2013-05-31 18:18:13 +02:00 |
Robin Appelman
|
8320f41dbe
|
Emit leacgy OC_User hooks
|
2013-05-29 01:05:49 +02:00 |
Robin Appelman
|
3e7e2c8a5c
|
fix setting getting active userid
|
2013-05-29 00:47:55 +02:00 |
Robin Appelman
|
4b688db612
|
implement old user api on top of the new one
|
2013-05-29 00:32:10 +02:00 |
Robin Appelman
|
44f9af5a7f
|
Use the new session wrapper
|
2013-05-28 01:04:09 +02:00 |
Björn Schießle
|
ee53bd1aa3
|
Merge branch 'master' into files_encryption
Conflicts:
lib/files/cache/cache.php
|
2013-05-22 15:29:22 +02:00 |
Jörn Friedrich Dreyer
|
cbd5eb9a1a
|
use to_char only for oracle, whitespace
|
2013-05-22 13:59:07 +02:00 |
Jörn Friedrich Dreyer
|
eceb3c8ed5
|
add debug output
|
2013-05-22 13:59:07 +02:00 |
Florin Peter
|
31037241e1
|
Merge branch 'master' into files_encryption
|
2013-05-20 02:25:56 +02:00 |
Lukas Reschke
|
7ec36c5bbb
|
Add password to pre_login
I need this to intercept passwords for my WIP multi-factor
authentication app.
|
2013-05-19 13:33:33 +02:00 |
Björn Schießle
|
9d1e60325c
|
allow admin to recover users files in case of password lost
|
2013-05-16 14:53:04 +02:00 |
Robin Appelman
|
8a50459223
|
Fix OC_User::getDisplaynames when using numeric user id's
fixes #2948
|
2013-04-17 01:08:27 +02:00 |
Lukas Reschke
|
fbffbe0170
|
Juse send the cookies in the ownCloud directory
|
2013-04-06 00:16:52 +02:00 |
Lukas Reschke
|
37cb79155e
|
*gnaaarf*
|
2013-04-04 01:27:13 +03:00 |
Bernhard Posselt
|
a54be4acc4
|
Merge pull request #1948 from owncloud/improve_user_sorting
Sort after display name + LDAP server side sorting
|
2013-02-27 02:39:22 -08:00 |
Arthur Schiwon
|
60d4fdda57
|
sort users according to display name
|
2013-02-26 22:56:55 +01:00 |
Bart Visscher
|
4a26d63867
|
Fix using wrong quotes for breaking long lines
Fixes #1925
|
2013-02-26 20:48:01 +01:00 |
Bart Visscher
|
bb75dfc021
|
Whitespace fixes
|
2013-02-22 19:05:36 +01:00 |
Robin Appelman
|
ab70f9bd25
|
Fix quotes in OC_User::isEnabled
this broke login
|
2013-02-15 03:20:02 +01:00 |
Bart Visscher
|
ffae6f4b84
|
Style-fix: Breakup long lines
|
2013-02-14 08:38:37 +01:00 |
Bart Visscher
|
2d6d0a4ad4
|
Whitespace indent fixes
|
2013-02-14 08:36:26 +01:00 |
Bart Visscher
|
cd35d257bb
|
Fix NoSpaceAfterComma and SpaceBeforeComma
|
2013-02-14 08:36:26 +01:00 |
Thomas Mueller
|
5731a1b01c
|
introduce new virtual method hasUserListings() to determine if a user backend can list it's users.
|
2013-02-11 22:01:52 +01:00 |
Thomas Mueller
|
037fcde133
|
Merge branch 'master' into fixing-1424-master
|
2013-02-11 21:42:27 +01:00 |
Frank Karlitschek
|
764409117a
|
Merge pull request #1493 from owncloud/fix_ldap_stored_homedir
Fix ldap stored homedir
|
2013-02-11 02:20:03 -08:00 |
Björn Schießle
|
d8fee28b3b
|
add switch to enable/disable the possibility to change the display name by the user
|
2013-02-10 14:43:31 +01:00 |
Thomas Müller
|
05b46f7828
|
on creation only test for existing users if the backend supports user creation
this solves the issue where no users can be created any more if backends are active which always return true on userExists() like WebDAV Auth
|
2013-02-08 17:16:18 +01:00 |
Björn Schießle
|
9d73e7eb1e
|
let the user change his display name, if supported by the back-end
|
2013-02-06 11:38:03 +01:00 |
Arthur Schiwon
|
a721f7d59f
|
check whether user belongs to the backend before calling getHome()
|
2013-02-06 02:26:35 +01:00 |
Arthur Schiwon
|
5221ee0c5a
|
offer change password only when the action is supported by the user backend
|
2013-02-05 19:26:00 +01:00 |
Lukas Reschke
|
250c565d2b
|
Merge pull request #1360 from owncloud/display_name
introduction of display names
|
2013-01-29 14:05:54 -08:00 |
Björn Schießle
|
6659798197
|
only change display name if the display name from the current user was changed; add correct display name to new user
|
2013-01-29 22:33:46 +01:00 |
Arthur Schiwon
|
79c309da83
|
Typo
|
2013-01-29 20:42:21 +01:00 |
Robin Appelman
|
06c1c35ac9
|
Fix phpdoc
|
2013-01-28 19:08:30 +01:00 |
Björn Schießle
|
c00b66fe5b
|
implement DisplayNamesInGroup for database back-end
|
2013-01-28 15:47:57 +01:00 |
Björn Schießle
|
e0f2ed2757
|
interface and API to change display names
|
2013-01-28 14:09:11 +01:00 |
Björn Schießle
|
b4291f1e8e
|
allow to get the display name from an abitrary user
|
2013-01-25 13:00:17 +01:00 |
Björn Schießle
|
4271430e60
|
get all display names from users in a given group
|
2013-01-25 11:48:03 +01:00 |