| Commit message (Expand) | Author | Age | Files | Lines |
* | feat: Limit email input on auth pages to 255 chars | fenn-cs | 2024-03-21 | 1 | -0/+4 |
* | refactor(core): Switch to attribute based routing | provokateurin | 2024-02-21 | 1 | -0/+4 |
* | feat: rename users to account or person | Vincent Petry | 2024-02-13 | 1 | -1/+1 |
* | refactor: Migrate IgnoreOpenAPI attributes to OpenAPI | provokateurin | 2024-01-18 | 1 | -2/+2 |
* | chore: apply changes from Nextcloud coding standards 1.1.1 | Joas Schilling | 2023-11-23 | 1 | -7/+7 |
* | core: Add OpenAPI spec | jld3103 | 2023-07-13 | 1 | -0/+3 |
* | Applies agreed-upon indentation convention to the changed controllers. | Faraz Samapoor | 2023-06-16 | 1 | -16/+18 |
* | Refactors controllers by using PHP8's constructor property promotion. | Faraz Samapoor | 2023-06-16 | 1 | -45/+17 |
* | fix(lostpassword): Also rate limit the setPassword endpoint | Joas Schilling | 2023-05-15 | 1 | -6/+12 |
* | Trim user earlier | Josh Richards | 2023-04-04 | 1 | -1/+3 |
* | Trim the user/email provided for password resets | Josh Richards | 2023-03-30 | 1 | -1/+1 |
* | Add bruteforce protection to password reset page | Joas Schilling | 2023-02-02 | 1 | -1/+5 |
* | Add a const for the max user password length | Joas Schilling | 2023-01-04 | 1 | -1/+1 |
* | Also limit the password length on reset | Joas Schilling | 2023-01-03 | 1 | -0/+4 |
* | Add rate limiting on lost password emails | Côme Chilliet | 2022-10-18 | 1 | -6/+17 |
* | Update core/Controller/LostController.php | NoSleep82 | 2022-08-21 | 1 | -1/+1 |
* | Update LostController.php | NoSleep82 | 2022-08-19 | 1 | -2/+2 |
* | Make LostController use IInitialState and LoggerInterface | Thomas Citharel | 2022-06-10 | 1 | -15/+15 |
* | Add password reset typed events | Thomas Citharel | 2022-06-10 | 1 | -1/+10 |
* | Update core to PHP 7.4 standard | Carl Schwan | 2022-05-20 | 1 | -62/+24 |
* | Merge pull request #28794 from nextcloud/fix/noid/guest-activation-pwd-reset-... | Pytal | 2021-09-14 | 1 | -17/+15 |
|\ |
|
| * | allow using of disabled password reset mechanism for special cases | Arthur Schiwon | 2021-09-10 | 1 | -17/+15 |
* | | fixes missing prefix to validate password reset token | Arthur Schiwon | 2021-09-10 | 1 | -1/+2 |
|/ |
|
* | add a job to clean up expired verification tokens | Arthur Schiwon | 2021-09-09 | 1 | -1/+1 |
* | move verification token logic out of lost password controller | Arthur Schiwon | 2021-09-09 | 1 | -82/+30 |
* | Migrate HintException to OCP | Gary Kim | 2021-06-30 | 1 | -3/+3 |
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 1 | -1/+0 |
* | Send emails on password reset to the displayname | Joas Schilling | 2021-02-18 | 1 | -1/+1 |
* | Format code to a single space around binary operators | Christoph Wurst | 2020-10-05 | 1 | -3/+3 |
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 1 | -4/+4 |
* | Unify function spacing to PSR2 recommendation | Christoph Wurst | 2020-04-09 | 1 | -1/+1 |
* | Fix (array) indent style to always use one tab | Christoph Wurst | 2020-04-09 | 1 | -2/+2 |
* | Update the license headers for Nextcloud 19 | Christoph Wurst | 2020-03-31 | 1 | -1/+1 |
* | Use the short array syntax, everywhere | Christoph Wurst | 2020-03-26 | 1 | -7/+7 |
* | Update license headers | Christoph Wurst | 2019-12-05 | 1 | -1/+6 |
* | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 1 | -8/+8 |
* | Stop if there is no encrypted token | Daniel Kesselberg | 2019-08-18 | 1 | -1/+5 |
* | Merge pull request #16544 from nextcloud/bugfix/16540 | Roeland Jago Douma | 2019-07-31 | 1 | -5/+12 |
|\ |
|
| * | Move actual password reset to vue | Julius Härtl | 2019-07-31 | 1 | -5/+12 |
* | | Use proper exception in lostController | Roeland Jago Douma | 2019-07-27 | 1 | -18/+13 |
|/ |
|
* | Return first value from $users | Daniel Kesselberg | 2019-07-09 | 1 | -3/+6 |
* | Clean pending 2FA authentication on password reset | Roeland Jago Douma | 2019-01-29 | 1 | -2/+8 |
* | Generic message on password reset | Roeland Jago Douma | 2019-01-15 | 1 | -5/+11 |
* | Merge pull request #10743 from danielkesselberg/bugfix/noid/allow-password-re... | blizzz | 2018-09-13 | 1 | -9/+12 |
|\ |
|
| * | Enable password reset for user with same email address when only one is active | Daniel Kesselberg | 2018-08-19 | 1 | -9/+12 |
* | | Change password expiration time from 12h to 7d | Morris Jobke | 2018-08-31 | 1 | -1/+1 |
|/ |
|
* | only warn about data lose on password reset if per-user keys are used | Bjoern Schiessle | 2018-08-15 | 1 | -1/+10 |
* | prefill userid for login after password reset | Robin Appelman | 2018-06-21 | 1 | -3/+4 |
* | Fix translation bug on lost password page | Rémy Jacquin | 2018-05-20 | 1 | -0/+3 |
* | Fix existing usages | Joas Schilling | 2018-02-15 | 1 | -2/+2 |