aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/User
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #24948 from nextcloud/dependabot/composer/doctrine/dbal-3.0.0Christoph Wurst2021-01-082-4/+4
|\
| * Bump doctrine/dbal from 2.12.0 to 3.0.0Christoph Wurst2021-01-082-4/+4
* | allow authenticating using urlencoded passwordsRobin Appelman2021-01-071-0/+14
|/
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-163-3/+3
* Fix typo Morris Jobke2020-12-041-1/+1
* Remember me is not an app_passwordRoeland Jago Douma2020-12-041-2/+12
* Allow subscription to indicate that a userlimit is reachedMorris Jobke2020-12-021-0/+8
* Streamline user creation and deletion eventsMorris Jobke2020-11-232-4/+12
* Bearer must be in the start of the auth headerRoeland Jago Douma2020-11-061-3/+3
* Deprecate old user manager events for user creationMorris Jobke2020-11-041-0/+2
* Type the \OCP\IUserManager::callForSeenUsers closure with PsalmChristoph Wurst2020-10-281-0/+1
* Format code to a single space around binary operatorsChristoph Wurst2020-10-052-9/+9
* add event to allow apps to overwrite user quotaRobin Appelman2020-09-171-1/+10
* Update license headers for Nextcloud 20 (again)Christoph Wurst2020-09-071-0/+1
* Return correct loginname in credentials,Lionel Elie Mamane2020-08-201-1/+3
* Use matching parameter names form interfaces and implementationsMorris Jobke2020-08-191-4/+4
* User.php: rename of old dispatcher to legacyDispatcherMorris Jobke2020-07-301-11/+11
* Migrate OC_Group post_removeFromGroup hook to actual event objectMorris Jobke2020-07-301-2/+10
* Log why a token is not valid during password checkChristoph Wurst2020-05-271-0/+4
* Update license headers for 19Christoph Wurst2020-04-292-1/+2
* Delete avatar if a user is deletedJulius Härtl2020-04-241-0/+5
* Revert "Make sure MySQL is not saying 'this' = 'this ' is true"Roeland Jago Douma2020-04-151-1/+1
* Make sure MySQL is not saying 'this' = 'this ' is trueJoas Schilling2020-04-151-1/+1
* Format code according to PSR2Christoph Wurst2020-04-101-2/+2
* Add visibility to all constantsChristoph Wurst2020-04-101-9/+9
* Format control structures, classes, methods and functionChristoph Wurst2020-04-106-28/+21
* Use elseif instead of else ifChristoph Wurst2020-04-102-2/+2
* Merge pull request #20391 from nextcloud/refactor/spaces-cleanupChristoph Wurst2020-04-093-3/+3
|\
| * Remove trailing and in between spacesChristoph Wurst2020-04-093-3/+3
* | Merge pull request #20384 from nextcloud/techdebt/lowercase-keywordsChristoph Wurst2020-04-091-1/+1
|\ \ | |/ |/|
| * Use php keywords in lowercaseChristoph Wurst2020-04-091-1/+1
* | Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-092-4/+4
|/
* Fix (array) indent style to always use one tabChristoph Wurst2020-04-091-7/+7
* Fix multiline commentsChristoph Wurst2020-04-082-23/+21
* 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