summaryrefslogtreecommitdiffstats
path: root/lib/private/User
Commit message (Expand)AuthorAgeFilesLines
* Get the proper UIDRoeland Jago Douma2019-08-132-1/+17
* Add proper PostLoginEventRoeland Jago Douma2019-07-292-1/+77
* Add event dispatcher to OCPChristoph Wurst2019-06-251-3/+3
* Add a login chain to reduce the complexity of LoginController::tryLoginChristoph Wurst2019-05-071-1/+1
* remove obsolete use statementsArthur Schiwon2019-04-241-2/+0
* lib/private/User: do not change user properties if value has not changedLeon Klingele2019-04-111-1/+1
* lib/private/User,apps/user_ldap/lib/User: always pass old value to User::trig...Leon Klingele2019-04-111-1/+2
* lib/private/User: do not change user properties if value has not changedLeon Klingele2019-04-111-6/+6
* Pass old value to user triggerChange hookMorris Jobke2019-04-111-4/+4
* Do not allow invalid users to be createdRoeland Jago Douma2019-03-141-0/+14
* Add dispatcher events to User and Group objectsJoas Schilling2019-03-012-25/+37
* Add isTokenLogin argument to post login hook/eventChristoph Wurst2019-01-231-2/+7
* Throttle with correct metadataRoeland Jago Douma2019-01-041-1/+1
* Use a case insensitive search for emailRoeland Jago Douma2018-12-201-1/+1
* Bearer tokens are app tokenRoeland Jago Douma2018-11-201-0/+4
* Use the defined func()->count() instead of manual countingJoas Schilling2018-11-081-2/+2
* Expose the backend of IUserRoeland Jago Douma2018-11-021-0/+4
* 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