Commit Graph

189 Commits (cdeb2052bb4feebc2566bf03a9316cd4e21040b3)

Author SHA1 Message Date
Joas Schilling b4471c2591 Fix the share mail notification when the item is in a folder 11 years ago
Morris Jobke fbba7a61cb Use internally \OCP\ILogger instead of \OC\Log 11 years ago
Joas Schilling f524ae261a Ignore "parent" shares when the sharee is the owner of the reshare-source 11 years ago
Joas Schilling 3c37cbdfe7 Correctly select file cache values also when checking group shares 11 years ago
Joas Schilling 2eecfcbb80 Fix scrutinizer complains and return type doc 11 years ago
Joas Schilling 9fb7d0bca9 Correctly remove the protocol before prepeding it 11 years ago
Joas Schilling 8f7c64253e Correctly generate the feedback URL for remote share 11 years ago
Roeland Jago Douma 73bb3a22f6 Password set via OCS API should not be double escaped 11 years ago
Joas Schilling 46083006e1 fix several issues with doc blocks on share.php 11 years ago
Robin Appelman 30ad56813a propagate etags for all user of a share 11 years ago
Robin Appelman 518d5aadf5 Allow getting *all* share entries owned by a user 11 years ago
Morris Jobke e837927ad5 fix followup issues with unneeded parameters 11 years ago
Morris Jobke ccf47f40aa Remove unused variables 11 years ago
Lukas Reschke e3ad99d252 Add "Reply-To" support to sharing mails and refactor code 11 years ago
Bjoern Schiessle 332ea77865 only create a db entry for the user in case of a name conflict on group share 11 years ago
Bjoern Schiessle 0eee3a2618 remove unencrypted_size from the cache, size will contain the unencrypted size 11 years ago
Roeland Jago Douma 0bf06d6691 No injections 11 years ago
Roeland Jago Douma b0aa17b13f OCS Fixes to allow setting of password without removing additional settings 11 years ago
Vincent Petry 80f83ab5e0 Do not return shares for files outside "files" 11 years ago
Bjoern Schiessle 223cca2a07 also call generateTarget for group share to add the correct prefix if share_folder is defined in config.php 11 years ago
Jenkins for ownCloud b585d87d9d Update license headers 11 years ago
Roeland Jago Douma 3c39658a1c When the expiration date is enforced respect this 11 years ago
Morris Jobke 378eef7eb4 migrate share helper method to IConfig 11 years ago
Morris Jobke 06aef4e8b1 Revert "Updating license headers" 11 years ago
Jenkins for ownCloud 6a1a4880f0 Updating license headers 11 years ago
Joas Schilling b180724cd0 Extract the remote host from user input in share dropdown 11 years ago
Joas Schilling 31b93ac19a Do not overwrite the shareType so the post hook is still correct 11 years ago
Bjoern Schiessle 1448f281b7 for password protected link shares the password is stored in shareWith, so we need to set this manually to null for the hooks 11 years ago
Robin Appelman 2e34db2bb3 Dont create exclude list for generating the share target 11 years ago
Bjoern Schiessle c78e3c4a7f make sure that we always create a public share key for remote shares 11 years ago
Bjoern Schiessle 82de50d5b9 remove trailing slash 11 years ago
Vincent Petry 8fa3e7a6bf Do not retrieve shares through group if user has no group 11 years ago
Vincent Petry 9f137ac259 Fix reshare permission change to not impair other deletion code 11 years ago
Vincent Petry 40931a8b0d Fix getItemSharedWithUser for groups 11 years ago
Bjoern Schiessle b6f63e9b3d don't delete share table entries for the unique name if re-share permission was removed 11 years ago
Bjoern Schiessle 24993280ed Next step in server-to-server sharing next generation, see #12285 12 years ago
Morris Jobke 0d4f0ab871 reduce OC_Preferences, OC_Config and \OCP\Config usage 12 years ago
Bjoern Schiessle 698ecbf308 OCS API for server-to-server sharing 12 years ago
Joas Schilling 2c39aec8cb Replace deprecated constant with new class constant 12 years ago
Bjoern Schiessle a7ebfe87c9 also check for the correct owner if it was submitted 12 years ago
Miguel Prokop 397f14ed86 Consolidate if statement, and update unit test 12 years ago
Miguel Prokop 1d4d308a6c fix calculation of expiration date if there is a default expiration date set (but not forced) and the user does not want the link to expire. 12 years ago
Bjoern Schiessle ea4eedd35a only users can have a display name different from the id 12 years ago
Bjoern Schiessle 367468ff1f make sure that we only find the shares from the correct share type if users and groups with the same ID exists 12 years ago
Bjoern Schiessle 5192641447 make sure that we don't find the wrong shares if a user and a group have the same ID 12 years ago
Lukas Reschke 8595b76df2 Remove phpass and migrate to new Hasher interface 12 years ago
Lukas Reschke c30b7f8197 Remove unreachable statement 12 years ago
Bjoern Schiessle b7718bc212 always use the correct share type 12 years ago
Bernhard Reiter 7e9baafc53 Add option to include tags for shared items. 12 years ago
Bjoern Schiessle c6c9a51b11 distinguish between file dependent shares and other shares 12 years ago