summaryrefslogtreecommitdiffstats
path: root/lib/private/AppFramework
Commit message (Expand)AuthorAgeFilesLines
* Fix loaded controller checkJoas Schilling2020-01-221-1/+1
* Mark "Talk" active on /call/token URLsJoas Schilling2019-12-041-0/+6
* 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
|\ \
| * | add global site selector as user back-end which doesn't support password conf...Bjoern Schiessle2018-10-271-1/+3
| |/
* / Add REMOTE_ADDR to getHeaderDaniel Kesselberg2018-10-251-2/+6
|/
* Allow to inject/mock `new \DateTime()` similar to time()Joas Schilling2018-10-091-1/+10
* only catch QueryException when trying to build classRobin Appelman2018-09-211-7/+1
* Add wrapper Logger in DIContainerRoeland Jago Douma2018-09-042-0/+94
* ensure we always return an array from `Request::getParams`Robin Appelman2018-08-281-1/+1
* Do not use file as template parameterRoeland Jago Douma2018-08-091-1/+1
* Add PublicShareMiddlewareTestRoeland Jago Douma2018-06-201-1/+1
* Don't allow public share pages if link sharing is disabledRoeland Jago Douma2018-06-201-1/+27