Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move the private namespace OC into lib/private - OCP will stay in lib/public | Thomas Müller | 2013-09-30 | 1 | -258/+0 |
| | | | | | Conflicts: lib/private/vcategories.php | ||||
* | Do not recheck $cacheData. Move if($reuseExisting) under if($cacheData). | Andreas Fischer | 2013-09-24 | 1 | -27/+27 |
| | |||||
* | clear permissions cache when scanning a file | Robin Appelman | 2013-09-24 | 1 | -3/+12 |
| | |||||
* | Merge remote-tracking branch 'owncloud/master' into fixing-4866-master | Andreas Fischer | 2013-09-23 | 1 | -0/+2 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * owncloud/master: (98 commits) [tx-robot] updated from transifex files: when filtering search results, ensure results are children of the fakeroot not just path starting the same setting a default on filecache column unencrypted_size [tx-robot] updated from transifex remove unneccessary lib in namespace namespaces use upcasefirst parts when _ is left in namespace and files are named after their classes the autoloader will also find classes in the lib folder of an app its magic! initialize variable calculate correct permissions while toggle the password protection make sure that both $permissions and $oldPermissions have the same type Add copyright, remove starting blank line update inherit docs comment Fix insert/update/delete helper functions for oracle Add missing return true statements to legacy preferences functions Add missing static Convert OC_Preference to object interface fix race condition in lazy preview loading use {count} instead of 'One' for more versatile translation fix double translation of error message use n to translate title fixing typos and l10n ... Conflicts: tests/lib/files/cache/scanner.php | ||||
| * | Merge pull request #4327 from owncloud/scanfile-remove | Thomas Müller | 2013-09-22 | 1 | -0/+2 |
| |\ | | | | | | | remove deleted files while scanning | ||||
| | * | remove deleted files while scanning | Robin Appelman | 2013-08-06 | 1 | -0/+2 |
| | | | |||||
* | | | Only update the etag. Do not re-submit any other unchanged data. | Andreas Fischer | 2013-09-20 | 1 | -2/+3 |
| | | | |||||
* | | | Use update() instead of put(). | Andreas Fischer | 2013-09-20 | 1 | -3/+1 |
| | | | |||||
* | | | when storing back the data field 'encrypted' it is necessary to cast the ↵ | Thomas Müller | 2013-09-20 | 1 | -0/+2 |
| | | | | | | | | | | | | boolean to an integer to make pg happy | ||||
* | | | etag changes are now propagated up the file tree | Thomas Müller | 2013-09-16 | 1 | -0/+14 |
| | | | |||||
* | | | recreate an etag within the scanner if the cache contains an empty etag | Thomas Müller | 2013-09-16 | 1 | -1/+7 |
|/ / | |||||
* | | Always check variable type before using readdir to avoid surprises | Arthur Schiwon | 2013-09-04 | 1 | -13/+15 |
| | | |||||
* | | use strict equals in readdir loops to prevent issues with '0' files | Robin Appelman | 2013-08-19 | 1 | -1/+1 |
| | | |||||
* | | Scanner: correctly pass trough reuse options when doing a recursive scan | Robin Appelman | 2013-08-12 | 1 | -1/+1 |
|/ | |||||
* | use isset to prevent undefined index | Thomas Müller | 2013-08-05 | 1 | -1/+1 |
| | |||||
* | Merge pull request #4213 from owncloud/scanning-performance | icewind1991 | 2013-07-29 | 1 | -3/+4 |
|\ | | | | | Cache: don't check if the parent exists in the cache if we are already sure it does | ||||
| * | better variable naming | Robin Appelman | 2013-07-29 | 1 | -3/+3 |
| | | |||||
| * | Cache: don't check if the parent exists in the cache if we are already sure ↵ | Robin Appelman | 2013-07-27 | 1 | -3/+4 |
| | | | | | | | | it does | ||||
* | | Move check so the variable will never be undefined | Michael Gapczynski | 2013-07-28 | 1 | -3/+3 |
|/ | |||||
* | Make Cache\Scanner an emitter | Robin Appelman | 2013-07-19 | 1 | -2/+13 |
| | |||||
* | remove deleted files when re-scanning a folder | Robin Appelman | 2013-06-20 | 1 | -0/+14 |
| | |||||
* | add tests for reusing existing data in scanner | Robin Appelman | 2013-06-17 | 1 | -4/+2 |
| | |||||
* | scanner: give more percision about what data is reused during scanning | Robin Appelman | 2013-06-14 | 1 | -17/+29 |
| | |||||
* | split of scanning the childs of a folder | Robin Appelman | 2013-06-14 | 1 | -17/+24 |
| | |||||
* | Organize conditionals in a better order | Michael Gapczynski | 2013-05-29 | 1 | -8/+4 |
| | |||||
* | Only update metadata that has changed | Michael Gapczynski | 2013-05-29 | 1 | -2/+9 |
| | |||||
* | Merge branch 'master' into move-storages | Michael Gapczynski | 2013-05-23 | 1 | -1/+4 |
|\ | | | | | | | | | Conflicts: tests/lib/files/view.php | ||||
| * | merge master into filecache_mtime | Robin Appelman | 2013-05-21 | 1 | -26/+46 |
| |\ | |||||
| | * | Prevent backgroundScan() from looping if opendir() is failing for the same path | Michael Gapczynski | 2013-05-13 | 1 | -1/+3 |
| | | | |||||
| * | | merge master into filecache_mtime | Robin Appelman | 2013-02-15 | 1 | -10/+33 |
| |\ \ | |||||
| * | | | Cache: bookkeeping of storage_mtime | Robin Appelman | 2013-02-10 | 1 | -0/+1 |
| | | | | |||||
* | | | | Add support for copying/moving folders between storages, move isIgnoredDir() ↵ | Michael Gapczynski | 2013-05-19 | 1 | -13/+1 |
| |_|/ |/| | | | | | | | | to Filesystem | ||||
* | | | 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 | ||||
* | | | fix for infinite loop causing on files_encryption branch when testing ↵ | Florin Peter | 2013-04-29 | 1 | -1/+1 |
| | | | | | | | | | | | | "apps/files_encryption/test/crypt.php" on Method testSymmetricStreamEncryptShortFileContent | ||||
* | | | 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 |
| | | | |||||
* | | | Improve phpdoc for the filecache | Robin Appelman | 2013-03-24 | 1 | -1/+1 |
| | | | |||||
* | | | 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 | ||||
* | | Cache: fix scanner trying to use existing data when file isn't in cache | Robin Appelman | 2013-02-12 | 1 | -2/+1 |
| | | |||||
* | | fixing syntax error | Thomas Mueller | 2013-02-12 | 1 | -1/+1 |
| | | |||||
* | | Cache: also preserve etags for files | Robin Appelman | 2013-02-12 | 1 | -2/+5 |
| | | |||||
* | | Cache: don't create a new etag when the mtime hasn't changed | Robin Appelman | 2013-02-11 | 1 | -0/+3 |
| | | |||||
* | | Cache: actually use parameter | Robin Appelman | 2013-02-11 | 1 | -1/+1 |
| | | |||||
* | | Cache: reuse known folder sizes when doing a shallow scan | Robin Appelman | 2013-02-11 | 1 | -3/+7 |
| | | |||||
* | | Cache: simplify scanner logic a bit when handeling with unknown folder sizes | Robin Appelman | 2013-02-11 | 1 | -9/+7 |
| | | |||||
* | | append .part to put files | Jörn Friedrich Dreyer | 2013-02-10 | 1 | -1/+17 |
|/ | |||||
* | fix empty path handling | Jörn Friedrich Dreyer | 2013-02-09 | 1 | -1/+1 |
| | |||||
* | Remove a warning by making sure the renamed file is a dir before trying and ↵ | TheSFReader | 2013-02-02 | 1 | -1/+1 |
| | | | | opening it |