Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Check whether the $_SERVER['REQUEST_*'] vars exist before using them | Joas Schilling | 2017-05-15 | 1 | -1/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Add system config htaccess.IgnoreFrontController for prettyURLs w/o mod_env | Felix Epp | 2016-11-16 | 1 | -1/+2 |
| | | | | | | | Added the system config which sets all conditions to true that query the FrontControllerActive mod_env variable. Signed-off-by: Felix A. Epp <work@felixepp.de> | ||||
* | 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 |
| | | | | | | | | | | | | | | | One of the possibilities of the old OCS API is that you can define the url yourself. This PR makes this possible again by adding an optional root elemenet to the route. Routes are thus: .../ocs/v2.php/<root>/<url> By default <root> = apps/<app> This will allow for example the provisioning API etc to be in ../ovs/v2/php/cloud/users | ||||
* | 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 |
| | | | | This can lead to race conditions otherwise. Also depracted hasKey | ||||
* | Move \OC\Route to PSR-4 | Roeland Jago Douma | 2016-04-25 | 3 | -0/+582 |