summaryrefslogtreecommitdiffstats
path: root/lib/private/route/route.php
Commit message (Collapse)AuthorAgeFilesLines
* update license headers and authorsMorris Jobke2015-06-251-0/+1
|
* Replace `_method` requirement by {g,s}etMethods()David Prévot2015-04-191-2/+2
| | | | | | | | | | | | | | Make the call compatible with future Symfony version, and avoid E_USER_DEPRECATED as thrown by the current 2.7.0-beta1: The "_method" requirement is deprecated since version 2.2 and will be removed in 3.0. Use getMethods() instead. at …/Symfony/Component/Routing/Route.php#554 The "_method" requirement is deprecated since version 2.2 and will be removed in 3.0. Use the setMethods() method instead or the "methods" option in the route definition. at …/Symfony/Component/Routing/Route.php#662
* Update license headersJenkins for ownCloud2015-03-261-4/+22
|
* Revert "Updating license headers"Morris Jobke2015-02-261-21/+5
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-231-5/+21
|
* Fix all PHPDoc types and variable names, in /libRobin McCorkell2014-05-131-1/+1
|
* Fix PHPdoc in lib/privateBart Visscher2014-04-151-0/+6
| | | | using scrutinizer patch
* Move the router classes to a namespace and expose it with a public interfaceRobin Appelman2014-03-101-0/+132