Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | |||||
| * | new branch which introduces display names | Björn Schießle | 2013-01-24 | 1 | -1/+40 |
| | | | | | | | | first commit with some infrastructure code | ||||
* | | Fix phpdoc | Robin Appelman | 2013-01-28 | 1 | -2/+2 |
|/ | |||||
* | Merge pull request #1178 from owncloud/return_true_because_of_ponies | Thomas Müller | 2013-01-15 | 1 | -5/+0 |
|\ | | | | | Remove uneeded return | ||||
| * | Remove uneeded returns | Lukas Reschke | 2013-01-14 | 1 | -2/+0 |
| | | |||||
| * | Remove uneeded return | Lukas Reschke | 2013-01-14 | 1 | -3/+0 |
| | | | | | | Thx @Raydiation | ||||
* | | Check if user is admin - bool | Lukas Reschke | 2013-01-14 | 1 | -0/+13 |
|/ | | | | | | | | | | | There was no "isAdminUser()" function which returned bool. This is irritiating as there were a loooooooot of places in the code which checked this itself with `OC_Group::inGroup($uid, 'admin)` - why not use a function for this? (Especially if you consider that we might change the group name in the future, which would lead to problems then) Additionally, @Raydiation needed such a method for his AppFramework :) | ||||
* | Merge pull request #584 from wardragon/ldap_access_userExists_fix | blizzz | 2012-12-12 | 1 | -1/+6 |
|\ | | | | | Really fix OCP\Share::shareItem with LDAP users | ||||
| * | Add an $excludingBackend optional parameter | Lorenzo M. Catucci | 2012-12-07 | 1 | -1/+6 |
| | | | | | | | | to the userExists method both in OCP\User and in OC_User. | ||||
* | | add debug logging for user backend registration | Jörn Friedrich Dreyer | 2012-12-11 | 1 | -11/+18 |
|/ | |||||
* | Better place to check for user removal | Bart Visscher | 2012-11-15 | 1 | -1/+4 |
| | |||||
* | Better check and handing of user deletion | Bart Visscher | 2012-11-14 | 1 | -1/+1 |
| | |||||
* | Better check and handling of user creation | Bart Visscher | 2012-11-14 | 1 | -1/+1 |
| | |||||
* | Checkstyle: Fix the last 25 NoSpaceAfterComma | Felix Moeller | 2012-11-04 | 1 | -1/+1 |
| | |||||
* | Checkstyle fixes: NoSpaceAfterComma | Felix Moeller | 2012-11-04 | 1 | -1/+1 |
| | |||||
* | Checkstyle: many fixes | Felix Moeller | 2012-11-02 | 1 | -2/+2 |
| | |||||
* | fix function documentation | Björn Schießle | 2012-10-27 | 1 | -2/+1 |
| | |||||
* | Checkstyle: NoSpaceAfterComma | Felix Moeller | 2012-10-23 | 1 | -2/+2 |
| | |||||
* | More Checkstyle cleanup | Felix Moeller | 2012-10-23 | 1 | -3/+3 |
| | | | | This is for all LowerCaseConstant warnings | ||||
* | Delete user files in /data/ after deleting a user | Lukas Reschke | 2012-10-16 | 1 | -0/+4 |
| | |||||
* | Set oc_token to httponly | Lukas Reschke | 2012-10-16 | 1 | -1/+1 |
| | |||||
* | delete all tokens on password change | Michael Göhler | 2012-10-14 | 1 | -0/+2 |
| | |||||
* | Make the lifetime of the remember login cookie | Bart Visscher | 2012-10-14 | 1 | -3/+4 |
| | |||||
* | add proper error logging in OC_User database queriesv4.5.0beta3 | Jörn Friedrich Dreyer | 2012-09-12 | 1 | -10/+33 |
| | |||||
* | adding space between) and { | Thomas Mueller | 2012-09-07 | 1 | -52/+52 |
| | |||||
* | Whitespace fixes in lib | Bart Visscher | 2012-09-07 | 1 | -1/+1 |
| |