summaryrefslogtreecommitdiffstats
path: root/lib/public/route/irouter.php
Commit message (Collapse)AuthorAgeFilesLines
* Move \OCP\Route to PSR-4Roeland Jago Douma2016-05-181-126/+0
|
* Happy new year!Thomas Müller2016-01-121-1/+3
|
* Deprecate remaining function and entire classRoeland Jago Douma2016-01-071-0/+2
|
* Cleanup router codeLukas Reschke2016-01-071-2/+11
| | | | | - Some functions are entirely broken - PHPDoc etc...
* Add @since tags to all methods in public namespaceMorris Jobke2015-04-161-0/+15
| | | | | | | * enhance the app development experience - you can look up the method introduction right inside the code without searching via git blame * easier to write apps for multiple versions
* Update license headersJenkins for ownCloud2015-03-261-4/+20
|
* Revert "Updating license headers"Morris Jobke2015-02-261-19/+5
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-231-5/+19
|
* introduce and use getCurrentConnection()Jörn Friedrich Dreyer2014-07-011-0/+7
|
* Fix PHPdoc in lib/publicBart Visscher2014-04-151-0/+6
| | | | using scrutinizer patch
* Only load routes from the apps we needRobin Appelman2014-03-241-1/+1
|
* Load the routes when matching or generating a route instead of when creating ↵Robin Appelman2014-03-241-2/+0
| | | | the router
* update copyright headerRobin Appelman2014-03-101-1/+1
|
* Move the router classes to a namespace and expose it with a public interfaceRobin Appelman2014-03-101-0/+71