summaryrefslogtreecommitdiffstats
path: root/lib/private/Route/CachingRouter.php
Commit message (Collapse)AuthorAgeFilesLines
* DI for RouterRobin Appelman2023-02-131-10/+17
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Migrate from ILogger to LoggerInterface in lib/privateCôme Chilliet2022-03-241-3/+2
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+0
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update license headersChristoph Wurst2019-12-051-2/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Dont cache empty url for not found routesRobin Appelman2019-10-181-1/+3
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Use type casting instead of *val() methodMorris Jobke2018-01-261-1/+1
| | | | | | It should be up to 6x faster Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Update with robinJoas Schilling2016-07-211-1/+1
|
* Fix othersJoas Schilling2016-07-211-2/+3
|
* Update license headersLukas Reschke2016-05-261-0/+2
|
* Read only onceLukas Reschke2016-05-021-2/+3
| | | | This can lead to race conditions otherwise. Also depracted hasKey
* Move \OC\Route to PSR-4Roeland Jago Douma2016-04-251-0/+61