Commit Graph

401 Commits (a24d73aa0cde139c4aee0404c46c54bd1f94ada9)

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 73a058e301 by default send mail for new server-to-server share 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
Georg Ehrke 374ddbff55 show animated gifs on public sharing page 12 years ago
Andreas Fischer b4a52e889a Do not use key() on array as the result depends on the internal array pointer. 12 years ago
Vincent Petry a9f0582e3e Use source storage permissions when scanning shared storage 12 years ago
Thomas Müller 25806346c2 remove deprecated code - fixes #13119 12 years ago
Bjoern Schiessle d50e70ba3a set accept to 1 (=true) for all server-to-server shares on update, at this point in time all shares are created by the first version of server-to-server sharing and are accepted if they were added to the table 12 years ago
Vincent Petry 01c83158bb Fix source path when share is a mount point 12 years ago
Joas Schilling 70dcebbf92 Correctly return false when translating a foreign activity 12 years ago
Bjoern Schiessle 8c48be453e only send activity if we have a valid path and the file is readable 12 years ago
Robin Appelman 3afcc71764 Make sure the path passed to the activity manager is normalized 12 years ago
Bjoern Schiessle 393deb5961 add activity if public shared file/folder was downloaded 12 years ago
Bjoern Schiessle 24993280ed Next step in server-to-server sharing next generation, see #12285 12 years ago
Vincent Petry 11b3aa2dbe Fix issues with searchByTag in shared storage 12 years ago
Robin Appelman e656af4c83 Root always exists 12 years ago
Morris Jobke d41082f4d6 first step to drop \OCP\Config:: in favour of IConfig 12 years ago
Joas Schilling 46def69574 Specify list of activity parameters for sharing extension 12 years ago
Vincent Petry 15ecb28d50 Make $userId mandatory for searchByTags 12 years ago
Vincent Petry 25dde7e93b Added searchByTags to view, storage and cache 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
Robin Appelman ce10b93519 Dont return cached date in shared cache when the file doesn't exist 12 years ago
Joas Schilling 2c39aec8cb Replace deprecated constant with new class constant 12 years ago
Bjoern Schiessle 1d33503487 we no longer need to keep the session open for encryption 12 years ago
Lukas Reschke 8589079590 Close session only if encryption app is not enabled 12 years ago
Bjoern Schiessle a7ebfe87c9 also check for the correct owner if it was submitted 12 years ago
Lukas Reschke a6ebb17610 Remove unused variable and make Scrutinizer happy. 12 years ago
Lukas Reschke f3ab4f3faf Don't disclose relative directory path for single shared files of user 12 years ago
Lukas Reschke 1b85f40cbe $file only contains the filename and not the absolute path, that means that files in a subdirectory will not get properly resolved and an empty filesize is returned. 12 years ago
Lukas Reschke 8595b76df2 Remove phpass and migrate to new Hasher interface 12 years ago
Vincent Cloutier fad621140b Added download size on public sharing 12 years ago
Lukas Reschke 988c85d292 Refactor file sharing public link handling 12 years ago
Robin Appelman 7ecd220715 Setup shared mounts for the correct user when setting up the filesystem for the non-logged in user 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
Vincent Petry f44e617dfd Fix warning with unset extension check 12 years ago
Robin Appelman 4438c7de1d Fix shared cache getFolderContents 12 years ago
Robin Appelman 6ed9f53fcd also update shared watcher 12 years ago
Bjoern Schiessle 527e1d001f try to get path from filesystem 12 years ago
Bjoern Schiessle 3431d547a9 fix performance issues 12 years ago
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