summaryrefslogtreecommitdiffstats
path: root/lib/public/AppFramework
Commit message (Expand)AuthorAgeFilesLines
* Fix license headersChristoph Wurst2020-01-131-0/+1
* Split the menu entry for external shares in twoDaniel Calviño Sánchez2019-12-301-5/+6
* Format HTML elementsDaniel Calviño Sánchez2019-12-301-8/+8
* Update license headersChristoph Wurst2019-12-0551-84/+145
* Merge pull request #17948 from nextcloud/enh/check-if-property-is-boolRoeland Jago Douma2019-11-261-6/+18
|\
| * Make isXXX available for bool properties onlyDaniel Kesselberg2019-11-161-6/+18
* | Some php-cs fixesRoeland Jago Douma2019-11-2222-17/+13
|/
* Do not throw an exception for base App classJulius Härtl2019-11-081-1/+1
* mark getAppContainer as a valid way to construct app containersRobin Appelman2019-11-041-0/+8
* Merge pull request #17562 from nextcloud/techdebt/17509/log-error-when-settin...Roeland Jago Douma2019-10-291-2/+25
|\
| * Log an error in development cases when the application class was set up incor...Joas Schilling2019-10-161-2/+25
* | Add isXXX getter to EntityChristoph Wurst2019-10-221-9/+12
|/
* set default CSP on NotFoundResponseRoeland Jago Douma2019-09-091-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