| Commit message (Expand) | Author | Age | Files | Lines |
* | Clean up \OC\Util | kondou | 2013-08-15 | 1 | -1/+1 |
* | Remove noisy Log/Debug message | Morris Jobke | 2013-08-08 | 1 | -1/+0 |
* | Merge branch 'master' into groups | Robin Appelman | 2013-07-23 | 1 | -1/+1 |
|\ |
|
| * | Early errors (in base.php) don't have session available | Bart Visscher | 2013-07-16 | 1 | -1/+1 |
* | | update group management | Robin Appelman | 2013-07-10 | 1 | -2/+2 |
|/ |
|
* | Update user.php | shkdee | 2013-06-18 | 1 | -1/+1 |
* | createUser() needs to return something; the user object or false | Björn Schießle | 2013-06-11 | 1 | -1/+1 |
* | User: consisten variable naming | Robin Appelman | 2013-06-03 | 1 | -9/+9 |
* | User: remove determineDisplayName | Robin Appelman | 2013-06-03 | 1 | -19/+9 |
* | adding PHPDoc comment to getManager() | Thomas Mueller | 2013-06-01 | 1 | -1/+10 |
* | fix undefined variables | Robin Appelman | 2013-06-01 | 1 | -2/+2 |
* | use single quotes | Robin Appelman | 2013-06-01 | 1 | -10/+10 |
* | Fix postLogin hook | Robin Appelman | 2013-05-31 | 1 | -1/+1 |
* | fix typo | Robin Appelman | 2013-05-31 | 1 | -1/+1 |
* | Emit leacgy OC_User hooks | Robin Appelman | 2013-05-29 | 1 | -2/+29 |
* | fix setting getting active userid | Robin Appelman | 2013-05-29 | 1 | -5/+4 |
* | implement old user api on top of the new one | Robin Appelman | 2013-05-29 | 1 | -312/+173 |
* | Use the new session wrapper | Robin Appelman | 2013-05-28 | 1 | -8/+8 |
* | Merge branch 'master' into files_encryption | Björn Schießle | 2013-05-22 | 1 | -0/+4 |
|\ |
|
| * | use to_char only for oracle, whitespace | Jörn Friedrich Dreyer | 2013-05-22 | 1 | -1/+5 |
| * | add debug output | Jörn Friedrich Dreyer | 2013-05-22 | 1 | -1/+1 |
* | | Merge branch 'master' into files_encryption | Florin Peter | 2013-05-20 | 1 | -2/+2 |
|\| |
|
| * | Add password to pre_login | Lukas Reschke | 2013-05-19 | 1 | -2/+2 |
* | | allow admin to recover users files in case of password lost | Björn Schießle | 2013-05-16 | 1 | -3/+4 |
|/ |
|
* | Fix OC_User::getDisplaynames when using numeric user id's | Robin Appelman | 2013-04-17 | 1 | -1/+1 |
* | Juse send the cookies in the ownCloud directory | Lukas Reschke | 2013-04-06 | 1 | -3/+3 |
* | *gnaaarf* | Lukas Reschke | 2013-04-04 | 1 | -1/+1 |
* | Merge pull request #1948 from owncloud/improve_user_sorting | Bernhard Posselt | 2013-02-27 | 1 | -1/+1 |
|\ |
|
| * | sort users according to display name | Arthur Schiwon | 2013-02-26 | 1 | -1/+1 |
* | | Fix using wrong quotes for breaking long lines | Bart Visscher | 2013-02-26 | 1 | -2/+2 |
|/ |
|
* | Whitespace fixes | Bart Visscher | 2013-02-22 | 1 | -1/+1 |
* | Fix quotes in OC_User::isEnabled | Robin Appelman | 2013-02-15 | 1 | -2/+2 |
* | Style-fix: Breakup long lines | Bart Visscher | 2013-02-14 | 1 | -4/+9 |
* | Whitespace indent fixes | Bart Visscher | 2013-02-14 | 1 | -2/+2 |
* | Fix NoSpaceAfterComma and SpaceBeforeComma | Bart Visscher | 2013-02-14 | 1 | -1/+1 |
* | introduce new virtual method hasUserListings() to determine if a user backend... | Thomas Mueller | 2013-02-11 | 1 | -1/+1 |
* | Merge branch 'master' into fixing-1424-master | Thomas Mueller | 2013-02-11 | 1 | -5/+7 |
|\ |
|
| * | Merge pull request #1493 from owncloud/fix_ldap_stored_homedir | Frank Karlitschek | 2013-02-11 | 1 | -1/+1 |
| |\ |
|
| | * | check whether user belongs to the backend before calling getHome() | Arthur Schiwon | 2013-02-06 | 1 | -1/+1 |
| * | | add switch to enable/disable the possibility to change the display name by th... | Björn Schießle | 2013-02-10 | 1 | -4/+6 |
* | | | on creation only test for existing users if the backend supports user creation | Thomas Müller | 2013-02-08 | 1 | -1/+14 |
|/ / |
|
* / | let the user change his display name, if supported by the back-end | Björn Schießle | 2013-02-06 | 1 | -1/+19 |
|/ |
|
* | offer change password only when the action is supported by the user backend | Arthur Schiwon | 2013-02-05 | 1 | -0/+18 |
* | Merge pull request #1360 from owncloud/display_name | Lukas Reschke | 2013-01-29 | 1 | -0/+76 |
|\ |
|
| * | only change display name if the display name from the current user was change... | Björn Schießle | 2013-01-29 | 1 | -1/+3 |
| * | Typo | Arthur Schiwon | 2013-01-29 | 1 | -58/+58 |
| * | implement DisplayNamesInGroup for database back-end | Björn Schießle | 2013-01-28 | 1 | -1/+1 |
| * | interface and API to change display names | Björn Schießle | 2013-01-28 | 1 | -2/+17 |
| * | allow to get the display name from an abitrary user | Björn Schießle | 2013-01-25 | 1 | -2/+4 |
| * | get all display names from users in a given group | Björn Schießle | 2013-01-25 | 1 | -2/+2 |