Commit Graph

1603 Commits (019e1b1065718a859765716cd2f355ecbdfd8fa0)

Author SHA1 Message Date
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
Vincent Petry 7c17452028 Added unit test for default app URL 12 years ago
Morris Jobke b6a4cc20f7 Redirect after session expiry to the previous loaded page 12 years ago
Vincent Petry 3e78f41d00 Use getAbsoluteUrl for redirection URL 12 years ago
Vincent Petry c005515ebd Support for multiple default apps 12 years ago
Robin Appelman 8161104420 Catch StorageInvalidException in webdav 12 years ago
Vincent Petry 894d69184a Add bak defaultapp setting 12 years ago
Vincent Petry b752aff51d Fix migrator tests to use the correct migrator instances 12 years ago
Arthur Schiwon 16275eca84 loop over usernames, not passwords 12 years ago
Robin Appelman 99960d7747 Handle StorageNotAvailableException in webdav 12 years ago
Robin Appelman d78a2a9f78 Add StorageNotAvailableException 12 years ago
Vincent Petry 972fffbe02 Return 503 OCS response with requested format 12 years ago
Joas Schilling 0c711e1cfa Use get random bytes as uniqeid() is not unique in some cases 12 years ago
Georg Ehrke c30bea45e9 don't typecast null values inside dispatcher.php 12 years ago
Volkan Gezer ae68a773c0 more strings to translate in utils also some fixes in defaults 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
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
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
Arthur Schiwon f3ecf819ec extend Dummy user and group implementation to pass tests 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
Arthur Schiwon 121d52860e return int, not string 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
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
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
Arthur Schiwon 01a012980a search term for users and groups may occur anywhere in the name or displayname, not just in the beginning 12 years ago