aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/User
Commit message (Expand)AuthorAgeFilesLines
* make table name configurable for db user backendRobin Appelman2018-06-191-9/+13
* Merge pull request #9881 from nextcloud/user-db-backend-querybuilderMorris Jobke2018-06-191-13/+26
|\
| * use query builder in all places in the db user backendRobin Appelman2018-06-151-13/+26
* | Allow updating the token on session regenerationRoeland Jago Douma2018-06-141-0/+2
|/
* Ignore case when sorting usersJohn Molakvoæ (skjnldsv)2018-05-261-2/+2
* Added total count for subadminsJohn Molakvoæ (skjnldsv)2018-05-241-0/+19
* Added disabled count per groupsJohn Molakvoæ (skjnldsv)2018-05-241-6/+42
* move log constants to ILoggerArthur Schiwon2018-04-261-1/+2
* Numeric only uids are no funRoeland Jago Douma2018-04-241-1/+4
* Cast retrieved DB fields to stringRoeland Jago Douma2018-04-241-4/+4
* Merge pull request #8833 from nextcloud/feature/noid/add_ldap_user_hooksMorris Jobke2018-04-112-0/+6
|\
| * more consistent namingArthur Schiwon2018-04-052-6/+6
| * admin_audit and dav listen to announce and revoke signalsArthur Schiwon2018-04-052-0/+6
* | Properly return boolean on enable stateJohn Molakvoæ (skjnldsv)2018-04-091-3/+2
* | Use the uid_lower columnRoeland Jago Douma2018-04-061-24/+65
|/
* Merge pull request #9063 from nextcloud/fix-callForSeenUsersMorris Jobke2018-04-041-1/+2
|\
| * Move on with the next user if we found the user on one user back-endBjoern Schiessle2018-04-031-1/+2
* | Move to ABackendRoeland Jago Douma2018-03-221-2/+2
* | Move Database backend over to new User/Backend interfacesRoeland Jago Douma2018-03-221-16/+30
* | Fix configuration values matched in user searchesDaniel Calviño Sánchez2018-03-141-3/+3
* | Merge pull request #7419 from Abijeet/feature-7175Morris Jobke2018-03-061-35/+44
|\ \ | |/ |/|
| * refactor user searchingRobin Appelman2017-12-201-44/+44
| * Adds search by email function on the users screen.Abijeet2017-12-161-2/+11
* | Remove unused import statementsMorris Jobke2018-02-141-1/+0
* | Remove unneeded semicolon and parenthesesMorris Jobke2018-01-261-1/+1
* | Use proper code flow instead of not needed else branchMorris Jobke2018-01-251-11/+11
* | Fix testsRoeland Jago Douma2018-01-231-3/+3
* | Don't polute log when loggin into dav with emailRoeland Jago Douma2018-01-231-10/+21
* | never translate login names when requiring with a user idArthur Schiwon2018-01-031-10/+0
|/
* Fix search in user managent when no group is selectedMorris Jobke2017-11-141-0/+2
* Change @georgehrke's emailMorris Jobke2017-11-061-1/+1
* Update license headersMorris Jobke2017-11-065-5/+11
* Fix failing csp/nonce check due to timed out sessionChristoph Wurst2017-09-041-5/+8
* Prevent SQL error message in case of errorLukas Reschke2017-08-172-2/+9
* Can not insert auto increment on oracleJoas Schilling2017-08-021-1/+2
* null users dont existRobin Appelman2017-07-131-0/+3
* Create users in non default backends firstJoas Schilling2017-06-201-0/+13
* emit changeUser only if there really was a change (quota, displayname)Arthur Schiwon2017-06-011-2/+7
* Add basic implementation for OAuth 2.0 Authorization Code FlowLukas Reschke2017-05-181-2/+2
* Fix encryption + remembered login due to missing login hookChristoph Wurst2017-05-161-1/+7
* Remove account data on user deletionJoas Schilling2017-05-151-0/+5
* handle permissions errors when copying the skeleton for a read only userRobin Appelman2017-05-051-2/+7
* UserManager can now count disabled usersArthur Schiwon2017-04-291-0/+22
* Use the new method in the old one to remove duplicate codeJoas Schilling2017-04-271-30/+28
* Allow to create a user for a specific backendJoas Schilling2017-04-261-0/+18
* Trigger change when a user is enabled/disabledJoas Schilling2017-04-251-1/+5
* Better validation of allowed user namesJoas Schilling2017-04-181-1/+5
* Merge pull request #4330 from nextcloud/activities-for-password-mail-changeRoeland Jago Douma2017-04-141-3/+4
|\
| * Allow to read the old email on the hook as wellJoas Schilling2017-04-131-3/+4
* | Merge pull request #2424 from nextcloud/fix-login-controller-test-consolidate...Morris Jobke2017-04-131-43/+54
|\ \ | |/ |/|