summaryrefslogtreecommitdiffstats
path: root/lib/private/User
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #20241 from nextcloud/fix/license-headers-19Roeland Jago Douma2020-04-012-0/+2
|\
| * Update the license headers for Nextcloud 19Christoph Wurst2020-03-312-0/+2
* | [POC] Event for failed login attemptsRoeland Jago Douma2020-03-311-1/+7
|/
* Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst2020-03-271-1/+0
|\
| * Remove unused importsChristoph Wurst2020-03-251-1/+0
* | Use the short array syntax, everywhereChristoph Wurst2020-03-264-20/+20
|/
* Fix mismatching docblock return typesChristoph Wurst2020-03-061-1/+1
* Add typed events for all user hooks and legacy eventsChristoph Wurst2019-12-111-3/+3
* Update license headersChristoph Wurst2019-12-057-11/+21
* Prevent creating users with existing filesJoas Schilling2019-12-041-7/+19
* Add typed create user eventsChristoph Wurst2019-12-031-5/+17
* Add typed events for password_policyChristoph Wurst2019-11-271-8/+7
* Some php-cs fixesRoeland Jago Douma2019-11-224-6/+6
* Make the post login event publicChristoph Wurst2019-11-202-67/+3
* Make sure limit is never negativeRoeland Jago Douma2019-10-281-0/+10
* Make renewSessionToken return the new tokenRoeland Jago Douma2019-10-091-2/+1
* Disable app token creation for impersonated people, ref #15539Greta Doci2019-09-151-0/+23
* 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