summaryrefslogtreecommitdiffstats
path: root/core/Controller
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2918 from nextcloud/encryption-recovery-improvementsMorris Jobke2017-01-131-5/+2
|\
| * create new encryption keys on password reset and backup the old oneBjoern Schiessle2017-01-101-5/+2
* | fix coding style and increase code coverageChristoph Wurst2017-01-111-9/+7
* | Add a TwoFactorExceptionCornelius Kölbel2017-01-111-4/+19
|/
* Adds CssControllerTestsRoeland Jago Douma2017-01-061-17/+12
* No need for the CssManagerRoeland Jago Douma2017-01-061-9/+9
* Do not add ICssManager to OCPRoeland Jago Douma2017-01-061-4/+5
* Code cleanupRoeland Jago Douma2017-01-061-1/+1
* Css cache folder name fix, route fix and various fixesJohn Molakvoæ (skjnldsv)2017-01-061-2/+3
* Injection fix and log appname fixJohn Molakvoæ (skjnldsv)2017-01-061-3/+2
* Appdata integration 2John Molakvoæ (skjnldsv)2017-01-061-0/+83
* Use login name to fix password confirm with ldap usersJoas Schilling2017-01-051-7/+3
* Set redirect_url on 2FA challenge pageChristoph Wurst2016-12-231-0/+1
* Merge pull request #2563 from nextcloud/fix-password-resetMorris Jobke2016-12-221-1/+7
|\
| * fix password reset if encryption is enabledBjoern Schiessle2016-12-081-1/+7
* | Save the timezone on login againJoas Schilling2016-12-081-1/+8
|/
* Merge pull request #2428 from justin-sleep/upstreamMorris Jobke2016-12-031-1/+1
|\
| * Move integer casting to the top of the chainjustin-sleep2016-12-021-1/+1
* | Cache all avatar responsesRoeland Jago Douma2016-11-301-16/+10
|/
* Add a signer class for signingLukas Reschke2016-11-211-2/+2
* Add identity proofLukas Reschke2016-11-211-5/+27
* Introduce the UI for password confirmationJoas Schilling2016-11-182-3/+44
* Move OC\OCS\Person to OCSControllerRoeland Jago Douma2016-11-161-1/+38
* Merge pull request #1109 from nextcloud/add-more-secrets-to-password-reset-linkMorris Jobke2016-11-031-5/+31
|\
| * [WIP] Use mail for encrypting the password reset token as wellLukas Reschke2016-11-031-5/+31
* | Add cache 1 day cache to preview endpointRoeland Jago Douma2016-11-031-2/+20
* | More testsRoeland Jago Douma2016-11-031-7/+4
* | Move Ipreview to more of DI thingyRoeland Jago Douma2016-11-031-27/+21
* | Move fileRoeland Jago Douma2016-11-031-1/+1
* | Move preview endpoint to controllerRoeland Jago Douma2016-11-031-0/+123
|/
* bring back remember-meChristoph Wurst2016-11-021-3/+8
* Fix avatar on exif rotated imagesRoeland Jago Douma2016-10-261-0/+1
* Missing returns + autoloader fileLukas Reschke2016-10-251-0/+2
* Move oc.js to a proper classRoeland Jago Douma2016-10-251-0/+90
* Check the mimetype before reading the content and catch exceptionJoas Schilling2016-10-181-1/+16
* Remove unused endpointJoas Schilling2016-09-301-105/+0
* Use magic DI for core controllersJoas Schilling2016-09-303-16/+19
* 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 properlyRoeland Jago Douma2016-08-301-5/+29
* | add 2fa backup codes appChristoph Wurst2016-09-051-0/+9
* | 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
|\
| * AvatarController use proper JSONResponseRoeland Jago Douma2016-08-291-42/+33
| * 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
* Move the reset token to core appJoas Schilling2016-08-232-4/+4