Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | |||||
* | | | file_put_contents has to return the number of written bytes | Thomas Müller | 2015-04-07 | 1 | -8/+4 |
| | | | |||||
* | | | pass file helper to encryption wrapper | Bjoern Schiessle | 2015-04-07 | 1 | -1/+7 |
| | | | |||||
* | | | add helper class accessible for encryption modules to ask for a list of ↵ | Bjoern Schiessle | 2015-04-07 | 1 | -1/+8 |
| | | | | | | | | | | | | users with access to a file, needed to apply the recovery key to all files | ||||
* | | | kill OC_FileProxy :boom: | Thomas Müller | 2015-04-07 | 1 | -17/+5 |
| | | | |||||
* | | | Fix - public sharing: in case on user is available - get it from the path | Thomas Müller | 2015-04-07 | 1 | -1/+6 |
| | | | |||||
* | | | remove unencrypted_size from the cache, size will contain the unencrypted size | Bjoern Schiessle | 2015-04-07 | 6 | -60/+16 |
| | | | |||||
* | | | initializing some variables + update size after writing the headers | Thomas Müller | 2015-04-07 | 1 | -3/+3 |
| | | | |||||
* | | | https://github.com/owncloud/core/pull/15305#discussion_r27382305 | Thomas Müller | 2015-04-07 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | Conflicts: lib/private/files/stream/encryption.php |