summaryrefslogtreecommitdiffstats
path: root/lib/files/storage
Commit message (Collapse)AuthorAgeFilesLines
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-309-2068/+0
| | | | | Conflicts: lib/private/vcategories.php
* Merge pull request #4712 from owncloud/fileapi-forewardThomas Müller2013-09-131-1/+1
|\ | | | | Provide an implementation of the fileapi for oc6 build on top of the old api
| * add storage backend interface to public namespaceRobin Appelman2013-09-101-1/+1
| |
* | more is_resource checks before readdirArthur Schiwon2013-09-051-8/+10
| |
* | Always check variable type before using readdir to avoid surprisesArthur Schiwon2013-09-041-9/+12
|/
* additional readdir check in mappedlocalThomas Müller2013-08-221-1/+1
|
* Merge branch 'master' into readdir-strict-equalsGeorg Ehrke2013-08-194-3/+107
|\
| * Merge pull request #4467 from owncloud/storage-wrapper-quotaicewind19912013-08-194-3/+107
| |\ | | | | | | Move quota logic from filesystem proxy to storage wrapper
| | * fix quota wrapper reporting negative free_space, breaking user interfaceRobin Appelman2013-08-161-1/+1
| | | | | | | | | | | | return 0 instead
| | * fix getPermissionsCache for storage wrapperRobin Appelman2013-07-251-1/+1
| | |
| | * add quota storage wrapperRobin Appelman2013-07-251-0/+104
| | |
| | * rename constantsRobin Appelman2013-07-252-2/+2
| | |
* | | use strict equals in readdir loops to prevent issues with '0' filesRobin Appelman2013-08-191-3/+3
|/ /
* / Add _many_ newlines at the end of fileskondou2013-08-181-1/+1
|/
* Merge pull request #3763 from owncloud/recursive-rmdirThomas Müller2013-06-302-4/+44
|\ | | | | Make rmdir recursive for local storage
| * make rmdir recursive for mappellocal storage backendRobin Appelman2013-06-301-3/+23
| |
| * Make rmdir recursive for local storageRobin Appelman2013-06-171-1/+21
| |
* | fix storage wrapper namespacesRobin Appelman2013-06-281-1/+1
| |
* | move storage wrappers to their own namespaceRobin Appelman2013-06-281-1/+1
| |
* | Storage wrapper: provide access to the wrapped storageRobin Appelman2013-06-071-1/+8
| |
* | merge master into storage-wrapperRobin Appelman2013-06-071-12/+6
|\|
| * Remove user name addition to paths in deleteAllMichael Gapczynski2013-05-201-12/+6
| |
* | manage creating and wrapping storages in it's own classRobin Appelman2013-06-071-3/+24
| |
* | Add mechanism to allow apps to wraper storage classesRobin Appelman2013-05-081-0/+17
| |
* | Add wrapper storage backendRobin Appelman2013-05-081-0/+420
|/
* Code styleRobin Appelman2013-04-261-206/+231
|
* Cache: seperate handing of numeric storage id's to it's own classRobin Appelman2013-04-262-1/+14
|
* Merge pull request #2747 from owncloud/cache-contructed-cache-objectsJörn Friedrich Dreyer2013-04-101-4/+20
|\ | | | | Remember the contructed OC\Files\Cache\* classes in OC\Files\Storage\Com...
| * Remember the contructed OC\Files\Cache\* classes in OC\Files\Storage\CommonBart Visscher2013-04-051-4/+20
| |
* | Fix touch for creating new filesRobin Appelman2013-04-101-1/+1
| |
* | fixes #2792 - only touch if writableThomas Mueller2013-04-081-0/+3
|/
* Some improvements for the Storage phpdocRobin Appelman2013-03-231-0/+9
|
* Add phpdoc documentation to the Storage interfaceRobin Appelman2013-03-211-14/+255
|
* Return unknown freespace if the free_space call failedRobin Appelman2013-03-141-1/+5
| | | | Fixes #2312
* fixing various filesystem/storage unit tests on windowsThomas Mueller2013-03-121-3/+6
| | | | fixing copy operation on mapper
* 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-193-47/+65
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
|/ /
* | Merge pull request #1731 from owncloud/unknown-freespaceFrank Karlitschek2013-02-191-0/+9
|\ \ | | | | | | Give storage backends the option to define having no known free space
| * | 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
* | | fix error in recursive searchThomas Mueller2013-02-151-3/+3
|/ /
* | Style-fix: Breakup long linesBart Visscher2013-02-143-3/+8
| |
* | Fix NoSpaceAfterComma and SpaceBeforeCommaBart Visscher2013-02-143-33/+33
| |
* | Fix indentation styleBart Visscher2013-02-141-1/+1
| |