aboutsummaryrefslogtreecommitdiffstats
path: root/lib/files/filesystem.php
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |\ | | | | | | New files encryption app
| | * 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
| | | | | | | | | | | | This reverts commit 079f918d5ca0d242e77717aaeac82bcf011dc745.
| | * 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
| | | | | | | | | | | | to Filesystem
* | | changed builtin normalizer to \OC_Util::normalizeUnicodeFlorin Peter2013-05-241-3/+2
|/ /
* / fix for losing mount point "/"Florin Peter2013-05-151-1/+4
|/
* 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
|\ | | | | Make sure the filesystem is initialized when searching for mounts
| * Have the filecache updater testcase clean the filesystem properlyRobin Appelman2013-04-251-0/+1
| |
* | Correct the parameter descriptionLukas Reschke2013-04-251-1/+1
| | | | | | Thanks @kabum
* | Correct function descriptionLukas Reschke2013-04-251-1/+1
|/ | | $password is not supported
* 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 #357
| * 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::isFileBlacklisted
| * 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 space
| * Give storage backends the option to define having no known free spaceRobin Appelman2013-02-161-0/+2
| | | | | | | | When this is the case only the configured max upload size is taking into account for uploading
* | 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
|/ | | | files
* 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 classes
| * 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
|
* Some style fixesRobin Appelman2013-01-221-9/+9
|
* Merge branch 'filesystem' into filesystem-etagsMichael Gapczynski2013-01-071-1/+4
|\ | | | | | | | | Conflicts: lib/files/cache/cache.php
| * Fix messed up mountsRobin Appelman2013-01-071-4/+4
| |
| * Remove unnecessary length parameter from last commitMichael Gapczynski2013-01-031-1/+1
| |
| * Update old storage classes names to the new namespace during mountingMichael Gapczynski2013-01-031-1/+4
| |
* | Remove old etag codeMichael Gapczynski2012-12-301-21/+0
|/
* Fix shared foldersMichael Gapczynski2012-12-281-0/+1
|
* actually connect the filesystem hooks to the cache updaterRobin Appelman2012-12-111-0/+4
|
* fix some edge cases while scanning the root of a storageRobin Appelman2012-12-021-2/+2
|
* change behaviour of Filesystem::getMountPoint when a mountpoint is passed as ↵Robin Appelman2012-11-241-7/+1
| | | | path without trailing slash
* fixing namespaceThomas Mueller2012-11-221-1/+1
|