Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 2 | -19/+68 |
| | | | | | | | | 'OC\Encryption\HookManager' | ||||
* | | always create a new instance of the encryption module | Bjoern Schiessle | 2015-04-17 | 2 | -29/+27 |
| | | |||||
* | | Merge pull request #15679 from owncloud/fix-private-member-access | Thomas Müller | 2015-04-17 | 1 | -2/+2 |
|\ \ | | | | | | | Fix private member access of parent class in ocsresponse | ||||
| * | | Fix private member access of parent class in ocsresponse | Morris Jobke | 2015-04-16 | 1 | -2/+2 |
| | | | | | | | | | | | | * noticed while checking PHPDoc | ||||
* | | | Merge pull request #15680 from owncloud/add-since-tags-to-public-namespace | Thomas Müller | 2015-04-17 | 141 | -152/+1373 |
|\ \ \ | | | | | | | | | Add @since tags to all methods in public namespace | ||||
| * | | | Add @since tags to all methods in public namespace | Morris Jobke | 2015-04-16 | 141 | -152/+1373 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * enhance the app development experience - you can look up the method introduction right inside the code without searching via git blame * easier to write apps for multiple versions | ||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-04-17 | 2 | -20/+24 |
| |/ / |/| | | |||||
* | | | Merge pull request #15445 from owncloud/enc2_migration | Clark Tomlinson | 2015-04-16 | 7 | -23/+108 |
|\ \ \ | | | | | | | | | add migration script from old encryption to new one | ||||
| * | | | detect system wide mount points correctly | Bjoern Schiessle | 2015-04-16 | 5 | -10/+54 |
| | | | | |||||
| * | | | 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 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-04-16 | 8 | -10/+20 |
| |/ |/| | |||||
* | | 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 |
| | | | |||||
| * | | rewind and update error message | Robin Appelman | 2015-04-13 | 1 | -1/+2 |
| | | | |||||
| * | | use our own stream copy instead | Robin Appelman | 2015-04-13 | 1 | -1/+1 |
| | | | |||||
| * | | update tests | Robin Appelman | 2015-04-09 | 1 | -22/+33 |
| | | | |||||
| * | | Work directly on the storage when uploading over webdav | Robin Appelman | 2015-04-08 | 1 | -23/+43 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-04-14 | 30 | -8/+88 |
| | | | |||||
* | | | Merge pull request #15597 from oparoz/another-fallback-for-findbinarypath | Thomas Müller | 2015-04-15 | 1 | -1/+6 |
|\ \ \ | | | | | | | | | Adding a final fallback for findBinaryPath | ||||
| * | | | Adding a final fallback for findBinaryPath | Olivier Paroz | 2015-04-14 | 1 | -1/+6 |
| | | | | |||||
* | | | | Merge pull request #15592 from owncloud/fix-15590-master | Thomas Müller | 2015-04-15 | 1 | -2/+4 |
|\ \ \ \ | |_|_|/ |/| | | | Avoid php message "Invalid argument supplied for foreach()" | ||||
| * | | | Avoid php message "Invalid argument supplied for foreach()" - refs #15590 | Thomas Müller | 2015-04-14 | 1 | -2/+4 |
| | | | | |||||
* | | | | Merge pull request #15598 from owncloud/fix-enc-file-size-master | Björn Schießle | 2015-04-14 | 2 | -16/+13 |
|\ \ \ \ | | | | | | | | | | | Fix file size of encrypted files | ||||
| * | | | | remove calculateUnencryptedSize() - not needed | Thomas Müller | 2015-04-14 | 1 | -8/+0 |
| | | | | | |||||
| * | | | | return size from cache in case the cache entry is marked as encrypted | Thomas Müller | 2015-04-14 | 1 | -8/+10 |
| | | | | | |||||
| * | | | | preserve filesize on rename after upload | Thomas Müller | 2015-04-14 | 1 | -0/+3 |
| | |/ / | |/| | | |||||
* | | | | Merge pull request #13360 from owncloud/cross-storage-move | Morris Jobke | 2015-04-14 | 6 | -88/+189 |
|\ \ \ \ | |/ / / |/| | | | Proper copy/move between multiple local storages | ||||
| * | | | fix rebase issue | Robin Appelman | 2015-04-13 | 1 | -2/+2 |
| | | | | |||||
| * | | | Properly handle copy/move failures in cross storage copy/move | Robin Appelman | 2015-04-13 | 1 | -3/+10 |
| | | | | |||||
| * | | | Detect storage full when doing cross storage copy/move | Robin Appelman | 2015-04-13 | 1 | -2/+37 |
| | | | | |||||
| * | | | properly return false if we cant delete the source file | Robin Appelman | 2015-04-13 | 1 | -2/+2 |
| | | | | |||||
| * | | | Make getSourcePath accessible for storage wrappers | Robin Appelman | 2015-04-13 | 1 | -1/+1 |
| | | | | |||||
| * | | | Improve cross storage copy between local storages | Robin Appelman | 2015-04-13 | 1 | -0/+36 |
| | | | | |||||
| * | | | Move cross storage copy logic to the storage | Robin Appelman | 2015-04-13 | 4 | -74/+97 |
| | | | | |||||
| * | | | Small cleanup of rename code | Robin Appelman | 2015-04-13 | 1 | -14/+14 |
| | | | | |||||
* | | | | Merge pull request #15581 from owncloud/deduplicate-oc-repair-namespace | Morris Jobke | 2015-04-13 | 2 | -14/+16 |
|\ \ \ \ | | | | | | | | | | | Fix namespace duplication and other issues in repairlegacystorages | ||||
| * | | | | Fix namespace duplication and other issues in repairlegacystorages | Joas Schilling | 2015-04-13 | 2 | -14/+16 |
| | | | | | |||||
* | | | | | Merge pull request #15360 from owncloud/cross-storage-move-cache | Morris Jobke | 2015-04-13 | 3 | -33/+59 |
|\ \ \ \ \ | |/ / / / |/| | | | | Preserve cache data when doing a cross storage move | ||||
| * | | | | Fix cross storage move with shared storages | Robin Appelman | 2015-04-13 | 1 | -3/+16 |
| | | | | | |||||
| * | | | | Fix moving mount points | Robin Appelman | 2015-04-13 | 1 | -1/+3 |
| | | | | | |||||
| * | | | | reuse cache move logic | Robin Appelman | 2015-04-13 | 1 | -26/+1 |
| | | | | |