Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Merge pull request #8921 from owncloud/fix-remove-storage-master | Thomas Müller | 2014-06-06 | 1 | -10/+22 | |
|\ | | | | | No need to create a storage within remove | |||||
| * | No need to create a storage within remove | Thomas Müller | 2014-06-06 | 1 | -10/+22 | |
| | | ||||||
* | | Don't do rename hooks for cache when moving the mountpoint | Robin Appelman | 2014-06-06 | 1 | -0/+4 | |
|/ | ||||||
* | Merge pull request #8889 from owncloud/mtime-reuse | Thomas Müller | 2014-06-05 | 1 | -0/+1 | |
|\ | | | | | Don't update the mtime if the storage mtime hasn't changed | |||||
| * | Don't update the mtime if the storage mtime hasn't changed | Robin Appelman | 2014-06-05 | 1 | -0/+1 | |
| | | ||||||
* | | Merge pull request #8852 from owncloud/kill-permissions-master | Thomas Müller | 2014-06-05 | 4 | -294/+10 | |
|\ \ | | | | | | | Kill permissions table | |||||
| * | | - drop permissions table and related code | Thomas Müller | 2014-06-05 | 4 | -294/+10 | |
| | | | | | | | | | | | | | | | | | | - the file/folder's permission is now stored in the file cache - BackGroundWatcher has been removed - this has meanwhile be replaced by occ files:scan which can be executed in a cron jobs - increase version to trigger database migration | |||||
* | | | Merge pull request #8471 from owncloud/versioning_no_longer_track_the_size | Thomas Müller | 2014-06-04 | 1 | -1/+1 | |
|\ \ \ | |_|/ |/| | | [versioning] let the file cache track the size of the versions | |||||
| * | | let file cache handle the versions size | Bjoern Schiessle | 2014-06-02 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merge pull request #8822 from owncloud/cache-change-propagator | Vincent Petry | 2014-06-04 | 2 | -46/+147 | |
|\ \ \ | |_|/ |/| | | [WIP] Improved propagation of cache changes | |||||
| * | | Fix size calculation during recursive scan | Robin Appelman | 2014-06-03 | 1 | -7/+3 | |
| | | | ||||||
| * | | Fix recursive scanning | Robin Appelman | 2014-06-02 | 1 | -3/+5 | |
| | | | ||||||
| * | | propagate changes in the scanner | Robin Appelman | 2014-06-02 | 1 | -0/+1 | |
| | | | ||||||
| * | | Split of cache writes in the scanner to their own methods | Robin Appelman | 2014-06-02 | 1 | -39/+43 | |
| | | | ||||||
| * | | Add a change propagator class to handle propagating etag and mtime changes | Robin Appelman | 2014-06-02 | 1 | -0/+98 | |
| |/ | ||||||
* / | get permissions directly from share storage to avoid additional db calls | Bjoern Schiessle | 2014-06-02 | 1 | -0/+14 | |
|/ | ||||||
* | Merge pull request #8607 from owncloud/filescan_app_hook | Owen Winkler | 2014-05-30 | 1 | -8/+42 | |
|\ | | | | | Allow apps to control via a hook skipping add/remove a file during filescan | |||||
| * | Missed one. | ringmaster | 2014-05-30 | 1 | -1/+1 | |
| | | ||||||
| * | Updates per comments on PR: | ringmaster | 2014-05-30 | 1 | -6/+20 | |
| | | | | | | | | | | | | * Use "filesystem_cache_readonly" config setting, update comment in config.sample * Use $this->cacheActive to cache config setting * Add public Scanner::setCacheActive() to set $cacheActive programmatically | |||||
| * | Prevent apps from affecting the scanner via hook. | ringmaster | 2014-05-28 | 1 | -16/+18 | |
| | | ||||||
| * | Use 'filesystem_check_enable' as a config option. | ringmaster | 2014-05-27 | 1 | -4/+4 | |
| | | ||||||
| * | Allow the default behavior to come from the config. | ringmaster | 2014-05-27 | 1 | -6/+12 | |
| | | ||||||
| * | Rename variable to something more appropriate. | ringmaster | 2014-05-27 | 1 | -3/+3 | |
| | | ||||||
| * | Allow apps to control via a hook to skip adding/removing a file during filescan | ringmaster | 2014-05-27 | 1 | -3/+15 | |
| | | ||||||
* | | Cast to number instead of integer in OC\Files\Cache\HomeCache | Andreas Fischer | 2014-05-29 | 1 | -2/+4 | |
| | | ||||||
* | | Cast to number instead of integer in OC\Files\Cache\Cache | Andreas Fischer | 2014-05-29 | 1 | -5/+5 | |
| | | ||||||
* | | Change visibility of scanner internals | ringmaster | 2014-05-28 | 1 | -4/+4 | |
|/ | | | | so that descendant classes can access them. | |||||
* | Merge pull request #8674 from owncloud/watch-policy | Frank Karlitschek | 2014-05-26 | 1 | -1/+1 | |
|\ | | | | | Add a config option for setting the filesystem watcher policy | |||||
| * | Fix phpdoc | Robin Appelman | 2014-05-22 | 1 | -1/+1 | |
| | | ||||||
* | | allow admin to disable sharing for specific groups of users | Bjoern Schiessle | 2014-05-22 | 1 | -3/+16 | |
|/ | ||||||
* | Remove all occurences of @brief and @returns from PHPDoc | Morris Jobke | 2014-05-19 | 2 | -2/+2 | |
| | | | | * test case added to avoid adding them later | |||||
* | Fix all PHPDoc types and variable names, in /lib | Robin McCorkell | 2014-05-13 | 2 | -2/+2 | |
| | ||||||
* | Squash 'a | b' into 'a|b', in /lib | Robin McCorkell | 2014-05-13 | 2 | -3/+3 | |
| | ||||||
* | Fix @return array PHPDocs, in /lib | Robin McCorkell | 2014-05-13 | 3 | -5/+5 | |
| | ||||||
* | Fix getPathById for Oracle | Vincent Petry | 2014-05-08 | 1 | -0/+4 | |
| | | | | | Added extra code to handle the case of Oracle which saves empty strings as null values. | |||||
* | Prevent error if previously cached data doesn't have an etag | Robin Appelman | 2014-04-22 | 1 | -3/+4 | |
| | ||||||
* | Improve phpdoc | Robin Appelman | 2014-03-31 | 1 | -1/+3 | |
| | ||||||
* | Give storages the option to implement the getById behaviour for View->getPath | Robin Appelman | 2014-03-28 | 1 | -0/+16 | |
| | ||||||
* | Merge pull request #7420 from owncloud/cachehooks-first | Thomas Müller | 2014-03-25 | 1 | -1/+4 | |
|\ | | | | | Manually triger the filecache update hooks before any other hook | |||||
| * | Merge branch 'master' into cachehooks-first | Robin Appelman | 2014-03-13 | 1 | -3/+8 | |
| |\ | ||||||
| * | | Fix updater when getFileInfo fails | Robin Appelman | 2014-03-03 | 1 | -1/+4 | |
| | | | ||||||
* | | | Merge pull request #7477 from owncloud/foldersize-reuse | Thomas Müller | 2014-03-25 | 4 | -14/+27 | |
|\ \ \ | | | | | | | | | Allow re-using already known fileinfo when calculating folder sizes | |||||
| * \ \ | Merge branch 'master' into foldersize-reuse | Robin Appelman | 2014-03-11 | 1 | -3/+8 | |
| |\ \ \ | | | |/ | | |/| | | | | | | | | | Conflicts: lib/private/files/cache/homecache.php | |||||
| * | | | Check if fields we need are actually set to prevent errors | Robin Appelman | 2014-03-03 | 2 | -3/+3 | |
| | | | | ||||||
| * | | | Allow re-using already known fileinfo when calculating folder sizes | Robin Appelman | 2014-02-28 | 4 | -12/+25 | |
| | |/ | |/| | ||||||
* | | | drop file cache migration OC5 -> OC6 | Thomas Müller | 2014-03-18 | 2 | -374/+0 | |
| |/ |/| | ||||||
* | | Merge pull request #7398 from owncloud/trash_dont_rely_on_db | Vincent Petry | 2014-03-10 | 1 | -1/+1 | |
|\ \ | | | | | | | [trash] fall back if file is not in db | |||||
| * | | get trash size from file cache | Bjoern Schiessle | 2014-03-10 | 1 | -1/+1 | |
| | | | ||||||
* | | | Propagate unencrypted_size up to the file cache root | Vincent Petry | 2014-03-07 | 1 | -2/+7 | |
| |/ |/| | ||||||
* | | Remove fileid parameter for getFolderContent | Robin Appelman | 2014-02-21 | 1 | -5/+2 | |
| | |