Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into groups | Robin Appelman | 2013-07-23 | 1 | -3/+3 |
|\ | |||||
| * | Set path in cookie. | Thomas Tanghus | 2013-07-09 | 1 | -3/+3 |
| | | |||||
| * | apply @LukasReschke's cookie changes, hopefully finally fix #854 | Jan-Christoph Borchardt | 2013-07-09 | 1 | -3/+3 |
| | | |||||
* | | update group management | Robin Appelman | 2013-07-10 | 2 | -1/+4 |
|/ | |||||
* | add missing backticks | Jörn Friedrich Dreyer | 2013-06-20 | 1 | -1/+1 |
| | | | guys, please ... | ||||
* | always emit the preSetPassword hook, this should only indicate the ↵ | Björn Schießle | 2013-06-06 | 1 | -3/+3 |
| | | | | intention. Finally the post-hooks indicate if it was successful or not | ||||
* | also clear cached users when removing a single backend | Robin Appelman | 2013-06-03 | 1 | -0/+1 |
| | |||||
* | use caching for userExists | Robin Appelman | 2013-06-03 | 1 | -6/+3 |
| | |||||
* | cast result to bool | Robin Appelman | 2013-06-03 | 1 | -1/+2 |
| | |||||
* | move phpdoc comments | Robin Appelman | 2013-06-03 | 3 | -2/+52 |
| | |||||
* | User: return backend result | Robin Appelman | 2013-06-03 | 1 | -2/+1 |
| | |||||
* | fix namespacing error | Robin Appelman | 2013-06-01 | 1 | -3/+3 |
| | |||||
* | user should set into session before postLogin hook otherwise it will break ↵ | Florin Peter | 2013-05-31 | 1 | -1/+1 |
| | | | | not only the files_encryption app | ||||
* | Fix postLogin hook | Robin Appelman | 2013-05-31 | 1 | -1/+1 |
| | |||||
* | fix caching of user objects | Robin Appelman | 2013-05-31 | 1 | -5/+22 |
| | |||||
* | cache instances of \OC\User\User | Robin Appelman | 2013-05-31 | 1 | -5/+11 |
| | |||||
* | Emit leacgy OC_User hooks | Robin Appelman | 2013-05-29 | 1 | -6/+6 |
| | |||||
* | fix User->setHome when the backend action fails | Robin Appelman | 2013-05-29 | 1 | -2/+2 |
| | |||||
* | New user management classes | Robin Appelman | 2013-05-29 | 5 | -81/+612 |
| | |||||
* | add debug output | Jörn Friedrich Dreyer | 2013-05-22 | 1 | -1/+1 |
| | |||||
* | typo fix in a comment. | joel hansson | 2013-05-01 | 1 | -1/+1 |
| | |||||
* | Use the MDB2 function to get the count result | Bart Visscher | 2013-04-06 | 1 | -1/+1 |
| | |||||
* | Use count SQL to check for user existance | Bart Visscher | 2013-04-05 | 1 | -2/+2 |
| | |||||
* | Whitespace fixes | Bart Visscher | 2013-02-22 | 2 | -8/+8 |
| | |||||
* | changing the bit mask of OC_USER_BACKEND_SET_DISPLAYNAME | Thomas Mueller | 2013-02-15 | 1 | -1/+1 |
| | |||||
* | Style-fix: Breakup long lines | Bart Visscher | 2013-02-14 | 1 | -2/+4 |
| | |||||
* | introduce new virtual method hasUserListings() to determine if a user ↵ | Thomas Mueller | 2013-02-11 | 4 | -46/+74 |
| | | | | backend can list it's users. | ||||
* | add missing brackets | Björn Schießle | 2013-01-31 | 1 | -2/+3 |
| | |||||
* | search for display name and uid (with no display name) since it is possible ↵ | Björn Schießle | 2013-01-31 | 1 | -5/+15 |
| | | | | that not all users have a seperate display name | ||||
* | remove dubug value | Björn Schießle | 2013-01-29 | 1 | -1/+1 |
| | |||||
* | Adjust user interface to additions around displayName Handling | Arthur Schiwon | 2013-01-29 | 1 | -0/+15 |
| | |||||
* | search display name instead of uid; fix key/value order for array access | Björn Schießle | 2013-01-28 | 1 | -1/+1 |
| | |||||
* | implement DisplayNamesInGroup for database back-end | Björn Schießle | 2013-01-28 | 1 | -4/+6 |
| | |||||
* | implement display names for the database back-end | Björn Schießle | 2013-01-28 | 1 | -0/+34 |
| | |||||
* | update the display name for the database back-end | Björn Schießle | 2013-01-28 | 1 | -0/+18 |
| | |||||
* | interface and API to change display names | Björn Schießle | 2013-01-28 | 1 | -0/+2 |
| | |||||
* | change order, key -> uid and value -> display name, this way it is also ↵ | Björn Schießle | 2013-01-28 | 1 | -2/+2 |
| | | | | possible to have non-unique display names | ||||
* | 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/+15 |
| | |||||
* | new branch which introduces display names | Björn Schießle | 2013-01-24 | 1 | -0/+11 |
| | | | | first commit with some infrastructure code | ||||
* | Checkstyle fixes: NoSpaceAfterComma | Felix Moeller | 2012-11-04 | 2 | -2/+2 |
| | |||||
* | Checkstyle: many fixes | Felix Moeller | 2012-11-02 | 2 | -5/+5 |
| | |||||
* | check for database error in userExists | Jörn Friedrich Dreyer | 2012-10-30 | 1 | -1/+4 |
| | |||||
* | Treat getUsers() as case insensitive, helpful for showing proper results in ↵ | Michael Gapczynski | 2012-09-12 | 1 | -1/+1 |
| | | | | the share with autocomplete | ||||
* | adding space between) and { | Thomas Mueller | 2012-09-07 | 4 | -39/+39 |
| | |||||
* | use null instead of -1 on all getUser() | Jörn Friedrich Dreyer | 2012-09-01 | 3 | -3/+3 |
| | |||||
* | Whitespace fixes in lib | Bart Visscher | 2012-08-29 | 2 | -8/+8 |
| | |||||
* | Check usernames in the database as case insensitive, they are still stored ↵ | Michael Gapczynski | 2012-08-28 | 1 | -2/+2 |
| | | | | case sensitive. Bug fix for oc-422 and oc-1514 | ||||
* | OC_User: getHome is an optional method, taking it out of the Interface | Arthur Schiwon | 2012-08-27 | 1 | -7/+0 |
| | |||||
* | fix c&p fail from earlier commit today | Georg Ehrke | 2012-08-26 | 2 | -2/+2 |
| |