Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
| * | Style-fix: Breakup long lines | Bart Visscher | 2013-02-14 | 3 | -8/+16 |
| | | |||||
| * | Fix SpaceBeforeOpenBrace errors | Bart Visscher | 2013-02-14 | 1 | -1/+1 |
| | | |||||
| * | $this->numericId should be determined based on table storages not filecache | Thomas Mueller | 2013-02-12 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #1616 from owncloud/cache_fixes_rebase | Thomas Müller | 2013-02-12 | 1 | -12/+19 |
| |\ | | | | | | | Cache: reuse known folder sizes when doing a shallow scan - rebase | ||||
| | * | 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 |
| | | | |||||
| * | | Update lib/files/cache/legacy.php | irgsmirx | 2013-02-11 | 1 | -0/+6 |
| |/ | | | | | | | | | Fixing a bug that occurs when trying to update a non-existent 'fscache' table in the database - if unfixed upgrading does not succeed. Unfortunately I could not get a call to PEAR::isError working. That is why I check for the existence of a property present in class MDB2_Error. | ||||
* | | final adoptions for mssql connectivity | Thomas Mueller | 2013-02-14 | 1 | -3/+3 |
| | | |||||
* | | Merge branch 'master' into master-sqlserver | Thomas Mueller | 2013-02-12 | 1 | -2/+18 |
|\| | |||||
| * | 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 |
| | | |||||
* | | - Fixed indentations. | Administrator | 2013-02-10 | 1 | -0/+6 |
|/ | | | - Fixed a bug in legacy.php: there was an error that was not checked for if the table 'fscache' did not exist in the database. | ||||
* | translate the mimtype/mimepart to readable in the searchByMime function | TheSFReader | 2013-02-03 | 1 | -1/+7 |
| | |||||
* | Remove a warning by making sure the renamed file is a dir before trying and ↵ | TheSFReader | 2013-02-02 | 1 | -1/+1 |
| | | | | opening it | ||||
* | Cache: don't insert duplicated during upgrade | Robin Appelman | 2013-01-30 | 1 | -5/+18 |
| | |||||
* | Cache: add function to get storage id and internal path of a file by id | Robin Appelman | 2013-01-27 | 1 | -0/+24 |
| | |||||
* | Cache: return non numberic storage id | Robin Appelman | 2013-01-21 | 1 | -0/+1 |
| | |||||
* | Update mtimes of all parent folders after change inside | Michael Gapczynski | 2013-01-19 | 1 | -5/+11 |
| | |||||
* | Cache: use a database transition for scanning each folder | Robin Appelman | 2013-01-16 | 1 | -3/+19 |
| | | | | gives a massive speed improvement while scanning files | ||||
* | Cache: dont migrate permissions, cache them on demain instead | Robin Appelman | 2013-01-16 | 1 | -17/+0 |
| | |||||
* | Cache: more efficient upgrading | Robin Appelman | 2013-01-15 | 2 | -10/+24 |
| | |||||
* | Cache: show upgrade progress | Robin Appelman | 2013-01-15 | 2 | -41/+187 |
| | |||||
* | Merge branch 'filesystem' into filesystem-etags | Michael Gapczynski | 2013-01-07 | 3 | -18/+57 |
|\ | | | | | | | | | Conflicts: lib/files/cache/cache.php | ||||
| * | Cache: normalize mimetypes | Robin Appelman | 2013-01-07 | 1 | -5/+54 |
| | | |||||
| * | Cache: split permission cache scanning and cache scanning | Robin Appelman | 2013-01-07 | 1 | -9/+0 |
| | | |||||
| * | Cache: provide path hints to getCache/etc where available | Robin Appelman | 2013-01-01 | 1 | -3/+3 |
| | | |||||
* | | Fix eTagUpdate and add tests | Michael Gapczynski | 2012-12-31 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'filesystem' into filesystem-etags | Michael Gapczynski | 2012-12-30 | 1 | -9/+13 |
|\| | | | | | | | | | Conflicts: lib/files/cache/updater.php | ||||
| * | Fix retrieving of cache and scanner in Updater class | Michael Gapczynski | 2012-12-30 | 1 | -7/+11 |
| | | |||||
* | | Fix function name | Michael Gapczynski | 2012-12-30 | 1 | -1/+1 |
| | | |||||
* | | Update etags in parent folders | Michael Gapczynski | 2012-12-30 | 1 | -0/+24 |
| | | |||||
* | | Store etags in the file cache | Michael Gapczynski | 2012-12-30 | 2 | -5/+6 |
|/ | |||||
* | use numeric ids for storages in the filecache | Robin Appelman | 2012-12-15 | 2 | -12/+53 |
| | |||||
* | Filecache Watcher: use scan or scanFile based on the current item, not the ↵ | Robin Appelman | 2012-12-15 | 1 | -2/+4 |
| | | | | cached item | ||||
* | dont insert and entry in the filecache during upgrade if the id already ↵ | Robin Appelman | 2012-12-15 | 1 | -0/+6 |
| | | | | | | exists in the filecache most likely the result from an incompelte upgrade | ||||
* | catch error if old filecache table is not present during upgrade | Robin Appelman | 2012-12-06 | 1 | -4/+8 |
| | |||||
* | fix some edge cases while scanning the root of a storage | Robin Appelman | 2012-12-02 | 1 | -2/+2 |
| | |||||
* | fail gracefully when no old filecache is present during upgrade | Robin Appelman | 2012-12-01 | 1 | -1/+8 |
| | |||||
* | add upgrade path from old cache to preserve file id's | Robin Appelman | 2012-11-30 | 1 | -0/+50 |
| | |||||
* | better check if we are passing a fileid to Cache::get | Robin Appelman | 2012-11-25 | 1 | -1/+1 |
| | |||||
* | sort output of getFolderContent by name | Robin Appelman | 2012-11-25 | 1 | -1/+1 |
| | |||||
* | Check if data variable in scanner isn't null before using it | Michael Gapczynski | 2012-11-24 | 1 | -19/+23 |
| |