summaryrefslogtreecommitdiffstats
path: root/lib/public/route
Commit message (Collapse)AuthorAgeFilesLines
* Happy new year!Thomas Müller2016-01-122-3/+5
|
* 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-162-0/+31
| | | | | | | * 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-262-8/+40
|
* Revert "Updating license headers"Morris Jobke2015-02-262-38/+9
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-232-9/+38
|
* introduce and use getCurrentConnection()Jörn Friedrich Dreyer2014-07-011-0/+7
|
* Fix all PHPDoc types and variable names, in /libRobin McCorkell2014-05-131-1/+1
|
* Fix PHPdoc in lib/publicBart Visscher2014-04-152-0/+12
| | | | 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-102-0/+150