| Commit message (Expand) | Author | Age | Files | Lines |
* | Update Session.php | Marek-Wojtowicz | 2022-01-17 | 1 | -1/+1 |
* | Don't check the configvalue for lastLogin which is never null | Joas Schilling | 2021-12-13 | 1 | -2/+1 |
* | Fix missing token update | Joas Schilling | 2021-11-12 | 1 | -0/+2 |
* | Fair use of push notifications | Joas Schilling | 2021-10-23 | 1 | -1/+6 |
* | Use cached user backend info for password login | Joas Schilling | 2021-09-14 | 1 | -3/+9 |
* | enable the user to set a primary (notification) email address (backend) | Arthur Schiwon | 2021-09-09 | 2 | -11/+67 |
* | Merge pull request #28481 from nextcloud/fix/hash-key | Julius Härtl | 2021-08-18 | 1 | -2/+3 |
|\ |
|
| * | Hash cache key | Christopher Ng | 2021-08-17 | 1 | -2/+3 |
* | | Emit an error log when the app token login name does not match | Christoph Wurst | 2021-08-13 | 1 | -1/+6 |
|/ |
|
* | refs #21045 add app config to disable unlimited quota and to set max quota | Julien Veyssier | 2021-07-29 | 1 | -0/+12 |
* | Directly return cloud id from user | Julius Härtl | 2021-07-14 | 1 | -1/+1 |
* | Migrate HintException to OCP | Gary Kim | 2021-06-30 | 1 | -1/+1 |
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 7 | -24/+3 |
* | Merge pull request #26792 from nextcloud/user-delete-cleanup-files | John Molakvoæ | 2021-06-02 | 1 | -13/+0 |
|\ |
|
| * | better cleanup of user files on user deletion | Robin Appelman | 2021-04-27 | 1 | -13/+0 |
* | | Throw "401 Unauthenticated" when authentication is provided but invalid | Joas Schilling | 2021-04-22 | 1 | -0/+2 |
|/ |
|
* | Merge pull request #26161 from nextcloud/bugfix/noid/improve-matching-of-phon... | Joas Schilling | 2021-03-17 | 3 | -5/+83 |
|\ |
|
| * | Fix parameter types in docs | Joas Schilling | 2021-03-17 | 2 | -4/+4 |
| * | Improve search results when only phonebook-matches can we autocompleted | Joas Schilling | 2021-03-17 | 2 | -1/+79 |
* | | dont allow creating users with __groupfolders as uid | Robin Appelman | 2021-03-16 | 1 | -0/+1 |
|/ |
|
* | Fix RedundantPropertyInitializationCheck | Roeland Jago Douma | 2021-03-09 | 1 | -2/+2 |
* | token login: emit preLogin event with LoginName | Lionel Elie Mamane | 2021-02-19 | 1 | -1/+1 |
* | Cache the user backend info for 300s | Joas Schilling | 2021-02-15 | 1 | -1/+24 |
* | Merge pull request #24948 from nextcloud/dependabot/composer/doctrine/dbal-3.0.0 | Christoph Wurst | 2021-01-08 | 2 | -4/+4 |
|\ |
|
| * | Bump doctrine/dbal from 2.12.0 to 3.0.0 | Christoph Wurst | 2021-01-08 | 2 | -4/+4 |
* | | allow authenticating using urlencoded passwords | Robin Appelman | 2021-01-07 | 1 | -0/+14 |
|/ |
|
* | Update all license headers for Nextcloud 21 | Christoph Wurst | 2020-12-16 | 3 | -3/+3 |
* | Fix typo
| Morris Jobke | 2020-12-04 | 1 | -1/+1 |
* | Remember me is not an app_password | Roeland Jago Douma | 2020-12-04 | 1 | -2/+12 |
* | Allow subscription to indicate that a userlimit is reached | Morris Jobke | 2020-12-02 | 1 | -0/+8 |
* | Streamline user creation and deletion events | Morris Jobke | 2020-11-23 | 2 | -4/+12 |
* | Bearer must be in the start of the auth header | Roeland Jago Douma | 2020-11-06 | 1 | -3/+3 |
* | Deprecate old user manager events for user creation | Morris Jobke | 2020-11-04 | 1 | -0/+2 |
* | Type the \OCP\IUserManager::callForSeenUsers closure with Psalm | Christoph Wurst | 2020-10-28 | 1 | -0/+1 |
* | Format code to a single space around binary operators | Christoph Wurst | 2020-10-05 | 2 | -9/+9 |
* | add event to allow apps to overwrite user quota | Robin Appelman | 2020-09-17 | 1 | -1/+10 |
* | Update license headers for Nextcloud 20 (again) | Christoph Wurst | 2020-09-07 | 1 | -0/+1 |
* | Return correct loginname in credentials, | Lionel Elie Mamane | 2020-08-20 | 1 | -1/+3 |
* | Use matching parameter names form interfaces and implementations | Morris Jobke | 2020-08-19 | 1 | -4/+4 |
* | User.php: rename of old dispatcher to legacyDispatcher | Morris Jobke | 2020-07-30 | 1 | -11/+11 |
* | Migrate OC_Group post_removeFromGroup hook to actual event object | Morris Jobke | 2020-07-30 | 1 | -2/+10 |
* | Log why a token is not valid during password check | Christoph Wurst | 2020-05-27 | 1 | -0/+4 |
* | Update license headers for 19 | Christoph Wurst | 2020-04-29 | 2 | -1/+2 |
* | Delete avatar if a user is deleted | Julius Härtl | 2020-04-24 | 1 | -0/+5 |
* | Revert "Make sure MySQL is not saying 'this' = 'this ' is true" | Roeland Jago Douma | 2020-04-15 | 1 | -1/+1 |
* | Make sure MySQL is not saying 'this' = 'this ' is true | Joas Schilling | 2020-04-15 | 1 | -1/+1 |
* | Format code according to PSR2 | Christoph Wurst | 2020-04-10 | 1 | -2/+2 |
* | Add visibility to all constants | Christoph Wurst | 2020-04-10 | 1 | -9/+9 |
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 6 | -28/+21 |
* | Use elseif instead of else if | Christoph Wurst | 2020-04-10 | 2 | -2/+2 |