summaryrefslogtreecommitdiffstats
path: root/lib/files
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1618 from owncloud/mapped-storage-unit-testing-linux-masterv5.0.0alpha1Lukas Reschke2013-02-123-3/+22
|\
| * fixing mappedlocal storage to work on non-windows as wellThomas Mueller2013-02-112-1/+18
| * Merge branch 'master' into mapped-storage-unit-testing-linux-masterThomas Mueller2013-02-113-7/+46
| |\
| * | make MappedLocal available and testable within Linux as wellThomas Müller2013-02-092-2/+4
* | | $this->numericId should be determined based on table storages not filecacheThomas Mueller2013-02-121-1/+1
* | | Merge pull request #1616 from owncloud/cache_fixes_rebaseThomas Müller2013-02-121-12/+19
|\ \ \
| * | | Cache: fix scanner trying to use existing data when file isn't in cacheRobin Appelman2013-02-121-2/+1
| * | | fixing syntax errorThomas Mueller2013-02-121-1/+1
| * | | Cache: also preserve etags for filesRobin Appelman2013-02-121-2/+5
| * | | Cache: don't create a new etag when the mtime hasn't changedRobin Appelman2013-02-111-0/+3
| * | | Cache: actually use parameterRobin Appelman2013-02-111-1/+1
| * | | Cache: reuse known folder sizes when doing a shallow scanRobin Appelman2013-02-111-3/+7
| * | | Cache: simplify scanner logic a bit when handeling with unknown folder sizesRobin Appelman2013-02-111-9/+7
| | |/ | |/|
* | | Update lib/files/cache/legacy.phpirgsmirx2013-02-111-0/+6
* | | Merge pull request #1608 from owncloud/fix-shared-linksLukas Reschke2013-02-111-2/+2
|\ \ \
| * | | Merge branch 'master' into fix-shared-linksMichael Gapczynski2013-02-103-7/+46
| |\| |
| * | | Proper fix for shared linksMichael Gapczynski2013-02-101-2/+2
| | |/ | |/|
* | | Merge pull request #1573 from owncloud/fixing-ctor-local-storage-masterBernhard Posselt2013-02-112-0/+3
|\ \ \ | |_|/ |/| |
| * | adding ctor to Local and revert call to it within TemporaryThomas Müller2013-02-092-0/+3
* | | Merge pull request #1581 from owncloud/mapper_md5Frank Karlitschek2013-02-101-6/+6
|\ \ \
| * | | Mapper: use md5 hashes for database indexesRobin Appelman2013-02-101-6/+6
| | |/ | |/|
* | | Merge pull request #1590 from owncloud/fix_470Lukas Reschke2013-02-101-1/+17
|\ \ \
| * | | append .part to put filesJörn Friedrich Dreyer2013-02-101-1/+17
| |/ /
* | | Merge pull request #1030 from hkjolhede/masterLukas Reschke2013-02-101-0/+23
|\ \ \ | |/ / |/| |
| * | Merge branch 'master' of https://github.com/hkjolhede/owncloud_coreHenrik Kjölhede2013-02-091-2/+1
| * | Merge branch 'master' of https://github.com/owncloud/coreHenrik Kjölhede2013-02-091-0/+24
* | | Merge pull request #1566 from owncloud/fixing-1505-masterThomas Müller2013-02-091-5/+1
|\ \ \
| * | | know your libraries ;-)Thomas Müller2013-02-091-5/+1
* | | | Merge pull request #1572 from owncloud/fix_empty_path_handlingicewind19912013-02-091-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | fix empty path handlingJörn Friedrich Dreyer2013-02-091-1/+1
| |/ /
* | / Remove unneeded __destruct call in OC\Files\Storage\TemporaryBart Visscher2013-02-091-1/+0
| |/ |/|
* | initial version of a local storage implementation which will use unique slugi...Thomas Mueller2013-02-064-0/+557
|/
* Merge pull request #1474 from samtuke/masterLukas Reschke2013-02-051-7/+6
|\
| * Minor improvement to commentsSam Tuke2013-02-051-7/+6
* | spell checkThomas Mueller2013-02-051-1/+1
* | pass the argument to the ctorThomas Mueller2013-02-051-1/+1
|/
* fixing namespaceThomas Mueller2013-02-041-2/+2
* Merge pull request #1427 from TheSFReader/masterThomas Müller2013-02-041-1/+7
|\
| * translate the mimtype/mimepart to readable in the searchByMime functionTheSFReader2013-02-031-1/+7
* | Merge pull request #1436 from owncloud/cache_check_pathThomas Müller2013-02-041-0/+6
|\ \
| * | Cache: fix copy-paste errorsRobin Appelman2013-02-041-2/+2
| * | Cache: check for invalid paths in getFileInfo/getDirectoryContentRobin Appelman2013-02-031-0/+6
* | | Merge pull request #1423 from owncloud/getownerThomas Müller2013-02-042-0/+20
|\ \ \
| * | | Add getOwner to Filesystem and View classesMichael Gapczynski2013-02-022-0/+20
| |/ /
* | / Make fileblacklist configurableLukas Reschke2013-02-031-1/+1
| |/ |/|
* | Remove a warning by making sure the renamed file is a dir before trying and o...TheSFReader2013-02-021-1/+1
|/
* Cache: don't insert duplicated during upgradeRobin Appelman2013-01-301-5/+18
* add oc:// streamwrapper to provide access to ownCloud's virtual filesystemRobin Appelman2013-01-281-0/+129
* Move streamwrappers to seperate files and put them in a namespaceRobin Appelman2013-01-283-0/+338
* Filesystem: use the updated Mount::findById in getPath to ensure we get the c...Robin Appelman2013-01-281-3/+11