summaryrefslogtreecommitdiffstats
path: root/lib/private/files
Commit message (Collapse)AuthorAgeFilesLines
* remember signature version and only set it on update to make sure that otherBjoern Schiessle2016-02-101-0/+4
| | | | apps like files_versions still get the old signature version
* 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
| | | | Prevents switching single blocks within the encrypted file.
* 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
| | | | | | | | | | | | The encryption code uses partial cache entries for the part file (which are not stored in the database) but are useful for other parts of the code to retrieve the file size again. This means that in the fixed code $info was empty, so getData() could not be called. The fix makes sure to support both cases when the cache entry exists and doesn't.
* Merge pull request #22207 from owncloud/mountcache-exists-checkThomas Müller2016-02-081-1/+1
|\ | | | | better exists check for insert mount cache
| * 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
| | | | This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
* Merge pull request #22071 from owncloud/cache-split-insertThomas Müller2016-02-033-44/+77
|\ | | | | split cache->insert from cache->put
| * split cache->insert from cache->putRobin Appelman2016-02-033-44/+77
| |
* | Merge pull request #21997 from owncloud/checksumsThomas Müller2016-02-034-7/+28
|\ \ | | | | | | Checksums
| * | Add store/retrieve checksumsRoeland Jago Douma2016-02-034-7/+28
| |/ | | | | | | | | | | | | * Add extra db column to filecache * Bump version * Update filecache code to actually handle checksum * Webdav code to store/retrieve checksums
* / 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 permissions
| * 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
|\ \ | |/ |/| Add fallback moveFromCache implementation
| * Add fallback moveFromCache implementationRobin Appelman2016-01-292-30/+124
| |
* | fix cachejail->updateRobin Appelman2016-01-281-1/+1
| |
* | cleanup shared cacheRobin Appelman2016-01-283-4/+9
| |
* | Use new constantsJoas Schilling2016-01-271-7/+8
| |
* | add IUserMountCache->getMountsForFileIdRobin Appelman2016-01-271-0/+58
|/
* use insertifnotexistsRobin Appelman2016-01-201-23/+5
|
* clear mount cache when removing applicablesRobin Appelman2016-01-201-0/+17
|
* handle changed mount pointsRobin Appelman2016-01-201-1/+23
|
* clear mount cache when deleting userRobin Appelman2016-01-202-0/+61
|
* multiple minor fiesRobin Appelman2016-01-203-11/+24
|
* use getmountmanagerRobin Appelman2016-01-201-1/+1
|
* log duplicatesRobin Appelman2016-01-201-2/+17
|
* Filter uncached mountsRobin Appelman2016-01-201-10/+15
|
* cache mountpoints in the dbRobin Appelman2016-01-204-2/+307
|
* propagate folder size in the same query for write updatesRobin Appelman2016-01-153-5/+18
|
* Merge pull request #21702 from owncloud/fix_emit_scanFiles_IIThomas Müller2016-01-151-7/+25
|\ | | | | Fix: emit 'scanFiles' will only fire on files and not on folders (II)
| * Fix: emit 'scanFiles' will only fire on files and not on folders (II)Martin2016-01-131-7/+25
| |
* | Merge pull request #21117 from owncloud/owner-file-existsThomas Müller2016-01-151-2/+31
|\ \ | | | | | | Only return an owner if the file exists + improved getUidAndFilename
| * | Typo in error messageLukas Reschke2016-01-111-3/+3
| | |
| * | de-deplicate getUidAndFilenameRobin Appelman2016-01-111-1/+24
| | |
| * | dont return an owner for files that don't existRobin Appelman2016-01-111-2/+7
| | |
* | | only trigger locking on lockingstoragesRobin Appelman2016-01-143-24/+49
| | |
* | | split locking related methods to their own interfaceRobin Appelman2016-01-141-1/+2
| | |
* | | Add IStorage interface for consistent namingRobin Appelman2016-01-141-2/+3
| | | | | | | | | | | | minor phpdoc fixed
* | | fix object store storageRobin Appelman2016-01-141-1/+7
| | |
* | | fix quota wrapperRobin Appelman2016-01-141-1/+3
| | |
* | | add watcher interfaceRobin Appelman2016-01-141-7/+6
| | |
* | | Add updater interface and expose cache interfaces from storageRobin Appelman2016-01-141-6/+9
| | |
* | | add scanner interfaceRobin Appelman2016-01-141-8/+3
| | |
* | | Return a class from cache operations instead of an arrayRobin Appelman2016-01-148-54/+50
| | |