Commit Graph

1623 Commits (20fc4b8b533407c7282bf1634e90f3a52e5619f0)

Author SHA1 Message Date
Georg Ehrke e5e8e28ae7 add ocsids to info.xml 11 years ago
Joas Schilling e8537afd60 Only overwrite serverHost when in unit tests 11 years ago
Thomas Müller b091b15f0b MySQL: adding repair step to convert MyIsam tables to InnoDB 11 years ago
Georg Ehrke 1565089c02 fix phpDocBlock for OC_App::getAppInfo 11 years ago
Georg Ehrke 042ec984bd better validation: cadd extra check if appinfo/info.xml exists 11 years ago
Robin Appelman 4fe1cdd2a7 Add machine readable error messages to OC\JSON 11 years ago
Bjoern Schiessle e9f5730869 make sure that the umount hook always contains the path relative to data/user/files 11 years ago
Jörn Friedrich Dreyer b5545b81c6 make search case insensitive on postgres and oracle 11 years ago
Jörn Friedrich Dreyer b56f5f2773 deprecate OC_Search_Provider in favor of \OCP\Search\Provider 11 years ago
Vincent Petry 2fec6cbd5b Remove forgotten debug log 11 years ago
Robin Appelman edb67f9f4d Remove invalid mounts from the active fs 11 years ago
Bjoern Schiessle bb935978fa don't move a share mount point into a different mount point 11 years ago
Bjoern Schiessle 735eac6c9d add a explicit interface for the home storage 11 years ago
Vincent Petry 7c17452028 Added unit test for default app URL 11 years ago
Morris Jobke b6a4cc20f7 Redirect after session expiry to the previous loaded page 11 years ago
Jörn Friedrich Dreyer 5a588333b2 introduce and use getCurrentConnection() 11 years ago
Vincent Petry 3e78f41d00 Use getAbsoluteUrl for redirection URL 11 years ago
Vincent Petry c005515ebd Support for multiple default apps 11 years ago
Robin Appelman 8161104420 Catch StorageInvalidException in webdav 11 years ago
Vincent Petry 894d69184a Add bak defaultapp setting 11 years ago
Jörn Friedrich Dreyer dd20b9f672 reset collection to 'root' after adding a route to the api 11 years ago
Vincent Petry b752aff51d Fix migrator tests to use the correct migrator instances 11 years ago
Arthur Schiwon 16275eca84 loop over usernames, not passwords 11 years ago
Robin Appelman 99960d7747 Handle StorageNotAvailableException in webdav 11 years ago
Robin Appelman d78a2a9f78 Add StorageNotAvailableException 11 years ago
Vincent Petry 972fffbe02 Return 503 OCS response with requested format 11 years ago
Joas Schilling 0c711e1cfa Use get random bytes as uniqeid() is not unique in some cases 11 years ago
Georg Ehrke c30bea45e9 don't typecast null values inside dispatcher.php 11 years ago
Volkan Gezer ae68a773c0 more strings to translate in utils also some fixes in defaults 11 years ago
Jörn Friedrich Dreyer 23fa75f5ac always regenerate etag when writing back file to objectstore 11 years ago
Robin Appelman db3f0cee4a Fix parsing of webdav permissions 11 years ago
Robin Appelman 6f5d5b9a30 Also check for updated permissions for webdav storages 11 years ago
Robin Appelman 5b8c2ac750 Use the etag to check for updates in webdav storages where available 11 years ago
Jörn Friedrich Dreyer 25dbbbadd3 use normalize path to convert '.' to '' in objectstorestorage 11 years ago
Jörn Friedrich Dreyer ab93f1949d update hasUpdated description, overwrtie testStat for objectstore test 11 years ago
Thomas Müller 171475b95a fix autoloader 11 years ago
Thomas Müller c745240543 Move \OC\Files\Storage\DAV to core in order to reduce inter-app dependencies 11 years ago
Robin Appelman f93457c41d Fix check if class exists 11 years ago
Robin Appelman 437094bbfc Check if classes/method exists before trying to call them in background jobs 11 years ago
Thomas Müller 4c80c9595f Redeclared as public to allow invocation from within the closure in php 5.3 11 years ago
Jörn Friedrich Dreyer f96a535f80 fix objectstore test execution 11 years ago
Vincent Petry b1e778d5fd Moved office mimetype update to a repair step 11 years ago
Georg Ehrke 09356bc5b3 better validation for OC_App::getAppPath() 11 years ago
Robin Appelman 9a2ed86672 Prevent running the files:scan command as the wrong user 11 years ago
Jörn Friedrich Dreyer 8e6cb6dc54 delete object without downloading it first 11 years ago
Arthur Schiwon f3ecf819ec extend Dummy user and group implementation to pass tests 11 years ago
Robin Appelman 113749bd96 really always take root of the substorage 11 years ago
Bjoern Schiessle a0b85fc5e4 make sure that during share and unshare the etags get propagated correctly 11 years ago
Arthur Schiwon 121d52860e return int, not string 11 years ago
Bjoern Schiessle 92a82f02b3 always take root of the substorage 11 years ago