Commit Graph

63 Commits (34cd91cc86a89d623aa811f11316640db12ea91c)

Author SHA1 Message Date
zak39 a98ba27a0f fix(route): Change "core.ProfilePage.index" to lowercase 4 months ago
Joas Schilling a957e3a2c2
feat(occ): Add commands to list all routes and match a single one 6 months ago
Côme Chilliet b188fad8e8
fix(router): In debug mode, cache routes only for 3 seconds 7 months ago
Côme Chilliet bb485fb733
fix: Load all partially enabled apps routes 7 months ago
Côme Chilliet 446b22ac3c
feat(router): Add fallback for legacy action and file routes 7 months ago
Côme Chilliet 216da3a81c
fix: Deprecate action and actionInclude from routes and fix actionInclude 7 months ago
provokateurin db70ff6488
refactor(App): Remove registerRoutes method 8 months ago
Côme Chilliet 20c6d1a7e9
feat: Improve init a bit, and add more profiling steps 8 months ago
Côme Chilliet 34139987d6 fix: Replace OC_App calls by IAppManager 10 months ago
skjnldsv 2e50a39265 fix(files): properly forward open params from short urls 11 months ago
skjnldsv 54be2ef0f3 fix(profile): add legacy root for old `core.ProfilePage.index` 1 year ago
provokateurin 9836e9b164
chore(deps): Update nextcloud/coding-standard to v1.3.1 1 year ago
Côme Chilliet 7ed583cb8e
chore: Migrate cleanAppId and getAppPath calls to IAppManager from OC_App 1 year ago
provokateurin 12b44844e1
fix(Router): Load attribute routes of all apps when not app is specified 1 year ago
Andy Scherzinger dae7c159f7
chore: Add SPDX header 2 years ago
provokateurin 4c5e05f37e
fix(Router): Stop loading routes of disabled apps 2 years ago
Côme Chilliet 733a818139
fix: Migrate a few more classes away from OC_App::getAppPath 2 years ago
Côme Chilliet ec5133b739 fix: Apply new coding standard to all files 2 years ago
provokateurin df6175ccb1
feat(AppFramework): Add Route attribute 2 years ago
provokateurin 66e7056c5e
fix(Routing): Only use lowercase names for registering and matching routes 2 years ago
Joas Schilling aa5f037af7
chore: apply changes from Nextcloud coding standards 1.1.1 2 years ago
Hamid Dehnavi d0b20534b9 Refactor "substr" calls to improve code readability 3 years ago
Faraz Samapoor e7cc7653b8 Refactors "strpos" calls in lib/private to improve code readability. 3 years ago
Robin Appelman b911da3e1e
DI for Router 3 years ago
Robin Appelman b68be79464 more routing performance instrumentation 3 years ago
luz paz 368f83095d Fix typos in lib/private subdirectory 3 years ago
Côme Chilliet 6be7aa112f
Migrate from ILogger to LoggerInterface in lib/private 4 years ago
Karel Hink 18cc6c11b5 Fix Lots of Error: file_exists(): open_basedir restriction in effect. in Log 4 years ago
Vincent Petry 8535340d9a
Revert "First attempt to check against core routes before loading all app routes" 5 years ago
John Molakvoæ (skjnldsv) 215aef3cbd
Update php licenses 5 years ago
Julius Härtl 4b1576e978
First attempt to check against core routes before loading all app routes 5 years ago
Roeland Jago Douma 618805b14f Fix RedundantPropertyInitializationCheck 5 years ago
dependabot-preview[bot] eb502c02ff
Bump nextcloud/coding-standard from 0.3.0 to 0.5.0 5 years ago
Roeland Jago Douma 484f52bb4d
Also unset the other possible unused paramters 5 years ago
Christoph Wurst d89a75be0b
Update all license headers for Nextcloud 21 5 years ago
Roeland Jago Douma 72a9c35be3
Remove some IRouter methods 5 years ago
Roeland Jago Douma e25a7137cc
Cleanup route registration logic 5 years ago
Morris Jobke 387cac4c5f
Properly inject IRouter into URLGenerator to properly encapsulate tests 5 years ago
Morris Jobke 053ee7b386
Only load routes of the app which is requested 5 years ago
Joas Schilling ea8f68bea6 Hand in the route and the parameters of the request 5 years ago
Roeland Jago Douma b57019bcaa
Log the route not found exception on a lower level 6 years ago
Roeland Jago Douma edc1c77dd9
Do not create a RouteActionHandler object for each route 6 years ago
Christoph Wurst cb057829f7
Update license headers for 19 6 years ago
Joas Schilling aad16c8508
Fix creation of legacy routes 6 years ago
Joas Schilling 3f8168b6e5
Allow some apps to have root URLs in their own routing file 6 years ago
Christoph Wurst caff1023ea
Format control structures, classes, methods and function 6 years ago
Christoph Wurst 14c996d982
Use elseif instead of else if 6 years ago
Christoph Wurst 5bf3d1bb38
Update license headers 6 years ago
Roeland Jago Douma 68748d4f85
Some php-cs fixes 6 years ago
Christoph Wurst f6a79338d4
Make sure we create an app's Application class just once 6 years ago