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
2020-10-05Format code to a single space around binary operatorsChristoph Wurst
2020-09-24Add acutal response to BeforeTemplateRenderedEventJulius Härtl
2020-08-24Update the license headers for Nextcloud 20Christoph Wurst
2020-08-19Fix CSJoas Schilling
2020-08-19Send "429 Too Many Requests" in case of brute force protectionJoas Schilling
2020-07-24Move NotFoundResponse to a proper TemplateResponseJulius Härtl
2020-07-15Add real events to load additionalscriptsRoeland Jago Douma
2020-07-06Update SecurityMiddleware.phpHolger Hees
2020-05-15Allow TemplateResponse to be compressedMorris Jobke
2020-05-13Move the notmodified check to middleware where it belongsRoeland Jago Douma
2020-05-12Add AppFramework GZip middleware to gzip responsesRoeland Jago Douma
2020-04-29Update license headers for 19Christoph Wurst
2020-04-10Format control structures, classes, methods and functionChristoph Wurst
2020-04-09Unify function spacing to PSR2 recommendationChristoph Wurst
2020-04-09Fix (array) indent style to always use one tabChristoph Wurst
2020-03-26Remove unused importsChristoph Wurst
2020-01-21Fix loaded controller checkJoas Schilling
2019-12-20Update license headers for 18Christoph Wurst
2019-12-09Merge pull request #18256 from nextcloud/files-aditional-scripts-new-eventsRoeland Jago Douma
2019-12-09use OCP\EventDispatcher\GenericEvent in more placesRobin Appelman
2019-12-05Update license headersChristoph Wurst
2019-11-22Some php-cs fixesRoeland Jago Douma
2019-11-20Merge pull request #17850 from nextcloud/bugfix/noid/mark-spreed-as-active-on...Joas Schilling
2019-11-19Make phan happy ;)Daniel Kesselberg
2019-11-16Fixes a 500 without useridArthur Schiwon
2019-11-12Mark "Talk" active on /call/token URLsJoas Schilling
2019-08-28SessionMiddleware: declare session propertyRoeland Jago Douma
2019-08-10Add feature policy headerRoeland Jago Douma
2019-07-27Split up security middlewareRoeland Jago Douma
2019-05-23Make it possible to show admin settings for sub adminsChristoph Wurst
2019-02-07Merge pull request #13969 from nextcloud/enh/additional_scripts_no_on_public_...Morris Jobke
2019-02-06Do not do redirect handling when loggin outRoeland Jago Douma
2019-02-06Add StandaloneTemplateResponseRoeland Jago Douma
2019-02-05No need to emit additonalscript event on public pagesRoeland Jago Douma
2019-01-31Emit to load additionalscriptsRoeland Jago Douma
2018-11-02Update password confirmation middlewareRoeland Jago Douma
2018-10-27add global site selector as user back-end which doesn't support password conf...Bjoern Schiessle
2018-08-09Do not use file as template parameterRoeland Jago Douma
2018-06-20Add PublicShareMiddlewareTestRoeland Jago Douma
2018-06-20Don't allow public share pages if link sharing is disabledRoeland Jago Douma
2018-06-20Move public preview endpoint overRoeland Jago Douma
2018-06-20Add the new PublicShareController and PublicShareMiddlewareRoeland Jago Douma
2018-04-26move log constants to ILoggerArthur Schiwon
2018-03-08Add testsRoeland Jago Douma
2018-03-08Make SecurityMiddleware strictRoeland Jago Douma
2018-02-28Do not throw AppNotEnabledException for app public pages - refs #6962, refs #...Julien Veyssier
2018-02-26Provide translated error message for permission errorMorris Jobke
2018-02-21Fix testsRoeland Jago Douma
2018-02-21Make the middlewareDispatcher strictRoeland Jago Douma
2018-02-14Remove unused import statementsMorris Jobke