Commit Graph

6 Commits (1ae6e9ec21415ade8122a05d01dd091091cb4bcd)

Author SHA1 Message Date
Vincent Petry 788c8540aa Added isLocal() method to storage, used for xsendfile 11 years ago
Jörn Friedrich Dreyer 2a6a9a8cef polish documentation based on scrutinizer patches 11 years ago
Robin Appelman 25370fcb82 Return SPACE_UNKNOWN if disk_free_space is disabled when getting the free space on a local storage 11 years ago
Robin Appelman a0d570b4cc Change default mimetype detection for storage backends to only use filename 12 years ago
Thomas Müller 9c9dc276b7 move the private namespace OC into lib/private - OCP will stay in lib/public 12 years ago
Robin Appelman 94560c68ba rename constants 12 years ago
Robin Appelman 63c898c064 Make rmdir recursive for local storage 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 258ad38fd3 Fix touch for creating new files 12 years ago
Thomas Mueller d069ee8a8b fixes #2792 - only touch if writable 12 years ago
Robin Appelman ed83597371 Return unknown freespace if the free_space call failed 12 years ago
Bart Visscher ffae6f4b84 Style-fix: Breakup long lines 12 years ago
Bart Visscher cd35d257bb Fix NoSpaceAfterComma and SpaceBeforeComma 12 years ago
Thomas Müller e0da721a7d adding ctor to Local and revert call to it within Temporary 12 years ago
Thomas Müller 8174e5faf1 make MappedLocal available and testable within Linux as well 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 02e6adfdb3 fixing namespace 12 years ago
Robin Appelman cfa036eaa9 drop filectime from the filesystem api's 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
Thomas Mueller 3829460ab8 adding space between) and { 13 years ago
Bart Visscher 52f2e7112e Whitespace fixes in lib 13 years ago
Robin Appelman 9b44d0cb32 add OC_FileStorage::getLocalFolder 13 years ago
Michael Gapczynski f328f53ec1 Fix filesystem hash, no longer using basicOperation() 13 years ago
Bjoern Schiessle f752a27605 write keyfiles to server 13 years ago
Michael Gapczynski 586fe8f940 Change is_writable() call to isUpdatable() 13 years ago
Michael Gapczynski ede2b8a55f Missed a is_readable() call in local filestorage 13 years ago
Michael Gapczynski f7b89f0475 Add CRUDS permissions calls to filesystem, deprecate is_readable() and is_writable() 13 years ago
Bart Visscher 14af503374 Fix parameter order in OC_Filestorage_Common->hash 13 years ago
Robin Appelman 7152b8b4ee remove unused and depricated getFolderSize 13 years ago
Sam Tuke a9a913c273 Implemented deleteAll() method in OC_FilesystemView (interface) and OC_Filestorage_Common (logic) 13 years ago
Sam Tuke 72215a818d added new user settings interface for deleting old file versions 13 years ago
Sam Tuke 28a72e0e3c Fixed deleteAll function for deleting all old versions of files (expireAll) 13 years ago
Robin Appelman 449760f665 add hasUpdated to oc_filestorage 13 years ago
Robin Appelman 0622fa79ba add temporary filestorage backend for testing purposed 13 years ago
Michael Gapczynski ff4b0c4d7f Move writable check into local filestorage so shared files can be renamed 13 years ago
Robin Appelman f06858689f revert an accidental change 13 years ago
Robin Appelman 72947e46d1 small improvement for is_dir 13 years ago
Robin Appelman 2e365658c8 better handeling of files that can behave like folder (e.g. archives) 13 years ago
Robin Appelman e76e4e7540 add touch() to all storage backands, and make parameter optional 13 years ago
Robin Appelman d8d4420f22 some cleanup in filestorage 13 years ago
Robin Appelman c8c3b8a63e chunked implementation for readfile 13 years ago
Robin Appelman d9c7e4c333 proper mimetypes for encrypted files 13 years ago
Robin Appelman 1cffeefa06 move implementation of from/toTmpFile from the file storage to the filesystem 13 years ago
Robin Appelman 3d67cd51c2 encryption proxy wip 13 years ago
Klaas Freitag 60a03580ff allow to set a files mtime through a PROPPATCH request on resource 13 years ago
Robin Appelman 3c52ac7af3 make local filestorage comply with test cases 13 years ago
Robin Appelman d6aa5ac7e8 make local filestorage comply with test cases 13 years ago
Klaas Freitag 85853f9ec2 - Added the ability to change a files mtime via webdavs propset. 13 years ago