Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move CSRF check | Lukas Reschke | 2014-11-17 | 1 | -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 user | Lukas Reschke | 2014-11-15 | 1 | -0/+11 |
| | | | | Fixes https://github.com/owncloud/core/issues/12188 for AppFramework apps | ||||
* | Redirect after session expiry to the previous loaded page | Morris Jobke | 2014-07-01 | 1 | -0/+2 |
| | | | | * fixes #6945 | ||||
* | fix 8757, get rid of service locator antipattern | Bernhard Posselt | 2014-05-28 | 1 | -23/+35 |
| | |||||
* | adjust license headers to new mail address | Bernhard Posselt | 2014-05-11 | 1 | -1/+1 |
| | |||||
* | add private property for reflector in security middleware | Bernhard Posselt | 2014-05-11 | 1 | -0/+5 |
| | |||||
* | implement most of the basic stuff that was suggested in #8290 | Bernhard Posselt | 2014-05-11 | 1 | -8/+8 |
| | |||||
* | make download and redirectresponse public | Bernhard Posselt | 2014-04-20 | 1 | -1/+1 |
| | |||||
* | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2014-02-19 | 1 | -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\Http | Thomas Tanghus | 2013-10-23 | 1 | -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 typo | Thomas Müller | 2013-10-07 | 1 | -1/+1 |
| | |||||
* | fixing SecurityMiddleware to use OC6 API | Thomas Müller | 2013-10-07 | 1 | -15/+19 |
| | |||||
* | Make abstract Middleware class public | Thomas Tanghus | 2013-10-05 | 1 | -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/public | Thomas Müller | 2013-09-30 | 1 | -0/+136 |
Conflicts: lib/private/vcategories.php |