summaryrefslogtreecommitdiffstats
path: root/lib/private/AppFramework
Commit message (Expand)AuthorAgeFilesLines
* Callable parameter injectionChristoph Wurst2020-07-032-0/+73
* Fix IPv6 remote addresses from X_FORWARDED_FOR headers before validatingJoas Schilling2020-07-021-0/+6
* Add unified search APIChristoph Wurst2020-06-242-0/+42
* Make annotations case insensitiveJoas Schilling2020-06-231-0/+3
* Allow to specify the cookie type for appframework responsesRoeland Jago Douma2020-06-222-3/+18
* Merge pull request #21469 from nextcloud/bugfix/noid/event-service-listener-r...Roeland Jago Douma2020-06-191-1/+1
|\
| * Fix event service listener registrationJoas Schilling2020-06-181-1/+1
* | Allow crash reporters registration during app bootstrapChristoph Wurst2020-06-192-0/+42
|/
* Continue with next app when one errors during registerChristoph Wurst2020-06-181-1/+1
* Catch all exceptions when an app is registering or bootingChristoph Wurst2020-06-171-1/+15
* Add dedicated API for apps' bootstrapping processChristoph Wurst2020-06-173-0/+473
* Allow TemplateResponse to be compressedMorris Jobke2020-05-151-0/+4
* Fix return code of AppConfig::deleteUserValueMorris Jobke2020-05-131-1/+1
* Move the notmodified check to middleware where it belongsRoeland Jago Douma2020-05-134-20/+60
* Add AppFramework GZip middleware to gzip responsesRoeland Jago Douma2020-05-122-0/+91
* Merge pull request #20786 from nextcloud/enh/dicontainer_cleanupRoeland Jago Douma2020-05-091-8/+0
|\
| * Move over the IConfig for globalscaleRoeland Jago Douma2020-05-081-5/+0
| * Remove double registrationsRoeland Jago Douma2020-05-071-3/+0
* | Fix OCPSinceChecker and php-csMorris Jobke2020-05-081-1/+0
* | Add InitialState Appframework serviceRoeland Jago Douma2020-05-072-0/+53
|/
* Simple AppConfig wrapper for the AppFrameworkRoeland Jago Douma2020-05-022-0/+78
* Update license headers for 19Christoph Wurst2020-04-2915-4/+14
* Fix new routing in settings etcRoeland Jago Douma2020-04-221-52/+44
* Extend tests for root urlJoas Schilling2020-04-181-2/+2
* PHP CS fixesJoas Schilling2020-04-181-3/+2
* Allow some apps to have root URLs in their own routing fileJoas Schilling2020-04-181-77/+48
* Format code according to PSR2Christoph Wurst2020-04-101-1/+1
* Add visibility to all constantsChristoph Wurst2020-04-101-11/+11
* Format control structures, classes, methods and functionChristoph Wurst2020-04-1027-124/+94
* Use elseif instead of else ifChristoph Wurst2020-04-106-11/+11
* Remove space between switch case and colonChristoph Wurst2020-04-091-3/+3
* Remove trailing and in between spacesChristoph Wurst2020-04-091-4/+4
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-096-17/+17
* Fix (array) indent style to always use one tabChristoph Wurst2020-04-093-3/+3
* Fix multiline commentsChristoph Wurst2020-04-081-33/+33
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-312-0/+3
* Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst2020-03-274-8/+0
|\
| * Remove unused importsChristoph Wurst2020-03-254-8/+0
* | Use the short array syntax, everywhereChristoph Wurst2020-03-262-3/+3
|/
* Fix mismatching doc block parameter typesChristoph Wurst2020-03-061-1/+1
* Hardcode Talk namespace to fix install due to global routeJoas Schilling2020-02-141-2/+13
* Use strpos to check that @ is the first charDaniel Kesselberg2020-01-231-1/+1
* Fix loaded controller checkJoas Schilling2020-01-211-1/+1
* Make getServerHost more robust to faulty user inputDaniel Kesselberg2020-01-161-7/+7
* Modify regex to match some other chromium browsersDaniel Kesselberg2019-12-271-1/+1
* Update license headers for 18Christoph Wurst2019-12-202-0/+2
* Merge pull request #18256 from nextcloud/files-aditional-scripts-new-eventsRoeland Jago Douma2019-12-091-2/+3
|\
| * use OCP\EventDispatcher\GenericEvent in more placesRobin Appelman2019-12-091-2/+3
* | Decouple resource provider registrationDaniel Kesselberg2019-12-071-0/+1
* | Update license headersChristoph Wurst2019-12-0539-48/+134
|/