aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/AppFramework
Commit message (Expand)AuthorAgeFilesLines
* Do not use file as template parameterRoeland Jago Douma2018-08-091-1/+1
* Fix direct access to authen pageRoeland Jago Douma2018-06-201-0/+2
* Add AuthPublicShareControllerTestRoeland Jago Douma2018-06-201-0/+157
* Add PublicShareControllerTestsRoeland Jago Douma2018-06-201-0/+102
* Add PublicShareMiddlewareTestRoeland Jago Douma2018-06-201-0/+287
* Move caching logic to responseRoeland Jago Douma2018-06-041-2/+12
* Merge pull request #8593 from eneiluj/masterMorris Jobke2018-03-081-10/+78
|\
| * Add testsRoeland Jago Douma2018-03-081-10/+78
* | Remove testcaseRoeland Jago Douma2018-03-051-1/+0
|/
* Add test for PublicTemplateResponseJulius Härtl2018-02-271-0/+84
* Merge pull request #8541 from nextcloud/translate-permission-error-pageMorris Jobke2018-02-261-7/+7
|\
| * Provide translated error message for permission errorMorris Jobke2018-02-261-7/+7
* | Fix proper typesRoeland Jago Douma2018-02-221-1/+1
|/
* Fix testsRoeland Jago Douma2018-02-212-12/+18
* Update testsRoeland Jago Douma2018-01-291-8/+20
* Fix risky tests without assertionsJoas Schilling2018-01-253-4/+7
* Fix "Undefined method setExpectedException()"Joas Schilling2018-01-246-24/+25
* Properly log the full exception instead of only the messageMorris Jobke2018-01-231-4/+2
* Remove not needed 3rdparty app disabling during upgrade for PHP 5.xMorris Jobke2018-01-191-1/+0
* Remove deprecated core APIJoas Schilling2018-01-152-24/+3
* Move passwordconfirmation to its own midlewareRoeland Jago Douma2018-01-022-10/+130
* disable password confirmation with SSOBjoern Schiessle2018-01-021-1/+10
* allow 'Nextcloud' in the user agent string of AndroidBjoern Schiessle2017-12-121-0/+14
* Merge pull request #6921 from nextcloud/appmanager-securitymiddlewareRoeland Jago Douma2017-10-241-1/+9
|\
| * Use proper DI for security middleware for app enabled checkMorris Jobke2017-10-241-1/+9
* | Use ::class in test mocksMorris Jobke2017-10-248-17/+24
|/
* Handle SameSiteCookie check for index.php in AppFramework MiddlewareRoeland Jago Douma2017-09-242-2/+145
* Add CSP frame-ancestors supportThomas Citharel2017-09-151-0/+41
* Remove explicit type hints for ControllerLukas Reschke2017-08-011-4/+4
* Merge pull request #5907 from nextcloud/add-metadata-to-throttle-callMorris Jobke2017-08-012-0/+9
|\
| * Add metadata to \OCP\AppFramework\Http\Response::throttleLukas Reschke2017-07-272-0/+9
* | Fix testsRoeland Jago Douma2017-07-313-61/+66
* | Fix middleware implementations signaturesRoeland Jago Douma2017-07-311-4/+5
|/
* Remove deprecated Controller FunctionsRoeland Jago Douma2017-07-201-69/+0
* Make BruteForceProtection annotation more cleverLukas Reschke2017-04-133-75/+196
* Add tests for multiple parametersLukas Reschke2017-04-131-5/+19
* Move to dedicated MiddleWareLukas Reschke2017-04-132-40/+287
* Add support for ratelimiting via annotationsLukas Reschke2017-04-131-4/+40
* Don't try to parse empty body if there is no bodyRoeland Jago Douma2017-04-041-1/+4
* Fix unit testsMorris Jobke2017-03-285-111/+111
* Add DI intergration testsRoeland Jago Douma2017-03-211-0/+136
* Extend DI testsRoeland Jago Douma2017-03-211-5/+14
* Adjust tests to include base-uriLukas Reschke2017-03-162-2/+2
* Add base-uri to CSP policyLukas Reschke2017-03-163-109/+109
* add test for skipping cookie checks for ocsRobin Appelman2017-03-101-0/+25
* oc_token should be nc_tokenChristoph Wurst2017-02-021-1/+1
* add some unit testsBjoern Schiessle2017-01-182-1/+85
* fix controller testChristoph Wurst2017-01-101-1/+1
* fix data response test expected cache headersChristoph Wurst2017-01-101-1/+1
* set 'no-store' cache header if we do not want FF to cacheChristoph Wurst2017-01-091-1/+1