Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | get dirname from sharePath | Bjoern Schiessle | 2015-04-21 | 1 | -1/+1 |
| | |||||
* | Merge pull request #15636 from owncloud/enc2_performance_improvement | Björn Schießle | 2015-04-21 | 1 | -3/+2 |
|\ | | | | | [encryption2] set size and unencrypted size to zero at the beginning of a write operation | ||||
| * | set size and unencrypted size to zero on fopen | Bjoern Schiessle | 2015-04-20 | 1 | -3/+2 |
| | | |||||
* | | Merge pull request #15748 from owncloud/fixing-enc-filesize-once-more | Vincent Petry | 2015-04-20 | 5 | -19/+71 |
|\ \ | | | | | | | Introduce Storage::getData() to allow storage implementations more contr... | ||||
| * | | move permission related code into getMetaData() | Thomas Müller | 2015-04-20 | 3 | -15/+20 |
| | | | |||||
| * | | Introduce Storage::getMetaData() to allow storage implementations more ↵ | Thomas Müller | 2015-04-20 | 5 | -10/+10 |
| | | | | | | | | | | | | control over the data array | ||||
| * | | Introduce Storage::getData() to allow storage implementations more control ↵ | Thomas Müller | 2015-04-20 | 5 | -10/+57 |
| | | | | | | | | | | | | over the data array | ||||
* | | | Merge pull request #15744 from owncloud/fix-inverted-path-in-resourcenotfound | Lukas Reschke | 2015-04-20 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Fix wrong path generation | ||||
| * | | | Fix wrong path generation | Morris Jobke | 2015-04-20 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | * fixes #15742 | ||||
* | | | | Merge pull request #15635 from owncloud/issue/15634-empty-txt-previews | Morris Jobke | 2015-04-20 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | Scale up the font on larger previews | ||||
| * | | | | Scale up the font on larger previews | Joas Schilling | 2015-04-15 | 1 | -1/+1 |
| | |_|/ | |/| | | |||||
* | | | | Merge pull request #15735 from owncloud/fix-visibility | Morris Jobke | 2015-04-20 | 3 | -4/+4 |
|\ \ \ \ | |_|_|/ |/| | | | Fix visibility of interfaces in \OCP | ||||
| * | | | Fix visibility of public API methods | Joas Schilling | 2015-04-20 | 3 | -4/+4 |
| | | | | |||||
* | | | | Merge pull request #15637 from owncloud/migrate-certificate-stuff | Lukas Reschke | 2015-04-20 | 2 | -12/+12 |
|\ \ \ \ | | | | | | | | | | | Migrate personal certificate handling to AppFramework controllers | ||||
| * | | | | Proper return types | Lukas Reschke | 2015-04-20 | 1 | -2/+2 |
| | | | | | |||||
| * | | | | Verify if returned object is an array | Lukas Reschke | 2015-04-20 | 1 | -10/+10 |
| | | | | | | | | | | | | | | | | | | | | The error has to be thrown at this point as otherwise errors and notices are thrown since the time cannot be parsed in L60 and L61 | ||||
* | | | | | Merge pull request #15733 from owncloud/remove-oc_backgroundjob | Lukas Reschke | 2015-04-20 | 1 | -56/+0 |
|\ \ \ \ \ | |/ / / / |/| | | | | Removed OC_BackgroundJob - reduce class overhead | ||||
| * | | | | Removed OC_BackgroundJob - reduce class overhead | Morris Jobke | 2015-04-18 | 1 | -56/+0 |
| |/ / / | | | | | | | | | | | | | * method code is now in the static public namespace (5 sloc) | ||||
* | | | | Add version to deprecation notice | Lukas Reschke | 2015-04-20 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | As requested by @MorrisJobke | ||||
* | | | | Deprecate unused `\OCP\Response::sendFile` | Lukas Reschke | 2015-04-20 | 1 | -3/+4 |
| | | | | | | | | | | | | | | | | This function is unused in our own code and can be better achieved using the AppFramework. Also very easy to do grave mistaked using this function. | ||||
* | | | | Merge pull request #15717 from ↵ | Morris Jobke | 2015-04-20 | 1 | -10/+26 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | owncloud/issue/15716-fixing-ocp-api-namespace-usage Fixing OCS API namespace usage | ||||
| * | | | | Fix usage of deprecated private constants | Joas Schilling | 2015-04-18 | 1 | -2/+2 |
| | | | | | |||||
| * | | | | Deprecate the OC_API constants in favor of the OCP ones | Joas Schilling | 2015-04-18 | 1 | -8/+24 |
| | | | | | |||||
* | | | | | Merge pull request #15739 from DavidPrevot/symfony-2.7 | Morris Jobke | 2015-04-19 | 1 | -2/+2 |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | Replace `_method` requirement by {g,s}etMethods() | ||||
| * | | | | Replace `_method` requirement by {g,s}etMethods() | David Prévot | 2015-04-19 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make the call compatible with future Symfony version, and avoid E_USER_DEPRECATED as thrown by the current 2.7.0-beta1: The "_method" requirement is deprecated since version 2.2 and will be removed in 3.0. Use getMethods() instead. at …/Symfony/Component/Routing/Route.php#554 The "_method" requirement is deprecated since version 2.2 and will be removed in 3.0. Use the setMethods() method instead or the "methods" option in the route definition. at …/Symfony/Component/Routing/Route.php#662 | ||||
* | | | | | get rid of OC_Geo | Georg Ehrke | 2015-04-19 | 1 | -50/+0 |
|/ / / / | |||||
* | | | | Merge pull request #15729 from owncloud/remove-unused-variables | Robin McCorkell | 2015-04-19 | 10 | -19/+12 |
|\ \ \ \ | |_|/ / |/| | | | Remove unused variables | ||||
| * | | | Remove unused variables | Morris Jobke | 2015-04-18 | 10 | -19/+12 |
| |/ / | | | | | | | | | | | | | * should make scrutinizer a lot more happy * reduces maybe memory footprint | ||||
* | | | Merge pull request #15718 from ↵ | Thomas Müller | 2015-04-18 | 1 | -4/+4 |
|\ \ \ | | | | | | | | | | | | | | | | | owncloud/issue/15694-display-name-of-encryption-modules Issue/15694 display name of encryption modules | ||||
| * | | | Fix display name of encryption modules | Joas Schilling | 2015-04-18 | 1 | -4/+4 |
| |/ / | |||||
* | | | Merge pull request #15727 from owncloud/cleanup-db-interface | Thomas Müller | 2015-04-18 | 4 | -22/+21 |
|\ \ \ | | | | | | | | | DB: remove unused parameter - was forgotten during the migration to doct... | ||||
| * | | | fix followup issues with unneeded parameters | Morris Jobke | 2015-04-18 | 4 | -19/+19 |
| | | | | |||||
| * | | | DB: remove unused parameter - was forgotten during the migration to doctrine | Morris Jobke | 2015-04-18 | 1 | -3/+2 |
| |/ / | | | | | | | | | | * 377e9a8677afc92bca61fb1bb055901db8457896 <- doctrine merge | ||||
* / / | add visibility of methods in server container and interface | Morris Jobke | 2015-04-18 | 1 | -48/+48 |
|/ / | |||||
* | | Merge pull request #15691 from owncloud/vobject-sabre2.1 | Morris Jobke | 2015-04-17 | 1 | -258/+0 |
|\ \ | | | | | | | Get rid of the obsolete OC_VObject class | ||||
| * | | Get rid of the obsolete OC_VObject class | Vincent Petry | 2015-04-17 | 1 | -258/+0 |
| | | | | | | | | | | | | The class isn't needed any more since the update to Sabre 2.1 | ||||
* | | | Delay initialization of the OC\Encryption\Update - introducing ↵ | Thomas Müller | 2015-04-17 | 1 | -0/+66 |
| | | | | | | | | | | | | 'OC\Encryption\HookManager' | ||||
* | | | always create a new instance of the encryption module | Bjoern Schiessle | 2015-04-17 | 1 | -23/+19 |
| | | | |||||
* | | | Merge pull request #15445 from owncloud/enc2_migration | Clark Tomlinson | 2015-04-16 | 6 | -23/+107 |
|\ \ \ | | | | | | | | | add migration script from old encryption to new one | ||||
| * | | | detect system wide mount points correctly | Bjoern Schiessle | 2015-04-16 | 4 | -10/+53 |
| | | | | |||||
| * | | | if we start writing a file from the beginning, size should start by zero; ↵ | Bjoern Schiessle | 2015-04-16 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | result of floor needs to be casted to int in order to compare it with ->size | ||||
| * | | | add migration script from old encryption to new one | Bjoern Schiessle | 2015-04-16 | 4 | -12/+53 |
| | |/ | |/| | |||||
* | | | Merge pull request #15674 from owncloud/fix-console-check-output | Joas Schilling | 2015-04-16 | 1 | -2/+2 |
|\ \ \ | | | | | | | | | Convert error and hint to string before writing to the output | ||||
| * | | | Convert error and hint to string before writing to the output - fixes ↵ | Thomas Müller | 2015-04-16 | 1 | -2/+2 |
| | |/ | |/| | | | | | | | https://mailman.owncloud.org/pipermail/devel/2015-April/001184.html | ||||
* / | | Using TRANSACTION_READ_COMMITTED | Thomas Müller | 2015-04-16 | 1 | -0/+2 |
|/ / | |||||
* | | Merge pull request #15623 from t3chguy/master | Jörn Friedrich Dreyer | 2015-04-16 | 1 | -0/+5 |
|\ \ | |/ |/| | Redis DB Index via Select | ||||
| * | Memcache\Redis Add DB Select Functionality | Michael Telatynski | 2015-04-15 | 1 | -0/+5 |
| | | |||||
* | | Merge pull request #12006 from owncloud/dav-put-storage | Morris Jobke | 2015-04-15 | 1 | -35/+61 |
|\ \ | | | | | | | Work directly on the storage when uploading over webdav | ||||
| * | | Keep phpdoc updated. | Robin Appelman | 2015-04-14 | 1 | -1/+1 |
| | | | |||||
| * | | pass a stream to the tests | Robin Appelman | 2015-04-14 | 1 | -6/+0 |
| | | |