Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | versions should always use the keys of the original file, no need to create ↵ | Bjoern Schiessle | 2015-10-01 | 1 | -2/+24 |
| | | | | new one | ||||
* | use correct variable | Jörn Friedrich Dreyer | 2015-09-23 | 1 | -1/+1 |
| | | | | wow ... just wow ... | ||||
* | Revert "use correct variable" | Jörn Friedrich Dreyer | 2015-09-23 | 1 | -1/+1 |
| | | | | This reverts commit 52cbaff061b93cb1a5e81623e58e14867c818810. | ||||
* | use correct variable | Jörn Friedrich Dreyer | 2015-09-23 | 1 | -1/+1 |
| | | | wow ... just wow ... | ||||
* | Replaces if ($file === '.' || $file === '..') by ↵ | Martin | 2015-09-22 | 3 | -4/+4 |
| | | | | if(\OC\Files\Filesystem::isIgnoredDir($file)). Eases to find where this operation is used. | ||||
* | dont download the existing file for webdav if we're going to overwrite it | Robin Appelman | 2015-09-21 | 1 | -2/+7 |
| | |||||
* | Merge pull request #18653 from owncloud/dav-stream-guzzle | Lukas Reschke | 2015-09-11 | 1 | -62/+31 |
|\ | | | | | stream webdav downloads using http client | ||||
| * | also use httpclient for uploadFile | Robin Appelman | 2015-09-01 | 1 | -35/+18 |
| | | |||||
| * | stream webdav downloads using http client | Robin Appelman | 2015-08-29 | 1 | -29/+15 |
| | | |||||
* | | Check result of storage wrappers | Robin Appelman | 2015-08-30 | 1 | -0/+3 |
|/ | |||||
* | Merge pull request #18423 from owncloud/occ_encrypt_all | Björn Schießle | 2015-08-28 | 1 | -29/+15 |
|\ | | | | | occ command line tool to encrypt all files | ||||
| * | copy always file by file to encrypt/decrypt it if needed | Bjoern Schiessle | 2015-08-26 | 1 | -29/+15 |
| | | |||||
* | | Implement password authentication mechanisms | Robin McCorkell | 2015-08-19 | 1 | -0/+4 |
|/ | | | | | | | | | | | Introduces the basic password authentication mechanism, along with a mechanism based on ownCloud credentials stored in the user session. Change to lib/private is an extension of PermissionsMask, as isSharable() override was missing. Session credentials auth mechanism now disables sharing on applied storages, as credentials will not be available. | ||||
* | Merge pull request #14779 from owncloud/use-iterator-directory | Robin McCorkell | 2015-08-07 | 2 | -4/+2 |
|\ | | | | | Use the new IteratorDirectory instead of the fakedir wrapper | ||||
| * | Use the new IteratorDirectory instead of the fakedir wrapper | Robin Appelman | 2015-07-15 | 2 | -4/+2 |
| | | |||||
* | | Merge pull request #13641 from owncloud/cache-storage-status | Vincent Petry | 2015-08-07 | 3 | -0/+499 |
|\ \ | | | | | | | Store storage availability in database | ||||
| * | | Store storage availability in database | Robin McCorkell | 2015-07-20 | 3 | -0/+499 |
| | | | | | | | | | | | | | | | | | | | | | | | | Storage status is saved in the database. Failed storages are rechecked every 10 minutes, while working storages are rechecked every request. Using the files_external app will recheck all external storages when the settings page is viewed, or whenever an external storage is saved. | ||||
* | | | always update file cache, the cache can handle partial data correctly if the ↵ | Bjoern Schiessle | 2015-07-31 | 1 | -5/+4 |
| | | | | | | | | | | | | file doesn't already exists in the file cache | ||||
* | | | Disable filesystem_check_changes by default | Vincent Petry | 2015-07-29 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This will prevent detecting remote changes done in the data folder / root storage by default. In the rare cases where the data folder is shared with other apps/users outside ownCloud and change detection is needed, the admin will have to set the option explicitly from now on. Note that this doesn't affect external storages which have their own setting in the mount options. | ||||
* | | | Merge pull request #17902 from owncloud/fix_17898 | Vincent Petry | 2015-07-27 | 1 | -1/+2 |
|\ \ \ | | | | | | | | | get header size before we open the file to avoid locking exception | ||||
| * | | | get header size before we open the file to avoid locking exception | Bjoern Schiessle | 2015-07-27 | 1 | -1/+2 |
| |/ / | |||||
* / / | Only set is encrypted when encryption is enabled | Joas Schilling | 2015-07-23 | 1 | -1/+1 |
|/ / | |||||
* | | Merge pull request #17540 from owncloud/enc_detect_legacy_files2 | Björn Schießle | 2015-07-17 | 1 | -15/+95 |
|\ \ | | | | | | | make sure that we always detect legacy files correctly | ||||
| * | | set targetIsEncrypted to true if file cache indicates that we try to read a ↵ | Bjoern Schiessle | 2015-07-17 | 1 | -0/+1 |
| | | | | | | | | | | | | encrypted file | ||||
| * | | make sure that we always detect legacy files correctly | Bjoern Schiessle | 2015-07-17 | 1 | -15/+94 |
| |/ | |||||
* | | Merge pull request #17282 from owncloud/s2s-catchremotelockexceptions | Morris Jobke | 2015-07-17 | 1 | -17/+27 |
|\ \ | |/ |/| | Throw lock exceptions if remote share returned 423 status code | ||||
| * | Throw lock exceptions if remote share returned 423 status code | Vincent Petry | 2015-07-03 | 1 | -17/+27 |
| | | |||||
* | | Throw StorageNotAvailable if propfind on root failed | Vincent Petry | 2015-07-13 | 1 | -1/+5 |
| | | | | | | | | | | If PROPFIND fails with 404 or 405 on the remote share root, it means the storage is not available. Throw StorageNotAvailable is such case. | ||||
* | | Merge pull request #16924 from owncloud/copy-recursive-polyfill | Thomas Müller | 2015-07-06 | 1 | -0/+89 |
|\ \ | | | | | | | add recursive copy polyfill for storage backends | ||||
| * | | better handling of folders | Robin Appelman | 2015-07-03 | 1 | -1/+1 |
| | | | |||||
| * | | phpdoc | Robin Appelman | 2015-06-15 | 1 | -2/+30 |
| | | | |||||
| * | | add recursive copy polyfill for storage backends | Robin Appelman | 2015-06-14 | 1 | -0/+61 |
| | | | |||||
* | | | Remove OC_Log | Thomas Müller | 2015-07-03 | 1 | -3/+3 |
| | | | |||||
* | | | Merge pull request #17379 from owncloud/kill-file-mapper | Vincent Petry | 2015-07-03 | 2 | -745/+282 |
|\ \ \ | | | | | | | | | Remove file mapper - was only use in Windows and never worked properly | ||||
| * | | | Remove file mapper - was only use in Windows and never worked properly | Thomas Müller | 2015-07-03 | 2 | -745/+282 |
| | |/ | |/| | |||||
* | | | also dont download existing on fopen when using w+ and wb+ | Robin Appelman | 2015-07-03 | 1 | -2/+2 |
| | | | |||||
* | | | add phpdoc | Robin Appelman | 2015-07-03 | 1 | -0/+55 |
| | | | |||||
* | | | add flysystem adapater | Robin Appelman | 2015-07-03 | 1 | -0/+188 |
|/ / | |||||
* | | Perform the filesize only when the file exists | Joas Schilling | 2015-06-30 | 1 | -2/+6 |
| | | | | | | | | | | Regression from 95602d4069a1eb9a45e1d08edeecc0d5b90e01ca and 9b336765b69bf7b7e2cd67a824862411b249aa4d | ||||
* | | Merge pull request #17030 from owncloud/lock-posthooks | Joas Schilling | 2015-06-29 | 1 | -1/+1 |
|\ \ | | | | | | | Keep shared lock for post-hooks | ||||
| * | | Keep shared locks in post hooks | Vincent Petry | 2015-06-25 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | Instead of unlocking after the file operation, change exclusive locks back to shared locks during post hooks, and unlock after that. Also added unit tests to test locking in pre-hooks, during operation and post-hooks. | ||||
* | | | Merge pull request #17163 from owncloud/update-licenses | Lukas Reschke | 2015-06-27 | 7 | -2/+8 |
|\ \ \ | | | | | | | | | Update license headers | ||||
| * | | | update license headers and authors | Morris Jobke | 2015-06-25 | 7 | -2/+8 |
| |/ / | |||||
* / / | Correctly check if the real file exists, otherwise try the part file | Joas Schilling | 2015-06-26 | 1 | -2/+6 |
|/ / | |||||
* / | make sure that we always read the header from the original file | Bjoern Schiessle | 2015-06-23 | 1 | -3/+5 |
|/ | |||||
* | Merge pull request #15895 from owncloud/dav-getremoteetag | Joas Schilling | 2015-06-03 | 1 | -3/+17 |
|\ | | | | | Get etag from remote OC server | ||||
| * | Get etag from remote OC server | Vincent Petry | 2015-06-02 | 1 | -3/+17 |
| | | |||||
* | | Merge pull request #16107 from owncloud/fix-getLocalFile-encryption-master | Thomas Müller | 2015-06-02 | 1 | -1/+7 |
|\ \ | |/ |/| | Fix get local file encryption master | ||||
| * | Only return cached files if existing | Thomas Müller | 2015-05-06 | 1 | -1/+4 |
| | | |||||
| * | Only use cached files in case encryption is enabled - in any other case let ↵ | Thomas Müller | 2015-05-05 | 1 | -1/+4 |
| | | | | | | | | the underlying storage handle this accordingly - refs #16061 #16062 and others |