summaryrefslogtreecommitdiffstats
path: root/lib/private/AppFramework
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Merge pull request #13694 from b108/duplicate-functionality-in-request-classRoeland Jago Douma2019-02-011-5/+1
|\
| * Remove duplicate functionalityb108@volgograd2019-01-201-5/+1
* | Emit to load additionalscriptsRoeland Jago Douma2019-01-312-0/+59
* | Make RouteConfig strictJoas Schilling2019-01-221-63/+49
* | Allow resources via OCS as wellJoas Schilling2019-01-221-1/+55
|/
* Cleanup middleware registeringRoeland Jago Douma2019-01-031-102/+77
* Only trust the X-FORWARDED-HOST header for trusted proxiesRoeland Jago Douma2018-12-171-2/+8
* Merge pull request #11786 from nextcloud/feature/password_confirmation_backendMorris Jobke2018-11-061-0/+8
|\
| * Update password confirmation middlewareRoeland Jago Douma2018-11-021-0/+8
* | Properly query the methodreflectorRoeland Jago Douma2018-11-021-1/+1
* | Fix testsRoeland Jago Douma2018-11-023-14/+14
* | The identityproof manager should be in ServerRoeland Jago Douma2018-11-021-8/+0
* | No need to register it also in the DI ContainerRoeland Jago Douma2018-11-021-4/+0
* | The Encryption manager belongs in Server.phpRoeland Jago Douma2018-11-021-4/+0
* | SearchResult should be difined in Server as it is a core componentRoeland Jago Douma2018-11-021-5/+0
* | The UserSession is constructed in the serverRoeland Jago Douma2018-11-021-2/+0
* | TimeFactory is already regsitsered in the Server ContainerRoeland Jago Douma2018-11-021-3/+0
* | Request is already regsitered in the Server containerRoeland Jago Douma2018-11-021-5/+0
* | Was already registered in ServerRoeland Jago Douma2018-11-021-3/+0
|/
* Merge pull request #12036 from olivermg/masterMorris Jobke2018-10-301-1/+39
|\
| * Adding handling of CIDR notation to trusted_proxies for IPv4Oliver Wegner2018-10-301-1/+39
* | Merge pull request #12085 from nextcloud/add-gss-to-excluded-backendsMorris Jobke2018-10-301-1/+3
|\ \