aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Route
Commit message (Expand)AuthorAgeFilesLines
* fix(profile): add legacy root for old `core.ProfilePage.index`skjnldsv2024-11-141-0/+3
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-191-1/+1
* chore: Migrate cleanAppId and getAppPath calls to IAppManager from OC_AppCôme Chilliet2024-09-131-9/+17
* fix(Router): Load attribute routes of all apps when not app is specifiedprovokateurin2024-08-271-14/+24
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-1/+1
* chore: Add SPDX headerAndy Scherzinger2024-05-243-76/+12
* fix(Router): Stop loading routes of disabled appsprovokateurin2024-05-101-1/+1
* fix: Migrate a few more classes away from OC_App::getAppPathCôme Chilliet2024-04-222-16/+15
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-021-1/+1
* feat(AppFramework): Add Route attributeprovokateurin2024-02-211-0/+68
* fix(Routing): Only use lowercase names for registering and matching routesprovokateurin2024-02-211-15/+22
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-5/+5
* Refactor "substr" calls to improve code readabilityHamid Dehnavi2023-07-071-5/+5
* Refactors "strpos" calls in lib/private to improve code readability.Faraz Samapoor2023-05-151-1/+1
* DI for RouterRobin Appelman2023-02-132-17/+36
* more routing performance instrumentationRobin Appelman2023-02-101-4/+11
* Fix typos in lib/private subdirectoryluz paz2022-07-271-1/+1
* Migrate from ILogger to LoggerInterface in lib/privateCôme Chilliet2022-03-242-11/+6
* Fix Lots of Error: file_exists(): open_basedir restriction in effect. in LogKarel Hink2021-07-301-2/+3
* Revert "First attempt to check against core routes before loading all app rou...Vincent Petry2021-06-291-14/+12
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-043-4/+1
* First attempt to check against core routes before loading all app routesJulius Härtl2021-06-021-12/+14
* Fix RedundantPropertyInitializationCheckRoeland Jago Douma2021-03-091-2/+2
* Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]2021-02-181-3/+3
* Also unset the other possible unused paramtersRoeland Jago Douma2020-12-161-0/+2
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-1/+1
* Remove some IRouter methodsRoeland Jago Douma2020-11-171-8/+0
* Cleanup route registration logicRoeland Jago Douma2020-11-031-2/+9
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-1/+1
* Properly inject IRouter into URLGenerator to properly encapsulate testsMorris Jobke2020-08-191-1/+1
* Only load routes of the app which is requestedMorris Jobke2020-08-191-5/+19
* Hand in the route and the parameters of the requestJoas Schilling2020-08-051-2/+15
* Log the route not found exception on a lower levelRoeland Jago Douma2020-07-241-1/+1
* Do not create a RouteActionHandler object for each routeRoeland Jago Douma2020-07-071-9/+19
* Update license headers for 19Christoph Wurst2020-04-291-1/+0
* Fix creation of legacy routesJoas Schilling2020-04-181-0/+29
* Allow some apps to have root URLs in their own routing fileJoas Schilling2020-04-181-1/+0
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-3/+3
* Use elseif instead of else ifChristoph Wurst2020-04-101-3/+3
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-1/+1
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-312-0/+2
* Use the short array syntax, everywhereChristoph Wurst2020-03-262-2/+2
* Update license headersChristoph Wurst2019-12-053-4/+4
* Some php-cs fixesRoeland Jago Douma2019-11-221-3/+3
* Merge pull request #17509 from nextcloud/fix/application-singletonJohn Molakvoæ2019-11-041-1/+1
|\
| * Make sure we create an app's Application class just onceChristoph Wurst2019-10-111-1/+1
* | Dont cache empty url for not found routesRobin Appelman2019-10-181-1/+3
|/
* Move settings to an appChristoph Wurst2019-09-281-2/+3
* Make sure maintenance mode is always casted to boolJoas Schilling2019-02-221-1/+1
* Use type casting instead of *val() methodMorris Jobke2018-01-261-1/+1