Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-12-05Update license headersChristoph Wurst
2019-11-26Merge pull request #17948 from nextcloud/enh/check-if-property-is-boolRoeland Jago Douma
2019-11-22Some php-cs fixesRoeland Jago Douma
2019-11-16Make isXXX available for bool properties onlyDaniel Kesselberg
2019-11-08Do not throw an exception for base App classJulius Härtl
2019-11-04mark getAppContainer as a valid way to construct app containersRobin Appelman
2019-10-29Merge pull request #17562 from nextcloud/techdebt/17509/log-error-when-settin...Roeland Jago Douma
2019-10-22Add isXXX getter to EntityChristoph Wurst
2019-10-16Log an error in development cases when the application class was set up incor...Joas Schilling
2019-09-09set default CSP on NotFoundResponseRoeland Jago Douma
2019-08-30Remove reflect method form public interfaceRoeland Jago Douma
2019-08-29Add deprecation warningRoeland Jago Douma
2019-08-19Do not enforce the parent constructor of response to be calledRoeland Jago Douma
2019-08-16frame-src doesn't respect the nonce attributeRoeland Jago Douma
2019-08-10Add feature policy headerRoeland Jago Douma
2019-07-31Add form-action CSP elementRoeland Jago Douma
2019-07-27No need to have these classes we tighten the default CSP from time toRoeland Jago Douma
2019-05-23Redirect to the right token on public sharesRoeland Jago Douma
2019-04-16Set empty CSP by defaultRoeland Jago Douma
2019-03-25[#11236] Set parameter type in QBMapperMarius David Wieschollek
2019-03-16CSP: set nonce for iframesRoeland Jago Douma
2019-03-05Avoid duplicate App container creationJoas Schilling
2019-03-01Allow apps to redirect to the default appJoas Schilling
2019-02-06Add StandaloneTemplateResponseRoeland Jago Douma
2019-01-31Emit to load additionalscriptsRoeland Jago Douma
2019-01-08Set default frame-ancestors to 'self'Roeland Jago Douma
2019-01-07CSP: Allow fonts to be provided in dataRoeland Jago Douma
2018-12-24Access id property without getter.Daniel Kesselberg
2018-12-24Fetch lastInsertId only when id nullDaniel Kesselberg
2018-12-07Add IMapperExceptionRoeland Jago Douma
2018-11-08Basic CSP no longer deprecatedRoeland Jago Douma
2018-10-21Add report-uri to CSPRoeland Jago Douma
2018-10-14Disallow unsafe-eval by defaultRoeland Jago Douma
2018-10-09Allow to inject/mock `new \DateTime()` similar to time()Joas Schilling
2018-10-03Merge pull request #10967 from nextcloud/zipresponseMorris Jobke
2018-10-02Add PHPDocMorris Jobke
2018-10-02fixup! Add fix responseRoeland Jago Douma
2018-10-02fixup! Add fix responseRoeland Jago Douma
2018-10-02Add fix responseJakob Sack
2018-10-02Document possibly thrown excption of QBMapper::insertOrUpdateChristoph Wurst
2018-10-02Add QBMapper::insertOrUpdate()Christoph Wurst
2018-09-04Deprecate the childSrc functionsRoeland Jago Douma
2018-09-04Add workerSrc to CSPRoeland Jago Douma
2018-07-11Disallow eval on the StrictEvalCSPRoeland Jago Douma
2018-06-20Fix direct access to authen pageRoeland Jago Douma
2018-06-20Update token on regeneration for public loginRoeland Jago Douma
2018-06-20Add AuthPublicShareControllerTestRoeland Jago Douma
2018-06-20Add PublicShareControllerTestsRoeland Jago Douma
2018-06-20Move public auth page overRoeland Jago Douma
2018-06-20Add the new PublicShareController and PublicShareMiddlewareRoeland Jago Douma