Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | set default CSP on NotFoundResponse | Roeland Jago Douma | 2019-09-10 | 1 | -0/+1 |
* | Add deprecation warning | Roeland Jago Douma | 2019-08-29 | 1 | -0/+1 |
* | Do not enforce the parent constructor of response to be called | Roeland Jago Douma | 2019-08-19 | 1 | -10/+8 |
* | frame-src doesn't respect the nonce attribute | Roeland Jago Douma | 2019-08-16 | 1 | -3/+0 |
* | Add feature policy header | Roeland Jago Douma | 2019-08-10 | 4 | -0/+266 |
* | Add form-action CSP element | Roeland Jago Douma | 2019-07-31 | 2 | -0/+35 |
* | No need to have these classes we tighten the default CSP from time to | Roeland Jago Douma | 2019-07-27 | 3 | -0/+3 |
* | Set empty CSP by default | Roeland Jago Douma | 2019-04-16 | 12 | -1/+34 |
* | CSP: set nonce for iframes | Roeland Jago Douma | 2019-03-16 | 1 | -1/+5 |
* | Allow apps to redirect to the default app | Joas Schilling | 2019-03-01 | 1 | -0/+40 |
* | Add StandaloneTemplateResponse | Roeland Jago Douma | 2019-02-06 | 1 | -0/+37 |
* | Emit to load additionalscripts | Roeland Jago Douma | 2019-01-31 | 1 | -0/+3 |
* | Set default frame-ancestors to 'self' | Roeland Jago Douma | 2019-01-08 | 1 | -1/+3 |
* | CSP: Allow fonts to be provided in data | Roeland Jago Douma | 2019-01-07 | 1 | -0/+1 |
* | Basic CSP no longer deprecated | Roeland Jago Douma | 2018-11-08 | 1 | -1/+0 |
* | 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 |
* | 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 |
* | 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 |
* | 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 |
* | 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 |
* | 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 |
* | Make sure that render always returns a string | Roeland Jago Douma | 2018-02-21 | 1 | -2/+2 |
* | Change @georgehrke's email | Morris Jobke | 2017-11-06 | 1 | -1/+1 |
* | Update license headers | Morris Jobke | 2017-11-06 | 8 | -0/+12 |
* | 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 |
* | fix typo and set @since properly | Thomas Citharel | 2017-09-15 | 2 | -6/+6 |
* | Add CSP frame-ancestors support | Thomas Citharel | 2017-09-15 | 2 | -0/+34 |
* | Merge pull request #5907 from nextcloud/add-metadata-to-throttle-call | Morris Jobke | 2017-08-01 | 1 | -1/+15 |
|\ | |||||
| * | Add metadata to \OCP\AppFramework\Http\Response::throttle | Lukas Reschke | 2017-07-27 | 1 | -1/+15 |
* | | Replace wrong PHPDocs | Lukas Reschke | 2017-08-01 | 2 | -1/+2 |
|/ | |||||
* | Some phpstorm inspection fixes | Roeland Jago Douma | 2017-07-22 | 2 | -2/+2 |
* | Remove unused use statements | Morris Jobke | 2017-04-22 | 3 | -4/+0 |