aboutsummaryrefslogtreecommitdiffstats
path: root/tests/Core/Controller
Commit message (Expand)AuthorAgeFilesLines
* feat(login): add origin check at loginBenjamin Gaussorgues2024-12-051-5/+23
* chore(profile): move profile app from core to appsskjnldsv2024-11-141-78/+0
* fix: Adjust preview for view-only sharesfix/view-only-previewFerdinand Thiessen2024-10-281-17/+174
* chore(legacy): Introduce public version ct plass and drop version methods fro...clean/version-ocpJulius Knorr2024-09-201-11/+17
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-194-20/+20
* refactor: Add void return type to PHPUnit test methodsChristoph Wurst2024-09-1518-135/+135
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-255-39/+39
* fix: Ignore preview requests for invalid file idsJulius Härtl2024-07-221-0/+1
* feat: don't count failed CSRF as failed login attemptBenjamin Gaussorgues2024-07-111-1/+0
* Merge pull request #45811 from nextcloud/add-test-for-profile-page-controllerDaniel2024-06-121-0/+78
|\
| * test: add tests for ProfilePageControllerDaniel Kesselberg2024-06-121-0/+78
* | fix(files_sharing): dark avatar supportskjnldsv2024-06-121-2/+13
|/
* chore: Add SPDX headerAndy Scherzinger2024-05-1320-353/+47
* fix(auth): Keep redirect URL during 2FA setup and challengeChristoph Wurst2024-04-191-3/+6
* feat(login): Clear login form (password) after IDLE timeoutFerdinand Thiessen2024-03-251-19/+9
* chore: update logincontroller testsEduardo Morales2024-03-101-5/+12
* feat(core): Add OCS endpoint for confirming the user passwordprovokateurin2024-02-201-1/+19
* fix: phpunitJohn Molakvoæ2024-02-131-1/+1
* fix(tests): Fix remaining testsJoas Schilling2024-01-091-1/+7
* Fix tests after slow logout fixLouis Chemineau2024-01-081-1/+4
* Cancel PR #37405, remove regression codeGaspard d'Hautefeuille2024-01-051-4/+25
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-1/+1
* Merge pull request #39852 from nextcloud/pragmaHeaderFerdinand Thiessen2023-10-182-6/+0
|\
| * Stop sending deprecated Pragma headerGit'Fellow2023-08-282-6/+0
* | Fix Dynamic property timeFactory in ClientFlowLoginControllerTestCôme Chilliet2023-10-091-1/+2
* | make oauth2 authorization code expire after 10 minutesJulien Veyssier2023-10-051-1/+4
* | techdebt(DI): Use public IThrottler interface which exists since Nextcloud 25Joas Schilling2023-08-281-3/+3
|/
* fix(tests): preview phpunitJohn Molakvoæ2023-08-171-2/+2
* core: Add OpenAPI specjld31032023-07-131-1/+1
* fix(tests): Adjust unit testsJoas Schilling2023-05-151-8/+8
* Add some tests for input trimming in LostController.phpJoshua Trees2023-04-051-0/+36
* Fix testsGit'Fellow2023-03-281-25/+4
* Merge pull request #36489 from nextcloud/bugfix/noid/brute-force-protection-p...Joas Schilling2023-02-061-0/+1
|\
| * fix(CI): Adjust expected resultJoas Schilling2023-02-061-0/+1
* | fix(client-login-flow): Handle missing stateToken gracefullyChristoph Wurst2023-02-061-0/+6
|/
* Fix tests failures (number of calls differed with last rebase)Côme Chilliet2023-01-241-15/+15
* Fix a bunch of deprecation in the phpunit for coreCarl Schwan2023-01-243-49/+48
* composer run cs:fixCôme Chilliet2023-01-2014-14/+0
* feat(app framework)!: Inject services into controller methodsChristoph Wurst2023-01-181-20/+17
* Fix login loop if login CSRF fails and user is not logged inChristoph Wurst2023-01-181-10/+11
* chore: Make the LoginController strictChristoph Wurst2022-12-151-4/+17
* Check share attributes on preview endpointsJulius Härtl2022-10-251-0/+9
* Fix LostController testCôme Chilliet2022-10-181-2/+7
* Fix unit testsJoas Schilling2022-08-311-1/+1
* fix Controller testsArthur Schiwon2022-07-222-8/+13
* Make LostController use IInitialState and LoggerInterfaceThomas Citharel2022-06-101-6/+18
* Modernize the LostControllerTest testThomas Citharel2022-06-101-33/+25
* Add password reset typed eventsThomas Citharel2022-06-101-12/+32
* Update core to PHP 7.4 standardCarl Schwan2022-05-206-35/+23
* Merge pull request #32375 from nextcloud/bugfix/noid/show-user-account-on-gra...Joas Schilling2022-05-162-33/+50
|\