| Commit message (Expand) | Author | Age | Files | Lines |
* | fix: Adjust console formatter code to match with Symfony type hints | Ferdinand Thiessen | 2023-04-17 | 2 | -0/+2 |
* | Add some tests for input trimming in LostController.php | Joshua Trees | 2023-04-05 | 1 | -0/+36 |
* | Fix tests | Git'Fellow | 2023-03-28 | 1 | -25/+4 |
* | Merge pull request #36489 from nextcloud/bugfix/noid/brute-force-protection-p... | Joas Schilling | 2023-02-06 | 1 | -0/+1 |
|\ |
|
| * | fix(CI): Adjust expected result | Joas Schilling | 2023-02-06 | 1 | -0/+1 |
* | | fix(client-login-flow): Handle missing stateToken gracefully | Christoph Wurst | 2023-02-06 | 1 | -0/+6 |
|/ |
|
* | Fix tests failures (number of calls differed with last rebase) | Côme Chilliet | 2023-01-24 | 1 | -15/+15 |
* | Fix a bunch of deprecation in the phpunit for core | Carl Schwan | 2023-01-24 | 6 | -52/+51 |
* | Fix broken user:setting command unit test | Joas Schilling | 2023-01-23 | 1 | -1/+4 |
* | composer run cs:fix | Côme Chilliet | 2023-01-20 | 35 | -37/+0 |
* | feat(app framework)!: Inject services into controller methods | Christoph Wurst | 2023-01-18 | 1 | -20/+17 |
* | Fix login loop if login CSRF fails and user is not logged in | Christoph Wurst | 2023-01-18 | 1 | -10/+11 |
* | chore: Make the LoginController strict | Christoph Wurst | 2022-12-15 | 1 | -4/+17 |
* | Check share attributes on preview endpoints | Julius Härtl | 2022-10-25 | 1 | -0/+9 |
* | Fix LostController test | Côme Chilliet | 2022-10-18 | 1 | -2/+7 |
* | Fix unit tests | Joas Schilling | 2022-08-31 | 1 | -1/+1 |
* | fix Controller tests | Arthur Schiwon | 2022-07-22 | 2 | -8/+13 |
* | Make LostController use IInitialState and LoggerInterface | Thomas Citharel | 2022-06-10 | 1 | -6/+18 |
* | Modernize the LostControllerTest test | Thomas Citharel | 2022-06-10 | 1 | -33/+25 |
* | Add password reset typed events | Thomas Citharel | 2022-06-10 | 1 | -12/+32 |
* | Update core to PHP 7.4 standard | Carl Schwan | 2022-05-20 | 8 | -41/+30 |
* | Merge pull request #32375 from nextcloud/bugfix/noid/show-user-account-on-gra... | Joas Schilling | 2022-05-16 | 2 | -33/+50 |
|\ |
|
| * | Extend tests | Joas Schilling | 2022-05-16 | 2 | -33/+50 |
* | | Modernize contacts menu | Thomas Citharel | 2022-05-12 | 1 | -9/+6 |
|/ |
|
* | Remove old legacy SvgController and IconsCacher | John Molakvoæ | 2022-05-10 | 1 | -198/+0 |
* | Do not dispatch postSetPassword when setPassword fails | Louis Chemineau | 2022-05-05 | 1 | -0/+6 |
* | Expose shareWithDisplayNameUnique also on autocomplete endpoint | Joas Schilling | 2022-05-03 | 1 | -9/+30 |
* | Phpunit | John Molakvoæ | 2022-04-21 | 1 | -3/+3 |
* | Merge pull request #31592 from nextcloud/fix/direct-arg-flow-v2 | Vincent Petry | 2022-03-29 | 1 | -0/+2 |
|\ |
|
| * | Add direct arg to login flow | Vincent Petry | 2022-03-28 | 1 | -0/+2 |
* | | Fix tests | Joas Schilling | 2022-02-23 | 1 | -11/+12 |
|/ |
|
* | Only allow avatars in 64 and 512 pixel size | Joas Schilling | 2022-02-07 | 2 | -12/+52 |
* | Pass username prefill through unauthenticated request redirects | Julius Härtl | 2021-12-29 | 1 | -0/+2 |
* | Fix tests and avoid PHP errors in them | Côme Chilliet | 2021-11-23 | 8 | -5/+34 |
* | Fix missing import of ILogger | Joas Schilling | 2021-11-02 | 1 | -0/+1 |
* | add check isFairUseOfFreePushService on login | Vitor Mattos | 2021-10-23 | 1 | -7/+25 |
* | Merge pull request #27733 from PhrozenByte/enhancement/noid/IURLGenerator-lin... | Julius Härtl | 2021-10-05 | 2 | -14/+25 |
|\ |
|
| * | Merge branch 'master' into enhancement/noid/IURLGenerator-linkToDefaultPageUrl | Daniel Rudolf | 2021-08-04 | 1 | -1/+1 |
| |\ |
|
| * | | Deprecate RedirectToDefaultAppResponse | Daniel Rudolf | 2021-07-01 | 2 | -9/+21 |
| * | | Remove unused imports | Daniel Rudolf | 2021-06-30 | 1 | -1/+0 |
| * | | Add IUrlGenerator::linkToDefaultPageUrl() | Daniel Rudolf | 2021-06-30 | 2 | -10/+10 |
* | | | Make AppsEnableTest and AppsDisableTest independet of the app version number | Daniel Kesselberg | 2021-10-01 | 2 | -22/+22 |
* | | | Fix unit tests | Joas Schilling | 2021-09-29 | 2 | -16/+16 |
* | | | fixes missing prefix to validate password reset token | Arthur Schiwon | 2021-09-10 | 1 | -2/+5 |
* | | | move verification token logic out of lost password controller | Arthur Schiwon | 2021-09-09 | 1 | -258/+43 |
* | | | Merge pull request #28725 from nextcloud/disallow-public-page-in-2fa-flow | Lukas Reschke | 2021-09-07 | 1 | -27/+0 |
|\ \ \ |
|
| * | | | Adjust tests | Lukas Reschke | 2021-09-06 | 1 | -27/+0 |
* | | | | Resolve absolute path in tests | Lukas Reschke | 2021-09-06 | 1 | -1/+1 |
|/ / / |
|
* | | | Merge pull request #27294 from pjft/patch-2 | Christoph Wurst | 2021-08-19 | 1 | -0/+5 |
|\ \ \
| |_|/
|/| | |
|
| * | | Add logging to 2FA failure | pjft | 2021-06-21 | 1 | -0/+5 |