Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #4221 from owncloud/fix-3698 | Jörn Friedrich Dreyer | 2013-08-01 | 1 | -19/+19 |
|\ | | | | | Fix calculating size for empty folders | ||||
| * | Use query to calculate folder size | Michael Gapczynski | 2013-07-29 | 1 | -10/+13 |
| | | |||||
| * | Fix calculating size for empty folders | Michael Gapczynski | 2013-07-28 | 1 | -19/+16 |
| | | |||||
* | | Merge branch 'master' into fixing-testGetById-master | Thomas Müller | 2013-07-30 | 1 | -8/+20 |
|\ \ | |||||
| * \ | 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 |
| | | |||||
* | | implement a platform independent version of basename | Thomas Mueller | 2013-07-29 | 1 | -1/+1 |
|/ | |||||
* | Fix some typos | kondou | 2013-07-16 | 1 | -2/+2 |
| | |||||
* | remove deleted files when re-scanning a folder | Robin Appelman | 2013-06-20 | 1 | -0/+14 |
| | |||||
* | Merge pull request #3764 from owncloud/scanfolder-existing | icewind1991 | 2013-06-19 | 1 | -31/+48 |
|\ | | | | | Improve re-using existing data in the filescanner | ||||
| * | 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 |
| | | |||||
* | | Merge pull request #3661 from owncloud/fixing-windows-server-master | Jörn Friedrich Dreyer | 2013-06-19 | 1 | -1/+4 |
|\ \ | |/ |/| | Fixing windows server master | ||||
| * | dirname('/test.txt') returns '\' on windows whereas on linux we get back '.' | Thomas Mueller | 2013-06-14 | 1 | -1/+1 |
| | | |||||
| * | restore Updater functionality on non-Windows platforms | Thomas Mueller | 2013-06-13 | 1 | -4/+4 |
| | | |||||
| * | [Fixing Updater Unit Tests on Windows] | Thomas Mueller | 2013-06-10 | 1 | -3/+3 |
| | | | | | | | | using $internalPath within call to self::correctFolder() because $path inside of it is not processed properly due to directory separator on Windows. | ||||
| * | [Fixing Updater Unit Tests on Windows] | Thomas Mueller | 2013-06-10 | 1 | -1/+4 |
| | | | | | | | | | | using $internalPath within call to self::correctFolder() because $path inside of it is not processed properly due to directory separator on Windows. error logging has been added in case the given 4path is not found within self::correctFolder | ||||
* | | fix another double wrapped array | Jörn Friedrich Dreyer | 2013-06-12 | 1 | -1/+1 |
| | | |||||
* | | remove additional array wrapping | Jörn Friedrich Dreyer | 2013-06-12 | 1 | -3/+3 |
| | | |||||
* | | use executeAudited in files cache | Jörn Friedrich Dreyer | 2013-06-12 | 6 | -109/+86 |
| | | |||||
* | | fix fetchRow checks to also work with MDB2 | Jörn Friedrich Dreyer | 2013-06-10 | 1 | -1/+7 |
|/ | |||||
* | Merge pull request #3647 from owncloud/missing_backticks | Morris Jobke | 2013-06-10 | 2 | -5/+5 |
|\ | | | | | add missing backticks all over the place | ||||
| * | add missing backticks all over the place | Jörn Friedrich Dreyer | 2013-06-10 | 2 | -5/+5 |
| | | |||||
* | | convert LIMIT to parameter | Jörn Friedrich Dreyer | 2013-06-10 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #3459 from owncloud/fix_for_2377 | icewind1991 | 2013-05-31 | 1 | -0/+41 |
|\ | | | | | fix problems with german "Umlaut" in folder name | ||||
| * | Merge branch 'master' into fix_for_2377 | Florin Peter | 2013-05-25 | 1 | -2/+2 |
| |\ | |||||
| * | | we should also normalize on update and search because the database layer ↵ | Florin Peter | 2013-05-25 | 1 | -0/+15 |
| | | | | | | | | | | | | will not do this for us | ||||
| * | | added more places where normalization is needed | Florin Peter | 2013-05-25 | 1 | -0/+7 |
| | | | |||||
| * | | Merge branch 'master' into fix_for_2377 | Florin Peter | 2013-05-24 | 2 | -19/+9 |
| |\ \ | |||||
| * | | | changed builtin normalizer to \OC_Util::normalizeUnicode | Florin Peter | 2013-05-24 | 1 | -6/+1 |
| | | | | |||||
| * | | | revert previous fix and added normalizer to cache class | Florin Peter | 2013-05-23 | 2 | -1/+25 |
| | | | | |||||
| * | | | fix problems with german "Umlaut" in folder name | Florin Peter | 2013-05-23 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge pull request #3529 from owncloud/folder-permissions | icewind1991 | 2013-05-30 | 1 | -0/+20 |
|\ \ \ \ | | | | | | | | | | | Cache: provide a function to get the permissions of all files in a folder with one query | ||||
| * | | | | Only retrieve the current user's permissions | Michael Gapczynski | 2013-05-29 | 1 | -4/+5 |
| | | | | | |||||
| * | | | | Cache: provide a function to get the permissions of all files in a folder ↵ | Robin Appelman | 2013-05-29 | 1 | -0/+19 |
| | |_|/ | |/| | | | | | | | | | | with one query | ||||
* | | | | 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 pull request #3388 from roha4000/master | Michael Gapczynski | 2013-05-25 | 1 | -2/+2 |
|\ \ \ | |_|/ |/| | | Duplicate DB entries in filecache table when renaming folder in WebUI #2 | ||||
| * | | Fixing UPDATE error in filecache table when renaming files by calling ↵ | Roland Hager | 2013-05-22 | 1 | -2/+2 |
| | | | | | | | | | | | | move(). Add storage id to the where clause to avoid updating entries of other users. | ||||
* | | | Merge pull request #3416 from owncloud/files_encryption | Thomas Müller | 2013-05-24 | 1 | -6/+8 |
|\ \ \ | | | | | | | | | New files encryption app | ||||
| * \ \ | Merge branch 'master' into files_encryption | Björn Schießle | 2013-05-22 | 1 | -3/+13 |
| |\ \ \ | | | |/ | | |/| | | | | | | | | | Conflicts: lib/files/cache/cache.php | ||||
| * | | | Merge branch 'master' into files_encryption | Florin Peter | 2013-05-22 | 3 | -5/+19 |
| |\ \ \ | | | |/ | | |/| | | | | | | | | | Conflicts: lib/files/cache/cache.php | ||||
| * | | | Merge branch 'master' into files_encryption | Florin Peter | 2013-05-20 | 1 | -2/+2 |
| |\ \ \ | |||||
| * | | | | Revert "fix for webdav and wrong reference for findByStorageId" | Florin Peter | 2013-05-20 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | This reverts commit 079f918d5ca0d242e77717aaeac82bcf011dc745. | ||||
| * | | | | fix for webdav and wrong reference for findByStorageId | Florin Peter | 2013-05-19 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Merge branch 'master' into files_encryption | Florin Peter | 2013-05-15 | 6 | -48/+225 |
| |\ \ \ \ |