Commit Graph

339 Commits (e762ff2bbdc4eefd6aefab1950f7da83f2c6735d)

Author SHA1 Message Date
Bjoern Schiessle 6e7acb8ae0 some small fixed, suggested by scrutinizer 12 years ago
Bjoern Schiessle e5f0dded84 throw a exception if we can't handle the provided path 12 years ago
Bjoern Schiessle 52b6469b0c call \OCP\Share::getItemsSharedWithUser() to get exclude list, this way all checks are executed, e.g. to check if the share is really visible 12 years ago
Bjoern Schiessle d5fc011c90 some small fixes 12 years ago
Bjoern Schiessle 89c3b650e6 group shares and combine permissions 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
Jörn Friedrich Dreyer f551917a3c kill OC::$session 12 years ago
Morris Jobke b3b3354809 move to public namespace 12 years ago
Stephan Peijnik 2df52e54d7 Fix STORAGE_* constants usage by moving those constants into \OC\Files\Filesystem. 12 years ago
Bjoern Schiessle c9903f2e68 make share folder configurable 12 years ago
Robin Appelman bbe17f35a1 Remove no longer existing files from the cache when scanning external storage 12 years ago
Robin Appelman bba59bf815 Cast file id's to int so we can compare them properly 12 years ago
Robin Appelman eb8683e6ee trim leading slash 12 years ago
Robin Appelman 12207ec0c7 Fix SharedCache::getPathById 12 years ago
Bjoern Schiessle f451173817 remove unused variable 12 years ago
Jörn Friedrich Dreyer a7b4cd77b1 traverse folders in php to search in shared files 12 years ago
Bjoern Schiessle b7958f79c3 adjust error code 12 years ago
Bjoern Schiessle ecc1f92bb6 add OCS api call to set expire date for link shares 12 years ago
Robin Appelman 97de7bb23e Fix remote share when remote server is installed at the root 12 years ago
Vincent Petry 658828867c Correctly return the owner display name for children of shares 12 years ago
Vincent Petry f4f52cf242 Fix update cleanup to only affect file and folders 12 years ago
Vincent Petry 5e8959a5b3 Return and use isPreviewAvailable for share previews 12 years ago
Bjoern Schiessle 3b9fa81581 if a folder gets deleted we unshare all shared files/folders below 12 years ago
Bjoern Schiessle ea31ab7b5c rename mount point of children if parent was renamed 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
Bjoern Schiessle 38ff8173ab make sure that hooks are registered for the tests 12 years ago
Vincent Petry d22559200c Fix parsing of remote URL when mounting remote shares 12 years ago
Bjoern Schiessle a0b85fc5e4 make sure that during share and unshare the etags get propagated correctly 12 years ago
Bjoern Schiessle 84d36df70b make sure that we always return the correct permissions 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 9c2918a626 Fix setupFromToken when a password is set 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
Bjoern Schiessle 84a651e46d add settings to disable server to server sharing 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