Commit Graph

383 Commits (3115053bbb3a1ba5d0bb3562bea6b7ef94a09cd0)

Author SHA1 Message Date
Joas Schilling 989da69cff Do not try to close the same resource multiple times 12 years ago
Joas Schilling 1846aebfff Use md5() of the original name instead of uniqid() for slugifying 12 years ago
Joas Schilling b861e1d696 Fix code layout before fixing the function 12 years ago
Robin Appelman 191a82e768 Stream downloads from Swift object stores without downloading it first 12 years ago
Vincent Petry 068f9d10f1 Added repair step for legacy storages 12 years ago
Morris Jobke b3b3354809 move to public namespace 12 years ago
Stephan Peijnik 5d7deefd95 Use tabs for indentation. 12 years ago
Stephan Peijnik 2df52e54d7 Fix STORAGE_* constants usage by moving those constants into \OC\Files\Filesystem. 12 years ago
Joas Schilling 4d32e3548b Ensure that filename is prefixed with a slash 12 years ago
Robin Appelman bba59bf815 Cast file id's to int so we can compare them properly 12 years ago
Morris Jobke c6bf51c457 Close open file handles in files library 12 years ago
Joas Schilling 564bf23c1b Do not filemtime() on "." directory. Use empty string instead 12 years ago
Joas Schilling d7666d9d3d Remove doubled slash between folder and path 12 years ago
Bjoern Schiessle 6dda30b5a2 remove share permissions if user is excluded from sharing 12 years ago
Thomas Müller 9d2cff50ed shared files/folders are not mounted 12 years ago
Robin Appelman 12207ec0c7 Fix SharedCache::getPathById 12 years ago
Robin Appelman 1deb6aadd3 return null instead of throwing an exception 12 years ago
Robin Appelman bf8f910a32 Fix Folder::getById 12 years ago
Robin Appelman 244d4e1399 Make View->shouldEmitHooks more robust 12 years ago
Clark Tomlinson 26af116fcd Removing unnecessary switch statements in fopen methods. 12 years ago
Clark Tomlinson 222b9fd22b Resolving 9969 resubmitting to fix rebase issue. 12 years ago
Martin d975012ae6 Improved scanner error message 12 years ago
Robin Appelman e9de20952a Return the proper owner for home storages 12 years ago
Robin Appelman 5a0397eb5e Fix renaming files in the root folder of a MappedLocal storage 12 years ago
Robin Appelman c3991ae13e Use the correct path when building the FileInfo for the search result 12 years ago
Tigran Mkrtchyan 03f422153d files: storage: rename should check parent directories of old and new files 12 years ago
Robin Appelman 3e3d460729 use case insensitive LIKE when searching for files in mysql 12 years ago
Bjoern Schiessle e9f5730869 make sure that the umount hook always contains the path relative to data/user/files 12 years ago
Jörn Friedrich Dreyer b5545b81c6 make search case insensitive on postgres and oracle 12 years ago
Philippe Kueck ef114b6594 silently discard the response body, needed for apache/mod_dav and maybe other dav servers which return an html body 12 years ago
Robin Appelman edb67f9f4d Remove invalid mounts from the active fs 12 years ago
Bjoern Schiessle bb935978fa don't move a share mount point into a different mount point 12 years ago
Bjoern Schiessle 735eac6c9d add a explicit interface for the home storage 12 years ago
Robin Appelman d78a2a9f78 Add StorageNotAvailableException 12 years ago
Jörn Friedrich Dreyer 23fa75f5ac always regenerate etag when writing back file to objectstore 12 years ago
Robin Appelman db3f0cee4a Fix parsing of webdav permissions 12 years ago
Robin Appelman 6f5d5b9a30 Also check for updated permissions for webdav storages 12 years ago
Robin Appelman 5b8c2ac750 Use the etag to check for updates in webdav storages where available 12 years ago
Jörn Friedrich Dreyer 25dbbbadd3 use normalize path to convert '.' to '' in objectstorestorage 12 years ago
Jörn Friedrich Dreyer ab93f1949d update hasUpdated description, overwrtie testStat for objectstore test 12 years ago
Thomas Müller 171475b95a fix autoloader 12 years ago
Thomas Müller c745240543 Move \OC\Files\Storage\DAV to core in order to reduce inter-app dependencies 12 years ago
Jörn Friedrich Dreyer f96a535f80 fix objectstore test execution 12 years ago
Robin Appelman 9a2ed86672 Prevent running the files:scan command as the wrong user 12 years ago
Jörn Friedrich Dreyer 8e6cb6dc54 delete object without downloading it first 12 years ago
Robin Appelman 113749bd96 really always take root of the substorage 12 years ago
Bjoern Schiessle 92a82f02b3 always take root of the substorage 12 years ago
Robin Appelman 92f2a430a8 Don't bother checking for external updates for objectstore storages 12 years ago
Robin Appelman eb97eee964 Only initialize the swift container when manipulating an object 12 years ago
Robin Appelman 159b603d13 Add support for rackspace swift backends 12 years ago