summaryrefslogtreecommitdiffstats
path: root/core/Controller
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused endpointJoas Schilling2016-09-301-105/+0
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Use magic DI for core controllersJoas Schilling2016-09-303-16/+19
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Deprecate getEditionString()Joas Schilling2016-09-061-1/+1
|
* Move AvatarController over to FileDisplayResponseRoeland Jago Douma2016-09-051-8/+3
|
* Merge pull request #1158 from nextcloud/cache_avatarsLukas Reschke2016-09-051-5/+29
|\ | | | | Cache avatars
| * Cache avatars properlyRoeland Jago Douma2016-08-301-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 appChristoph Wurst2016-09-051-0/+9
| | | | | | | | | | * add backup codes app unit tests * add integration tests for the backup codes app
* | redirect to default app after solving the 2FA challengeChristoph Wurst2016-08-301-2/+4
|/
* Merge pull request #1172 from nextcloud/core_cleanupMorris Jobke2016-08-306-61/+41
|\ | | | | Core controller cleanup
| * AvatarController use proper JSONResponseRoeland Jago Douma2016-08-291-42/+33
| | | | | | | | | | * Do not rely on DataResponse magic. We want JSON so use JSON * Fix tests
| * Minor cleanup in core ControllersRoeland Jago Douma2016-08-294-10/+5
| |
| * UserController does not require DefaultsRoeland Jago Douma2016-08-291-9/+3
| |
* | redirect to 2fa provider if there's only one active for the userChristoph Wurst2016-08-291-4/+18
|/
* AvatarController cleanupRoeland Jago Douma2016-08-251-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 appJoas Schilling2016-08-232-4/+4
|
* Remove "password reset token" after successful loginJoas Schilling2016-08-231-0/+3
|
* we are Nextcloud :)Roeland Jago Douma2016-08-181-1/+1
|
* Move /config over to Core OCSControllerRoeland Jago Douma2016-08-181-0/+17
|
* Delete IE8 support in the avatar controllerRoeland Jago Douma2016-08-161-5/+0
|
* Redirect users when already logged-in on login formLukas Reschke2016-08-111-9/+25
|
* Merge pull request #807 from nextcloud/ocs_dataresponseRoeland Jago Douma2016-08-101-2/+2
|\ | | | | OCSController requires DataResponse
| * Fix Core's OCSController responseRoeland Jago Douma2016-08-101-2/+2
| |
* | Add missing array element - fixes #25714Thomas Müller2016-08-101-1/+1
|/
* Move /cloud/user to Core appRoeland Jago Douma2016-08-091-1/+22
|
* Move getCapabilities over to CoreRoeland Jago Douma2016-08-091-2/+25
|
* Allow OCS routes in Core and SettingsRoeland Jago Douma2016-08-091-0/+44
|
* SetupController should use \OC::$configDir tooDamjan Georgievski2016-08-021-1/+1
|
* Redirect to default page after loginBjoern Schiessle2016-07-271-1/+1
|
* Update with robinJoas Schilling2016-07-212-2/+2
|
* Fix othersJoas Schilling2016-07-217-10/+22
|
* Mitigate race conditionLukas Reschke2016-07-201-1/+4
|
* Implement brute force protectionLukas Reschke2016-07-202-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 everywhereJoas Schilling2016-07-151-5/+3
|
* Revert "occ web executor (#24957)"Morris Jobke2016-07-071-147/+0
| | | | This reverts commit 854352d9a064a1e469ede207493bce44fd41d96c.
* Merge remote-tracking branch 'upstream/master' into master-upstream-syncLukas Reschke2016-06-261-0/+147
|\
| * occ web executor (#24957)VicDeo2016-06-221-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-160611Arthur Schiwon2016-06-111-2/+3
|\|
| * Do not leak the login name - fixes #25047Thomas Müller2016-06-091-2/+3
| |
| * Merge pull request #25011 from owncloud/issue-24745-allow-to-cancel-2faVincent Petry2016-06-081-0/+9
| |\ | | | | | | Allow to cancel 2FA after login
| | * Allow to cancel 2FA after loginJoas Schilling2016-06-071-0/+9
| | |
| * | do not generate device token if 2FA is enable for userChristoph Wurst2016-06-071-11/+25
| |/
* | Add fancy layoutLukas Reschke2016-06-091-1/+2
| |
* | Allow to cancel 2FA after loginJoas Schilling2016-06-091-0/+9
| |
* | do not generate device token if 2FA is enable for userChristoph Wurst2016-06-091-11/+25
|/
* remember redirect_url when solving the 2FA challengeChristoph Wurst2016-06-012-5/+22
|
* Merge pull request #24795 from ↵Vincent Petry2016-05-311-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 URLJoas Schilling2016-05-241-1/+2
| |
* | Update license headersLukas Reschke2016-05-267-9/+7
| |
* | Merge pull request #24735 from juliushaertl/passwordreset-invalidVincent Petry2016-05-251-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 expiredJulius Haertl2016-05-231-15/+35
| | | | | | | | | | | | | | | - Moved token validation to method checkPasswordResetToken - Render error with message from exceptions