Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unused endpoint | Joas Schilling | 2016-09-30 | 1 | -105/+0 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Use magic DI for core controllers | Joas Schilling | 2016-09-30 | 3 | -16/+19 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Deprecate getEditionString() | Joas Schilling | 2016-09-06 | 1 | -1/+1 |
| | |||||
* | Move AvatarController over to FileDisplayResponse | Roeland Jago Douma | 2016-09-05 | 1 | -8/+3 |
| | |||||
* | Merge pull request #1158 from nextcloud/cache_avatars | Lukas Reschke | 2016-09-05 | 1 | -5/+29 |
|\ | | | | | Cache avatars | ||||
| * | Cache avatars properly | Roeland Jago Douma | 2016-08-30 | 1 | -5/+29 |
| | | | | | | | | | | * Set proper caching headers for avatars (15 minutes) * For our own avatar use some extra logic to invalidate when we update | ||||
* | | add 2fa backup codes app | Christoph Wurst | 2016-09-05 | 1 | -0/+9 |
| | | | | | | | | | | * add backup codes app unit tests * add integration tests for the backup codes app | ||||
* | | redirect to default app after solving the 2FA challenge | Christoph Wurst | 2016-08-30 | 1 | -2/+4 |
|/ | |||||
* | Merge pull request #1172 from nextcloud/core_cleanup | Morris Jobke | 2016-08-30 | 6 | -61/+41 |
|\ | | | | | Core controller cleanup | ||||
| * | AvatarController use proper JSONResponse | Roeland Jago Douma | 2016-08-29 | 1 | -42/+33 |
| | | | | | | | | | | * Do not rely on DataResponse magic. We want JSON so use JSON * Fix tests | ||||
| * | Minor cleanup in core Controllers | Roeland Jago Douma | 2016-08-29 | 4 | -10/+5 |
| | | |||||
| * | UserController does not require Defaults | Roeland Jago Douma | 2016-08-29 | 1 | -9/+3 |
| | | |||||
* | | redirect to 2fa provider if there's only one active for the user | Christoph Wurst | 2016-08-29 | 1 | -4/+18 |
|/ | |||||
* | AvatarController cleanup | Roeland Jago Douma | 2016-08-25 | 1 | -21/+23 |
| | | | | | | | * Use all DI components * Let the AppFramework resolve the AvatarController * Update unit tests * Unit tests no longer require DB | ||||
* | Move the reset token to core app | Joas Schilling | 2016-08-23 | 2 | -4/+4 |
| | |||||
* | Remove "password reset token" after successful login | Joas Schilling | 2016-08-23 | 1 | -0/+3 |
| | |||||
* | we are Nextcloud :) | Roeland Jago Douma | 2016-08-18 | 1 | -1/+1 |
| | |||||
* | Move /config over to Core OCSController | Roeland Jago Douma | 2016-08-18 | 1 | -0/+17 |
| | |||||
* | Delete IE8 support in the avatar controller | Roeland Jago Douma | 2016-08-16 | 1 | -5/+0 |
| | |||||
* | Redirect users when already logged-in on login form | Lukas Reschke | 2016-08-11 | 1 | -9/+25 |
| | |||||
* | Merge pull request #807 from nextcloud/ocs_dataresponse | Roeland Jago Douma | 2016-08-10 | 1 | -2/+2 |
|\ | | | | | OCSController requires DataResponse | ||||
| * | Fix Core's OCSController response | Roeland Jago Douma | 2016-08-10 | 1 | -2/+2 |
| | | |||||
* | | Add missing array element - fixes #25714 | Thomas Müller | 2016-08-10 | 1 | -1/+1 |
|/ | |||||
* | Move /cloud/user to Core app | Roeland Jago Douma | 2016-08-09 | 1 | -1/+22 |
| | |||||
* | Move getCapabilities over to Core | Roeland Jago Douma | 2016-08-09 | 1 | -2/+25 |
| | |||||
* | Allow OCS routes in Core and Settings | Roeland Jago Douma | 2016-08-09 | 1 | -0/+44 |
| | |||||
* | SetupController should use \OC::$configDir too | Damjan Georgievski | 2016-08-02 | 1 | -1/+1 |
| | |||||
* | Redirect to default page after login | Bjoern Schiessle | 2016-07-27 | 1 | -1/+1 |
| | |||||
* | Update with robin | Joas Schilling | 2016-07-21 | 2 | -2/+2 |
| | |||||
* | Fix others | Joas Schilling | 2016-07-21 | 7 | -10/+22 |
| | |||||
* | Mitigate race condition | Lukas Reschke | 2016-07-20 | 1 | -1/+4 |
| | |||||
* | Implement brute force protection | Lukas Reschke | 2016-07-20 | 2 | -16/+29 |
| | | | | | | | | | Class Throttler implements the bruteforce protection for security actions in Nextcloud. It is working by logging invalid login attempts to the database and slowing down all login attempts from the same subnet. The max delay is 30 seconds and the starting delay are 200 milliseconds. (after the first failed login) | ||||
* | Use the themed Defaults everywhere | Joas Schilling | 2016-07-15 | 1 | -5/+3 |
| | |||||
* | Revert "occ web executor (#24957)" | Morris Jobke | 2016-07-07 | 1 | -147/+0 |
| | | | | This reverts commit 854352d9a064a1e469ede207493bce44fd41d96c. | ||||
* | Merge remote-tracking branch 'upstream/master' into master-upstream-sync | Lukas Reschke | 2016-06-26 | 1 | -0/+147 |
|\ | |||||
| * | occ web executor (#24957) | VicDeo | 2016-06-22 | 1 | -0/+147 |
| | | | | | | | | | | | | | | | | | | | | | | | | * Initial web executor * Fix PHPDoc Fix broken integration test OccControllerTests do not require database access - moch them all! Kill unused sprintf | ||||
* | | Merge branch 'master' of https://github.com/owncloud/core into downstream-160611 | Arthur Schiwon | 2016-06-11 | 1 | -2/+3 |
|\| | |||||
| * | Do not leak the login name - fixes #25047 | Thomas Müller | 2016-06-09 | 1 | -2/+3 |
| | | |||||
| * | Merge pull request #25011 from owncloud/issue-24745-allow-to-cancel-2fa | Vincent Petry | 2016-06-08 | 1 | -0/+9 |
| |\ | | | | | | | Allow to cancel 2FA after login | ||||
| | * | Allow to cancel 2FA after login | Joas Schilling | 2016-06-07 | 1 | -0/+9 |
| | | | |||||
| * | | do not generate device token if 2FA is enable for user | Christoph Wurst | 2016-06-07 | 1 | -11/+25 |
| |/ | |||||
* | | Add fancy layout | Lukas Reschke | 2016-06-09 | 1 | -1/+2 |
| | | |||||
* | | Allow to cancel 2FA after login | Joas Schilling | 2016-06-09 | 1 | -0/+9 |
| | | |||||
* | | do not generate device token if 2FA is enable for user | Christoph Wurst | 2016-06-09 | 1 | -11/+25 |
|/ | |||||
* | remember redirect_url when solving the 2FA challenge | Christoph Wurst | 2016-06-01 | 2 | -5/+22 |
| | |||||
* | Merge pull request #24795 from ↵ | Vincent Petry | 2016-05-31 | 1 | -1/+2 |
|\ | | | | | | | | | owncloud/issue-24789-reset-password-link-new-window Allow opening the password reset link in a new window when its a URL | ||||
| * | Allow opening the password reset link in a new window when its a URL | Joas Schilling | 2016-05-24 | 1 | -1/+2 |
| | | |||||
* | | Update license headers | Lukas Reschke | 2016-05-26 | 7 | -9/+7 |
| | | |||||
* | | Merge pull request #24735 from juliushaertl/passwordreset-invalid | Vincent Petry | 2016-05-25 | 1 | -15/+35 |
|\ \ | | | | | | | Show error messages if a password reset link is invalid or expired | ||||
| * | | Show error messages if a password reset link is invalid or expired | Julius Haertl | 2016-05-23 | 1 | -15/+35 |
| | | | | | | | | | | | | | | | - Moved token validation to method checkPasswordResetToken - Render error with message from exceptions |