aboutsummaryrefslogtreecommitdiffstats
path: root/core/Controller
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge pull request #2606 from temparus/masterblizzz2017-02-151-0/+7
|\
| * Update license headerSandro Lutz2017-02-071-0/+2
| * Merge remote-tracking branch 'nextcloud/master'Sandro Lutz2017-02-076-36/+117
| |\
| * | Add missing use statement for PublicEmitterSandro Lutz2017-02-071-0/+1
| * | Fix typo for UserManager variableSandro Lutz2017-02-011-1/+1
| * | Add check if UserManager is of type PublicEmitter before calling preLogin hookSandro Lutz2017-02-011-1/+3
| * | Change where preLogin hook gets calledSandro Lutz2017-02-011-0/+2
| * | Remove preLoginValidation hookSandro Lutz2017-02-011-3/+0
| * | Fix indentationSandro Lutz2017-02-011-1/+1
| * | Add preLoginValidation hookSandro Lutz2017-02-011-0/+3
* | | Merge pull request #3362 from nextcloud/fix/nc-token-cookie-nameJoas Schilling2017-02-091-1/+1
|\ \ \
| * | | oc_token should be nc_tokenChristoph Wurst2017-02-021-1/+1
| | |/ | |/|
* / | Fix public page css fallback loadingJohn Molakvoæ (skjnldsv)2017-02-012-3/+0
|/ /
* | Merge pull request #2044 from nextcloud/login-credential-storeMorris Jobke2017-01-301-1/+0
|\ \
| * | always allow remembered loginChristoph Wurst2017-01-111-1/+0
* | | unify endpoints form core and the the provisioning apiBjoern Schiessle2017-01-251-14/+0
* | | Merge pull request #3004 from nextcloud/fix-installation-cssLukas Reschke2017-01-222-0/+3
|\ \ \
| * | | Create unified css file and merge all needed data into this fileJohn Molakvoæ (skjnldsv)2017-01-102-1/+3
| * | | Removed jquery scssJohn Molakvoæ (skjnldsv)2017-01-101-0/+1
* | | | add brute force protection to password reset to make it harder to guess user ...Bjoern Schiessle2017-01-191-0/+1
* | | | add action to existing brute force protectionBjoern Schiessle2017-01-182-7/+7
* | | | 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