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-25Log the route not found exception on a lower levelRoeland Jago Douma
2020-04-29Update license headers for 19Christoph Wurst
2020-04-18Fix creation of legacy routesJoas Schilling
2020-04-18Allow some apps to have root URLs in their own routing fileJoas Schilling
2020-04-10Format control structures, classes, methods and functionChristoph Wurst
2020-04-10Use elseif instead of else ifChristoph Wurst
2020-04-09Unify function spacing to PSR2 recommendationChristoph Wurst
2020-03-31Update the license headers for Nextcloud 19Christoph Wurst
2020-03-26Use the short array syntax, everywhereChristoph Wurst
2019-12-05Update license headersChristoph Wurst
2019-11-22Some php-cs fixesRoeland Jago Douma
2019-11-04Merge pull request #17509 from nextcloud/fix/application-singletonJohn Molakvoæ
2019-10-18Dont cache empty url for not found routesRobin Appelman
2019-10-11Make sure we create an app's Application class just onceChristoph Wurst
2019-09-28Move settings to an appChristoph Wurst
2019-02-22Make sure maintenance mode is always casted to boolJoas Schilling
2018-01-26Use type casting instead of *val() methodMorris Jobke
2017-11-06Update license headersMorris Jobke
2017-08-10Fix require once for actionIncludeMorris Jobke
2017-08-09User proper anonymous functionRoeland Jago Douma
2017-07-21PrivateData to appRoeland Jago Douma
2017-05-15Check whether the $_SERVER['REQUEST_*'] vars exist before using themJoas Schilling
2016-11-17Add system config htaccess.IgnoreFrontController for prettyURLs w/o mod_envFelix Epp
2016-08-09Allow OCS routes in Core and SettingsRoeland Jago Douma
2016-08-08Allow ocs/v2.php/cloud/... routesRoeland Jago Douma
2016-07-21Update with robinJoas Schilling
2016-07-21Fix othersJoas Schilling
2016-07-18Make the router handle OCS AppFramework RoutesRoeland Jago Douma
2016-05-26Update license headersLukas Reschke
2016-05-02Read only onceLukas Reschke
2016-04-25Move \OC\Route to PSR-4Roeland Jago Douma