Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | 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 branch 'master' into hook-improvements | Michael Gapczynski | 2013-06-04 | 16 | -448/+881 | |
|\ \ \ \ | | |_|/ | |/| | | ||||||
| * | | | make sure the filesystem is setup before doing mount operations | Robin Appelman | 2013-06-02 | 1 | -3/+24 | |
| * | | | fix clearing mounts when filesystem isn't initialized yet | Robin Appelman | 2013-06-02 | 1 | -1/+3 | |
| * | | | Merge pull request #3459 from owncloud/fix_for_2377 | icewind1991 | 2013-05-31 | 2 | -3/+43 | |
| |\ \ \ | ||||||
| | * \ \ | 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 will... | Florin Peter | 2013-05-25 | 1 | -0/+15 | |
| | * | | | | 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 | 5 | -40/+60 | |
| | |\ \ \ \ | ||||||
| | * | | | | | changed builtin normalizer to \OC_Util::normalizeUnicode | Florin Peter | 2013-05-24 | 2 | -9/+3 | |
| | * | | | | | 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 | 2 | -11/+31 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Only retrieve the current user's permissions | Michael Gapczynski | 2013-05-29 | 2 | -5/+6 | |
| | * | | | | | | Cache: provide a function to get the permissions of all files in a folder wit... | Robin Appelman | 2013-05-29 | 2 | -11/+30 | |
| | | |_|/ / / | | |/| | | | | ||||||
| * | | | | | | 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 | |
| |\ \ \ \ \ | | |_|/ / / | |/| | | | | ||||||
| | * | | | | Fixing UPDATE error in filecache table when renaming files by calling move().... | Roland Hager | 2013-05-22 | 1 | -2/+2 | |
| * | | | | | Merge pull request #3416 from owncloud/files_encryption | Thomas Müller | 2013-05-24 | 3 | -7/+15 | |
| |\ \ \ \ \ | ||||||
| | * \ \ \ \ | Merge branch 'master' into files_encryption | Björn Schießle | 2013-05-22 | 1 | -3/+13 | |
| | |\ \ \ \ \ | | | | |/ / / | | | |/| | | | ||||||
| | * | | | | | Merge branch 'master' into files_encryption | Florin Peter | 2013-05-22 | 4 | -7/+24 | |
| | |\ \ \ \ \ | | | | |/ / / | | | |/| | | | ||||||
| | * | | | | | Merge branch 'master' into files_encryption | Florin Peter | 2013-05-20 | 1 | -2/+2 | |
| | |\ \ \ \ \ | ||||||
| | * | | | | | | fix for webdav because initMounts() is triggered twice so we lost the root path | Florin Peter | 2013-05-20 | 1 | -1/+3 | |
| | * | | | | | | Revert "fix for webdav and wrong reference for findByStorageId" | Florin Peter | 2013-05-20 | 2 | -4/+2 | |
| | * | | | | | | fix for webdav and wrong reference for findByStorageId | Florin Peter | 2013-05-19 | 2 | -2/+4 | |
| | * | | | | | | fix for losing mount point "/" | Florin Peter | 2013-05-15 | 1 | -1/+4 | |
| | * | | | | | | Merge branch 'master' into files_encryption | Florin Peter | 2013-05-15 | 13 | -380/+667 | |
| | |\ \ \ \ \ \ | ||||||
| | * | | | | | | | added post rename proxy | Florin Peter | 2013-04-25 | 1 | -0/+1 | |
| | * | | | | | | | added unencrypted file size to file cache | Florin Peter | 2013-04-25 | 1 | -5/+6 | |
| | * | | | | | | | Added post proxy for getFileInfo. | Florin Peter | 2013-04-23 | 1 | -0/+3 | |
| * | | | | | | | | Merge branch 'master' into move-storages | Michael Gapczynski | 2013-05-23 | 4 | -10/+36 | |
| |\ \ \ \ \ \ \ \ | | | |_|_|_|/ / / | | |/| | | | | | | ||||||
| | * | | | | | | | 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 | 17 | -472/+1246 | |
| | |\ \ \ \ \ \ | ||||||
| | | * \ \ \ \ \ | Merge pull request #3335 from owncloud/prevent-scan-loop | Jörn Friedrich Dreyer | 2013-05-21 | 1 | -1/+3 | |
| | | |\ \ \ \ \ \ | | | | |_|_|/ / / | | | |/| | | | | | ||||||
| | | | * | | | | | Prevent backgroundScan() from looping if opendir() is failing for the same path | Michael Gapczynski | 2013-05-13 | 1 | -1/+3 | |
| | | | | |/ / / | | | | |/| | | | ||||||
| | * | | | | | | Merge branch 'master' into filecache_mtime | Michael Gapczynski | 2013-03-08 | 10 | -148/+262 | |
| | |\ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ | merge master into filecache_mtime | Robin Appelman | 2013-02-15 | 12 | -81/+177 | |
| | |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Emulate touch() for backends that don't support it | Robin Appelman | 2013-02-10 | 1 | -6/+10 | |
| | * | | | | | | | | Cache: bookkeeping of storage_mtime | Robin Appelman | 2013-02-10 | 3 | -4/+16 | |
| * | | | | | | | | | Switch to calling deleteAll via storage to avoid emitting delete hook | Michael Gapczynski | 2013-05-23 | 1 | -1/+2 | |
| * | | | | | | | | | Remove user name addition to paths in deleteAll | Michael Gapczynski | 2013-05-20 | 1 | -12/+6 | |
| * | | | | | | | | | Fix undefined variable for copying empty folders | Michael Gapczynski | 2013-05-19 | 1 | -1/+1 | |
| * | | | | | | | | | Add support for copying/moving folders between storages, move isIgnoredDir() ... | Michael Gapczynski | 2013-05-19 | 3 | -21/+38 | |
| | |_|_|/ / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | Merge branch 'master' into fix-3353 | Thomas Mueller | 2013-05-15 | 1 | -1/+4 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | fix for losing mount point "/" | Florin Peter | 2013-05-15 | 1 | -1/+4 | |
| | | |_|_|/ / / / | | |/| | | | | | | ||||||
| * / | | | | | | | Fix finding mount in background watcher, fixes #3353 | Michael Gapczynski | 2013-05-15 | 1 | -2/+2 | |
| |/ / / / / / / | ||||||
| * | | | | | | | don't emit rename hooks on partial file renames | Jörn Friedrich Dreyer | 2013-05-10 | 1 | -2/+2 |