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
2015-06-01Clean application identifier before processingLukas Reschke
2014-12-23Intelligent containerBernhard Posselt
2014-11-19drop unneeded var_dump - fixes #9997Morris Jobke
2014-10-20Log some additional eventsRobin Appelman
2014-10-20Log some basic eventsRobin Appelman
2014-09-22Also match routes without trailing slashJoas Schilling
2014-07-01introduce and use getCurrentConnection()Jörn Friedrich Dreyer
2014-06-18Prevent loadApps on upgradeVincent Petry
2014-06-05Remove legacy routing codeLukas Reschke
2014-05-13Fix all PHPDoc types and variable names, in /libRobin McCorkell
2014-05-12remove legacy aka deprecated code: OC_CacheThomas Müller
2014-04-29Preserve keys when sorting parameters when generatings urlsRobin Appelman
2014-04-20Merge pull request #7988 from owncloud/routing-cache-webrootAndreas Fischer
2014-04-16Fix PHPdoc in lib/privateBart Visscher
2014-04-15Sort parameters and cast to intRobin Appelman
2014-04-10Merge pull request #8138 from owncloud/allow-app-in-routes.phpThomas Müller
2014-04-10To isolate the variable scope used inside the $file it is required in it's ow...Thomas Müller
2014-04-07add delimiter between host and baseurlRobin Appelman
2014-04-03Load all routes when matching an ocs routeRobin Appelman
2014-04-01Keep cached urls with different hostnames or baseurls seperateRobin Appelman
2014-03-26fix undefined index warning in routerRobin Appelman
2014-03-25Fix routes getting lost when loading app routes twiceRobin Appelman
2014-03-25fix incorect arrayRobin Appelman
2014-03-25Only load core routes for ocs and settingsRobin Appelman
2014-03-24Only load core routes when matching a core routeRobin Appelman
2014-03-24Cache generated urls for routesRobin Appelman
2014-03-24Only load routes from the apps we needRobin Appelman
2014-03-24Load the routes when matching or generating a route instead of when creating ...Robin Appelman
2014-03-10Move the router classes to a namespace and expose it with a public interfaceRobin Appelman