summaryrefslogtreecommitdiffstats
path: root/lib/private/User
Commit message (Expand)AuthorAgeFilesLines
* Error out early on an expired tokenRoeland Jago Douma2018-10-301-1/+11
* Properly escape column name in "createFunction" callMorris Jobke2018-10-161-2/+2
* filter null values for UserManager::getByEmailGeorg Ehrke2018-10-151-1/+5
* Just update password hash without validatingRoeland Jago Douma2018-10-031-8/+12
* Update all the publickey tokens if needed on web loginRoeland Jago Douma2018-10-021-0/+4
* Mark token as invalid if the password doesn't matchRoeland Jago Douma2018-10-021-3/+10
* Make authenticated cookies laxRoeland Jago Douma2018-09-281-4/+31
* Update the scope of the lockdownmanagerRoeland Jago Douma2018-08-141-0/+3
* 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