Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into fix_for_2377 | Florin Peter | 2013-05-24 | 1 | -1/+16 |
|\ | |||||
| * | Merge pull request #3416 from owncloud/files_encryption | Thomas Müller | 2013-05-24 | 1 | -1/+3 |
| |\ | | | | | | | New files encryption app | ||||
| | * | 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 | 1 | -3/+1 |
| | | | | | | | | | | | | This reverts commit 079f918d5ca0d242e77717aaeac82bcf011dc745. | ||||
| | * | fix for webdav and wrong reference for findByStorageId | Florin Peter | 2013-05-19 | 1 | -1/+3 |
| | | | |||||
| | * | fix for losing mount point "/" | Florin Peter | 2013-05-15 | 1 | -1/+4 |
| | | | |||||
| * | | Add support for copying/moving folders between storages, move isIgnoredDir() ↵ | Michael Gapczynski | 2013-05-19 | 1 | -0/+13 |
| | | | | | | | | | | | | to Filesystem | ||||
* | | | changed builtin normalizer to \OC_Util::normalizeUnicode | Florin Peter | 2013-05-24 | 1 | -3/+2 |
|/ / | |||||
* / | fix for losing mount point "/" | Florin Peter | 2013-05-15 | 1 | -1/+4 |
|/ | |||||
* | Fix retrieving of mount points for shared storage, fix #3218 | Michael Gapczynski | 2013-05-02 | 1 | -1/+1 |
| | |||||
* | Further seperation of mount management logic | Robin Appelman | 2013-04-26 | 1 | -6/+33 |
| | |||||
* | Merge pull request #3132 from owncloud/mount-setupfs | icewind1991 | 2013-04-25 | 1 | -0/+1 |
|\ | | | | | Make sure the filesystem is initialized when searching for mounts | ||||
| * | Have the filecache updater testcase clean the filesystem properly | Robin Appelman | 2013-04-25 | 1 | -0/+1 |
| | | |||||
* | | Correct the parameter description | Lukas Reschke | 2013-04-25 | 1 | -1/+1 |
| | | | | | | Thanks @kabum | ||||
* | | Correct function description | Lukas Reschke | 2013-04-25 | 1 | -1/+1 |
|/ | | | $password is not supported | ||||
* | always connect file cache updater hooks first | Jörn Friedrich Dreyer | 2013-04-16 | 1 | -5/+0 |
| | |||||
* | allow Storages to join MountPoint initialization | Arthur Schiwon | 2013-04-13 | 1 | -0/+4 |
| | |||||
* | Add mimetype filter to getDirectoryContent function | Bart Visscher | 2013-04-08 | 1 | -2/+3 |
| | |||||
* | listen to touch hook to update the mtime after sync | Björn Schießle | 2013-03-26 | 1 | -0/+1 |
| | |||||
* | Improve handeling of unlimited max upload size | Robin Appelman | 2013-03-15 | 1 | -0/+1 |
| | |||||
* | Merge pull request #2218 from owncloud/fix-mounting-all | Bernhard Posselt | 2013-03-11 | 1 | -1/+1 |
|\ | | | | | Fix variable for mounting for all users, fix #357 | ||||
| * | Fix variable for mounting for all users, fix #357 | Michael Gapczynski | 2013-03-09 | 1 | -1/+1 |
| | | |||||
* | | Store the global mount configuration file in the datadir | Robin Appelman | 2013-03-10 | 1 | -3/+8 |
|/ | |||||
* | Whitespace fixes | Bart Visscher | 2013-02-22 | 1 | -1/+1 |
| | |||||
* | Merge pull request #1859 from owncloud/blacklist-fix | Bernhard Posselt | 2013-02-22 | 1 | -7/+15 |
|\ | | | | | Add OC\Files\Filesystem::isFileBlacklisted | ||||
| * | Add OC\Files\Filesystem::isFileBlacklisted | Robin Appelman | 2013-02-22 | 1 | -7/+15 |
| | | |||||
* | | fix order of mount commands | Georg Ehrke | 2013-02-22 | 1 | -2/+3 |
|/ | |||||
* | Merge pull request #1731 from owncloud/unknown-freespace | Frank Karlitschek | 2013-02-19 | 1 | -0/+2 |
|\ | | | | | Give storage backends the option to define having no known free space | ||||
| * | Give storage backends the option to define having no known free space | Robin Appelman | 2013-02-16 | 1 | -0/+2 |
| | | | | | | | | When this is the case only the configured max upload size is taking into account for uploading | ||||
* | | Create new mountconfig files in json | Robin Appelman | 2013-02-16 | 1 | -4/+12 |
| | | |||||
* | | Use a parser to read custom mount configuration instead of including the php ↵ | Robin Appelman | 2013-02-16 | 1 | -7/+9 |
|/ | | | | files | ||||
* | Style-fix: Breakup long lines | Bart Visscher | 2013-02-14 | 1 | -2/+5 |
| | |||||
* | Proper fix for shared links | Michael Gapczynski | 2013-02-10 | 1 | -2/+2 |
| | |||||
* | Minor improvement to comments | Sam Tuke | 2013-02-05 | 1 | -7/+6 |
| | |||||
* | Merge pull request #1423 from owncloud/getowner | Thomas Müller | 2013-02-04 | 1 | -0/+10 |
|\ | | | | | Add getOwner to Filesystem and View classes | ||||
| * | Add getOwner to Filesystem and View classes | Michael Gapczynski | 2013-02-02 | 1 | -0/+10 |
| | | |||||
* | | Make fileblacklist configurable | Lukas Reschke | 2013-02-03 | 1 | -1/+1 |
|/ | |||||
* | Filesystem: also add getPath to \OC\Filesystem | Robin Appelman | 2013-01-27 | 1 | -0/+12 |
| | |||||
* | Filesystem: move mount management to it's own class | Robin Appelman | 2013-01-26 | 1 | -79/+20 |
| | |||||
* | Some style fixes | Robin Appelman | 2013-01-22 | 1 | -9/+9 |
| | |||||
* | Merge branch 'filesystem' into filesystem-etags | Michael Gapczynski | 2013-01-07 | 1 | -1/+4 |
|\ | | | | | | | | | Conflicts: lib/files/cache/cache.php | ||||
| * | Fix messed up mounts | Robin Appelman | 2013-01-07 | 1 | -4/+4 |
| | | |||||
| * | Remove unnecessary length parameter from last commit | Michael Gapczynski | 2013-01-03 | 1 | -1/+1 |
| | | |||||
| * | Update old storage classes names to the new namespace during mounting | Michael Gapczynski | 2013-01-03 | 1 | -1/+4 |
| | | |||||
* | | Remove old etag code | Michael Gapczynski | 2012-12-30 | 1 | -21/+0 |
|/ | |||||
* | Fix shared folders | Michael Gapczynski | 2012-12-28 | 1 | -0/+1 |
| | |||||
* | actually connect the filesystem hooks to the cache updater | Robin Appelman | 2012-12-11 | 1 | -0/+4 |
| | |||||
* | fix some edge cases while scanning the root of a storage | Robin Appelman | 2012-12-02 | 1 | -2/+2 |
| | |||||
* | change behaviour of Filesystem::getMountPoint when a mountpoint is passed as ↵ | Robin Appelman | 2012-11-24 | 1 | -7/+1 |
| | | | | path without trailing slash | ||||
* | fixing namespace | Thomas Mueller | 2012-11-22 | 1 | -1/+1 |
| |