Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move \OC\Files to PSR-4 | Roeland Jago Douma | 2016-04-24 | 14 | -3105/+0 |
| | |||||
* | dont do optimized size propagation for encrypted files | Robin Appelman | 2016-04-21 | 2 | -1/+11 |
| | |||||
* | Merge pull request #23919 from owncloud/cyclyc-share-dep-example | Thomas Müller | 2016-04-20 | 1 | -0/+16 |
|\ | | | | | SharedStorage to new sharing code + cleanup | ||||
| * | Move moveFromCache to CacheJail | Roeland Jago Douma | 2016-04-19 | 1 | -0/+16 |
| | | |||||
* | | When the scanner detects a file is changed clear checksum | Roeland Jago Douma | 2016-04-19 | 1 | -0/+2 |
|/ | | | | | | | | | Fixes #23782 and #23783 If the file scanner detects a changed file we clear the checksum while we update the cache. * Unit test added | ||||
* | Merge pull request #23561 from owncloud/background-scan-unscanned | C. Montero Luque | 2016-04-14 | 1 | -19/+31 |
|\ | | | | | handle completely unscanned storages in the background scanner | ||||
| * | handle completely unscanned storages in the background scanner | Robin Appelman | 2016-03-24 | 1 | -19/+31 |
| | | |||||
* | | lib: Fix typos (found by codespell) | Stefan Weil | 2016-04-07 | 1 | -1/+1 |
|/ | | | | Signed-off-by: Stefan Weil <sw@weilnetz.de> | ||||
* | Fix doc issue of cache wrapper | Joas Schilling | 2016-03-21 | 1 | -1/+1 |
| | |||||
* | move failedstorage to core | Robin Appelman | 2016-03-11 | 1 | -0/+142 |
| | |||||
* | Update author information | Lukas Reschke | 2016-03-01 | 3 | -3/+4 |
| | | | | Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :) | ||||
* | Merge pull request #22733 from owncloud/size-propagation-new-file | Thomas Müller | 2016-03-01 | 1 | -1/+5 |
|\ | | | | | fix size propagation for new files | ||||
| * | fix size propagation for new files | Robin Appelman | 2016-02-29 | 1 | -1/+5 |
| | | |||||
* | | ignore encryption keys for propagation | Robin Appelman | 2016-02-29 | 1 | -0/+50 |
|/ | |||||
* | Use database for keeping track of the version | Lukas Reschke | 2016-02-09 | 1 | -2/+7 |
| | |||||
* | Merge pull request #22071 from owncloud/cache-split-insert | Thomas Müller | 2016-02-03 | 3 | -44/+77 |
|\ | | | | | split cache->insert from cache->put | ||||
| * | split cache->insert from cache->put | Robin Appelman | 2016-02-03 | 3 | -44/+77 |
| | | |||||
* | | Add store/retrieve checksums | Roeland Jago Douma | 2016-02-03 | 1 | -7/+10 |
|/ | | | | | | | * Add extra db column to filecache * Bump version * Update filecache code to actually handle checksum * Webdav code to store/retrieve checksums | ||||
* | Merge pull request #21956 from owncloud/cross-cache-move | Thomas Müller | 2016-01-29 | 2 | -30/+124 |
|\ | | | | | Add fallback moveFromCache implementation | ||||
| * | Add fallback moveFromCache implementation | Robin Appelman | 2016-01-29 | 2 | -30/+124 |
| | | |||||
* | | fix cachejail->update | Robin Appelman | 2016-01-28 | 1 | -1/+1 |
| | | |||||
* | | cleanup shared cache | Robin Appelman | 2016-01-28 | 3 | -4/+9 |
|/ | |||||
* | propagate folder size in the same query for write updates | Robin Appelman | 2016-01-15 | 3 | -5/+18 |
| | |||||
* | Merge pull request #21702 from owncloud/fix_emit_scanFiles_II | Thomas Müller | 2016-01-15 | 1 | -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) | Martin | 2016-01-13 | 1 | -7/+25 |
| | | |||||
* | | only trigger locking on lockingstorages | Robin Appelman | 2016-01-14 | 1 | -4/+13 |
| | | |||||
* | | Add IStorage interface for consistent naming | Robin Appelman | 2016-01-14 | 1 | -2/+3 |
| | | | | | | | | minor phpdoc fixed | ||||
* | | add watcher interface | Robin Appelman | 2016-01-14 | 1 | -7/+6 |
| | | |||||
* | | Add updater interface and expose cache interfaces from storage | Robin Appelman | 2016-01-14 | 1 | -6/+9 |
| | | |||||
* | | add scanner interface | Robin Appelman | 2016-01-14 | 1 | -8/+3 |
| | | |||||
* | | Return a class from cache operations instead of an array | Robin Appelman | 2016-01-14 | 5 | -49/+41 |
| | | |||||
* | | add cache entry interface | Robin Appelman | 2016-01-14 | 1 | -0/+110 |
| | | |||||
* | | propagator interface | Robin Appelman | 2016-01-14 | 1 | -2/+4 |
| | | |||||
* | | Add public cache interface | Robin Appelman | 2016-01-14 | 1 | -1/+2 |
|/ | |||||
* | Happy new year! | Thomas Müller | 2016-01-12 | 10 | -17/+16 |
| | |||||
* | Remove OC_DB::getConnection | Morris Jobke | 2016-01-07 | 1 | -2/+2 |
| | |||||
* | Remove OC_DB::insertid | Morris Jobke | 2016-01-07 | 1 | -1/+1 |
| | |||||
* | Remove beginTransaction, commit, rollback from OC_DB | Morris Jobke | 2016-01-07 | 1 | -3/+3 |
| | |||||
* | remove old propagation logic | Robin Appelman | 2015-12-01 | 1 | -125/+0 |
| | |||||
* | Make Cache\Updater per storage | Robin Appelman | 2015-11-25 | 1 | -94/+74 |
| | |||||
* | take the etag of child mounts into account for the folder etag | Robin Appelman | 2015-11-19 | 3 | -13/+93 |
| | | | | this replaces shared etag propagation | ||||
* | Allow storage wrappers to through a forbidden exception with retry information | Joas Schilling | 2015-11-17 | 1 | -0/+2 |
| | |||||
* | escape like parameter for move queries | Robin Appelman | 2015-11-05 | 1 | -1/+1 |
| | |||||
* | move from OC_DB to IDBConnection | Robin Appelman | 2015-11-05 | 1 | -62/+71 |
| | |||||
* | mark path as checked | Robin Appelman | 2015-11-04 | 1 | -0/+1 |
| | |||||
* | Split checkUpdate | Robin Appelman | 2015-11-03 | 1 | -19/+39 |
| | |||||
* | include the final update in the transaction when moving a folder in the cache | Robin Appelman | 2015-10-29 | 1 | -2/+6 |
| | |||||
* | Merge pull request #19869 from owncloud/cache-adjustcurrentmtimeonrename | Thomas Müller | 2015-10-29 | 2 | -1/+23 |
|\ | | | | | On rename, also refresh storage_mtime of the target file | ||||
| * | Also adjust storage_mtime of target after rename | Vincent Petry | 2015-10-26 | 2 | -1/+23 |
| | | | | | | | | Some storages like Dropbox change their mtime on rename... | ||||
* | | Update license headers | Lukas Reschke | 2015-10-26 | 2 | -0/+2 |
|/ |