summaryrefslogtreecommitdiffstats
path: root/lib/files
Commit message (Expand)AuthorAgeFilesLines
* adding null check on a mount's storageThomas Müller2013-09-151-0/+6
* Merge pull request #4712 from owncloud/fileapi-forewardThomas Müller2013-09-138-2/+1323
|\
| * Merge branch 'master' into fileapi-forewardRobin Appelman2013-09-121-33/+58
| |\
| * | add storage backend interface to public namespaceRobin Appelman2013-09-101-1/+1
| * | improve phpdoc for the public files interfaceRobin Appelman2013-09-101-21/+0
| * | move filesystem expceptions to global namespaceRobin Appelman2013-09-106-57/+55
| * | extract interfaces from fileapi for public namespaceRobin Appelman2013-09-063-3/+3
| * | use ===Robin Appelman2013-09-061-1/+1
| * | Provide an implementation of the fileapi for oc6 build on top of the old apiRobin Appelman2013-09-018-1/+1345
* | | Merge pull request #4719 from owncloud/port_4701_masterThomas Müller2013-09-124-33/+42
|\ \ \ | |_|/ |/| |
| * | more is_resource checks before readdirArthur Schiwon2013-09-051-8/+10
| * | Always check variable type before using readdir to avoid surprisesArthur Schiwon2013-09-043-25/+32
| |/
* | change View->deleteAll to an alias of View->rmdir since rmdir works recursiveRobin Appelman2013-09-071-1/+1
* | Merge pull request #4477 from owncloud/hooks-viewBernhard Posselt2013-09-041-32/+57
|\ \ | |/ |/|
| * also emit hooks for views that are a subfolder of the user folderRobin Appelman2013-08-171-32/+57
* | also emmit create hook when creating new files using touch()Robin Appelman2013-08-291-0/+1
* | additional readdir check in mappedlocalThomas Müller2013-08-221-1/+1
* | Merge branch 'master' into readdir-strict-equalsGeorg Ehrke2013-08-198-5/+264
|\ \
| * \ Merge pull request #4467 from owncloud/storage-wrapper-quotaicewind19912013-08-198-5/+264
| |\ \
| | * \ merge master in storage-wrapper-quotaRobin Appelman2013-08-185-34/+203
| | |\ \
| | * | | fix quota wrapper reporting negative free_space, breaking user interfaceRobin Appelman2013-08-161-1/+1
| | * | | add conveince function to wrap all storagesRobin Appelman2013-07-251-0/+12
| | * | | add option to wrap existing mountsRobin Appelman2013-07-252-0/+14
| | * | | fix getPermissionsCache for storage wrapperRobin Appelman2013-07-251-1/+1
| | * | | add quota storage wrapperRobin Appelman2013-07-251-0/+104
| | * | | add quota streamwrapper that limits the amount of data that can be written to...Robin Appelman2013-07-251-0/+128
| | * | | rename constantsRobin Appelman2013-07-253-4/+5
* | | | | use strict equals in readdir loops to prevent issues with '0' filesRobin Appelman2013-08-193-5/+5
|/ / / /
* | / / Add _many_ newlines at the end of fileskondou2013-08-181-1/+1
| |/ / |/| |
* | | Merge branch 'master' into mimetype-defaultsThomas Müller2013-08-161-1/+1
|\ \ \ | | |/ | |/|
| * | Scanner: correctly pass trough reuse options when doing a recursive scanRobin Appelman2013-08-121-1/+1
* | | use ===Robin Appelman2013-08-071-4/+4
* | | add the option to have templates for newly created filesRobin Appelman2013-08-071-0/+46
* | | split of mimetype detection code from OC_Helper, adding the option for apps t...Robin Appelman2013-08-071-0/+121
|/ /
* | use isset to prevent undefined indexThomas Müller2013-08-051-1/+1
* | Merge pull request #4221 from owncloud/fix-3698Jörn Friedrich Dreyer2013-08-011-19/+19
|\ \
| * | Use query to calculate folder sizeMichael Gapczynski2013-07-291-10/+13
| * | Fix calculating size for empty foldersMichael Gapczynski2013-07-281-19/+16
| |/
* | Merge pull request #4208 from owncloud/scanner-php53Morris Jobke2013-08-011-6/+7
|\ \
| * | remove unneeded 'use'Robin Appelman2013-07-291-1/+0
| * | dont need to explicitly pass by referenceRobin Appelman2013-07-291-2/+2
| * | fix scanner hooks, cant use inside closures in php 5.3Robin Appelman2013-07-261-5/+7
| |/
* | Merge branch 'master' into fixing-testGetById-masterThomas Müller2013-07-303-9/+117
|\ \
| * \ Merge pull request #4213 from owncloud/scanning-performanceicewind19912013-07-291-3/+4
| |\ \
| | * | better variable namingRobin Appelman2013-07-291-3/+3
| | * | Cache: don't check if the parent exists in the cache if we are already sure i...Robin Appelman2013-07-271-3/+4
| | |/
| * / Move check so the variable will never be undefinedMichael Gapczynski2013-07-281-3/+3
| |/
| * Split scanning logic from ajax fileRobin Appelman2013-07-191-0/+89
| * add option to get the mountmanager from the filesystemRobin Appelman2013-07-191-1/+8
| * Make Cache\Scanner an emitterRobin Appelman2013-07-191-2/+13