Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix master - #7274 brokes it | Morris Jobke | 2014-02-20 | 1 | -0/+1 |
| | |||||
* | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2014-02-19 | 5 | -6/+3 |
| | | | | | | | | | | | 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 | ||||
* | polish documentation based on scrutinizer patches | Jörn Friedrich Dreyer | 2014-02-06 | 9 | -8/+10 |
| | |||||
* | don't specify path to 3rdparty directory when registering Pimple autoloader | Adam Williamson | 2014-01-01 | 1 | -1/+1 |
| | | | | The core 3rdparty directory is in the include_path from lib/base.php anyway, so this is unnecessary, and causes problems for downstream distributors who unbundle Pimple. | ||||
* | add PHPDoc for urlParams | Morris Jobke | 2013-11-27 | 1 | -0/+1 |
| | |||||
* | fix appframework routing | Thomas Müller | 2013-11-25 | 2 | -2/+5 |
| | |||||
* | Merge pull request #5458 from owncloud/fixing-5222-master | VicDeo | 2013-10-23 | 1 | -2/+3 |
|\ | | | | | php 5.3 compatibility regarding OC\DB\Connection fixed | ||||
| * | fixing php 5.3.3 error: | Thomas Müller | 2013-10-22 | 1 | -2/+3 |
| | | | | | | | | | | Undefined variable: this lib/private/appframework/dependencyinjection/dicontainer.php:92 | ||||
* | | Fix namespace for OCP\Appframework\Http | Thomas Tanghus | 2013-10-23 | 5 | -5/+8 |
|/ | | | | | 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. | ||||
* | Merge branch 'master' into fixing-appframework-master | Thomas Müller | 2013-10-16 | 2 | -7/+7 |
|\ | | | | | | | | | | | 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 | 3 | -7/+6 |
| |\ | | | | | | | Get urlParams registered before Request is instantiated | ||||
| | * | Get urlParams registered before Request is instantiated | Thomas Tanghus | 2013-10-01 | 3 | -7/+6 |
| | | | |||||
| * | | php 5.3 compatibility for \OC\AppFramework\DependencyInjection\DIContainer | Thomas Müller | 2013-10-08 | 1 | -2/+3 |
| | | | |||||
* | | | OCP\AppFramework\Controller\Controller => OCP\AppFramework\Controller | Thomas Tanghus | 2013-10-11 | 2 | -2/+2 |
| | | | |||||
* | | | removing log(), getTemplate(), getLocalFilePath(), getUrlContent(), ↵ | Thomas Müller | 2013-10-07 | 1 | -81/+0 |
| | | | | | | | | | | | | getFileInfo() | ||||
* | | | removing all link/url related calls from API class | Thomas Müller | 2013-10-07 | 1 | -63/+0 |
| | | | |||||
* | | | remove getTrans() from API class | Thomas Müller | 2013-10-07 | 1 | -10/+0 |
| | | | |||||
* | | | fixing typo | Thomas Müller | 2013-10-07 | 1 | -1/+1 |
| | | | |||||
* | | | remove obsolete passesCSRFCheck() | Thomas Müller | 2013-10-07 | 1 | -10/+0 |
| | | | |||||
* | | | fixing SecurityMiddleware to use OC6 API | Thomas Müller | 2013-10-07 | 4 | -20/+70 |
| | | | |||||
* | | | move controller to OCP | Thomas Müller | 2013-10-06 | 1 | -142/+0 |
|/ / | |||||
* | | Merge pull request #5144 from owncloud/public_middleware | Bernhard Posselt | 2013-10-06 | 3 | -102/+2 |
|\ \ | | | | | | | Make abstract Middleware class public | ||||
| * | | Remove misleading IMiddleware interface | Thomas Tanghus | 2013-10-05 | 1 | -2/+2 |
| | | | |||||
| * | | Make abstract Middleware class public | Thomas Tanghus | 2013-10-05 | 3 | -103/+3 |
| | | | | | | | | | | | | | | | It doesn't make sense for subclasses to have to implement all methods. | ||||
* | | | passesCSRFCheck added to OCP\IRequest | Bart Visscher | 2013-10-04 | 1 | -3/+35 |
|/ / | |||||
* | | Fix fix of POST :P | Thomas Tanghus | 2013-10-03 | 1 | -10/+11 |
| | | |||||
* | | Fix POST decoding | Thomas Tanghus | 2013-10-03 | 1 | -2/+2 |
| | | |||||
* | | Modified PUT behaviour | Thomas Tanghus | 2013-10-02 | 1 | -26/+30 |
| | | | | | | | | Now only non-parable PUT requests return a stream resource. | ||||
* | | Remove JSON request parsing from Server | Thomas Tanghus | 2013-10-01 | 1 | -4/+1 |
| | | |||||
* | | Implement PUT an PATCH support | Thomas Tanghus | 2013-10-01 | 1 | -28/+73 |
| | | |||||
* | | Check if accessor matched request method. | Thomas Tanghus | 2013-10-01 | 1 | -0/+3 |
|/ | | | | It's easier to find errors in the code if an exception is thrown. | ||||
* | move the private namespace OC into lib/private - OCP will stay in lib/public | Thomas Müller | 2013-09-30 | 18 | -0/+2206 |
Conflicts: lib/private/vcategories.php |