Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | OCP\AppFramework\App strict | Roeland Jago Douma | 2018-03-09 | 1 | -3/+4 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Use ::class statement instead of string | Morris Jobke | 2018-01-29 | 1 | -3/+5 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Update license headers | Morris Jobke | 2017-11-06 | 1 | -1/+2 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Remove unused use statements | Morris Jobke | 2017-04-22 | 1 | -1/+0 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Also cache the namespace from appinfo | Joas Schilling | 2017-03-22 | 1 | -3/+4 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Don't parse info.xml but reuse already cached app infos - fixes #25603 (#25968) | Thomas Müller | 2016-10-07 | 1 | -17/+4 |
| | | | | | | | | * Don't parse info.xml but reuse already cached app infos - fixes #25603 * Use === in InfoParser. Fixes test * InfoParser should not depend on UrlGenerator - fixes issue with session being closed too early | ||||
* | Cache parsing of info.xml | Roeland Jago Douma | 2016-09-02 | 1 | -2/+11 |
| | |||||
* | No body or content-length for 204 and 304 responses | Roeland Jago Douma | 2016-08-31 | 1 | -5/+14 |
| | | | | See: https://tools.ietf.org/html/rfc7230#section-3.3 | ||||
* | Hanlde Core and Settings app in AppFramework | Roeland Jago Douma | 2016-08-08 | 1 | -1/+7 |
| | | | | | | 'core' and 'settings' are just apps but we treat them slightly different. Make sure that we construct the correct namespace so we can actually do automatic AppFramework stuff. | ||||
* | Fix others | Joas Schilling | 2016-07-21 | 1 | -1/+2 |
| | |||||
* | Update license headers | Lukas Reschke | 2016-05-26 | 1 | -1/+1 |
| | |||||
* | Move \OC\AppFramework to PSR-4 | Roeland Jago Douma | 2016-04-22 | 1 | -0/+171 |
* Also moved the autoloader setup a bit up since we need it in initpaths |