aboutsummaryrefslogtreecommitdiffstats
path: root/lib/files/storage/common.php
Commit message (Collapse)AuthorAgeFilesLines
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-301-374/+0
| | | | | Conflicts: lib/private/vcategories.php
* 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
|\ | | | | External Storage UI Improvements
| * 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
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: apps/files_external/js/settings.js apps/files_external/lib/smb.php apps/files_external/templates/settings.php lib/files/storage/common.php
| * | | Merge branch 'master' into external_storage_ui_feedbackMichael Gapczynski2013-02-111-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: apps/files_external/js/dropbox.js apps/files_external/js/google.js apps/files_external/js/settings.js apps/files_external/lib/amazons3.php apps/files_external/lib/dropbox.php apps/files_external/lib/google.php apps/files_external/lib/smb.php apps/files_external/lib/swift.php apps/files_external/lib/webdav.php lib/filestorage.php
* | | | 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
|\ \ \ | | | | | | | | don't use the number of written bytes as indicator if streamCopy() was successful
| * | | return both, count and result if the operation succeeded or failed. Maybe in ↵Björn Schießle2013-02-221-2/+2
| | |/ | |/| | | | | | | some cases it is useful to know how much bytes where copied
* / | Whitespace fixesBart Visscher2013-02-221-2/+2
|/ /
* | Give storage backends the option to define having no known free spaceRobin Appelman2013-02-161-0/+9
| | | | | | | | When this is the case only the configured max upload size is taking into account for uploading
* | 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
| | | | | Conflicts: apps/files_external/appinfo/app.php
* 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 ↵Robin Appelman2012-10-211-38/+12
| | | | backends to overwride caching behaviour
* 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