summaryrefslogtreecommitdiffstats
path: root/lib/private/AppFramework/App.php
Commit message (Expand)AuthorAgeFilesLines
* more routing performance instrumentationRobin Appelman2023-02-101-5/+17
* composer run cs:fixCôme Chilliet2023-01-201-1/+0
* Remove OCP\App and OCP\BackgroundJobCarl Schwan2022-08-011-2/+0
* Add a built-in profiler inside NextcloudCarl Schwan2022-04-041-4/+29
* Migrate HintException to OCPGary Kim2021-06-301-1/+2
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+0
* Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]2021-02-181-3/+3
* Fix type errors detected by PsalmChristoph Wurst2020-10-141-2/+7
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-3/+3
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-0/+1
* basic settings system for activity notificationsRobin Appelman2020-07-211-0/+14
* Allow to specify the cookie type for appframework responsesRoeland Jago Douma2020-06-221-1/+4
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-8/+5
* Use elseif instead of else ifChristoph Wurst2020-04-101-2/+2
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-1/+1
* Hardcode Talk namespace to fix install due to global routeJoas Schilling2020-02-141-2/+13
* Update license headersChristoph Wurst2019-12-051-1/+3
* Some php-cs fixesRoeland Jago Douma2019-11-221-3/+2
* Move settings to an appChristoph Wurst2019-09-281-2/+0
* Check the actual status code for 204 and 304Roeland Jago Douma2019-05-241-1/+9
* Add a message about disabled global routesJoas Schilling2019-03-111-0/+8
* Fix testsRoeland Jago Douma2018-11-021-2/+2
* OCP\AppFramework\App strictRoeland Jago Douma2018-03-091-3/+4
* Use ::class statement instead of stringMorris Jobke2018-01-291-3/+5
* Update license headersMorris Jobke2017-11-061-1/+2
* Remove unused use statementsMorris Jobke2017-04-221-1/+0
* Also cache the namespace from appinfoJoas Schilling2017-03-221-3/+4
* Don't parse info.xml but reuse already cached app infos - fixes #25603 (#25968)Thomas Müller2016-10-071-17/+4
* 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
* Hanlde Core and Settings app in AppFrameworkRoeland Jago Douma2016-08-081-1/+7
* 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