Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move the router classes to a namespace and expose it with a public interface | Robin Appelman | 2014-03-10 | 1 | -4/+4 |
| | |||||
* | use assertSame and assertNotSame for etag checks | Jörn Friedrich Dreyer | 2014-02-27 | 1 | -1/+1 |
| | |||||
* | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2014-02-19 | 5 | -3/+33 |
| | | | | | | | | | | | 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 | 5 | -4/+7 |
| | | | | | 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 | 2 | -2/+8 |
|\ | | | | | | | | | | | Conflicts: lib/private/appframework/middleware/security/securitymiddleware.php tests/lib/appframework/middleware/security/SecurityMiddlewareTest.php | ||||
| * | Merge pull request #5067 from owncloud/urlParams_fix | Thomas Müller | 2013-10-16 | 2 | -3/+10 |
| |\ | | | | | | | Get urlParams registered before Request is instantiated | ||||
| | * | Get urlParams registered before Request is instantiated | Thomas Tanghus | 2013-10-01 | 2 | -3/+10 |
| | | | |||||
* | | | OCP\AppFramework\Controller\Controller => OCP\AppFramework\Controller | Thomas Tanghus | 2013-10-11 | 6 | -7/+7 |
| | | | |||||
* | | | remove getTrans() from API class | Thomas Müller | 2013-10-07 | 1 | -19/+2 |
| | | | |||||
* | | | fixing all appframework unit tests | Thomas Müller | 2013-10-07 | 7 | -142/+89 |
|/ / | |||||
* | | Make abstract Middleware class public | Thomas Tanghus | 2013-10-05 | 2 | -5/+5 |
| | | | | | | | | | | It doesn't make sense for subclasses to have to implement all methods. | ||||
* | | Fix fix of POST :P | Thomas Tanghus | 2013-10-03 | 1 | -2/+2 |
| | | |||||
* | | Modified PUT behaviour | Thomas Tanghus | 2013-10-02 | 1 | -24/+30 |
| | | | | | | | | Now only non-parable PUT requests return a stream resource. | ||||
* | | Add assertions for ->params and array access with json | Thomas Tanghus | 2013-10-01 | 1 | -0/+2 |
| | | |||||
* | | Implement PUT an PATCH support | Thomas Tanghus | 2013-10-01 | 2 | -1/+207 |
| | | |||||
* | | Check if accessor matched request method. | Thomas Tanghus | 2013-10-01 | 1 | -0/+27 |
|/ | | | | It's easier to find errors in the code if an exception is thrown. | ||||
* | Still some session leftovers. | Thomas Tanghus | 2013-09-17 | 1 | -5/+0 |
| | |||||
* | cleanup of tests | Thomas Müller | 2013-08-21 | 2 | -13/+14 |
| | |||||
* | kill superfluent classloader from tests - this approach might be of interest ↵ | Thomas Müller | 2013-08-21 | 17 | -94/+33 |
| | | | | 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 | ||||
* | Introducing IContainer into public api | Thomas Müller | 2013-08-20 | 1 | -0/+9 |
| | |||||
* | fixing broken test | Thomas Müller | 2013-08-20 | 1 | -1/+1 |
| | |||||
* | fixing require to Pimple | Thomas Müller | 2013-08-20 | 1 | -1/+1 |
| | |||||
* | initial import of appframework | Thomas Müller | 2013-08-17 | 17 | -0/+2294 |