summaryrefslogtreecommitdiffstats
path: root/lib/private/appframework/middleware/security/securitymiddleware.php
Commit message (Collapse)AuthorAgeFilesLines
* Move CSRF checkLukas Reschke2014-11-171-0/+3
| | | | Because we're closing the session now before controllers are executed there are cases where we cannot write the session.
* Check if app is enabled for userLukas Reschke2014-11-151-0/+11
| | | | Fixes https://github.com/owncloud/core/issues/12188 for AppFramework apps
* Redirect after session expiry to the previous loaded pageMorris Jobke2014-07-011-0/+2
| | | | * fixes #6945
* fix 8757, get rid of service locator antipatternBernhard Posselt2014-05-281-23/+35
|
* adjust license headers to new mail addressBernhard Posselt2014-05-111-1/+1
|
* 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
|
* make download and redirectresponse publicBernhard Posselt2014-04-201-1/+1
|
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2014-02-191-1/+1
| | | | | | | | | | | This patch was automatically generated as part of the following inspection: https://scrutinizer-ci.com/g/owncloud/core/inspections/cdfecc4e-a37e-4233-8025-f0d7252a8720 Enabled analysis tools: - PHP Analyzer - JSHint - PHP Copy/Paste Detector - PHP PDepend
* Fix namespace for OCP\Appframework\HttpThomas Tanghus2013-10-231-1/+1
| | | | | To avoid having to use OCP\Appframework\Http\Http in the public - and stable - API OCP\Appframework\Http is now both a class and a namespace.
* fixing typoThomas Müller2013-10-071-1/+1
|
* fixing SecurityMiddleware to use OC6 APIThomas Müller2013-10-071-15/+19
|
* Make abstract Middleware class publicThomas Tanghus2013-10-051-1/+1
| | | | | It doesn't make sense for subclasses to have to implement all methods.
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-301-0/+136
Conflicts: lib/private/vcategories.php