Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use insertIfNotExist() in cache put | Thomas Müller | 2015-03-06 | 1 | -5/+11 |
| | |||||
* | Allow disabling the cache updater | Robin Appelman | 2015-02-27 | 1 | -3/+16 |
| | |||||
* | Fix cache update when doing a rename that overwrites the target | Robin Appelman | 2015-02-27 | 1 | -1/+4 |
| | |||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 10 | -207/+50 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 10 | -50/+207 |
| | |||||
* | 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 |
| | | |||||
* | | Merge pull request #13836 from owncloud/part-no-cache-update | Thomas Müller | 2015-02-19 | 1 | -0/+12 |
|\ \ | | | | | | | Dont update the cache when working with part files | ||||
| * | | Dont bother updating the cache when working with part files | Robin Appelman | 2015-02-05 | 1 | -0/+12 |
| |/ | |||||
* | | Dont lower the mtime of a folder when propagating changes | Robin Appelman | 2015-02-13 | 1 | -2/+2 |
| | | |||||
* | | only read permissions once | Robin Appelman | 2015-02-11 | 1 | -2/+3 |
| | | |||||
* | | Only try to scan the children of directories | Robin Appelman | 2015-02-11 | 1 | -3/+3 |
| | | |||||
* | | Cast mtimes and size to int | Robin Appelman | 2015-02-11 | 1 | -0/+3 |
| | | |||||
* | | Reuse cache data of existing files during scan | Robin Appelman | 2015-02-11 | 1 | -69/+116 |
| | | |||||
* | | Merge pull request #13425 from owncloud/phpdoc_cleanup | Morris Jobke | 2015-02-10 | 3 | -5/+5 |
|\ \ | | | | | | | Cleanup of PHPDoc return types | ||||
| * | | Cleanup of PHPDoc return types | Robin McCorkell | 2015-01-16 | 3 | -5/+5 |
| | | | |||||
* | | | Use transactions when renaming directory contents | Robin Appelman | 2015-02-06 | 1 | -0/+2 |
| |/ |/| | |||||
* | | Close cursor early in calculateFolderSize | Vincent Petry | 2014-11-28 | 2 | -0/+4 |
| | | | | | | | | | | 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 |
| | |||||
* | drop dead code - ref #13301 | Morris Jobke | 2015-01-13 | 1 | -4/+0 |
| | |||||
* | drop useless "!!! No reuse of etag" - fixes #13187 | Morris Jobke | 2015-01-13 | 1 | -3/+0 |
| | |||||
* | Merge pull request #13181 from owncloud/filecache-preventleadingslash | Robin McCorkell | 2015-01-09 | 2 | -2/+2 |
|\ | | | | | Trim leading or trailing slashes in file cache paths | ||||
| * | Fix cache jail to not duplicate slashes | Vincent Petry | 2015-01-09 | 1 | -1/+1 |
| | | |||||
| * | Trim leading or trailing slashes in file cache paths | Vincent Petry | 2015-01-08 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #12011 from owncloud/reuse-etag-default | Morris Jobke | 2015-01-09 | 1 | -2/+2 |
|\ \ | |/ |/| | Default to reusing etags in the scanner | ||||
| * | Default to reusing etags in the scanner | Robin Appelman | 2014-11-06 | 1 | -2/+2 |
| | | |||||
* | | Merge pull request #12778 from owncloud/searchbytags2 | Vincent Petry | 2014-12-12 | 3 | -0/+69 |
|\ \ | | | | | | | Added searchByTags to view, storage and cache | ||||
| * | | Added searchByTag in cache jail wrapper | Vincent Petry | 2014-12-12 | 1 | -0/+12 |
| | | | |||||
| * | | Make $userId mandatory for searchByTags | Vincent Petry | 2014-12-12 | 2 | -5/+2 |
| | | | | | | | | | | | | | | | | | | | | | $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 | 2 | -0/+60 |
| | | | |||||
* | | | Merge pull request #11892 from owncloud/remove_triggerupdate | Thomas Müller | 2014-12-10 | 1 | -2/+4 |
|\ \ \ | |/ / |/| | | Remove triggerupdate.php & add quiet option for CLI scanner | ||||
| * | | make path absolute | Jörn Friedrich Dreyer | 2014-12-10 | 1 | -2/+4 |
| | | | |||||
* | | | Fix numeric storage id for cache wrapper | Vincent Petry | 2014-12-10 | 1 | -0/+9 |
|/ / | |||||
* | | Add storage and cache wrappers to apply a permissions mask to a storage | Robin Appelman | 2014-11-27 | 1 | -0/+32 |
| | | |||||
* | | Add storage and cache wrappers to jail a storage to a subfolder | Robin Appelman | 2014-11-27 | 3 | -1/+503 |
| | | |||||
* | | don't scan part files | Bjoern Schiessle | 2014-11-07 | 1 | -4/+4 |
| | | |||||
* | | Also propagate etag changes when the watcher finds a changed file | Robin Appelman | 2014-11-07 | 1 | -0/+5 |
|/ | |||||
* | Pass the cached data to the filesystem watcher | Robin Appelman | 2014-10-24 | 1 | -4/+7 |
| | |||||
* | Retrieve storage numeric id earlier when still available | Vincent Petry | 2014-10-13 | 1 | -1/+1 |
| | | | | | The numeric id is only available before the storage entry is deleted, so get it at that time. | ||||
* | Don't keep the full info of all children in memory | Robin Appelman | 2014-09-24 | 1 | -7/+12 |
| | |||||
* | Use ILIKE in cache search | Robin Appelman | 2014-09-17 | 1 | -13/+1 |
| | |||||
* | Fix typo | Lukas Reschke | 2014-09-08 | 1 | -1/+1 |
| | |||||
* | Use bigger transactions when doing explicit file system scans | Robin Appelman | 2014-09-08 | 1 | -2/+21 |
| | |||||
* | Remove explicit propagate calls | Robin Appelman | 2014-09-05 | 1 | -11/+6 |
| | |||||
* | Fix warning in homecache | Robin Appelman | 2014-09-05 | 1 | -0/+3 |
| | |||||
* | Refactor Cache\Updater to work outside of the users home | Robin Appelman | 2014-09-05 | 2 | -146/+69 |
| | |||||
* | Added repair step for legacy storages | Vincent Petry | 2014-08-20 | 1 | -9/+16 |
| | |||||
* | Ensure that filename is prefixed with a slash | Joas Schilling | 2014-08-14 | 1 | -0/+1 |
| | |||||
* | Do not filemtime() on "." directory. Use empty string instead | Joas Schilling | 2014-08-11 | 1 | -0/+5 |
| | | | | Fix #9928 |