summaryrefslogtreecommitdiffstats
path: root/core/Controller
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #5907 from nextcloud/add-metadata-to-throttle-callMorris Jobke2017-08-011-1/+1
|\
| * Add metadata to \OCP\AppFramework\Http\Response::throttleLukas Reschke2017-07-271-1/+1
* | Fix OCSControllerRoeland Jago Douma2017-08-011-3/+3
* | Fix ContactsMenuControllerRoeland Jago Douma2017-08-011-4/+3
* | Fix AvatarControllerRoeland Jago Douma2017-08-011-2/+3
|/
* Cleanup legacy user class from unused methodsMorris Jobke2017-07-241-1/+1
* Add public capabilities APIJulius Härtl2017-06-301-2/+7
* Add Clear-Site-Data headerLukas Reschke2017-06-201-1/+3
* Add tests for ClientFlowLoginControllerLukas Reschke2017-05-181-6/+4
* Add OAuth state to sessionLukas Reschke2017-05-181-24/+18
* use name of oauth app to identify auth tokenBjoern Schiessle2017-05-181-2/+10
* show error page if no valid client identifier is given and if it is not a API...Bjoern Schiessle2017-05-181-5/+24
* Remove special charactersLukas Reschke2017-05-181-1/+1
* Add basic implementation for OAuth 2.0 Authorization Code FlowLukas Reschke2017-05-181-20/+72
* Disable the API endpoints as wellJoas Schilling2017-05-111-0/+16
* Disable reset password link. Issue: #27440Ujjwal Bhardwaj2017-05-111-0/+2
* Automatic injection for CssControllerJoas Schilling2017-05-101-3/+4
* Automatic injection for JsControllerJoas Schilling2017-05-101-3/+4
* Update login flow redirectionMario Danic2017-05-041-1/+1
* Handle more error casesMorris Jobke2017-05-021-0/+2
* add contactsmenu popoverGeorg Ehrke2017-04-261-0/+17
* Merge branch 'master' into contactsmenuJan-Christoph Borchardt2017-04-261-0/+238
|\
| * AppToken to 72 charsRoeland Jago Douma2017-04-251-1/+1
| * Do not remove the state token to earlyRoeland Jago Douma2017-04-251-1/+3
| * Add new auth flowLukas Reschke2017-04-251-0/+236
* | Let apps register contact menu provider via info.xmlChristoph Wurst2017-04-251-6/+7
* | Contacts menuChristoph Wurst2017-04-251-0/+61
|/
* Fix remember redirect_url on failed login attemptsChristoph Wurst2017-04-251-0/+3
* Merge pull request #4443 from nextcloud/cleanup-unused-importsJoas Schilling2017-04-241-1/+0
|\
| * Remove unused use statementsMorris Jobke2017-04-221-1/+0
* | Merge pull request #4434 from nextcloud/add-rate-limiting-to-solve-challenge-...Lukas Reschke2017-04-241-0/+2
|\ \
| * | Add rate limit to TOTP solve challenge controllerLukas Reschke2017-04-221-0/+2
| |/
* / Add at most 10 password reset requests per 5 minutes and IP rangeLukas Reschke2017-04-221-0/+1
|/
* Rename renderHTML to renderHtmlMorris Jobke2017-04-191-1/+1
* Adjust existing bruteforce protection codeLukas Reschke2017-04-142-12/+13
* Make BruteForceProtection annotation more cleverLukas Reschke2017-04-131-25/+11
* Merge pull request #4308 from nextcloud/lost-password-emailLukas Reschke2017-04-131-4/+18
|\
| * Update email template for lost password emailMorris Jobke2017-04-121-4/+18
* | Merge pull request #2424 from nextcloud/fix-login-controller-test-consolidate...Morris Jobke2017-04-131-1/+4
|\ \
| * | do login routine only once when done via LoginControllerArthur Schiwon2017-04-061-1/+1
| * | fix login controller testsArthur Schiwon2017-04-061-0/+3
* | | Add support for ratelimiting via annotationsLukas Reschke2017-04-131-1/+1
* | | Merge pull request #3043 from nextcloud/issue-3038-no-logentry-on-email-loginMorris Jobke2017-04-131-2/+10
|\ \ \ | |_|/ |/| |
| * | Dont create a log entry on email loginJoas Schilling2017-04-071-2/+10
| |/
* / Move OC_Defaults to OCP\DefaultsMorris Jobke2017-04-092-5/+7
|/
* Merge pull request #4123 from nextcloud/allow-password-reset-with-emailRoeland Jago Douma2017-04-051-13/+26
|\
| * Allow to reset the password with the email as an inputJoas Schilling2017-03-281-13/+26
* | Fix gzip files for SafariMorris Jobke2017-03-292-2/+2
* | Allow to gzip CSS/JS filesRoeland Jago Douma2017-03-282-4/+60
|/
* [PoC] JS CombinerRoeland Jago Douma2017-03-241-0/+80