summaryrefslogtreecommitdiffstats
path: root/tests/Core/Controller
Commit message (Expand)AuthorAgeFilesLines
* Adds user controller testsRoeland Jago Douma2016-12-301-0/+76
* Set redirect_url on 2FA challenge pageChristoph Wurst2016-12-231-0/+1
* Merge pull request #2563 from nextcloud/fix-password-resetMorris Jobke2016-12-221-0/+39
|\
| * fix password reset if encryption is enabledBjoern Schiessle2016-12-081-0/+39
* | Save the timezone on login againJoas Schilling2016-12-081-1/+14
|/
* Fix changing display names for subadminsLukas Reschke2016-11-211-7/+42
* Add OCSControllerTestsRoeland Jago Douma2016-11-161-0/+209
* Merge pull request #1109 from nextcloud/add-more-secrets-to-password-reset-linkMorris Jobke2016-11-031-143/+187
|\
| * Fix testsRoeland Jago Douma2016-11-031-166/+174
| * [WIP] Use mail for encrypting the password reset token as wellLukas Reschke2016-11-031-6/+42
* | Add cache 1 day cache to preview endpointRoeland Jago Douma2016-11-031-3/+6
* | More testsRoeland Jago Douma2016-11-031-0/+223
|/
* bring back remember-meChristoph Wurst2016-11-021-4/+68
* Check the mimetype before reading the content and catch exceptionJoas Schilling2016-10-181-2/+46
* Merge pull request #1629 from nextcloud/cleanup-settings-applicationJoas Schilling2016-10-061-1/+2
|\
| * Use our base class everywhereJoas Schilling2016-10-061-1/+2
* | Properly catch password policy hint for personal page password changesMorris Jobke2016-10-061-0/+25
|/
* Remove unused endpointJoas Schilling2016-09-301-130/+0
* Use magic DI for core controllersJoas Schilling2016-09-301-5/+9
* Merge pull request #1158 from nextcloud/cache_avatarsLukas Reschke2016-09-051-1/+6
|\
| * Fix testsRoeland Jago Douma2016-08-301-1/+6
* | add 2fa backup codes appChristoph Wurst2016-09-051-0/+19
* | check same URL in unit testsChristoph Wurst2016-08-301-11/+12
* | redirect to default app after solving the 2FA challengeChristoph Wurst2016-08-301-6/+1
|/
* Merge pull request #1172 from nextcloud/core_cleanupMorris Jobke2016-08-302-10/+12
|\
| * AvatarController use proper JSONResponseRoeland Jago Douma2016-08-291-3/+3
| * Minor cleanup in core ControllersRoeland Jago Douma2016-08-291-7/+9
* | redirect to 2fa provider if there's only one active for the userChristoph Wurst2016-08-291-1/+75
|/
* AvatarController cleanupRoeland Jago Douma2016-08-251-62/+83
* Move the reset token to core appJoas Schilling2016-08-232-21/+21
* Remove "password reset token" after successful loginJoas Schilling2016-08-231-0/+20
* Add tests for ChangePasswordControllerRoeland Jago Douma2016-08-171-0/+161
* We have to mock the is_uploaded_file in the OC\Core\Controller namespaceRoeland Jago Douma2016-08-151-8/+10
* Fix mock call in AvatarControllerTestRoeland Jago Douma2016-08-151-12/+12
* Use generated URLLukas Reschke2016-08-151-1/+1
* Fix tests for LoginControllerLukas Reschke2016-08-151-5/+4
* Don't use create mockLukas Reschke2016-08-151-14/+14
* Use createMock instead of deprecated getMockLukas Reschke2016-08-111-12/+12
* Redirect users when already logged-in on login formLukas Reschke2016-08-111-0/+95
* Mitigate race conditionLukas Reschke2016-07-201-6/+31
* Implement brute force protectionLukas Reschke2016-07-201-2/+57
* Revert "occ web executor (#24957)"Morris Jobke2016-07-071-143/+0
* occ web executor (#24957)VicDeo2016-06-221-0/+143
* Do not leak the login name - fixes #25047Thomas Müller2016-06-091-8/+40
* Merge pull request #25011 from owncloud/issue-24745-allow-to-cancel-2faVincent Petry2016-06-081-4/+17
|\
| * Allow to cancel 2FA after loginJoas Schilling2016-06-071-4/+17
* | do not generate device token if 2FA is enable for userChristoph Wurst2016-06-071-7/+33
|/
* remember redirect_url when solving the 2FA challengeChristoph Wurst2016-06-011-5/+7
* Merge pull request #24836 from owncloud/auth-tests-to-psr4Vincent Petry2016-05-251-0/+220
|\
| * Move parallel merged auth tests to PSR-4Joas Schilling2016-05-251-0/+220