summaryrefslogtreecommitdiffstats
path: root/lib/private/AppFramework
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Always return overwritehost if configuredJulius Härtl2019-11-281-0/+5
* Some php-cs fixesRoeland Jago Douma2019-11-2217-33/+29
* Merge pull request #17850 from nextcloud/bugfix/noid/mark-spreed-as-active-on...Joas Schilling2019-11-201-0/+6
|\
| * Make phan happy ;)Daniel Kesselberg2019-11-191-1/+2
| * Mark "Talk" active on /call/token URLsJoas Schilling2019-11-121-0/+5
* | Fixes a 500 without useridArthur Schiwon2019-11-161-5/+0
|/
* Do DI on registered middleware as wellRoeland Jago Douma2019-10-161-1/+1
* Assume that getType is availableDaniel Kesselberg2019-10-141-7/+4
* Fix ReflectionType::__toString() is deprecatedDaniel Kesselberg2019-10-141-2/+2
* Remove duplicate codeDaniel Kesselberg2019-10-081-5/+1
* Move settings to an appChristoph Wurst2019-09-281-2/+0
* Handle throwables in the http dispatcherJulius Härtl2019-08-291-0/+4
* SessionMiddleware: declare session propertyRoeland Jago Douma2019-08-282-18/+6
* Add feature policy headerRoeland Jago Douma2019-08-102-0/+73
* Have the OCSBaseResponse call the parent constructorRoeland Jago Douma2019-08-081-1/+2
* Split up security middlewareRoeland Jago Douma2019-07-273-43/+87
* Do not try to autoload built in typesRoeland Jago Douma2019-06-042-16/+7
* Merge pull request #15714 from nextcloud/fix/204_304_rfcRoeland Jago Douma2019-05-241-1/+9
|\
| * Check the actual status code for 204 and 304Roeland Jago Douma2019-05-241-1/+9
* | Make it possible to show admin settings for sub adminsChristoph Wurst2019-05-232-1/+14
|/
* Make sure all middlewares are only registered onceJoas Schilling2019-05-061-0/+3
* Add a message about disabled global routesJoas Schilling2019-03-111-0/+8
* Make sure urlParams are correctly injected in global routesJoas Schilling2019-03-111-1/+15
* Make names mandatoryJoas Schilling2019-03-011-0/+1
* Merge pull request #13969 from nextcloud/enh/additional_scripts_no_on_public_...Morris Jobke2019-02-071-1/+11
|\
| * Add StandaloneTemplateResponseRoeland Jago Douma2019-02-061-1/+2
| * No need to emit additonalscript event on public pagesRoeland Jago Douma2019-02-051-0/+9
* | Do not do redirect handling when loggin outRoeland Jago Douma2019-02-063-0/+101
|/