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
2016-03-24getAppPath can return falseLukas Reschke
2016-03-14Shorter cache key for URL entriesJoas Schilling
2016-01-12Happy new year!Thomas Müller
2016-01-07Cleanup router codeLukas Reschke
2015-12-29No more deprecation messages in error logThomas Müller
2015-12-17OC_Helper::linkTo is deprecatedRoeland Jago Douma
2015-12-03More cleanups of OC_Config usageMorris Jobke
2015-12-01Support pretty URLsLukas Reschke
2015-11-27Dont die when we're missing a routeRobin Appelman
2015-10-06deduplicate @xenopathicMorris Jobke
2015-10-05update licence headers via scriptMorris Jobke
2015-09-01Delay adding OCS prefix to route collection until all is loadedRobin McCorkell
2015-08-18Only load app routes if the app has already been loadedRobin McCorkell
2015-08-11Revert "Only load app routes if the app has already been loaded"Joas Schilling
2015-08-06Only load app routes if the app has already been loadedRobin McCorkell
2015-06-25update license headers and authorsMorris Jobke
2015-06-01Clean application identifier before processingLukas Reschke
2015-04-19Replace `_method` requirement by {g,s}etMethods()David Prévot
2015-03-26Update license headersJenkins for ownCloud
2015-02-26Revert "Updating license headers"Morris Jobke
2015-02-23Updating license headersJenkins for ownCloud
2015-02-17Refactor OC_Request into TrustedDomainHelper and IRequestLukas 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