Commit Graph

64 Commits (eebc15dce0da88dff91dc5249938341cd50b8a85)

Author SHA1 Message Date
Michael Gapczynski 09ff46eda2 Remove user name addition to paths in deleteAll 12 years ago
Florin Peter 3c100af132 revert changes to fbbc76f281 because master is very unstable right now 12 years ago
Robin Appelman 8a838e0e03 Code style 12 years ago
Robin Appelman bcd9a69033 Cache: seperate handing of numeric storage id's to it's own class 12 years ago
Robin Appelman 258ad38fd3 Fix touch for creating new files 12 years ago
Thomas Mueller d069ee8a8b fixes #2792 - only touch if writable 12 years ago
Bart Visscher 50fb13c861 Remember the contructed OC\Files\Cache\* classes in OC\Files\Storage\Common 12 years ago
Robin Appelman 6326a3a9f7 Some improvements for the Storage phpdoc 12 years ago
Robin Appelman e5f8acf4c0 Add phpdoc documentation to the Storage interface 12 years ago
Robin Appelman ed83597371 Return unknown freespace if the free_space call failed 12 years ago
Thomas Mueller a05820c659 fixing various filesystem/storage unit tests on windows 12 years ago
Robin Appelman 52dccd4aa1 Storage: don't throw warnings when a stat fails 12 years ago
Robin Appelman 6b33a23a51 Code style 12 years ago
Bart Visscher bb75dfc021 Whitespace fixes 12 years ago
Björn Schießle d8137fdf66 return both, count and result if the operation succeeded or failed. Maybe in some cases it is useful to know how much bytes where copied 12 years ago
Robin Appelman d96146a017 Give storage backends the option to define having no known free space 12 years ago
Thomas Mueller b488800bd5 fix error in recursive search 12 years ago
Bart Visscher ffae6f4b84 Style-fix: Breakup long lines 12 years ago
Bart Visscher cd35d257bb Fix NoSpaceAfterComma and SpaceBeforeComma 12 years ago
Bart Visscher d3ef967993 Fix indentation style 12 years ago
Bart Visscher 5c4a804ddb Fix SpaceBeforeOpenBrace errors 12 years ago
Thomas Müller e0da721a7d adding ctor to Local and revert call to it within Temporary 12 years ago
Thomas Mueller 92e6409f40 fixing mappedlocal storage to work on non-windows as well 12 years ago
Thomas Müller 8174e5faf1 make MappedLocal available and testable within Linux as well 12 years ago
Bart Visscher 60411f7d3d Remove unneeded __destruct call in OC\Files\Storage\Temporary 12 years ago
Thomas Mueller fd8cb9974b initial version of a local storage implementation which will use unique slugified filename on the local filesystem. 12 years ago
Thomas Mueller 9446017821 spell check 12 years ago
Thomas Mueller 1fd807a7d6 pass the argument to the ctor 12 years ago
Thomas Mueller 02e6adfdb3 fixing namespace 12 years ago
Michael Gapczynski 8a63bcc1e8 Don't use more entropy for etags 12 years ago
Robin Appelman 04f83e3b53 Cache: optional path argument for getCache/Scanner/etc 12 years ago
Robin Appelman b41189de44 Cache: allow storage backends to overwrite Watcher 12 years ago
Michael Gapczynski b4515d874e Only folders have Create permission 12 years ago
Robin Appelman d3e37fa157 remove fileatime from common storage backend 12 years ago
Robin Appelman 810563ae8a don't redefine inherited functions as abstract 13 years ago
Robin Appelman cbcd9ba84a allow storage backends to implement custom permission management 13 years ago
Robin Appelman 706bb3ccd6 move ETag generation to storage backends 13 years ago
Robin Appelman 2522c25af7 use OC_Files::getFileInfo and OC_Files::getDirectoryContent as high level api for the filecache 13 years ago
Robin Appelman 3ff0772a05 add getCache and getScanner to storage api in order to allow storage backends to overwride caching behaviour 13 years ago
Robin Appelman cfa036eaa9 drop filectime from the filesystem api's 13 years ago
Robin Appelman 96d7cd5997 correct namespace usage in common filestorage backend 13 years ago
Robin Appelman 46896be0d4 fix namespace error in temporary storage backend 13 years ago
Robin Appelman c94fe38d39 add getPermissions to storage backends to get all permission flags in one go 13 years ago
Robin Appelman e8d3a47685 add getId to storage backends 13 years ago
Robin Appelman bd83422095 put filestorages in a namespace 13 years ago