summaryrefslogtreecommitdiffstats
path: root/lib/private/AppFramework/App.php
Commit message (Collapse)AuthorAgeFilesLines
* Fix testsRoeland Jago Douma2018-11-021-2/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* OCP\AppFramework\App strictRoeland Jago Douma2018-03-091-3/+4
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Use ::class statement instead of stringMorris Jobke2018-01-291-3/+5
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Update license headersMorris Jobke2017-11-061-1/+2
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Remove unused use statementsMorris Jobke2017-04-221-1/+0
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Also cache the namespace from appinfoJoas Schilling2017-03-221-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üller2016-10-071-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.xmlRoeland Jago Douma2016-09-021-2/+11
|
* No body or content-length for 204 and 304 responsesRoeland Jago Douma2016-08-311-5/+14
| | | | See: https://tools.ietf.org/html/rfc7230#section-3.3
* Hanlde Core and Settings app in AppFrameworkRoeland Jago Douma2016-08-081-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 othersJoas Schilling2016-07-211-1/+2
|
* Update license headersLukas Reschke2016-05-261-1/+1
|
* Move \OC\AppFramework to PSR-4Roeland Jago Douma2016-04-221-0/+171
* Also moved the autoloader setup a bit up since we need it in initpaths