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-07-08Fix supporting defaults for routesRoeland Jago Douma
2020-07-07Do not create a RouteActionHandler object for each routeRoeland Jago Douma
2020-07-06Update SecurityMiddleware.phpHolger Hees
2020-07-03Callable parameter injectionChristoph Wurst
2020-07-02Fix IPv6 remote addresses from X_FORWARDED_FOR headers before validatingJoas Schilling
2020-06-24Add unified search APIChristoph Wurst
2020-06-23Make annotations case insensitiveJoas Schilling
2020-06-22Allow to specify the cookie type for appframework responsesRoeland Jago Douma
2020-06-19Merge pull request #21469 from nextcloud/bugfix/noid/event-service-listener-r...Roeland Jago Douma
2020-06-19Allow crash reporters registration during app bootstrapChristoph Wurst
2020-06-18Fix event service listener registrationJoas Schilling
2020-06-18Continue with next app when one errors during registerChristoph Wurst
2020-06-17Catch all exceptions when an app is registering or bootingChristoph Wurst
2020-06-17Add dedicated API for apps' bootstrapping processChristoph Wurst
2020-05-15Allow TemplateResponse to be compressedMorris Jobke
2020-05-13Fix return code of AppConfig::deleteUserValueMorris 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-05-09Merge pull request #20786 from nextcloud/enh/dicontainer_cleanupRoeland Jago Douma
2020-05-08Fix OCPSinceChecker and php-csMorris Jobke
2020-05-08Move over the IConfig for globalscaleRoeland Jago Douma
2020-05-07Add InitialState Appframework serviceRoeland Jago Douma
2020-05-07Remove double registrationsRoeland Jago Douma
2020-05-02Simple AppConfig wrapper for the AppFrameworkRoeland Jago Douma
2020-04-29Update license headers for 19Christoph Wurst
2020-04-22Fix new routing in settings etcRoeland Jago Douma
2020-04-18Extend tests for root urlJoas Schilling
2020-04-18PHP CS fixesJoas Schilling
2020-04-18Allow some apps to have root URLs in their own routing fileJoas Schilling
2020-04-10Format code according to PSR2Christoph Wurst
2020-04-10Add visibility to all constantsChristoph Wurst
2020-04-10Format control structures, classes, methods and functionChristoph Wurst
2020-04-10Use elseif instead of else ifChristoph Wurst
2020-04-09Remove space between switch case and colonChristoph Wurst
2020-04-09Remove trailing and in between spacesChristoph Wurst
2020-04-09Unify function spacing to PSR2 recommendationChristoph Wurst
2020-04-09Fix (array) indent style to always use one tabChristoph Wurst
2020-04-08Fix multiline commentsChristoph Wurst
2020-03-31Update the license headers for Nextcloud 19Christoph Wurst
2020-03-27Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst
2020-03-26Use the short array syntax, everywhereChristoph Wurst
2020-03-26Remove unused importsChristoph Wurst
2020-03-06Fix mismatching doc block parameter typesChristoph Wurst
2020-02-14Hardcode Talk namespace to fix install due to global routeJoas Schilling
2020-01-23Use strpos to check that @ is the first charDaniel Kesselberg
2020-01-21Fix loaded controller checkJoas Schilling
2020-01-16Make getServerHost more robust to faulty user inputDaniel Kesselberg
2019-12-27Modify regex to match some other chromium browsersDaniel Kesselberg
2019-12-20Update license headers for 18Christoph Wurst
2019-12-09Merge pull request #18256 from nextcloud/files-aditional-scripts-new-eventsRoeland Jago Douma