summaryrefslogtreecommitdiffstats
path: root/lib/public/AppFramework/Http
Commit message (Expand)AuthorAgeFilesLines
* set default CSP on NotFoundResponseRoeland Jago Douma2019-09-101-0/+1
* Add deprecation warningRoeland Jago Douma2019-08-291-0/+1
* Do not enforce the parent constructor of response to be calledRoeland Jago Douma2019-08-191-10/+8
* frame-src doesn't respect the nonce attributeRoeland Jago Douma2019-08-161-3/+0
* Add feature policy headerRoeland Jago Douma2019-08-104-0/+266
* Add form-action CSP elementRoeland Jago Douma2019-07-312-0/+35
* No need to have these classes we tighten the default CSP from time toRoeland Jago Douma2019-07-273-0/+3
* Set empty CSP by defaultRoeland Jago Douma2019-04-1612-1/+34
* CSP: set nonce for iframesRoeland Jago Douma2019-03-161-1/+5
* Allow apps to redirect to the default appJoas Schilling2019-03-011-0/+40
* Add StandaloneTemplateResponseRoeland Jago Douma2019-02-061-0/+37
* Emit to load additionalscriptsRoeland Jago Douma2019-01-311-0/+3
* Set default frame-ancestors to 'self'Roeland Jago Douma2019-01-081-1/+3
* CSP: Allow fonts to be provided in dataRoeland Jago Douma2019-01-071-0/+1
* Basic CSP no longer deprecatedRoeland Jago Douma2018-11-081-1/+0
* Add report-uri to CSPRoeland Jago Douma2018-10-212-0/+23
* Disallow unsafe-eval by defaultRoeland Jago Douma2018-10-141-6/+2
* Add PHPDocMorris Jobke2018-10-021-4/+14
* fixup! Add fix responseRoeland Jago Douma2018-10-021-1/+1
* fixup! Add fix responseRoeland Jago Douma2018-10-021-3/+5
* Add fix responseJakob Sack2018-10-021-0/+75
* Deprecate the childSrc functionsRoeland Jago Douma2018-09-041-0/+2
* Add workerSrc to CSPRoeland Jago Douma2018-09-042-0/+34
* Disallow eval on the StrictEvalCSPRoeland Jago Douma2018-07-111-1/+1
* Add stricter CSPsRoeland Jago Douma2018-06-134-2/+192
* Move caching logic to responseRoeland Jago Douma2018-06-041-2/+14
* Add since tagsJulius Härtl2018-04-052-1/+18
* Move external share saving to templateJulius Härtl2018-04-051-7/+3
* Add footer to public page templateJulius Härtl2018-04-051-0/+15
* Move common menu templates to public APIJulius Härtl2018-04-052-0/+130
* Remove settersJulius Härtl2018-02-271-48/+0
* Rework array handling to avoid phan errorJulius Härtl2018-02-271-27/+12
* Add id to list elementJulius Härtl2018-02-271-2/+2
* Sort menu by priorityJulius Härtl2018-02-271-0/+3
* Add missing phpdoc for public APIJulius Härtl2018-02-272-1/+65
* Add phpdoc, typehints and sanitize HTMLJulius Härtl2018-02-271-5/+69
* Add menu item abstractionJulius Härtl2018-02-273-0/+265
* Pass template parameters to parent templateJulius Härtl2018-02-271-1/+1
* Make sure that render always returns a stringRoeland Jago Douma2018-02-211-2/+2
* Change @georgehrke's emailMorris Jobke2017-11-061-1/+1
* Update license headersMorris Jobke2017-11-068-0/+12
* Doc: Fix phpDoc issuesJulius Härtl2017-10-231-1/+1
* OC_OCS_Response is deprecatedRoeland Jago Douma2017-09-211-1/+1
* fix typo and set @since properlyThomas Citharel2017-09-152-6/+6
* Add CSP frame-ancestors supportThomas Citharel2017-09-152-0/+34
* Merge pull request #5907 from nextcloud/add-metadata-to-throttle-callMorris Jobke2017-08-011-1/+15
|\
| * Add metadata to \OCP\AppFramework\Http\Response::throttleLukas Reschke2017-07-271-1/+15
* | Replace wrong PHPDocsLukas Reschke2017-08-012-1/+2
|/
* Some phpstorm inspection fixesRoeland Jago Douma2017-07-222-2/+2
* Remove unused use statementsMorris Jobke2017-04-223-4/+0