Commit Graph

6759 Commits (38498af17146f42ac42f9eb119d5642bfd522a09)

Author SHA1 Message Date
Normal Ra 38498af171 Add APK mimetype repair scenario. 12 years ago
Normal Ra 42edd5b788 Add .apk mimetype. 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
Jenkins for ownCloud 36f771e9f0 [tx-robot] updated from transifex 12 years ago
Robin Appelman f93457c41d Fix check if class exists 12 years ago
Robin Appelman 437094bbfc Check if classes/method exists before trying to call them in background jobs 12 years ago
Vincent Petry 67d0a3c15e Fixed mime type repair step 12 years ago
Thomas Müller 4c80c9595f Redeclared as public to allow invocation from within the closure in php 5.3 12 years ago
Jörn Friedrich Dreyer f96a535f80 fix objectstore test execution 12 years ago
Vincent Petry b1e778d5fd Moved office mimetype update to a repair step 12 years ago
Georg Ehrke 09356bc5b3 better validation for OC_App::getAppPath() 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 a0b85fc5e4 make sure that during share and unshare the etags get propagated correctly 12 years ago
Bjoern Schiessle 92a82f02b3 always take root of the substorage 12 years ago
Vincent Petry a120d6e9a3 Bring back loadApps() in base.php 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
Bjoern Schiessle 70ca292fd9 only the mount point has delete and update permissions to enable rename operation 12 years ago
Bjoern Schiessle 84d36df70b make sure that we always return the correct permissions 12 years ago
Jenkins for ownCloud 6a4a474aa9 [tx-robot] updated from transifex 12 years ago
Thomas Müller fba694edae update PHPDoc $fileInfo is a SplFileInfo 12 years ago
Jörn Friedrich Dreyer 28c1a95575 use common storage test 12 years ago
Robin Appelman 2547945779 Add comment 12 years ago
Thomas Müller ed31f30afd dir itself has to be removed as well 12 years ago
Robin Appelman 8b41689fe6 Only cache enabled apps when logged in 12 years ago
Thomas Müller f83821c388 fix recursion on rmdirr 12 years ago
Jörn Friedrich Dreyer 7ec53571c4 use 'object' as the fakedir stream name 12 years ago
Arthur Schiwon 81ecbbb061 trusted domains shall not be ignored on autosetup 12 years ago
Jenkins for ownCloud b8b7c97a41 [tx-robot] updated from transifex 12 years ago
Bart Visscher 089139f8ea Add explanation about the current implementation of updateApp 12 years ago
Jenkins for ownCloud da0e4b0af0 [tx-robot] updated from transifex 12 years ago
Robin Appelman 80e6d357a2 Fix permissions check when moving a file to a different directory over webdav 12 years ago
Jörn Friedrich Dreyer c112a1d323 move to stream based IObjectStore interface, rearrange & reformat code 12 years ago
Jenkins for ownCloud ca96b9d3d5 [tx-robot] updated from transifex 12 years ago
Jenkins for ownCloud e1fd10f226 [tx-robot] updated from transifex 12 years ago
Jörn Friedrich Dreyer f2fe00e972 fix rebase, use 'object::user:<username>' or 'object::store:<storageid> as storage id, by default use container/bucket name for storageid, make storageid configurable, store user only for HomeObjectStoreStorage, change updateObject() to writeObject() 12 years ago
Jörn Friedrich Dreyer 5cae863408 change architecture from inheritance to composition 12 years ago
Jörn Friedrich Dreyer 9335a5f07f remove duplicate method 12 years ago
Jörn Friedrich Dreyer 5722e31d1a add autocreate config option for containers, implement autocreate and delete of containers, use generated container names for tests 12 years ago
Jörn Friedrich Dreyer 4e65889f54 only use one config option 'objectstore' for root and home storage configuration 12 years ago
Jörn Friedrich Dreyer 7493ff0624 fix unit test by always initializing the root of the storage in the constructor 12 years ago