Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add compare-and-delete to the memcache interface | Robin Appelman | 2015-06-12 | 1 | -0/+10 |
| | |||||
* | Fix max preview, some resizing and caching issues and force preview ↵ | Olivier Paroz | 2015-06-06 | 1 | -0/+10 |
| | | | | | | | | | | providers to resize their previews properly * introduces a method in OC_Image which doesn't stretch images when trying to make them fit in a box * adds the method to all key providers so that they can do their job, as expected by the Preview class * improves the caching mechanism of Preview in order to reduce I/O and to avoid filling the available disk space * fixes some long standing issues * **contains mostly tests** | ||||
* | [OCP] update PHPdoc to contain correct @since tags | Morris Jobke | 2015-06-05 | 7 | -5/+36 |
| | |||||
* | Fix typo in PHPDoc | Morris Jobke | 2015-06-04 | 1 | -1/+1 |
| | |||||
* | add changeLock to the storage api | Robin Appelman | 2015-06-01 | 1 | -0/+8 |
| | |||||
* | add method to atomically change between shared and exclusive lock | Robin Appelman | 2015-06-01 | 1 | -0/+9 |
| | |||||
* | release all locks on shutdown | Robin Appelman | 2015-06-01 | 1 | -0/+5 |
| | |||||
* | phpdoc and minor issues | Robin Appelman | 2015-06-01 | 1 | -2/+2 |
| | |||||
* | add locking to the storage api | Robin Appelman | 2015-06-01 | 1 | -0/+16 |
| | |||||
* | expose locking provider in the server container | Robin Appelman | 2015-06-01 | 1 | -0/+8 |
| | |||||
* | improve error messages displayed to the user | Bjoern Schiessle | 2015-05-27 | 1 | -12/+5 |
| | |||||
* | Merge pull request #16515 from owncloud/deprecate-useless-helper-class | Vincent Petry | 2015-05-26 | 1 | -0/+2 |
|\ | | | | | Deprecate useless helper class | ||||
| * | Deprecate useless helper class | Lukas Reschke | 2015-05-21 | 1 | -0/+2 |
| | | | | | | | | The helper class has no real reason anymore with 8.1.0 as we now have better public APIs. No need for an `IHelper` class like that from my opinion. | ||||
* | | Merge pull request #16339 from owncloud/master-override-channel | Thomas Müller | 2015-05-26 | 1 | -0/+18 |
|\ \ | |/ |/| | Allow change update channel via public API | ||||
| * | Allow change update channel via public API | Victor Dubiniuk | 2015-05-13 | 1 | -0/+18 |
| | | |||||
* | | Add support for disallowing domains to the ContentSecurityPolicy | Lukas Reschke | 2015-05-20 | 1 | -2/+110 |
| | | | | | | | | | | | | For enhanced security it is important that there is also a way to disallow domains, including the default ones. With this commit every method gets added a new "disallow" function. | ||||
* | | Merge pull request #16398 from owncloud/fix-php-docv8.1.0beta2 | Joas Schilling | 2015-05-18 | 1 | -1/+1 |
|\ \ | | | | | | | Fix PHPDoc of public interface ILockingProvider | ||||
| * | | Fix PHPDoc of public interface ILockingProvider | Morris Jobke | 2015-05-18 | 1 | -1/+1 |
| | | | |||||
* | | | a new approach to display the error message | Bjoern Schiessle | 2015-05-18 | 2 | -1/+22 |
|/ / | |||||
* / | delete all file keys doesn't need the encryption module as parameter; ↵ | Bjoern Schiessle | 2015-05-13 | 1 | -2/+1 |
|/ | | | | implement rmdir; getFileKeyDir should also work for part files and complete directories | ||||
* | improve phpdoc of cache classes | Robin Appelman | 2015-05-05 | 1 | -1/+0 |
| | |||||
* | Merge pull request #15958 from owncloud/usage-of-public-log-interface | Thomas Müller | 2015-05-04 | 1 | -2/+3 |
|\ | | | | | Use internally \OCP\ILogger instead of \OC\Log | ||||
| * | Use internally \OCP\ILogger instead of \OC\Log | Morris Jobke | 2015-04-30 | 1 | -2/+3 |
| | | | | | | | | | | | | * this is the preparation for some upcoming logger related changes * also fixes an issue in the public interface where we request an internal class as parameter | ||||
* | | allow getting the path from the lockedexception | Robin Appelman | 2015-04-30 | 1 | -0/+21 |
| | | |||||
* | | add memcache based shared/exclusive locking | Robin Appelman | 2015-04-30 | 2 | -0/+72 |
| | | |||||
* | | add compare and swap to memcache | Robin Appelman | 2015-04-30 | 1 | -0/+10 |
| | | |||||
* | | extends memcache with add, inc and dec | Robin Appelman | 2015-04-30 | 1 | -0/+68 |
|/ | |||||
* | Merge pull request #15901 from owncloud/fix-share-docs | Morris Jobke | 2015-04-28 | 1 | -2/+4 |
|\ | | | | | fix several issues with doc blocks on share.php | ||||
| * | fix several issues with doc blocks on share.php | Joas Schilling | 2015-04-28 | 1 | -2/+4 |
| | | |||||
* | | Fix return type of the getRootFolder() method | Joas Schilling | 2015-04-28 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #15860 from owncloud/enc_fallback_old_encryption | Thomas Müller | 2015-04-27 | 1 | -1/+2 |
|\ | | | | | [encryption] handle encrypted files correctly which where encrypted with a old version of ownCloud (<=oc6) | ||||
| * | fall back to the ownCloud default encryption module and aes128 if we read a ↵ | Bjoern Schiessle | 2015-04-27 | 1 | -1/+2 |
| | | | | | | | | encrypted file without a header | ||||
* | | Merge pull request #15882 from owncloud/fix-type-annotation | Morris Jobke | 2015-04-27 | 1 | -1/+1 |
|\ \ | | | | | | | Fix type annotation | ||||
| * | | Fix type annotation | Lukas Reschke | 2015-04-27 | 1 | -1/+1 |
| |/ | | | | | | | Obviously should be an int | ||||
* | | Make methods explicit public | Joas Schilling | 2015-04-27 | 1 | -6/+6 |
| | | |||||
* | | Make getDefaultModuleId public and get module protected | Joas Schilling | 2015-04-27 | 1 | -4/+3 |
|/ | |||||
* | Use public interfaces for type hinting | Joas Schilling | 2015-04-24 | 1 | -1/+1 |
| | |||||
* | only update share keys if the file was encrypted | Bjoern Schiessle | 2015-04-24 | 1 | -0/+2 |
| | |||||
* | add $encryptionModuleId to methods of Keys/IStorage | Thomas Müller | 2015-04-22 | 2 | -14/+23 |
| | |||||
* | Merge pull request #15734 from owncloud/add-deprecate-tags | Thomas Müller | 2015-04-21 | 6 | -1/+27 |
|\ | | | | | Add @deprecated to all methods with a proper method in \OCP | ||||
| * | Add @deprecated to all methods with a proper method in \OCP | Morris Jobke | 2015-04-20 | 6 | -1/+27 |
| | | |||||
* | | Merge pull request #15735 from owncloud/fix-visibility | Morris Jobke | 2015-04-20 | 5 | -18/+18 |
|\ \ | | | | | | | Fix visibility of interfaces in \OCP | ||||
| * | | Fix visibility of interfaces in \OCP | Morris Jobke | 2015-04-19 | 5 | -18/+18 |
| |/ | |||||
* | | Merge pull request #15637 from owncloud/migrate-certificate-stuff | Lukas Reschke | 2015-04-20 | 1 | -1/+2 |
|\ \ | | | | | | | Migrate personal certificate handling to AppFramework controllers | ||||
| * | | Proper return types | Lukas Reschke | 2015-04-20 | 1 | -1/+2 |
| | | | |||||
* | | | Merge pull request #15733 from owncloud/remove-oc_backgroundjob | Lukas Reschke | 2015-04-20 | 1 | -2/+5 |
|\ \ \ | |/ / |/| | | Removed OC_BackgroundJob - reduce class overhead | ||||
| * | | Removed OC_BackgroundJob - reduce class overhead | Morris Jobke | 2015-04-18 | 1 | -2/+5 |
| |/ | | | | | | | * method code is now in the static public namespace (5 sloc) | ||||
* | | Add version to deprecation notice | Lukas Reschke | 2015-04-20 | 1 | -2/+2 |
| | | | | | | | | As requested by @MorrisJobke | ||||
* | | Deprecate unused `\OCP\Response::sendFile` | Lukas Reschke | 2015-04-20 | 1 | -0/+2 |
| | | | | | | | | 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 | -2/+20 |
|\ \ | | | | | | | | | | | | | owncloud/issue/15716-fixing-ocp-api-namespace-usage Fixing OCS API namespace usage |