| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #2892 from nextcloud/usercontroller_tests | Roeland Jago Douma | 2016-12-30 | 1 | -0/+76 |
|\ |
|
| * | Adds user controller tests | Roeland Jago Douma | 2016-12-30 | 1 | -0/+76 |
* | | User command enable/disable tests | Roeland Jago Douma | 2016-12-30 | 2 | -0/+188 |
|/ |
|
* | Add Group Command tests | Roeland Jago Douma | 2016-12-29 | 3 | -0/+365 |
* | Set redirect_url on 2FA challenge page | Christoph Wurst | 2016-12-23 | 1 | -0/+1 |
* | Merge pull request #2563 from nextcloud/fix-password-reset | Morris Jobke | 2016-12-22 | 1 | -0/+39 |
|\ |
|
| * | fix password reset if encryption is enabled | Bjoern Schiessle | 2016-12-08 | 1 | -0/+39 |
* | | Add tests for 2FA commands | Roeland Jago Douma | 2016-12-20 | 2 | -0/+198 |
* | | Save the timezone on login again | Joas Schilling | 2016-12-08 | 1 | -1/+14 |
|/ |
|
* | Fix changing display names for subadmins | Lukas Reschke | 2016-11-21 | 1 | -7/+42 |
* | Add OCSControllerTests | Roeland Jago Douma | 2016-11-16 | 1 | -0/+209 |
* | Merge pull request #1109 from nextcloud/add-more-secrets-to-password-reset-link | Morris Jobke | 2016-11-03 | 1 | -143/+187 |
|\ |
|
| * | Fix tests | Roeland Jago Douma | 2016-11-03 | 1 | -166/+174 |
| * | [WIP] Use mail for encrypting the password reset token as well | Lukas Reschke | 2016-11-03 | 1 | -6/+42 |
* | | Add cache 1 day cache to preview endpoint | Roeland Jago Douma | 2016-11-03 | 1 | -3/+6 |
* | | More tests | Roeland Jago Douma | 2016-11-03 | 1 | -0/+223 |
|/ |
|
* | bring back remember-me | Christoph Wurst | 2016-11-02 | 1 | -4/+68 |
* | Check the mimetype before reading the content and catch exception | Joas Schilling | 2016-10-18 | 1 | -2/+46 |
* | Merge pull request #1629 from nextcloud/cleanup-settings-application | Joas Schilling | 2016-10-06 | 1 | -1/+2 |
|\ |
|
| * | Use our base class everywhere | Joas Schilling | 2016-10-06 | 1 | -1/+2 |
* | | Properly catch password policy hint for personal page password changes | Morris Jobke | 2016-10-06 | 1 | -0/+25 |
|/ |
|
* | Remove unused endpoint | Joas Schilling | 2016-09-30 | 1 | -130/+0 |
* | Use magic DI for core controllers | Joas Schilling | 2016-09-30 | 1 | -5/+9 |
* | Fix tests | Roeland Jago Douma | 2016-09-06 | 3 | -12/+12 |
* | Fix getMock TwoFactorMiddlewareTest | Roeland Jago Douma | 2016-09-06 | 1 | -8/+14 |
* | Merge pull request #1158 from nextcloud/cache_avatars | Lukas Reschke | 2016-09-05 | 1 | -1/+6 |
|\ |
|
| * | Fix tests | Roeland Jago Douma | 2016-08-30 | 1 | -1/+6 |
* | | add 2fa backup codes app | Christoph Wurst | 2016-09-05 | 1 | -0/+19 |
* | | Fix depreccated getMock in Core/Command tests | Roeland Jago Douma | 2016-09-01 | 22 | -90/+167 |
* | | check same URL in unit tests | Christoph Wurst | 2016-08-30 | 1 | -11/+12 |
* | | redirect to default app after solving the 2FA challenge | Christoph Wurst | 2016-08-30 | 1 | -6/+1 |
|/ |
|
* | Merge pull request #1172 from nextcloud/core_cleanup | Morris Jobke | 2016-08-30 | 2 | -10/+12 |
|\ |
|
| * | AvatarController use proper JSONResponse | Roeland Jago Douma | 2016-08-29 | 1 | -3/+3 |
| * | Minor cleanup in core Controllers | Roeland Jago Douma | 2016-08-29 | 1 | -7/+9 |
* | | redirect to 2fa provider if there's only one active for the user | Christoph Wurst | 2016-08-29 | 1 | -1/+75 |
|/ |
|
* | Merge pull request #1058 from nextcloud/avatarController_cleanup | Lukas Reschke | 2016-08-27 | 1 | -62/+83 |
|\ |
|
| * | AvatarController cleanup | Roeland Jago Douma | 2016-08-25 | 1 | -62/+83 |
* | | Merge pull request #1031 from nextcloud/2fa-infinite-redirect-loop | Joas Schilling | 2016-08-26 | 1 | -0/+2 |
|\ \
| |/
|/| |
|
| * | prevent infinite redirect loops if the there is no 2fa provider to pass | Christoph Wurst | 2016-08-24 | 1 | -0/+2 |
* | | Move the reset token to core app | Joas Schilling | 2016-08-23 | 2 | -21/+21 |
* | | Remove "password reset token" after successful login | Joas Schilling | 2016-08-23 | 1 | -0/+20 |
|/ |
|
* | Add tests for ChangePasswordController | Roeland Jago Douma | 2016-08-17 | 1 | -0/+161 |
* | We have to mock the is_uploaded_file in the OC\Core\Controller namespace | Roeland Jago Douma | 2016-08-15 | 1 | -8/+10 |
* | Fix mock call in AvatarControllerTest | Roeland Jago Douma | 2016-08-15 | 1 | -12/+12 |
* | Use generated URL | Lukas Reschke | 2016-08-15 | 1 | -1/+1 |
* | Fix template test | Lukas Reschke | 2016-08-15 | 1 | -1/+1 |
* | Fix tests for LoginController | Lukas Reschke | 2016-08-15 | 1 | -5/+4 |
* | Don't use create mock | Lukas Reschke | 2016-08-15 | 1 | -14/+14 |
* | Use createMock instead of deprecated getMock | Lukas Reschke | 2016-08-11 | 1 | -12/+12 |
* | Redirect users when already logged-in on login form | Lukas Reschke | 2016-08-11 | 1 | -0/+95 |