summaryrefslogtreecommitdiffstats
path: root/lib/private/AppFramework/Middleware
Commit message (Expand)AuthorAgeFilesLines
* Do not use file as template parameterRoeland Jago Douma2018-08-091-1/+1
* Add PublicShareMiddlewareTestRoeland Jago Douma2018-06-201-1/+1
* Don't allow public share pages if link sharing is disabledRoeland Jago Douma2018-06-201-1/+27
* Move public preview endpoint overRoeland Jago Douma2018-06-201-1/+2
* Add the new PublicShareController and PublicShareMiddlewareRoeland Jago Douma2018-06-202-0/+92
* move log constants to ILoggerArthur Schiwon2018-04-261-1/+1
* Add testsRoeland Jago Douma2018-03-081-18/+8
* Make SecurityMiddleware strictRoeland Jago Douma2018-03-081-10/+9
* Do not throw AppNotEnabledException for app public pages - refs #6962, refs #...Julien Veyssier2018-02-281-1/+2
* Provide translated error message for permission errorMorris Jobke2018-02-262-3/+10
* Fix testsRoeland Jago Douma2018-02-211-1/+1
* Make the middlewareDispatcher strictRoeland Jago Douma2018-02-211-9/+10
* Remove unused import statementsMorris Jobke2018-02-142-2/+0
* Don't perform CSRF check on OCS routes with Bearer authRoeland Jago Douma2018-01-291-2/+8
* Use $var[] = $a instead of array_push - 2x fasterMorris Jobke2018-01-251-1/+1
* Properly log the full exception instead of only the messageMorris Jobke2018-01-231-1/+4
* Move passwordconfirmation to its own midlewareRoeland Jago Douma2018-01-022-28/+82
* disable password confirmation with SSOBjoern Schiessle2018-01-021-2/+16
* Update license headersMorris Jobke2017-11-068-3/+15
* Use proper DI for security middleware for app enabled checkMorris Jobke2017-10-241-2/+8
* Handle SameSiteCookie check for index.php in AppFramework MiddlewareRoeland Jago Douma2017-09-242-0/+144
* Remove explicit type hints for ControllerLukas Reschke2017-08-016-15/+15
* 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 middleware implementations signaturesRoeland Jago Douma2017-07-316-23/+26
|/
* Check whether the $_SERVER['REQUEST_*'] vars exist before using themJoas Schilling2017-05-151-6/+5
* Remove unused use statementsMorris Jobke2017-04-221-1/+0
* Make BruteForceProtection annotation more cleverLukas Reschke2017-04-132-14/+84
* Move to dedicated MiddleWareLukas Reschke2017-04-132-35/+144
* Add support for ratelimiting via annotationsLukas Reschke2017-04-131-11/+36
* handle optional annotation parametersBjoern Schiessle2017-01-181-1/+1
* introduce brute force protection for api callsBjoern Schiessle2017-01-181-1/+13
* Allow to overwrite the message which we already do in SubadminMiddlewareJoas Schilling2016-12-081-2/+2
* Merge pull request #2066 from nextcloud/fix-redirect-double-encodingMorris Jobke2016-11-291-1/+1
|\
| * do not double encode the redirect urlChristoph Wurst2016-11-091-1/+1
* | Add the 15 seconds to the window, instead of removingJoas Schilling2016-11-181-1/+1
* | Introduce PasswordConfirmRequired annotationJoas Schilling2016-11-182-0/+51
|/
* Move browserSupportsCspV3 to CSPNonceManagerRoeland Jago Douma2016-10-251-19/+8
* Add support for CSP noncesLukas Reschke2016-10-241-1/+28
* Add trict CSP to OCS responsesRoeland Jago Douma2016-09-151-0/+5
* Split OCS version handlingRoeland Jago Douma2016-09-061-38/+47
* Extend OCSMiddlewareRoeland Jago Douma2016-08-141-2/+60
* We should properly check for 'true' instaed of the boolRoeland Jago Douma2016-08-011-1/+1
* Dark hackery to not always disable CSRF for OCS controllersRoeland Jago Douma2016-07-291-2/+10
* Support subdir in the OCS v2 endpointRoeland Jago Douma2016-07-271-1/+1
* Set proper status code in OCS AppFramework MiddlewareRoeland Jago Douma2016-07-221-1/+6
* Merge pull request #507 from nextcloud/run-le-scriptMorris Jobke2016-07-2111-14/+27
|\
| * Fix othersJoas Schilling2016-07-2111-14/+27
* | Merge pull request #480 from nextcloud/fix_ocs_response_formatLukas Reschke2016-07-211-1/+1
|\ \ | |/ |/|
| * AppFramework do not get default responseRoeland Jago Douma2016-07-201-1/+1