summaryrefslogtreecommitdiffstats
path: root/lib/private/appframework/middleware
Commit message (Expand)AuthorAgeFilesLines
* Return proper status code in case of a CORS exceptionLukas Reschke2015-07-202-11/+40
* disallow cookie auth for cors requestsBernhard Posselt2015-05-221-5/+44
* Update license headersJenkins for ownCloud2015-03-265-49/+75
* Revert "Updating license headers"Morris Jobke2015-02-265-72/+57
* Updating license headersJenkins for ownCloud2015-02-235-57/+72
* Move CSRF checkLukas Reschke2014-11-171-0/+3
* Check if app is enabled for userLukas Reschke2014-11-151-0/+11
* Use function outside of loopLukas Reschke2014-10-241-2/+3
* introduce SessionMiddleWare to control session handling via an annotationThomas Müller2014-10-221-0/+70
* Redirect after session expiry to the previous loaded pageMorris Jobke2014-07-011-0/+2
* fix 8757, get rid of service locator antipatternBernhard Posselt2014-05-281-23/+35
* use new controllermethodreflector for corsmiddlewareBernhard Posselt2014-05-111-5/+8
* adjust license headers to new mail addressBernhard Posselt2014-05-113-3/+3
* add private property for reflector in security middlewareBernhard Posselt2014-05-111-0/+5
* implement most of the basic stuff that was suggested in #8290Bernhard Posselt2014-05-111-8/+8
* Fix method signatureBernhard Posselt2014-05-111-2/+1
* add cors middlewareBernhard Posselt2014-05-091-0/+73
* make download and redirectresponse publicBernhard Posselt2014-04-201-1/+1
* fix master - #7274 brokes itMorris Jobke2014-02-201-0/+1
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2014-02-192-2/+1
* polish documentation based on scrutinizer patchesJörn Friedrich Dreyer2014-02-062-2/+1
* Fix namespace for OCP\Appframework\HttpThomas Tanghus2013-10-231-1/+1
* OCP\AppFramework\Controller\Controller => OCP\AppFramework\ControllerThomas Tanghus2013-10-111-1/+1
* fixing typoThomas Müller2013-10-071-1/+1
* fixing SecurityMiddleware to use OC6 APIThomas Müller2013-10-072-16/+20
* Remove misleading IMiddleware interfaceThomas Tanghus2013-10-051-2/+2
* Make abstract Middleware class publicThomas Tanghus2013-10-053-103/+3
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-304-0/+436