Commit Graph

45 Commits (0b4d87961926d69e5f95b2a6477edb804d726b78)

Author SHA1 Message Date
Vincent Petry 34c92f6656 Now using HomeStorage for legacy home storage ids 12 years ago
Vincent Petry 1a65e3a725 Now calling parent method when path is not root 12 years ago
Robin Appelman 32a703ab36 Do not use -1 as the size for the root folder of the home storage 12 years ago
Robin Appelman d6845babd6 Add post hooks for filesystem scanner 12 years ago
Vincent Petry e3868ba118 Fixed watcher to also update the owner's folder sizes 12 years ago
Thomas Müller 0f266d0f62 set log level to DEBUG 12 years ago
Thomas Mueller e37047b2a0 WIN: fixing Fatal error: Call to a member function logicToPhysical() on a non-object in C:\jenkins2\workspace\server-stable5-windows\database\mssql\label\WINDOWS\lib\files\storage\mappedlocal.php on line 311 12 years ago
Bjoern Schiessle 0d7d396d80 make sure that also the storage etag gets changed 12 years ago
Bjoern Schiessle a80ac9c492 make getUidAndFilename() private 12 years ago
Bjoern Schiessle fcfac51aa1 backport of https://github.com/owncloud/core/pull/5513 12 years ago
Robin Appelman b3626f34cd Update the parent folders storage_mtime on write and delete to prevent rescans 12 years ago
Andreas Fischer b3e39dd3d9 Map empty mimetypes to octet-stream for Oracle DBMS. 12 years ago
Andreas Fischer fa6ae81149 Return early if fileinfo is there. 12 years ago
Andreas Fischer 68d13210bd Reset mimetype to application/octet-stream on empty reply from file command. 12 years ago
Robin Appelman 0e92a4896d dont use the home storage for non-existing users 12 years ago
Andreas Fischer a04a01d51f Do not calculate $isWrapped if not needed. 12 years ago
Robin Appelman e273c14540 use the new home storage backend when no existing local storage backend exists for the user's home 12 years ago
Robin Appelman f1e6e80eb1 add specialized storage backend for home folders 12 years ago
Vincent Petry ebcd9ae628 Added comment for clarification about fseek() call in quota.php 12 years ago
Thomas Müller 8253994262 using array_diff_assoc to detect diffs in values as well 12 years ago
Thomas Müller f619f59f1c cast storage_mtime to int 12 years ago
Vincent Petry c8df27de73 Fixed quota stream to not wrap read-only fopen calls 12 years ago
Vincent Petry d8b245490b Fixed quota stream's fseek method 12 years ago
Thomas Müller c5b8963b18 log the data arrays 12 years ago
Thomas Müller 88d1e20d56 some logging added .... 12 years ago
Vincent Petry a542c57a7b Catch duplicate insertion errors while scanning files 12 years ago
Vincent Petry 5f249e1a54 Prevent renaming/deleting mount points 12 years ago
Thomas Müller bc6e352ccd the path need to be normalized before putting it into resolvePath() 12 years ago
Robin Appelman 7f8eeb0474 ensure the view's root is a subfolder of the the default root, not only starting the same 12 years ago
Robin Appelman 38c563dcdc don't trigger the create hooks when if the file already exists for file_put_contents 12 years ago
Thomas Müller 51b581a84d php 5.3 compatibility for \OC\Files\Storage 12 years ago
Victor Dubiniuk 8da1aac1d0 Check result only once 12 years ago
Victor Dubiniuk ef65037211 Make mimetypes static. Jenkis will be happy 12 years ago
Victor Dubiniuk 65750cb244 Load all mimetypes in one go 12 years ago
Thomas Müller 78c60c25c8 only perform files upgrade in case there are actually entries in the old fscache table 12 years ago
Thomas Müller 9c9dc276b7 move the private namespace OC into lib/private - OCP will stay in lib/public 12 years ago