Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
|/ | |||||
* | don't move files in cache twice, fixes renaming for objectstores | Jörn Friedrich Dreyer | 2015-10-16 | 1 | -7/+9 |
| | |||||
* | also detect files in a .part folder as part file | Bjoern Schiessle | 2015-10-12 | 1 | -0/+4 |
| | |||||
* | deduplicate @xenopathic | Morris Jobke | 2015-10-06 | 3 | -3/+0 |
| | |||||
* | update licence headers via script | Morris Jobke | 2015-10-05 | 3 | -1/+5 |
| | |||||
* | Always send a postScanFile event when done scanning a file | Olivier Paroz | 2015-09-30 | 1 | -2/+2 |
| | | | | postScanFile is important when scanning external storage as it indicates when the file is ready to be used | ||||
* | Explicitly cast number to integer | Robin McCorkell | 2015-09-16 | 1 | -1/+1 |
| | |||||
* | Use integer for availability instead of bool | Robin McCorkell | 2015-09-15 | 1 | -3/+5 |
| | |||||
* | Add reset method to mimetype loader | Robin McCorkell | 2015-09-11 | 1 | -1/+1 |
| | | | | Used to solve concurrency issues | ||||
* | Split mimetype handling to new class | Robin McCorkell | 2015-09-04 | 1 | -80/+16 |
| | |||||
* | Prevent scanner going crazy with unavailable storages | Vincent Petry | 2015-08-24 | 1 | -4/+14 |
| |