| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactors "strpos" calls in /core to improve code readability. | Faraz Samapoor | 2023-06-02 | 6 | -9/+9 |
* | fix(lostpassword): Also rate limit the setPassword endpoint | Joas Schilling | 2023-05-15 | 1 | -6/+12 |
* | feat(translation): Return the detected language so clients can show more details | Joas Schilling | 2023-05-02 | 1 | -4/+8 |
* | feat(translation): Allow guests to use translations as well | Joas Schilling | 2023-04-13 | 1 | -2/+4 |
* | fix(translation): Use 400 as status code to be distinguishable from server er... | Joas Schilling | 2023-04-13 | 1 | -2/+2 |
* | fix(translation): Properly set the numbers as HTTP status code | Joas Schilling | 2023-04-13 | 1 | -2/+2 |
* | fix(translation): Translate error messages on translations API | Joas Schilling | 2023-04-13 | 1 | -4/+12 |
* | Merge pull request #37495 from joshtrichards/jr-trim-pw-reset-username | Côme Chilliet | 2023-04-05 | 1 | -0/+2 |
|\ |
|
| * | 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 |
* | | Improve handling of profile fields | Christopher Ng | 2023-03-30 | 1 | -0/+1 |
|/ |
|
* | Use implementations instead of interfaces for accessing private methods | jld3103 | 2023-03-30 | 1 | -1/+1 |
* | Send header to all browsers under HTTPS | Git'Fellow | 2023-03-26 | 1 | -2/+2 |
* | Fix controller class import for autocomplete | jld3103 | 2023-03-16 | 1 | -2/+3 |
* | fix(translation): Allow regular users to use translation api endpoints | Julius Härtl | 2023-02-28 | 1 | -0/+6 |
* | feat(translations): Add translation provider API | Julius Härtl | 2023-02-27 | 1 | -0/+66 |
* | Merge pull request #36634 from nextcloud/fix/client-login-flow/state-token-mi... | MichaIng | 2023-02-27 | 1 | -1/+1 |
|\ |
|
| * | fix(client-login-flow): Use correct response for missing state token | Christoph Wurst | 2023-02-09 | 1 | -1/+1 |
* | | [reference preview] fix getting null mimetype if the cached reference lacks a... | Julien Veyssier | 2023-02-22 | 1 | -1/+4 |
* | | Merge pull request #36443 from nextcloud/fix/23063/fix-login-log-entry | Simon L | 2023-02-15 | 1 | -2/+2 |
|\ \
| |/
|/| |
|
| * | fix the login log entry | Simon L | 2023-01-30 | 1 | -2/+2 |
* | | Merge pull request #36489 from nextcloud/bugfix/noid/brute-force-protection-p... | Joas Schilling | 2023-02-06 | 1 | -1/+5 |
|\ \ |
|
| * | | Add bruteforce protection to password reset page | Joas Schilling | 2023-02-02 | 1 | -1/+5 |
| |/ |
|
* / | fix(client-login-flow): Handle missing stateToken gracefully | Christoph Wurst | 2023-02-06 | 1 | -3/+26 |
|/ |
|
* | Merge pull request #36363 from nextcloud/feat/app-framework/usesession-attribute | Christoph Wurst | 2023-01-27 | 5 | -15/+20 |
|\ |
|
| * | feat(app-framework): Add UseSession attribute to replace annotation | Christoph Wurst | 2023-01-27 | 5 | -15/+20 |
* | | handle and return touchProvider errors | Julien Veyssier | 2023-01-27 | 1 | -7/+3 |
* | | add 'last used timestamp' management for reference providers | Julien Veyssier | 2023-01-27 | 1 | -1/+19 |
* | | extend the reference API for the new link picker | Julien Veyssier | 2023-01-27 | 1 | -0/+14 |
|/ |
|
* | composer run cs:fix | Côme Chilliet | 2023-01-20 | 5 | -12/+8 |
* | Merge pull request #27492 from cyclops8456/feature/24301-remove-can-install-o... | Simon L | 2023-01-18 | 1 | -5/+3 |
|\ |
|
| * | Rename canInstallExists method and add new method for removal | Alex Harpin | 2023-01-10 | 1 | -2/+2 |
| * | Move CAN_INSTALL check to method and remove unlink from SetupController | Alex Harpin | 2023-01-10 | 1 | -5/+3 |
* | | feat(app framework)!: Inject services into controller methods | Christoph Wurst | 2023-01-18 | 1 | -11/+3 |
* | | Fix login loop if login CSRF fails and user is not logged in | Christoph Wurst | 2023-01-18 | 1 | -4/+16 |
|/ |
|
* | 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 | 2 | -1/+5 |
* | chore: Make the LoginController strict | Christoph Wurst | 2022-12-15 | 1 | -1/+4 |
* | Fix GH-33187 | Daniel Kesselberg | 2022-12-12 | 1 | -1/+1 |
* | Fix default redirect on successful WebAuthn login | Richard Steinmetz | 2022-12-05 | 1 | -2/+8 |
* | Merge pull request #35385 from pulsejet/patch-previewtype | Simon L | 2022-12-03 | 1 | -1/+1 |
|\ |
|
| * | Fix type of PreviewController::$userId | Varun Patil | 2022-11-24 | 1 | -1/+1 |
* | | Revert unrelated change from #34940 | Carl Schwan | 2022-12-02 | 1 | -1/+1 |
|/ |
|
* | Add mastodon personal info field | Carl Schwan | 2022-11-21 | 1 | -1/+1 |
* | Check share attributes on preview endpoints | Julius Härtl | 2022-10-25 | 1 | -0/+11 |
* | Use proper error pages instead of always redirecting | Julius Härtl | 2022-10-21 | 1 | -0/+62 |
* | Cleanup ie and old edge properties | John Molakvoæ (skjnldsv) | 2022-10-19 | 1 | -0/+51 |
* | Add rate limiting on lost password emails | Côme Chilliet | 2022-10-18 | 1 | -6/+17 |
* | fix reference preview endpoint when no server-side cache configured | Julien Veyssier | 2022-10-13 | 1 | -4/+7 |
* | Fix URLs on reference resolving | Joas Schilling | 2022-09-30 | 1 | -1/+1 |