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 | -770/+0 |
| | | | | | Conflicts: lib/private/vcategories.php | ||||
* | add conveince function to wrap all storages | Robin Appelman | 2013-07-25 | 1 | -0/+12 |
| | |||||
* | rename constants | Robin Appelman | 2013-07-25 | 1 | -2/+3 |
| | |||||
* | add option to get the mountmanager from the filesystem | Robin Appelman | 2013-07-19 | 1 | -1/+8 |
| | |||||
* | Fix some typos | kondou | 2013-07-16 | 1 | -2/+2 |
| | |||||
* | use a getter for the storage loader to ensure the instance is created | Robin Appelman | 2013-06-07 | 1 | -3/+10 |
| | |||||
* | storage loader needs to be accessible by apps | Robin Appelman | 2013-06-07 | 1 | -1/+1 |
| | |||||
* | merge master into storage-wrapper | Robin Appelman | 2013-06-07 | 1 | -6/+46 |
|\ | |||||
| * | 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 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 |
| |/ | |||||
* / | manage creating and wrapping storages in it's own class | Robin Appelman | 2013-06-07 | 1 | -2/+9 |
|/ | |||||
* | 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 |
| |