Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix redirect URL unit test | Morris Jobke | 2014-07-02 | 1 | -1/+3 |
| | |||||
* | fix assertions | Bernhard Posselt | 2014-05-28 | 1 | -9/+14 |
| | |||||
* | fix 8757, get rid of service locator antipattern | Bernhard Posselt | 2014-05-28 | 1 | -97/+79 |
| | |||||
* | adjust license headers to new mail address | Bernhard Posselt | 2014-05-11 | 1 | -1/+1 |
| | |||||
* | implement most of the basic stuff that was suggested in #8290 | Bernhard Posselt | 2014-05-11 | 1 | -11/+22 |
| | |||||
* | make download and redirectresponse public | Bernhard Posselt | 2014-04-20 | 1 | -1/+1 |
| | |||||
* | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2014-02-19 | 1 | -0/+11 |
| | | | | | | | | | | | 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. | ||||
* | re-enable test in SecurityMiddlewareTest | Thomas Müller | 2013-10-16 | 1 | -5/+0 |
| | |||||
* | Merge branch 'master' into fixing-appframework-master | Thomas Müller | 2013-10-16 | 1 | -0/+5 |
|\ | | | | | | | | | | | Conflicts: lib/private/appframework/middleware/security/securitymiddleware.php tests/lib/appframework/middleware/security/SecurityMiddlewareTest.php | ||||
| * | Get urlParams registered before Request is instantiated | Thomas Tanghus | 2013-10-01 | 1 | -1/+7 |
| | | |||||
* | | OCP\AppFramework\Controller\Controller => OCP\AppFramework\Controller | Thomas Tanghus | 2013-10-11 | 1 | -2/+2 |
| | | |||||
* | | fixing all appframework unit tests | Thomas Müller | 2013-10-07 | 1 | -18/+48 |
|/ | |||||
* | kill superfluent classloader from tests - this approach might be of interest ↵ | Thomas Müller | 2013-08-21 | 1 | -5/+1 |
| | | | | within the apps | ||||
* | reducing controller annotations to: | Thomas Müller | 2013-08-20 | 1 | -122/+34 |
| | | | | | | @PublicPage - No user logon is expected @NoAdminRequired - the login user requires no admin rights @NoCSRFRequired - the incoming request will not check for CSRF token | ||||
* | initial import of appframework | Thomas Müller | 2013-08-17 | 1 | -0/+388 |