6758 Commits (ae68a773c04028288f539120d6f41e900c1b8436)

Author SHA1 Message Date
  Volkan Gezer ae68a773c0 more strings to translate in utils also some fixes in defaults 10 years ago
  Robin Appelman db3f0cee4a Fix parsing of webdav permissions 10 years ago
  Robin Appelman 6f5d5b9a30 Also check for updated permissions for webdav storages 10 years ago
  Robin Appelman 5b8c2ac750 Use the etag to check for updates in webdav storages where available 10 years ago
  Jörn Friedrich Dreyer 25dbbbadd3 use normalize path to convert '.' to '' in objectstorestorage 10 years ago
  Jörn Friedrich Dreyer ab93f1949d update hasUpdated description, overwrtie testStat for objectstore test 10 years ago
  Thomas Müller 171475b95a fix autoloader 10 years ago
  Thomas Müller c745240543 Move \OC\Files\Storage\DAV to core in order to reduce inter-app dependencies 10 years ago
  Jenkins for ownCloud 36f771e9f0 [tx-robot] updated from transifex 10 years ago
  Robin Appelman f93457c41d Fix check if class exists 10 years ago
  Robin Appelman 437094bbfc Check if classes/method exists before trying to call them in background jobs 10 years ago
  Vincent Petry 67d0a3c15e Fixed mime type repair step 10 years ago
  Thomas Müller 4c80c9595f Redeclared as public to allow invocation from within the closure in php 5.3 10 years ago
  Jörn Friedrich Dreyer f96a535f80 fix objectstore test execution 10 years ago
  Vincent Petry b1e778d5fd Moved office mimetype update to a repair step 10 years ago
  Georg Ehrke 09356bc5b3 better validation for OC_App::getAppPath() 10 years ago
  Robin Appelman 9a2ed86672 Prevent running the files:scan command as the wrong user 10 years ago
  Jörn Friedrich Dreyer 8e6cb6dc54 delete object without downloading it first 10 years ago
  Robin Appelman 113749bd96 really always take root of the substorage 10 years ago
  Bjoern Schiessle a0b85fc5e4 make sure that during share and unshare the etags get propagated correctly 10 years ago
  Bjoern Schiessle 92a82f02b3 always take root of the substorage 10 years ago
  Vincent Petry a120d6e9a3 Bring back loadApps() in base.php 10 years ago
  Robin Appelman 92f2a430a8 Don't bother checking for external updates for objectstore storages 10 years ago
  Robin Appelman eb97eee964 Only initialize the swift container when manipulating an object 10 years ago
  Robin Appelman 159b603d13 Add support for rackspace swift backends 10 years ago
  Bjoern Schiessle 70ca292fd9 only the mount point has delete and update permissions to enable rename operation 10 years ago
  Bjoern Schiessle 84d36df70b make sure that we always return the correct permissions 10 years ago
  Jenkins for ownCloud 6a4a474aa9 [tx-robot] updated from transifex 10 years ago
  Thomas Müller fba694edae update PHPDoc $fileInfo is a SplFileInfo 10 years ago
  Jörn Friedrich Dreyer 28c1a95575 use common storage test 10 years ago
  Robin Appelman 2547945779 Add comment 10 years ago
  Thomas Müller ed31f30afd dir itself has to be removed as well 10 years ago
  Robin Appelman 8b41689fe6 Only cache enabled apps when logged in 10 years ago
  Thomas Müller f83821c388 fix recursion on rmdirr 10 years ago
  Jörn Friedrich Dreyer 7ec53571c4 use 'object' as the fakedir stream name 10 years ago
  Arthur Schiwon 81ecbbb061 trusted domains shall not be ignored on autosetup 10 years ago
  Jenkins for ownCloud b8b7c97a41 [tx-robot] updated from transifex 10 years ago
  Bart Visscher 089139f8ea Add explanation about the current implementation of updateApp 10 years ago
  Jenkins for ownCloud da0e4b0af0 [tx-robot] updated from transifex 10 years ago
  Robin Appelman 80e6d357a2 Fix permissions check when moving a file to a different directory over webdav 10 years ago
  Jörn Friedrich Dreyer c112a1d323 move to stream based IObjectStore interface, rearrange & reformat code 10 years ago
  Jenkins for ownCloud ca96b9d3d5 [tx-robot] updated from transifex 10 years ago
  Jenkins for ownCloud e1fd10f226 [tx-robot] updated from transifex 10 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() 10 years ago
  Jörn Friedrich Dreyer 5cae863408 change architecture from inheritance to composition 10 years ago
  Jörn Friedrich Dreyer 9335a5f07f remove duplicate method 10 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 10 years ago
  Jörn Friedrich Dreyer 4e65889f54 only use one config option 'objectstore' for root and home storage configuration 10 years ago
  Jörn Friedrich Dreyer 7493ff0624 fix unit test by always initializing the root of the storage in the constructor 10 years ago
  Jörn Friedrich Dreyer 10de4a7b90 move creation of / and users 'files' from storage constructor to setupFS / mount initialization 10 years ago