Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move \OC\Files to PSR-4 | Roeland Jago Douma | 2016-04-24 | 1 | -837/+0 |
| | |||||
* | Update author information | Lukas Reschke | 2016-03-01 | 1 | -0/+2 |
| | | | | Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :) | ||||
* | 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 | 1 | -39/+52 |
|\ | | | | | split cache->insert from cache->put | ||||
| * | split cache->insert from cache->put | Robin Appelman | 2016-02-03 | 1 | -39/+52 |
| | | |||||
* | | 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 | ||||
* | Add fallback moveFromCache implementation | Robin Appelman | 2016-01-29 | 1 | -30/+37 |
| | |||||
* | Return a class from cache operations instead of an array | Robin Appelman | 2016-01-14 | 1 | -40/+24 |
| | |||||
* | Add public cache interface | Robin Appelman | 2016-01-14 | 1 | -1/+2 |
| | |||||
* | Happy new year! | Thomas Müller | 2016-01-12 | 1 | -3/+2 |
| | |||||
* | take the etag of child mounts into account for the folder etag | Robin Appelman | 2015-11-19 | 1 | -5/+11 |
| | | | | this replaces shared etag propagation | ||||
* | 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 |
| | |||||
* | include the final update in the transaction when moving a folder in the cache | Robin Appelman | 2015-10-29 | 1 | -2/+6 |
| | |||||
* | Also adjust storage_mtime of target after rename | Vincent Petry | 2015-10-26 | 1 | -1/+9 |
| | | | | Some storages like Dropbox change their mtime on rename... | ||||
* | deduplicate @xenopathic | Morris Jobke | 2015-10-06 | 1 | -1/+0 |
| | |||||
* | update licence headers via script | Morris Jobke | 2015-10-05 | 1 | -1/+1 |
| | |||||
* | Split mimetype handling to new class | Robin McCorkell | 2015-09-04 | 1 | -80/+16 |
| | |||||
* | Remove OC_Log | Thomas Müller | 2015-07-03 | 1 | -1/+1 |
| | |||||
* | update license headers and authors | Morris Jobke | 2015-06-25 | 1 | -0/+1 |
| | |||||
* | improve phpdoc of cache classes | Robin Appelman | 2015-05-05 | 1 | -19/+93 |
| | |||||
* | Merge pull request #15549 from owncloud/jcf-fix-cache-update | Morris Jobke | 2015-04-22 | 1 | -1/+8 |
|\ | | | | | don't update identical values | ||||
| * | clarify the duplication of the $params array | Jens-Christian Fischer | 2015-04-12 | 1 | -1/+2 |
| | | |||||
| * | don't update identical values | Jens-Christian Fischer | 2015-04-11 | 1 | -1/+7 |
| | | | | | | | | | | | | | | | | | | | | | | The UPDATE oc_filecache statement blindly overwrites identical data. Databases like Postgres that create a new row on an update and mark the old one as dead will suffer from the previous behaviour, as millions of "new" rows are created in the database. This patch changes the WHERE clause to test for identical values and not updating if the values in the DB are identical to the ones being passed. | ||||
* | | Fix cross storage move with shared storages | Robin Appelman | 2015-04-13 | 1 | -3/+16 |
| | | |||||
* | | reuse cache move logic | Robin Appelman | 2015-04-13 | 1 | -26/+1 |
| | | |||||
* | | preserve cache data when doing a cross storage move | Robin Appelman | 2015-04-13 | 1 | -0/+37 |
|/ | |||||
* | remove unencrypted_size from the cache, size will contain the unencrypted size | Bjoern Schiessle | 2015-04-07 | 1 | -21/+8 |
| | |||||
* | Fix the exception messages | Joas Schilling | 2015-04-02 | 1 | -1/+1 |
| | |||||
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -4/+30 |
| | |||||
* | Remove unreqired backtick removal | Lukas Reschke | 2015-03-18 | 1 | -3/+0 |
| | | | | | | | | Without this files with a ` (backtick) in the beginning of the filenames where simply not correctly referenced as the ` got removed. This can lead to all possible havoc situations. Should get backported to stable8 and in future we might consider if it is really worth to backport such changes when it is just for SQLite :see_no_evil: Regression of https://github.com/owncloud/core/pull/14734 | ||||
* | Throw a RuntimeException in the cache aswell | Joas Schilling | 2015-03-11 | 1 | -3/+7 |
| | |||||
* | Get the id before using it | Joas Schilling | 2015-03-09 | 1 | -1/+2 |
| | |||||
* | Only check unique keys for the comparison on filecache insert & update otherwise | Joas Schilling | 2015-03-09 | 1 | -1/+6 |
| | |||||
* | use insertIfNotExist() in cache put | Thomas Müller | 2015-03-06 | 1 | -5/+11 |
| | |||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -29/+5 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -5/+29 |
| | |||||
* | Merge pull request #13767 from owncloud/issue/13764-mimetype-racecondition | Thomas Müller | 2015-02-20 | 1 | -3/+7 |
|\ | | | | | Use insertIfNotExists() and reload mimetypes after inserting one | ||||
| * | Use insertIfNotExists() and reload mimetypes after inserting one | Joas Schilling | 2015-02-02 | 1 | -3/+7 |
| | | |||||
* | | Cast mtimes and size to int | Robin Appelman | 2015-02-11 | 1 | -0/+3 |
| | | |||||
* | | Merge pull request #13425 from owncloud/phpdoc_cleanup | Morris Jobke | 2015-02-10 | 1 | -2/+2 |
|\ \ | | | | | | | Cleanup of PHPDoc return types | ||||
| * | | Cleanup of PHPDoc return types | Robin McCorkell | 2015-01-16 | 1 | -2/+2 |
| | | | |||||
* | | | Use transactions when renaming directory contents | Robin Appelman | 2015-02-06 | 1 | -0/+2 |
| |/ |/| | |||||
* | | Close cursor early in calculateFolderSize | Vincent Petry | 2014-11-28 | 1 | -0/+3 |
| | | | | | | | | | | This method triggers additional queries in $this->update() so to avoid potential database locks or delays, we close the cursor as soon as it is not needed any more | ||||
* | | check is mimetype is set - fixed #13452 | Thomas Müller | 2015-01-19 | 1 | -1/+1 |
|/ | |||||
* | Remove children from the cache in one query | Robin Appelman | 2015-01-15 | 1 | -24/+36 |
| | |||||
* | Trim leading or trailing slashes in file cache paths | Vincent Petry | 2015-01-08 | 1 | -1/+1 |
| | |||||
* | Make $userId mandatory for searchByTags | Vincent Petry | 2014-12-12 | 1 | -4/+1 |
| | | | | | | | $userId is now a mandatory parameter for searchByTags. Also fixed some places in the code where the argument was missing (Node API and View) | ||||
* | Added searchByTags to view, storage and cache | Vincent Petry | 2014-12-11 | 1 | -0/+48 |
| | |||||
* | Add storage and cache wrappers to jail a storage to a subfolder | Robin Appelman | 2014-11-27 | 1 | -1/+1 |
| |