Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | Fixes $_setupedBackends[] into self::$_setupedBackends[] so that setuped backends are REALLY remembered and not instanciated many times. | ||||
* | 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 |
| | | | | | adding PHPDoc comment for $user within the hooks callbacks fixing PHPDoc comment on isLoggedIn() | ||||
* | 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 |
|\ | | | | | | | | | Conflicts: lib/files/cache/cache.php | ||||
| * | 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 |
| | | | | | | | | | | I need this to intercept passwords for my WIP multi-factor authentication app. | ||||
* | | 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 |
| | | | | fixes #2948 | ||||
* | 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 after display name + LDAP server side sorting | ||||
| * | 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 |
|/ | | | | Fixes #1925 | ||||
* | Whitespace fixes | Bart Visscher | 2013-02-22 | 1 | -1/+1 |
| | |||||
* | Fix quotes in OC_User::isEnabled | Robin Appelman | 2013-02-15 | 1 | -2/+2 |
| | | | | this broke login | ||||
* | 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 ↵ | Thomas Mueller | 2013-02-11 | 1 | -1/+1 |
| | | | | backend can list it's users. | ||||
* | 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 |
| |\ | | | | | | | Fix ldap stored homedir | ||||
| | * | 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 ↵ | Björn Schießle | 2013-02-10 | 1 | -4/+6 |
| | | | | | | | | | | | | the user | ||||
* | | | on creation only test for existing users if the backend supports user creation | Thomas Müller | 2013-02-08 | 1 | -1/+14 |
|/ / | | | | | | | 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 | ||||
* / | 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 |
|\ | | | | | introduction of display names | ||||
| * | only change display name if the display name from the current user was ↵ | Björn Schießle | 2013-01-29 | 1 | -1/+3 |
| | | | | | | | | changed; add correct display name to new user | ||||
| * | 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 |
| | | |||||
| * | get all display names | Björn Schießle | 2013-01-25 | 1 | -0/+18 |
| | | |||||
| * | add display name to title instead if login-ID | Björn Schießle | 2013-01-24 | 1 | -1/+1 |
| | |