Commit Graph

50 Commits (d4e361db44e50787d5f660d5947aeeef82c38bf4)

Author SHA1 Message Date
Bjoern Schiessle 5ba19ba7fc certificate manager should always use a \OC\Files\View otherwise we will get problems for different primary storages 12 years ago
Bjoern Schiessle 67da1f7e5a certificate manager only needs the user-id, no need to pass on the complete user object 12 years ago
Bjoern Schiessle 66f0db30b2 use uid provided by setupfs hook to mount server2server shares, otherwise mount will fail for public link shares 12 years ago
Vincent Petry d5b61f9afe Prevent double slash in shareinfo request URL 12 years ago
Vincent Petry f6e644b43f Catch storage exception in scanner for remote shares 12 years ago
Bjoern Schiessle 7216983a08 delete all server-to-server shares if a user gets deleted 12 years ago
Vincent Petry 9fbdd1072e Fix webdav mkdir for remote shares 12 years ago
Thomas Müller 87a754c72e avoid $this->cache being null - fixes #13491 12 years ago
Bjoern Schiessle 24993280ed Next step in server-to-server sharing next generation, see #12285 12 years ago
Robin Appelman e656af4c83 Root always exists 12 years ago
Robin Appelman f4701d7721 Add public api for mount configurations 12 years ago
Bjoern Schiessle 698ecbf308 OCS API for server-to-server sharing 12 years ago
Vincent Petry ee6d8c9d58 Store curl error message directly 12 years ago
Vincent Petry 768f3979e0 Check for cert bundle existence before using it 12 years ago
Robin Appelman 298011bf29 fix indention 12 years ago
Robin Appelman c2ebc192a6 Make external shares work with imported self-signed certificates 12 years ago
Robin Appelman bbe17f35a1 Remove no longer existing files from the cache when scanning external storage 12 years ago
Robin Appelman 97de7bb23e Fix remote share when remote server is installed at the root 12 years ago
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
Robin Appelman 8061a4ccc0 Remove external shares if the share is invalid 12 years ago
Robin Appelman 1c43081d38 Detect removed public shares 12 years ago
Jörn Friedrich Dreyer abc521dbf7 add missing backticks 12 years ago
Bjoern Schiessle 372d58544f no longer check if the external storage app is enabled, we use no the webdav implementation from core 12 years ago
Robin Appelman 1bb1504d24 Improve comment 12 years ago
Robin Appelman 6f5d5b9a30 Also check for updated permissions for webdav storages 12 years ago
Vincent Petry d22559200c Fix parsing of remote URL when mounting remote shares 12 years ago
Vincent Petry 9b001ed903 Setup the external share manager in a hook 12 years ago
Robin Appelman 3ed4e5b26b Prevent warning 12 years ago
Robin Appelman 0616eb4007 Fix multiple users having the same external share mountpoint 12 years ago
Robin Appelman 9670d3e98b Always send a POST body 12 years ago
Robin Appelman 455fbafb48 Fix undefined index error 12 years ago
Bjoern Schiessle 3bf7b54cd5 block server-to-server share if files_external is not activates, can be reverted once we moved to the webdav implementation in core 12 years ago
Robin Appelman e7b58ed2bd Properly expose read only public shares as read only 12 years ago
Robin Appelman 87e311b996 Fix storage being passed to cache/watcher and scanner when using storage wrappers 12 years ago
Robin Appelman decb51aee6 Fix deleting of external shares 12 years ago
Robin Appelman c8c8106168 generate better storage ids 12 years ago
Robin Appelman ce0aa7d4a8 Use the movable mount system for external shares 12 years ago
Robin Appelman 64ced76beb Save mountpoints relative to the user 12 years ago
Robin Appelman 87b0021e56 Scan the entire remote share at once by requesting the full file tree from the remote server 12 years ago
Robin Appelman a900c7aa94 Fix removing remote shares 12 years ago
Robin Appelman d7de35376d Add interface for accpeting external shares 12 years ago
Robin Appelman 0156ef8166 Add coments to database and dont use sql keywords as table names 12 years ago
Robin Appelman a44baaf8eb add remote/add external shares to manager 12 years ago
Robin Appelman 65f3b2fad2 Add server<->server sharing backend 12 years ago