summaryrefslogtreecommitdiffstats
path: root/lib/public/AppFramework
Commit message (Expand)AuthorAgeFilesLines
* set default CSP on NotFoundResponseRoeland Jago Douma2019-09-101-0/+1
* Remove reflect method form public interfaceRoeland Jago Douma2019-08-301-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
* Redirect to the right token on public sharesRoeland Jago Douma2019-05-231-0/+14
* Set empty CSP by defaultRoeland Jago Douma2019-04-1612-1/+34
* [#11236] Set parameter type in QBMapperMarius David Wieschollek2019-03-241-3/+35
* CSP: set nonce for iframesRoeland Jago Douma2019-03-161-1/+5
* Avoid duplicate App container creationJoas Schilling2019-03-051-1/+6
* 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
* Access id property without getter.Daniel Kesselberg2018-12-241-1/+1
* Fetch lastInsertId only when id nullDaniel Kesselberg2018-12-241-1/+3
* Add IMapperExceptionRoeland Jago Douma2018-12-063-2/+34
* 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
* Allow to inject/mock `new \DateTime()` similar to time()Joas Schilling2018-10-091-1/+9
* Merge pull request #10967 from nextcloud/zipresponseMorris Jobke2018-10-021-0/+87
|\
| * 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
* | Document possibly thrown excption of QBMapper::insertOrUpdateChristoph Wurst2018-10-021-0/+1
* | Add QBMapper::insertOrUpdate()Christoph Wurst2018-10-021-1/+18
|/
* 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
* Fix direct access to authen pageRoeland Jago Douma2018-06-201-1/+3
* Update token on regeneration for public loginRoeland Jago Douma2018-06-201-1/+1
* Add AuthPublicShareControllerTestRoeland Jago Douma2018-06-201-1/+0
* Add PublicShareControllerTestsRoeland Jago Douma2018-06-201-1/+1
* Move public auth page overRoeland Jago Douma2018-06-201-3/+6
* Add the new PublicShareController and PublicShareMiddlewareRoeland Jago Douma2018-06-202-0/+326
* Add stricter CSPsRoeland Jago Douma2018-06-134-2/+192
* Move caching logic to responseRoeland Jago Douma2018-06-041-2/+14
* The column is not user input so suppress the phan warningRoeland Jago Douma2018-05-141-0/+2
* Add a QueryBuilder MapperRoeland Jago Douma2018-05-102-1/+284
* 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
* OCP\AppFramework\App strictRoeland Jago Douma2018-03-091-7/+9