aboutsummaryrefslogtreecommitdiffstats
path: root/lib/files/storage/common.php
Commit message (Expand)AuthorAgeFilesLines
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-301-374/+0
* Always check variable type before using readdir to avoid surprisesArthur Schiwon2013-09-041-9/+12
* Merge branch 'master' into readdir-strict-equalsGeorg Ehrke2013-08-191-1/+1
|\
| * rename constantsRobin Appelman2013-07-251-1/+1
* | use strict equals in readdir loops to prevent issues with '0' filesRobin Appelman2013-08-191-3/+3
|/
* Remove user name addition to paths in deleteAllMichael Gapczynski2013-05-201-12/+6
* Cache: seperate handing of numeric storage id's to it's own classRobin Appelman2013-04-261-1/+9
* Remember the contructed OC\Files\Cache\* classes in OC\Files\Storage\CommonBart Visscher2013-04-051-4/+20
* Merge pull request #1031 from owncloud/external_storage_ui_feedbackMichael Gapczynski2013-02-271-0/+7
|\
| * Merge branch 'master' into external_storage_ui_feedbackMichael Gapczynski2013-02-251-4/+4
| |\
| * \ Merge branch 'master' into external_storage_ui_feedbackMichael Gapczynski2013-02-191-34/+43
| |\ \
| * | | Merge branch 'master' into external_storage_ui_feedbackMichael Gapczynski2013-02-111-0/+8
* | | | Storage: don't throw warnings when a stat failsRobin Appelman2013-02-261-2/+10
* | | | Code styleRobin Appelman2013-02-261-81/+106
| |_|/ |/| |
* | | Merge pull request #1856 from owncloud/fix_error_handling_stream_copyFrank Karlitschek2013-02-251-2/+2
|\ \ \
| * | | return both, count and result if the operation succeeded or failed. Maybe in ...Björn Schießle2013-02-221-2/+2
| | |/ | |/|
* / | Whitespace fixesBart Visscher2013-02-221-2/+2
|/ /
* | Give storage backends the option to define having no known free spaceRobin Appelman2013-02-161-0/+9
* | Style-fix: Breakup long linesBart Visscher2013-02-141-1/+2
* | Fix NoSpaceAfterComma and SpaceBeforeCommaBart Visscher2013-02-141-27/+27
* | Fix indentation styleBart Visscher2013-02-141-1/+1
* | Fix SpaceBeforeOpenBrace errorsBart Visscher2013-02-141-5/+5
|/
* 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
* Don't use more entropy for etagsMichael Gapczynski2013-01-111-1/+1
* Cache: optional path argument for getCache/Scanner/etcRobin Appelman2013-01-011-7/+4
* Cache: allow storage backends to overwrite WatcherRobin Appelman2013-01-011-0/+7
* Only folders have Create permissionMichael Gapczynski2012-12-261-1/+4
* remove fileatime from common storage backendRobin Appelman2012-11-241-4/+0
* don't redefine inherited functions as abstractRobin Appelman2012-11-221-13/+0
* allow storage backends to implement custom permission managementRobin Appelman2012-11-151-5/+9
* move ETag generation to storage backendsRobin Appelman2012-11-081-0/+16
* merge master into filesystemRobin Appelman2012-10-251-1/+1
* merge master into filesystemRobin Appelman2012-10-231-19/+29
* add getCache and getScanner to storage api in order to allow storage backends...Robin Appelman2012-10-211-38/+12
* drop filectime from the filesystem api'sRobin Appelman2012-10-201-4/+0
* correct namespace usage in common filestorage backendRobin Appelman2012-10-031-5/+5
* add getPermissions to storage backends to get all permission flags in one goRobin Appelman2012-09-121-0/+19
* add getId to storage backendsRobin Appelman2012-09-121-0/+1
* put filestorages in a namespaceRobin Appelman2012-09-071-0/+270