aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/files
Commit message (Expand)AuthorAgeFilesLines
* Verify the getResponse returns a ResponseInterfaceLukas Reschke2016-03-121-1/+3
* Fix share mounting recursionVincent Petry2016-03-081-2/+7
* Merge pull request #22900 from owncloud/diskfreespace-filesworkaroundThomas Müller2016-03-071-1/+9
|\
| * Fix call to disk_free_space when a file is providedVincent Petry2016-03-071-1/+9
* | Merge pull request #22812 from owncloud/node-lockThomas Müller2016-03-071-0/+24
|\ \ | |/ |/|
| * Add locking to the node apiRobin Appelman2016-03-031-0/+24
* | Merge pull request #22816 from owncloud/external-unavailable-recheckThomas Müller2016-03-041-5/+12
|\ \
| * | allow availability recheck for external storagesRobin Appelman2016-03-031-5/+12
| |/
* / Keep "encryptedVersion" when calling `\OC\Files\View::copy`Lukas Reschke2016-03-031-9/+28
|/
* Remove Scrutinizer Auto FixerLukas Reschke2016-03-0110-10/+0
* Map MaciLukas Reschke2016-03-011-1/+1
* Update author informationLukas Reschke2016-03-0116-6/+21
* Merge pull request #22733 from owncloud/size-propagation-new-fileThomas Müller2016-03-011-1/+5
|\
| * fix size propagation for new filesRobin Appelman2016-02-291-1/+5
* | ignore encryption keys for propagationRobin Appelman2016-02-292-0/+68
|/
* Merge pull request #22636 from owncloud/fix-ssl-on-external-storagesThomas Müller2016-02-251-1/+5
|\
| * Add proxy support to external storageLukas Reschke2016-02-241-1/+5
* | Merge pull request #22579 from owncloud/fix_broken_unencrypted_sizeThomas Müller2016-02-251-3/+129
|\ \ | |/ |/|
| * recalculate unencrypted size if we assume that the size stored in the db is n...Bjoern Schiessle2016-02-231-3/+129
* | Avoids scanning the root storageMorris Jobke2016-02-221-0/+4
* | Merge pull request #22518 from owncloud/checkdeletebeforecopyinsteadofrenameThomas Müller2016-02-192-0/+8
|\ \
| * | Check delete permission before attemping copy+deleteVincent Petry2016-02-192-0/+8
| |/
* / Scrutinizer Auto-FixesScrutinizer Auto-Fixer2016-02-191-1/+1
|/
* Merge pull request #22493 from owncloud/issue_22467Thomas Müller2016-02-182-3/+3
|\
| * Make scrutinizer happyRoeland Jago Douma2016-02-181-1/+1
| * getRootFolder should not setup the FS for any userRoeland Jago Douma2016-02-181-2/+2
* | Merge pull request #22482 from owncloud/getowner-cacheThomas Müller2016-02-181-1/+6
|\ \
| * | No more staticJoas Schilling2016-02-181-5/+4
| * | cache result for getownerRobin Appelman2016-02-171-1/+7
| |/
* / Don't apply quota in stream wrapper for part filesVincent Petry2016-02-171-5/+22
|/
* remember signature version and only set it on update to make sure that otherBjoern Schiessle2016-02-101-0/+4
* Check if partial cache entry or not in encryption wrapperVincent Petry2016-02-091-2/+5
* Use database for keeping track of the versionLukas Reschke2016-02-093-3/+18
* Use number of chunk for HMAC as wellLukas Reschke2016-02-091-5/+13
* fixing unit testsBjörn Schießle2016-02-091-0/+3
* make it backward compatible to work with signed and un-signed filesBjörn Schießle2016-02-092-5/+11
* Fix part file partial cache logic in encryption codeVincent Petry2016-02-091-1/+7
* Merge pull request #22207 from owncloud/mountcache-exists-checkThomas Müller2016-02-081-1/+1
|\
| * better exists check for insert mount cacheRobin Appelman2016-02-081-1/+1
* | Make sure fileinfo exists when calling getCheckSum in node APIVincent Petry2016-02-081-1/+1
|/
* remove unused Storage->getLocalFolderRobin Appelman2016-02-054-39/+0
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2016-02-054-4/+5
* Merge pull request #22071 from owncloud/cache-split-insertThomas Müller2016-02-033-44/+77
|\
| * split cache->insert from cache->putRobin Appelman2016-02-033-44/+77
* | Merge pull request #21997 from owncloud/checksumsThomas Müller2016-02-034-7/+28
|\ \
| * | Add store/retrieve checksumsRoeland Jago Douma2016-02-034-7/+28
| |/
* / filter invalid storages from the mount cache earlyRobin Appelman2016-02-021-1/+1
|/
* Merge pull request #22015 from owncloud/share-no-permissionsThomas Müller2016-02-021-2/+3
|\
| * Block shares that dont have the correct source permissionsRobin Appelman2016-01-291-2/+3
* | Merge pull request #21956 from owncloud/cross-cache-moveThomas Müller2016-01-292-30/+124
|\ \ | |/ |/|