Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump nextcloud/coding-standard from 0.3.0 to 0.5.0 | dependabot-preview[bot] | 2021-02-18 | 2 | -2/+2 |
* | Remove unneeded casts that were found by Psalm | Morris Jobke | 2021-01-11 | 1 | -1/+1 |
* | Update all license headers for Nextcloud 21 | Christoph Wurst | 2020-12-16 | 1 | -6/+0 |
* | Remove some IRouter methods | Roeland Jago Douma | 2020-11-17 | 1 | -4/+4 |
* | Cleanup route registration logic | Roeland Jago Douma | 2020-11-03 | 1 | -0/+269 |
* | Fix supporting defaults for routes | Roeland Jago Douma | 2020-07-08 | 1 | -6/+10 |
* | Do not create a RouteActionHandler object for each route | Roeland Jago Douma | 2020-07-07 | 1 | -7/+4 |
* | Update license headers for 19 | Christoph Wurst | 2020-04-29 | 1 | -2/+1 |
* | Fix new routing in settings etc | Roeland Jago Douma | 2020-04-22 | 1 | -52/+44 |
* | Extend tests for root url | Joas Schilling | 2020-04-18 | 1 | -2/+2 |
* | PHP CS fixes | Joas Schilling | 2020-04-18 | 1 | -3/+2 |
* | Allow some apps to have root URLs in their own routing file | Joas Schilling | 2020-04-18 | 1 | -77/+48 |
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 1 | -6/+6 |
* | Use elseif instead of else if | Christoph Wurst | 2020-04-10 | 1 | -1/+1 |
* | Update license headers | Christoph Wurst | 2019-12-05 | 2 | -2/+5 |
* | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 1 | -2/+2 |
* | Make sure urlParams are correctly injected in global routes | Joas Schilling | 2019-03-11 | 1 | -1/+15 |
* | Make RouteConfig strict | Joas Schilling | 2019-01-22 | 1 | -63/+49 |
* | Allow resources via OCS as well | Joas Schilling | 2019-01-22 | 1 | -1/+55 |
* | Revert "Match slashes in ../{id} resource routes" | Roeland Jago Douma | 2017-04-18 | 1 | -7/+1 |
* | Match slashes in ../{id} resource routes | Roeland Jago Douma | 2017-04-04 | 1 | -1/+7 |
* | Cache the build ControllerName | Roeland Jago Douma | 2016-09-11 | 1 | -1/+15 |
* | Allow ocs/v2.php/cloud/... routes | Roeland Jago Douma | 2016-08-08 | 1 | -1/+7 |
* | Update with robin | Joas Schilling | 2016-07-21 | 1 | -1/+1 |
* | Fix others | Joas Schilling | 2016-07-21 | 2 | -4/+6 |
* | Add route tests | Roeland Jago Douma | 2016-07-18 | 1 | -1/+1 |
* | Allow registering of OCS routes with the appframework | Roeland Jago Douma | 2016-07-18 | 1 | -0/+55 |
* | Update license headers | Lukas Reschke | 2016-05-26 | 2 | -0/+2 |
* | Move \OC\AppFramework to PSR-4 | Roeland Jago Douma | 2016-04-22 | 2 | -0/+247 |