Commit Graph

389 Commits (0b9f7642a61d440764f96f4abbc174f175610e09)

Author SHA1 Message Date
Thomas Müller 87a754c72e avoid $this->cache being null - fixes #13491 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
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