Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | 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 | |||||
* | Remove doubled slash between folder and path | Joas Schilling | 2014-08-11 | 1 | -5/+4 | |
| | ||||||
* | Improved scanner error message | Martin | 2014-07-31 | 1 | -1/+1 | |
| | ||||||
* | use case insensitive LIKE when searching for files in mysql | Robin Appelman | 2014-07-08 | 1 | -0/+2 | |
| | ||||||
* | make search case insensitive on postgres and oracle | Jörn Friedrich Dreyer | 2014-07-03 | 1 | -3/+21 | |
| | ||||||
* | Add server<->server sharing backend | Robin Appelman | 2014-06-14 | 1 | -5/+5 | |
| | ||||||
* | Merge pull request #8968 from owncloud/scanner-parent-repair | Vincent Petry | 2014-06-12 | 1 | -37/+40 | |
|\ | | | | | Repair broken parent link in the scanner | |||||
| * | remove unused argument | Robin Appelman | 2014-06-10 | 1 | -3/+2 | |
| | | ||||||
| * | add some comments | Robin Appelman | 2014-06-10 | 1 | -0/+2 | |
| | | ||||||
| * | Repair broken parent link in the scanner | Robin Appelman | 2014-06-10 | 1 | -34/+36 | |
| | | ||||||
* | | call self::getNumericStorageId() to get the numeric ID | Bjoern Schiessle | 2014-06-10 | 1 | -1/+1 | |
|/ |