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 | |
| | | | | ||||||
* | | | | 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 | |||||
* | | | 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 | 1 | -4/+7 | |
|/ / | ||||||
* | | Merge pull request #15598 from owncloud/fix-enc-file-size-master | Björn Schießle | 2015-04-14 | 1 | -8/+13 | |
|\ \ | | | | | | | Fix file size of encrypted files | |||||
| * | | 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 | 5 | -88/+173 | |
|\ \ \ | |/ / |/| | | 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 | 3 | -74/+81 | |
| | | | ||||||
| * | | Small cleanup of rename code | Robin Appelman | 2015-04-13 | 1 | -14/+14 | |
| | | | ||||||
* | | | 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 | |
| | | | ||||||
* | | | preserve cache data when doing a cross storage move | Robin Appelman | 2015-04-13 | 2 | -21/+57 | |
|/ / | ||||||
* | | Properly add trailing slash to mount point | Vincent Petry | 2015-04-13 | 1 | -1/+3 | |
| | | | | | | | | | | Fixes resolving mount points when shared mount point's target name has the same prefix as the source name | |||||
* | | Properly import used classes | Thomas Müller | 2015-04-13 | 1 | -35/+48 | |
|/ | ||||||
* | Merge pull request #15489 from owncloud/dont_hide_exceptions_master | Thomas Müller | 2015-04-10 | 1 | -31/+31 | |
|\ | | | | | Dont hide exceptions master | |||||
| * | throw exception when backends don't provide a user instead of creating ↵ | Jörn Friedrich Dreyer | 2015-04-10 | 1 | -31/+31 | |
| | | | | | | | | legacy local storages | |||||
* | | Catch more exceptions when connecting to remote DAV server | Vincent Petry | 2015-04-10 | 1 | -58/+57 | |
|/ | | | | | | | Added InvalidArgumentException to catch HTML parsing errors when XML was expected. Made convertSabreException more generic to be able to handle more exception cases. | |||||
* | fixes #15326 | Jörn Friedrich Dreyer | 2015-04-09 | 1 | -1/+3 | |
| | ||||||
* | Merge pull request #14120 from owncloud/dav-statcache | Morris Jobke | 2015-04-08 | 1 | -27/+143 | |
|\ | | | | | Stat cache for DAV storage, improves s2s performance a little bit | |||||
| * | Added stat cache for DAV storage | Vincent Petry | 2015-03-26 | 1 | -27/+143 | |
| | | | | | | | | | | The stat cache stored known states of files/folders to avoid requerying the DAV server multiple times. | |||||
* | | don't throw exception if a file gets uploaded and encryption is disabled | Bjoern Schiessle | 2015-04-08 | 1 | -5/+6 | |
| | | ||||||
* | | Merge pull request #15333 from owncloud/copy-cross-device | Morris Jobke | 2015-04-08 | 1 | -0/+13 | |
|\ \ | | | | | | | fix copying folder across devices | |||||
| * | | fix copying folder across devices | Robin Appelman | 2015-03-31 | 1 | -0/+13 | |
| | | | ||||||
* | | | fixing license headers - encryption code related | Thomas Müller | 2015-04-07 | 2 | -28/+27 | |
| | | | ||||||
* | | | respect mount option while encrypting | Thomas Müller | 2015-04-07 | 1 | -1/+6 | |
| | | | ||||||
* | | | PHPDoc cleanup - clean code \o/ | Thomas Müller | 2015-04-07 | 1 | -1/+1 | |
| | | | ||||||
* | | | comment change as it broke unit tests | Thomas Müller | 2015-04-07 | 1 | -1/+1 | |
| | | | ||||||
* | | | Encryption storage wrapper is enabled by default - necessary to detect ↵ | Thomas Müller | 2015-04-07 | 1 | -1/+13 | |
| | | | | | | | | | | | | encrypted files even if encryption was disabled after files have been encrypted - prevents data corruption | |||||
* | | | implement webdav copy | Bjoern Schiessle | 2015-04-07 | 1 | -9/+19 | |
| | | | ||||||
* | | | Using stream_get_contents in file_get_contents implementation + close handle | Thomas Müller | 2015-04-07 | 1 | -12/+7 | |
| | | | ||||||
* | | | Adjusting count on read | jknockaert | 2015-04-07 | 1 | -1/+2 | |
| | | | ||||||
* | | | Fixing encryption stream wrapper seek - thanks @jknockaert | jknockaert | 2015-04-07 | 1 | -0/+3 | |
| | | | ||||||
* | | | Fixing encryption storage wrapper tests | Thomas Müller | 2015-04-07 | 1 | -3/+66 | |
| | | | ||||||
* | | | Introducing trait LocalTempFileTrait | Thomas Müller | 2015-04-07 | 2 | -40/+88 | |
| | | | ||||||
* | | | fixing unit tests for stream wrapper | Thomas Müller | 2015-04-07 | 1 | -1/+1 | |
| | | | ||||||
* | | | fixing unencrypted file size | Thomas Müller | 2015-04-07 | 1 | -1/+4 | |
| | | | ||||||
* | | | in case the file exists we require the explicit module as specified in the ↵ | Thomas Müller | 2015-04-07 | 1 | -0/+6 | |
| | | | | | | | | | | | | file header - otherwise we need to fail hard to prevent data loss on client side | |||||
* | | | Finally fixing encryption with public share | Thomas Müller | 2015-04-07 | 1 | -1/+1 | |
| | | |