Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Disallow unsafe-eval by default | Roeland Jago Douma | 2018-10-14 | 4 | -60/+67 |
* | Do not use file as template parameter | Roeland Jago Douma | 2018-08-09 | 1 | -1/+1 |
* | Fix direct access to authen page | Roeland Jago Douma | 2018-06-20 | 1 | -0/+2 |
* | Add AuthPublicShareControllerTest | Roeland Jago Douma | 2018-06-20 | 1 | -0/+157 |
* | Add PublicShareControllerTests | Roeland Jago Douma | 2018-06-20 | 1 | -0/+102 |
* | Add PublicShareMiddlewareTest | Roeland Jago Douma | 2018-06-20 | 1 | -0/+287 |
* | Move caching logic to response | Roeland Jago Douma | 2018-06-04 | 1 | -2/+12 |
* | Merge pull request #8593 from eneiluj/master | Morris Jobke | 2018-03-08 | 1 | -10/+78 |
|\ | |||||
| * | Add tests | Roeland Jago Douma | 2018-03-08 | 1 | -10/+78 |
* | | Remove testcase | Roeland Jago Douma | 2018-03-05 | 1 | -1/+0 |
|/ | |||||
* | Add test for PublicTemplateResponse | Julius Härtl | 2018-02-27 | 1 | -0/+84 |
* | Merge pull request #8541 from nextcloud/translate-permission-error-page | Morris Jobke | 2018-02-26 | 1 | -7/+7 |
|\ | |||||
| * | Provide translated error message for permission error | Morris Jobke | 2018-02-26 | 1 | -7/+7 |
* | | Fix proper types | Roeland Jago Douma | 2018-02-22 | 1 | -1/+1 |
|/ | |||||
* | Fix tests | Roeland Jago Douma | 2018-02-21 | 2 | -12/+18 |
* | Update tests | Roeland Jago Douma | 2018-01-29 | 1 | -8/+20 |
* | Fix risky tests without assertions | Joas Schilling | 2018-01-25 | 3 | -4/+7 |
* | Fix "Undefined method setExpectedException()" | Joas Schilling | 2018-01-24 | 6 | -24/+25 |
* | Properly log the full exception instead of only the message | Morris Jobke | 2018-01-23 | 1 | -4/+2 |
* | Remove not needed 3rdparty app disabling during upgrade for PHP 5.x | Morris Jobke | 2018-01-19 | 1 | -1/+0 |
* | Remove deprecated core API | Joas Schilling | 2018-01-15 | 2 | -24/+3 |
* | Move passwordconfirmation to its own midleware | Roeland Jago Douma | 2018-01-02 | 2 | -10/+130 |
* | disable password confirmation with SSO | Bjoern Schiessle | 2018-01-02 | 1 | -1/+10 |
* | allow 'Nextcloud' in the user agent string of Android | Bjoern Schiessle | 2017-12-12 | 1 | -0/+14 |
* | Merge pull request #6921 from nextcloud/appmanager-securitymiddleware | Roeland Jago Douma | 2017-10-24 | 1 | -1/+9 |
|\ | |||||
| * | Use proper DI for security middleware for app enabled check | Morris Jobke | 2017-10-24 | 1 | -1/+9 |
* | | Use ::class in test mocks | Morris Jobke | 2017-10-24 | 8 | -17/+24 |
|/ | |||||
* | Handle SameSiteCookie check for index.php in AppFramework Middleware | Roeland Jago Douma | 2017-09-24 | 2 | -2/+145 |
* | Add CSP frame-ancestors support | Thomas Citharel | 2017-09-15 | 1 | -0/+41 |
* | Remove explicit type hints for Controller | Lukas Reschke | 2017-08-01 | 1 | -4/+4 |
* | Merge pull request #5907 from nextcloud/add-metadata-to-throttle-call | Morris Jobke | 2017-08-01 | 2 | -0/+9 |
|\ | |||||
| * | Add metadata to \OCP\AppFramework\Http\Response::throttle | Lukas Reschke | 2017-07-27 | 2 | -0/+9 |
* | | Fix tests | Roeland Jago Douma | 2017-07-31 | 3 | -61/+66 |
* | | Fix middleware implementations signatures | Roeland Jago Douma | 2017-07-31 | 1 | -4/+5 |
|/ | |||||
* | Remove deprecated Controller Functions | Roeland Jago Douma | 2017-07-20 | 1 | -69/+0 |
* | Make BruteForceProtection annotation more clever | Lukas Reschke | 2017-04-13 | 3 | -75/+196 |
* | Add tests for multiple parameters | Lukas Reschke | 2017-04-13 | 1 | -5/+19 |
* | Move to dedicated MiddleWare | Lukas Reschke | 2017-04-13 | 2 | -40/+287 |
* | Add support for ratelimiting via annotations | Lukas Reschke | 2017-04-13 | 1 | -4/+40 |
* | Don't try to parse empty body if there is no body | Roeland Jago Douma | 2017-04-04 | 1 | -1/+4 |
* | Fix unit tests | Morris Jobke | 2017-03-28 | 5 | -111/+111 |
* | Add DI intergration tests | Roeland Jago Douma | 2017-03-21 | 1 | -0/+136 |
* | Extend DI tests | Roeland Jago Douma | 2017-03-21 | 1 | -5/+14 |
* | Adjust tests to include base-uri | Lukas Reschke | 2017-03-16 | 2 | -2/+2 |
* | Add base-uri to CSP policy | Lukas Reschke | 2017-03-16 | 3 | -109/+109 |
* | add test for skipping cookie checks for ocs | Robin Appelman | 2017-03-10 | 1 | -0/+25 |
* | oc_token should be nc_token | Christoph Wurst | 2017-02-02 | 1 | -1/+1 |
* | add some unit tests | Bjoern Schiessle | 2017-01-18 | 2 | -1/+85 |
* | fix controller test | Christoph Wurst | 2017-01-10 | 1 | -1/+1 |
* | fix data response test expected cache headers | Christoph Wurst | 2017-01-10 | 1 | -1/+1 |