summaryrefslogtreecommitdiffstats
path: root/lib/files/filesystem.php
Commit message (Expand)AuthorAgeFilesLines
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-301-770/+0
* add conveince function to wrap all storagesRobin Appelman2013-07-251-0/+12
* rename constantsRobin Appelman2013-07-251-2/+3
* add option to get the mountmanager from the filesystemRobin Appelman2013-07-191-1/+8
* Fix some typoskondou2013-07-161-2/+2
* use a getter for the storage loader to ensure the instance is createdRobin Appelman2013-06-071-3/+10
* storage loader needs to be accessible by appsRobin Appelman2013-06-071-1/+1
* merge master into storage-wrapperRobin Appelman2013-06-071-6/+46
|\
| * make sure the filesystem is setup before doing mount operationsRobin Appelman2013-06-021-3/+24
| * fix clearing mounts when filesystem isn't initialized yetRobin Appelman2013-06-021-1/+3
| * Merge branch 'master' into fix_for_2377Florin Peter2013-05-241-1/+16
| |\
| | * Merge pull request #3416 from owncloud/files_encryptionThomas Müller2013-05-241-1/+3
| | |\
| | | * fix for webdav because initMounts() is triggered twice so we lost the root pathFlorin Peter2013-05-201-1/+3
| | | * Revert "fix for webdav and wrong reference for findByStorageId"Florin Peter2013-05-201-3/+1
| | | * fix for webdav and wrong reference for findByStorageIdFlorin Peter2013-05-191-1/+3
| | | * fix for losing mount point "/"Florin Peter2013-05-151-1/+4
| | * | Add support for copying/moving folders between storages, move isIgnoredDir() ...Michael Gapczynski2013-05-191-0/+13
| * | | changed builtin normalizer to \OC_Util::normalizeUnicodeFlorin Peter2013-05-241-3/+2
| |/ /
| * / fix for losing mount point "/"Florin Peter2013-05-151-1/+4
| |/
* / manage creating and wrapping storages in it's own classRobin Appelman2013-06-071-2/+9
|/
* Fix retrieving of mount points for shared storage, fix #3218Michael Gapczynski2013-05-021-1/+1
* Further seperation of mount management logicRobin Appelman2013-04-261-6/+33
* Merge pull request #3132 from owncloud/mount-setupfsicewind19912013-04-251-0/+1
|\
| * Have the filecache updater testcase clean the filesystem properlyRobin Appelman2013-04-251-0/+1
* | Correct the parameter descriptionLukas Reschke2013-04-251-1/+1
* | Correct function descriptionLukas Reschke2013-04-251-1/+1
|/
* always connect file cache updater hooks firstJörn Friedrich Dreyer2013-04-161-5/+0
* allow Storages to join MountPoint initializationArthur Schiwon2013-04-131-0/+4
* Add mimetype filter to getDirectoryContent functionBart Visscher2013-04-081-2/+3
* listen to touch hook to update the mtime after syncBjörn Schießle2013-03-261-0/+1
* Improve handeling of unlimited max upload sizeRobin Appelman2013-03-151-0/+1
* Merge pull request #2218 from owncloud/fix-mounting-allBernhard Posselt2013-03-111-1/+1
|\
| * Fix variable for mounting for all users, fix #357Michael Gapczynski2013-03-091-1/+1
* | Store the global mount configuration file in the datadirRobin Appelman2013-03-101-3/+8
|/
* Whitespace fixesBart Visscher2013-02-221-1/+1
* Merge pull request #1859 from owncloud/blacklist-fixBernhard Posselt2013-02-221-7/+15
|\
| * Add OC\Files\Filesystem::isFileBlacklistedRobin Appelman2013-02-221-7/+15
* | fix order of mount commandsGeorg Ehrke2013-02-221-2/+3
|/
* Merge pull request #1731 from owncloud/unknown-freespaceFrank Karlitschek2013-02-191-0/+2
|\
| * Give storage backends the option to define having no known free spaceRobin Appelman2013-02-161-0/+2
* | Create new mountconfig files in jsonRobin Appelman2013-02-161-4/+12
* | Use a parser to read custom mount configuration instead of including the php ...Robin Appelman2013-02-161-7/+9
|/
* Style-fix: Breakup long linesBart Visscher2013-02-141-2/+5
* Proper fix for shared linksMichael Gapczynski2013-02-101-2/+2
* Minor improvement to commentsSam Tuke2013-02-051-7/+6
* Merge pull request #1423 from owncloud/getownerThomas Müller2013-02-041-0/+10
|\
| * Add getOwner to Filesystem and View classesMichael Gapczynski2013-02-021-0/+10
* | Make fileblacklist configurableLukas Reschke2013-02-031-1/+1
|/
* Filesystem: also add getPath to \OC\FilesystemRobin Appelman2013-01-271-0/+12
* Filesystem: move mount management to it's own classRobin Appelman2013-01-261-79/+20