| Commit message (Expand) | Author | Age | Files | Lines |
* | Move lonely file from \OC\Files to PSR-4 | Roeland Jago Douma | 2016-05-01 | 1 | -69/+0 |
* | mount custom cache folder using mount providers | Robin Appelman | 2016-04-29 | 1 | -0/+69 |
* | Move \OC\Files to PSR-4 | Roeland Jago Douma | 2016-04-24 | 65 | -18273/+0 |
* | Merge pull request #24187 from owncloud/fs-initmountpoint-rethrowifusernotfou... | Thomas Müller | 2016-04-22 | 1 | -2/+2 |
|\ |
|
| * | Mark $usersSetup only if user was found in initMountPoints | Vincent Petry | 2016-04-22 | 1 | -2/+2 |
* | | Merge pull request #24124 from owncloud/encryped-size-progation | Thomas Müller | 2016-04-22 | 2 | -1/+11 |
|\ \ |
|
| * | | dont do optimized size propagation for encrypted files | Robin Appelman | 2016-04-21 | 2 | -1/+11 |
* | | | Merge pull request #23918 from owncloud/cruds-for-federated-shares | Björn Schießle | 2016-04-22 | 1 | -1/+5 |
|\ \ \
| |_|/
|/| | |
|
| * | | if share-permissions exists we use this information as indicator to check if ... | Björn Schießle | 2016-04-20 | 1 | -0/+3 |
| * | | ask for share-permissions on propfind | Björn Schießle | 2016-04-20 | 1 | -1/+2 |
* | | | Throw NoUserException when attempting to init mount point for null user | Vincent Petry | 2016-04-22 | 1 | -0/+3 |
| |/
|/| |
|
* | | Merge pull request #23919 from owncloud/cyclyc-share-dep-example | Thomas Müller | 2016-04-20 | 8 | -29/+171 |
|\ \ |
|
| * | | Move moveFromCache to CacheJail | Roeland Jago Douma | 2016-04-19 | 1 | -0/+16 |
| * | | Move copy- and moveFromStorage to jail | Roeland Jago Douma | 2016-04-19 | 1 | -0/+26 |
| * | | Only construct the storage when we start using it | Robin Appelman | 2016-04-19 | 4 | -16/+92 |
| * | | Fix resolve path | Roeland Jago Douma | 2016-04-19 | 1 | -2/+7 |
| * | | Fix related logic | Roeland Jago Douma | 2016-04-19 | 2 | -2/+15 |
| * | | cache the scanner/updater/cache in the wrapper storage | Robin Appelman | 2016-04-19 | 2 | -12/+18 |
| |/ |
|
* | | Merge pull request #24098 from owncloud/fix_23782 | Thomas Müller | 2016-04-20 | 1 | -0/+2 |
|\ \ |
|
| * | | When the scanner detects a file is changed clear checksum | Roeland Jago Douma | 2016-04-19 | 1 | -0/+2 |
| |/ |
|
* / | preserve information if it is a rename operation or not | Björn Schießle | 2016-04-20 | 1 | -3/+4 |
|/ |
|
* | Merge pull request #23561 from owncloud/background-scan-unscanned | C. Montero Luque | 2016-04-14 | 1 | -19/+31 |
|\ |
|
| * | Merge branch 'master' into background-scan-unscanned | C. Montero Luque | 2016-03-25 | 1 | -0/+4 |
| |\ |
|
| * | | handle completely unscanned storages in the background scanner | Robin Appelman | 2016-03-24 | 1 | -19/+31 |
* | | | Add lazyRootFolder | Roeland Jago Douma | 2016-04-13 | 1 | -0/+474 |
* | | | Don't calculate permissions twice (#23917) | Roeland Douma | 2016-04-12 | 1 | -1/+1 |
* | | | Merge pull request #23860 from owncloud/followup-23304-opening-empty-file | Thomas Müller | 2016-04-11 | 1 | -3/+9 |
|\ \ \ |
|
| * | | | Correctly return an empty string for empty files | Joas Schilling | 2016-04-08 | 1 | -3/+9 |
* | | | | lib: Fix typos (found by codespell) | Stefan Weil | 2016-04-07 | 7 | -7/+7 |
|/ / / |
|
* | | | Fix PHP memory leak in file_get_contents() | Morris Jobke | 2016-04-04 | 1 | -1/+6 |
* | | | make sure that we always remove the file again from the cache after the versi... | Bjoern Schiessle | 2016-03-31 | 1 | -0/+1 |
* | | | Merge pull request #23445 from owncloud/enc_small_improvement | Frank Karlitschek | 2016-03-31 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | no need to calculate the header size, if the first block contain a header we ... | Bjoern Schiessle | 2016-03-21 | 1 | -1/+1 |
* | | | | Merge pull request #23707 from owncloud/make-sure-that-encrypted-version-is-set | Frank Karlitschek | 2016-03-31 | 1 | -2/+7 |
|\ \ \ \ |
|
| * | | | | Make sure that the encrypted version is set | Lukas Reschke | 2016-03-31 | 1 | -2/+7 |
| | |_|/
| |/| | |
|
* / | | | fix creation of versions of encrypted files on external storages | Bjoern Schiessle | 2016-03-31 | 1 | -1/+20 |
|/ / / |
|
* | | | Merge pull request #23545 from owncloud/issue-17144-lock-mount-point-on-removal | Thomas Müller | 2016-03-24 | 1 | -0/+4 |
|\ \ \
| |_|/
|/| | |
|
| * | | Lock the mountpoint while removing | Joas Schilling | 2016-03-24 | 1 | -0/+4 |
* | | | add missing var | Jörn Friedrich Dreyer | 2016-03-24 | 1 | -0/+4 |
|/ / |
|
* | | Merge pull request #22506 from owncloud/node-get-from-cache | Thomas Müller | 2016-03-23 | 2 | -26/+23 |
|\ \ |
|
| * | | properly use fileinfo objects | Robin Appelman | 2016-03-21 | 1 | -16/+12 |
| * | | improve reuse in getUserFolder | Robin Appelman | 2016-03-21 | 1 | -6/+6 |
| * | | pass the fileinfo to the node if available | Robin Appelman | 2016-03-21 | 1 | -2/+2 |
| * | | Query the cache when checking if a node exists | Robin Appelman | 2016-03-21 | 1 | -2/+3 |
| |/ |
|
* / | Fix doc issue of cache wrapper | Joas Schilling | 2016-03-21 | 1 | -1/+1 |
|/ |
|
* | Ensure that stored version is at least 1 for cross-storage copy | Lukas Reschke | 2016-03-16 | 1 | -1/+12 |
* | Merge pull request #23039 from owncloud/invalid-share-storage | Thomas Müller | 2016-03-15 | 2 | -0/+357 |
|\ |
|
| * | move failedstorage to core | Robin Appelman | 2016-03-11 | 2 | -0/+357 |
* | | Verify the getResponse returns a ResponseInterface | Lukas Reschke | 2016-03-12 | 1 | -1/+3 |
|/ |
|
* | Fix share mounting recursion | Vincent Petry | 2016-03-08 | 1 | -2/+7 |