| Commit message (Expand) | Author | Age | Files | Lines |
* | Migrate from ILogger to LoggerInterface in lib/private | Côme Chilliet | 2022-03-24 | 2 | -11/+6 |
* | Fix Lots of Error: file_exists(): open_basedir restriction in effect. in Log | Karel Hink | 2021-07-30 | 1 | -2/+3 |
* | Revert "First attempt to check against core routes before loading all app rou... | Vincent Petry | 2021-06-29 | 1 | -14/+12 |
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 3 | -4/+1 |
* | First attempt to check against core routes before loading all app routes | Julius Härtl | 2021-06-02 | 1 | -12/+14 |
* | Fix RedundantPropertyInitializationCheck | Roeland Jago Douma | 2021-03-09 | 1 | -2/+2 |
* | Bump nextcloud/coding-standard from 0.3.0 to 0.5.0 | dependabot-preview[bot] | 2021-02-18 | 1 | -3/+3 |
* | Also unset the other possible unused paramters | Roeland Jago Douma | 2020-12-16 | 1 | -0/+2 |
* | Update all license headers for Nextcloud 21 | Christoph Wurst | 2020-12-16 | 1 | -1/+1 |
* | Remove some IRouter methods | Roeland Jago Douma | 2020-11-17 | 1 | -8/+0 |
* | Cleanup route registration logic | Roeland Jago Douma | 2020-11-03 | 1 | -2/+9 |
* | Format code to a single space around binary operators | Christoph Wurst | 2020-10-05 | 1 | -1/+1 |
* | Properly inject IRouter into URLGenerator to properly encapsulate tests | Morris Jobke | 2020-08-19 | 1 | -1/+1 |
* | Only load routes of the app which is requested | Morris Jobke | 2020-08-19 | 1 | -5/+19 |
* | Hand in the route and the parameters of the request | Joas Schilling | 2020-08-05 | 1 | -2/+15 |
* | Log the route not found exception on a lower level | Roeland Jago Douma | 2020-07-24 | 1 | -1/+1 |
* | Do not create a RouteActionHandler object for each route | Roeland Jago Douma | 2020-07-07 | 1 | -9/+19 |
* | Update license headers for 19 | Christoph Wurst | 2020-04-29 | 1 | -1/+0 |
* | Fix creation of legacy routes | Joas Schilling | 2020-04-18 | 1 | -0/+29 |
* | Allow some apps to have root URLs in their own routing file | Joas Schilling | 2020-04-18 | 1 | -1/+0 |
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 1 | -3/+3 |
* | Use elseif instead of else if | Christoph Wurst | 2020-04-10 | 1 | -3/+3 |
* | Unify function spacing to PSR2 recommendation | Christoph Wurst | 2020-04-09 | 1 | -1/+1 |
* | Update the license headers for Nextcloud 19 | Christoph Wurst | 2020-03-31 | 2 | -0/+2 |
* | Use the short array syntax, everywhere | Christoph Wurst | 2020-03-26 | 2 | -2/+2 |
* | Update license headers | Christoph Wurst | 2019-12-05 | 3 | -4/+4 |
* | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 1 | -3/+3 |
* | Merge pull request #17509 from nextcloud/fix/application-singleton | John Molakvoæ | 2019-11-04 | 1 | -1/+1 |
|\ |
|
| * | Make sure we create an app's Application class just once | Christoph Wurst | 2019-10-11 | 1 | -1/+1 |
* | | Dont cache empty url for not found routes | Robin Appelman | 2019-10-18 | 1 | -1/+3 |
|/ |
|
* | Move settings to an app | Christoph Wurst | 2019-09-28 | 1 | -2/+3 |
* | Make sure maintenance mode is always casted to bool | Joas Schilling | 2019-02-22 | 1 | -1/+1 |
* | Use type casting instead of *val() method | Morris Jobke | 2018-01-26 | 1 | -1/+1 |
* | Update license headers | Morris Jobke | 2017-11-06 | 2 | -2/+2 |
* | Fix require once for actionInclude | Morris Jobke | 2017-08-09 | 1 | -1/+1 |
* | User proper anonymous function | Roeland Jago Douma | 2017-08-09 | 1 | -5/+6 |
* | PrivateData to app | Roeland Jago Douma | 2017-07-21 | 1 | -2/+0 |
* | Check whether the $_SERVER['REQUEST_*'] vars exist before using them | Joas Schilling | 2017-05-15 | 1 | -1/+1 |
* | Add system config htaccess.IgnoreFrontController for prettyURLs w/o mod_env | Felix Epp | 2016-11-16 | 1 | -1/+2 |
* | Allow OCS routes in Core and Settings | Roeland Jago Douma | 2016-08-09 | 1 | -0/+5 |
* | Allow ocs/v2.php/cloud/... routes | Roeland Jago Douma | 2016-08-08 | 1 | -1/+1 |
* | Update with robin | Joas Schilling | 2016-07-21 | 3 | -3/+3 |
* | Fix others | Joas Schilling | 2016-07-21 | 3 | -6/+9 |
* | Make the router handle OCS AppFramework Routes | Roeland Jago Douma | 2016-07-18 | 1 | -0/+12 |
* | Update license headers | Lukas Reschke | 2016-05-26 | 2 | -1/+3 |
* | Read only once | Lukas Reschke | 2016-05-02 | 1 | -2/+3 |
* | Move \OC\Route to PSR-4 | Roeland Jago Douma | 2016-04-25 | 3 | -0/+582 |