Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cleanup codestyle | Jörn Friedrich Dreyer | 2013-05-22 | 1 | -3/+3 |
| | |||||
* | add debug output | Jörn Friedrich Dreyer | 2013-05-22 | 1 | -3/+12 |
| | |||||
* | merge master into filecache_mtime | Robin Appelman | 2013-05-21 | 8 | -107/+469 |
|\ | |||||
| * | Merge pull request #3335 from owncloud/prevent-scan-loop | Jörn Friedrich Dreyer | 2013-05-21 | 1 | -1/+3 |
| |\ | | | | | | | Prevent backgroundScan() from looping | ||||
| | * | Prevent backgroundScan() from looping if opendir() is failing for the same path | Michael Gapczynski | 2013-05-13 | 1 | -1/+3 |
| | | | |||||
| * | | Fix finding mount in background watcher, fixes #3353 | Michael Gapczynski | 2013-05-15 | 1 | -2/+2 |
| |/ | |||||
| * | rename isIgnoredFile to isPartialFile, remove check of blacklisted files in ↵ | Jörn Friedrich Dreyer | 2013-05-10 | 1 | -5/+5 |
| | | | | | | | | isPartialFile, correct usage of isPartialFile and isFileBlacklisted | ||||
| * | don't call correctFolder() in touchHook, it will be called later in the ↵ | Björn Schießle | 2013-05-08 | 1 | -1/+0 |
| | | | | | | | | writeUpdate() | ||||
| * | update etag for for the touched file | Björn Schießle | 2013-05-08 | 1 | -1/+9 |
| | | |||||
| * | Merge pull request #3044 from owncloud/backgroundwatcher | icewind1991 | 2013-05-07 | 2 | -0/+119 |
| |\ | | | | | | | Add a background job to watch for external filesystem changes | ||||
| | * | Cache: check one folder and one file each time the backgroundwatcher runs | Robin Appelman | 2013-04-20 | 1 | -8/+39 |
| | | | | | | | | | | | | Because there are usually way less folders than files it walks trought the list of all folder quicker, this causes new files to be detected quicker | ||||
| | * | Cache: add a backgroundjob to check for external changes to the filesystem | Robin Appelman | 2013-04-20 | 3 | -0/+89 |
| | | | |||||
| * | | Merge pull request #3025 from owncloud/move-file | Michael Gapczynski | 2013-05-07 | 1 | -11/+14 |
| |\ \ | | | | | | | | | Cache: only look for child entires when doing a move operation when moving a folder | ||||
| | * | | Cache: only look for child entires when doing a move operation when moving a ↵ | Robin Appelman | 2013-04-19 | 1 | -12/+15 |
| | |/ | | | | | | | | | | folder | ||||
| * | | fix for infinite loop causing on files_encryption branch when testing ↵ | Florin Peter | 2013-04-29 | 2 | -2/+2 |
| | | | | | | | | | | | | "apps/files_encryption/test/crypt.php" on Method testSymmetricStreamEncryptShortFileContent | ||||
| * | | Cache: seperate handing of numeric storage id's to it's own class | Robin Appelman | 2013-04-26 | 2 | -29/+77 |
| |/ | |||||
| * | Make FileCache upgrade more robust, fixes #2650 | Arthur Schiwon | 2013-04-15 | 2 | -5/+21 |
| | | |||||
| * | fixes #2679 | OpenLarry | 2013-04-09 | 1 | -2/+2 |
| | | |||||
| * | PostreSQL compatibility, fixes #2666 | Arthur Schiwon | 2013-04-03 | 1 | -1/+1 |
| | | |||||
| * | supress write hook for .part files | Jörn Friedrich Dreyer | 2013-03-28 | 1 | -6/+3 |
| | | |||||
| * | ignore files in scanFile instead of scan to catch all occurences. | Jörn Friedrich Dreyer | 2013-03-28 | 1 | -25/+42 |
| | | |||||
| * | Cache: on equal mtime also for equal size before keeping ETag, at least ↵ | Arthur Schiwon | 2013-03-27 | 1 | -1/+2 |
| | | | | | | | | makes Unit Test happy | ||||
| * | Cache: Do not overwrite ETag when file did not change | Arthur Schiwon | 2013-03-27 | 1 | -4/+6 |
| | | |||||
| * | Only prepare an SQL statement once. | Arthur Schiwon | 2013-03-27 | 1 | -1/+4 |
| | | |||||
| * | Add PHPDoc | Arthur Schiwon | 2013-03-27 | 1 | -0/+6 |
| | | |||||
| * | Adjust to Icewind's fix | Arthur Schiwon | 2013-03-27 | 1 | -51/+0 |
| | | |||||
| * | Cache: fix property path for getting legacy etag | Robin Appelman | 2013-03-27 | 1 | -1/+1 |
| | | |||||
| * | Port Icewind's fix I | Robin Appelman | 2013-03-27 | 2 | -2/+23 |
| | | |||||
| * | Change LIMIT in DB query respectively remove where not necessary | Arthur Schiwon | 2013-03-27 | 1 | -2/+1 |
| | | |||||
| * | Upgrade FileCache on ownCloud upgrade for all users with files | Arthur Schiwon | 2013-03-27 | 1 | -1/+21 |
| | | |||||
| * | Performance: prepare queries only once | Arthur Schiwon | 2013-03-27 | 1 | -5/+10 |
| | | |||||
| * | Fix lost ETag on Cache Upgrade | Arthur Schiwon | 2013-03-27 | 1 | -3/+74 |
| | | |||||
| * | listen to touch hook to update the mtime after sync | Björn Schießle | 2013-03-26 | 1 | -0/+7 |
| | | |||||
| * | Improve phpdoc for the filecache | Robin Appelman | 2013-03-24 | 4 | -4/+38 |
| | | |||||
| * | Merge pull request #2204 from owncloud/chache_updater_rename | Frank Karlitschek | 2013-03-17 | 1 | -10/+33 |
| |\ | | | | | | | Cache: better rename hook for cache updater | ||||
| | * | Cache: better rename hook for cache updater | Robin Appelman | 2013-03-08 | 1 | -10/+33 |
| | | | |||||
| * | | Merge pull request #2383 from owncloud/error-handling-upgrade | Bernhard Posselt | 2013-03-16 | 1 | -16/+24 |
| |\ \ | | | | | | | | | Add error handling to the file cache upgrade | ||||
| | * | | Add error handling to the file cache upgrade | Michael Gapczynski | 2013-03-16 | 1 | -16/+24 |
| | |/ | |||||
| * | | Filter display of blacklisted files | Andreas Schönebeck | 2013-03-15 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Blacklisted files like ".htaccess" and ".git" should not only be blacklisted for upload and rename, but they should also not be displayed in the directory listings. I needed this personally to hide ".git" folders in shared folders. Its also a simple implementation of feature requests like http://forum.owncloud.org/viewtopic.php?f=4&t=3279 and http://forum.owncloud.org/viewtopic.php?f=3&t=5708 | ||||
| * | | replace \MDB with \OC_DB, approved in #2278 | Björn Schießle | 2013-03-14 | 1 | -1/+1 |
| | | | |||||
| * | | write error message to log file in case insert to file cache failed - took ↵ | Thomas Mueller | 2013-03-12 | 1 | -1/+4 |
| |/ | | | | | | | hours to find that the insert failed :-( | ||||
* | | Merge branch 'master' into filecache_mtime | Michael Gapczynski | 2013-03-08 | 4 | -23/+35 |
|\| | | | | | | | | | | | | | Conflicts: lib/files/view.php lib/util.php tests/lib/files/cache/cache.php | ||||
| * | Cache: more efficient detection for existing entries during upgrade | Robin Appelman | 2013-03-04 | 1 | -9/+3 |
| | | |||||
| * | Cache: also check if the file id is already in the cache during upgrade | Robin Appelman | 2013-03-04 | 1 | -3/+10 |
| | | | | | | | | Should solve upgrade issues if only some of the configured storages were migrated previously | ||||
| * | Cache: cleanup permissions cache when removing a file from the cache | Robin Appelman | 2013-02-28 | 1 | -0/+3 |
| | | |||||
| * | Cache: add option to delete file from permissions cache for all users | Robin Appelman | 2013-02-28 | 1 | -10/+15 |
| | | |||||
| * | Merge branch 'master' into master-sqlserver | Thomas Mueller | 2013-02-20 | 1 | -4/+7 |
| |\ | | | | | | | | | | | | | Conflicts: lib/files/cache/cache.php | ||||
| | * | Cache: hash long storage ids to ensure they fit in the database | Robin Appelman | 2013-02-15 | 1 | -4/+7 |
| | | | |||||
| * | | Merge branch 'master' into master-sqlserver | Thomas Mueller | 2013-02-14 | 5 | -23/+38 |
| |\| | | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/db.php lib/files/cache/cache.php lib/files/cache/legacy.php lib/setup.php | ||||
| * | | final adoptions for mssql connectivity | Thomas Mueller | 2013-02-14 | 1 | -3/+3 |
| | | |