summaryrefslogtreecommitdiffstats
path: root/lib/files
Commit message (Expand)AuthorAgeFilesLines
* 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
* | implement a platform independent version of basenameThomas Mueller2013-07-291-1/+1
|/
* Fix some typoskondou2013-07-162-4/+4
* don't run hooks for .part filesBjörn Schießle2013-07-031-1/+1
* if a part file gets renamed to a real file, that this was the second step of ...Björn Schießle2013-07-031-2/+20
* Merge pull request #3763 from owncloud/recursive-rmdirThomas Müller2013-06-302-4/+44
|\
| * make rmdir recursive for mappellocal storage backendRobin Appelman2013-06-301-3/+23
| * Make rmdir recursive for local storageRobin Appelman2013-06-171-1/+21
* | Merge pull request #3635 from owncloud/storage-wrapperBart Visscher2013-06-294-9/+499
|\ \
| * | fix storage wrapper namespacesRobin Appelman2013-06-281-1/+1
| * | move storage wrappers to their own namespaceRobin Appelman2013-06-281-1/+1
| * | 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
| * | Storage wrapper: provide access to the wrapped storageRobin Appelman2013-06-071-1/+8
| * | merge master into storage-wrapperRobin Appelman2013-06-079-79/+227
| |\ \
| * | | manage creating and wrapping storages in it's own classRobin Appelman2013-06-073-34/+49
| * | | Add mechanism to allow apps to wraper storage classesRobin Appelman2013-05-082-1/+42