Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add report-uri to CSP | Roeland Jago Douma | 2018-10-21 | 2 | -0/+23 |
* | Disallow unsafe-eval by default | Roeland Jago Douma | 2018-10-14 | 1 | -6/+2 |
* | Allow to inject/mock `new \DateTime()` similar to time() | Joas Schilling | 2018-10-09 | 1 | -1/+9 |
* | Merge pull request #10967 from nextcloud/zipresponse | Morris Jobke | 2018-10-02 | 1 | -0/+87 |
|\ | |||||
| * | Add PHPDoc | Morris Jobke | 2018-10-02 | 1 | -4/+14 |
| * | fixup! Add fix response | Roeland Jago Douma | 2018-10-02 | 1 | -1/+1 |
| * | fixup! Add fix response | Roeland Jago Douma | 2018-10-02 | 1 | -3/+5 |
| * | Add fix response | Jakob Sack | 2018-10-02 | 1 | -0/+75 |
* | | Document possibly thrown excption of QBMapper::insertOrUpdate | Christoph Wurst | 2018-10-02 | 1 | -0/+1 |
* | | Add QBMapper::insertOrUpdate() | Christoph Wurst | 2018-10-02 | 1 | -1/+18 |
|/ | |||||
* | Deprecate the childSrc functions | Roeland Jago Douma | 2018-09-04 | 1 | -0/+2 |
* | Add workerSrc to CSP | Roeland Jago Douma | 2018-09-04 | 2 | -0/+34 |
* | Disallow eval on the StrictEvalCSP | Roeland Jago Douma | 2018-07-11 | 1 | -1/+1 |
* | Fix direct access to authen page | Roeland Jago Douma | 2018-06-20 | 1 | -1/+3 |
* | Update token on regeneration for public login | Roeland Jago Douma | 2018-06-20 | 1 | -1/+1 |
* | Add AuthPublicShareControllerTest | Roeland Jago Douma | 2018-06-20 | 1 | -1/+0 |
* | Add PublicShareControllerTests | Roeland Jago Douma | 2018-06-20 | 1 | -1/+1 |
* | Move public auth page over | Roeland Jago Douma | 2018-06-20 | 1 | -3/+6 |
* | Add the new PublicShareController and PublicShareMiddleware | Roeland Jago Douma | 2018-06-20 | 2 | -0/+326 |
* | Add stricter CSPs | Roeland Jago Douma | 2018-06-13 | 4 | -2/+192 |
* | Move caching logic to response | Roeland Jago Douma | 2018-06-04 | 1 | -2/+14 |
* | The column is not user input so suppress the phan warning | Roeland Jago Douma | 2018-05-14 | 1 | -0/+2 |
* | Add a QueryBuilder Mapper | Roeland Jago Douma | 2018-05-10 | 2 | -1/+284 |
* | Add since tags | Julius Härtl | 2018-04-05 | 2 | -1/+18 |
* | Move external share saving to template | Julius Härtl | 2018-04-05 | 1 | -7/+3 |
* | Add footer to public page template | Julius Härtl | 2018-04-05 | 1 | -0/+15 |
* | Move common menu templates to public API | Julius Härtl | 2018-04-05 | 2 | -0/+130 |
* | OCP\AppFramework\App strict | Roeland Jago Douma | 2018-03-09 | 1 | -7/+9 |
* | Remove setters | Julius Härtl | 2018-02-27 | 1 | -48/+0 |
* | Rework array handling to avoid phan error | Julius Härtl | 2018-02-27 | 1 | -27/+12 |
* | Add id to list element | Julius Härtl | 2018-02-27 | 1 | -2/+2 |
* | Sort menu by priority | Julius Härtl | 2018-02-27 | 1 | -0/+3 |
* | Add missing phpdoc for public API | Julius Härtl | 2018-02-27 | 2 | -1/+65 |
* | Add phpdoc, typehints and sanitize HTML | Julius Härtl | 2018-02-27 | 1 | -5/+69 |
* | Add menu item abstraction | Julius Härtl | 2018-02-27 | 3 | -0/+265 |
* | Pass template parameters to parent template | Julius Härtl | 2018-02-27 | 1 | -1/+1 |
* | Merge pull request #8473 from nextcloud/strict_cmr | Roeland Jago Douma | 2018-02-21 | 1 | -4/+5 |
|\ | |||||
| * | Strict OCP\AppFramework\Utility\IControllerMethodReflector | Roeland Jago Douma | 2018-02-21 | 1 | -4/+5 |
* | | Make sure that render always returns a string | Roeland Jago Douma | 2018-02-21 | 1 | -2/+2 |
|/ | |||||
* | Remove deprecated core API | Joas Schilling | 2018-01-15 | 1 | -99/+0 |
* | Merge pull request #7838 from nextcloud/timefactory_strict | Roeland Jago Douma | 2018-01-15 | 1 | -2/+2 |
|\ | |||||
| * | Make the ITimeFactory strict + return types | Roeland Jago Douma | 2018-01-14 | 1 | -2/+2 |
* | | Remove deprecated functions from DI Container | Roeland Jago Douma | 2018-01-13 | 1 | -30/+0 |
|/ | |||||
* | Merge pull request #7075 from nextcloud/remove-unused-variables | Roeland Jago Douma | 2017-11-07 | 1 | -1/+1 |
|\ | |||||
| * | Remove unused variables | Morris Jobke | 2017-11-06 | 1 | -1/+1 |
* | | Run updated license header updater | Morris Jobke | 2017-11-07 | 2 | -2/+2 |
* | | Change @georgehrke's email | Morris Jobke | 2017-11-06 | 1 | -1/+1 |
* | | Update license headers | Morris Jobke | 2017-11-06 | 18 | -4/+24 |
|/ | |||||
* | Doc: Fix phpDoc issues | Julius Härtl | 2017-10-23 | 1 | -1/+1 |
* | OC_OCS_Response is deprecated | Roeland Jago Douma | 2017-09-21 | 1 | -1/+1 |