Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Better event description for BeforeTemplateRenderedEvent in files and files_s... | Morris Jobke | 2020-07-15 | 1 | -2/+2 |
* | Add real events to load additionalscripts | Roeland Jago Douma | 2020-07-15 | 2 | -0/+62 |
* | Fix robots "noindex, nofollow" signals | Joas Schilling | 2020-06-25 | 2 | -0/+2 |
* | Allow to specify the cookie type for appframework responses | Roeland Jago Douma | 2020-06-22 | 2 | -3/+5 |
* | Merge pull request #20897 from nextcloud/bugfix/httpcache | Roeland Jago Douma | 2020-05-13 | 1 | -5/+4 |
|\ | |||||
| * | Add public argument to Http cacheFor() | Clement Wong | 2020-05-10 | 1 | -5/+4 |
| * | Proxy server could cache http response when it is not private | Clement Wong | 2020-05-10 | 1 | -2/+2 |
* | | Update license headers for 19 | Christoph Wurst | 2020-04-29 | 3 | -0/+3 |
|/ | |||||
* | Add visibility to all constants | Christoph Wurst | 2020-04-10 | 1 | -2/+2 |
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 17 | -50/+26 |
* | Unify function spacing to PSR2 recommendation | Christoph Wurst | 2020-04-09 | 6 | -15/+15 |
* | Use exactly one empty line after the namespace declaration | Christoph Wurst | 2020-04-09 | 5 | -5/+0 |
* | Fix (array) indent style to always use one tab | Christoph Wurst | 2020-04-09 | 4 | -5/+5 |
* | Update the license headers for Nextcloud 19 | Christoph Wurst | 2020-03-31 | 6 | -2/+7 |
* | Merge pull request #20170 from nextcloud/techdebt/remove-unused-imports | Christoph Wurst | 2020-03-27 | 2 | -2/+0 |
|\ | |||||
| * | Remove unused imports | Christoph Wurst | 2020-03-25 | 2 | -2/+0 |
* | | Use the short array syntax, everywhere | Christoph Wurst | 2020-03-26 | 5 | -9/+9 |
|/ | |||||
* | add docs for useJsNonce | Pavel Krasikov | 2020-03-15 | 1 | -0/+1 |
* | Fix license headers | Christoph Wurst | 2020-01-13 | 1 | -0/+1 |
* | Split the menu entry for external shares in two | Daniel Calviño Sánchez | 2019-12-30 | 1 | -5/+6 |
* | Format HTML elements | Daniel Calviño Sánchez | 2019-12-30 | 1 | -8/+8 |
* | Update license headers | Christoph Wurst | 2019-12-05 | 29 | -61/+97 |
* | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 10 | -7/+8 |
* | set default CSP on NotFoundResponse | Roeland Jago Douma | 2019-09-09 | 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 |