Commit Graph

131 Commits (f4dc9e6bf3bf1db1712fde818b5df64516763ce6)

Author SHA1 Message Date
Vincent Petry 80f83ab5e0 Do not return shares for files outside "files" 10 years ago
Bjoern Schiessle 223cca2a07 also call generateTarget for group share to add the correct prefix if share_folder is defined in config.php 10 years ago
Jenkins for ownCloud b585d87d9d Update license headers 10 years ago
Roeland Jago Douma 3c39658a1c When the expiration date is enforced respect this 10 years ago
Morris Jobke 06aef4e8b1 Revert "Updating license headers" 10 years ago
Jenkins for ownCloud 6a1a4880f0 Updating license headers 10 years ago
Joas Schilling b180724cd0 Extract the remote host from user input in share dropdown 10 years ago
Joas Schilling 31b93ac19a Do not overwrite the shareType so the post hook is still correct 10 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 10 years ago
Bjoern Schiessle c78e3c4a7f make sure that we always create a public share key for remote shares 10 years ago
Bjoern Schiessle 82de50d5b9 remove trailing slash 10 years ago
Vincent Petry 8fa3e7a6bf Do not retrieve shares through group if user has no group 10 years ago
Vincent Petry 9f137ac259 Fix reshare permission change to not impair other deletion code 10 years ago
Vincent Petry 40931a8b0d Fix getItemSharedWithUser for groups 10 years ago
Bjoern Schiessle 24993280ed Next step in server-to-server sharing next generation, see #12285 10 years ago
Bjoern Schiessle 698ecbf308 OCS API for server-to-server sharing 10 years ago
Joas Schilling 2c39aec8cb Replace deprecated constant with new class constant 10 years ago
Bjoern Schiessle a7ebfe87c9 also check for the correct owner if it was submitted 10 years ago
Bjoern Schiessle ea4eedd35a only users can have a display name different from the id 10 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 10 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 10 years ago
Lukas Reschke 8595b76df2 Remove phpass and migrate to new Hasher interface 10 years ago
Lukas Reschke c30b7f8197 Remove unreachable statement 11 years ago
Bjoern Schiessle b7718bc212 always use the correct share type 11 years ago
Bernhard Reiter 7e9baafc53 Add option to include tags for shared items. 11 years ago
Bjoern Schiessle c6c9a51b11 distinguish between file dependent shares and other shares 11 years ago
Bjoern Schiessle 3431d547a9 fix performance issues 11 years ago
Bjoern Schiessle 6e7acb8ae0 some small fixed, suggested by scrutinizer 11 years ago
Bjoern Schiessle 2a4da7fe09 on unshare only unshare childrens if there is no other parent available 11 years ago
Bjoern Schiessle e115a7043f only create a new share entry, if the user needs a different target name than the group share 11 years ago
Bjoern Schiessle ed85055d31 for group shares we don't need a extra db entry of groupTarget equals itemTarget 11 years ago
Bjoern Schiessle d242e518f9 for group shares only the parent has the up-to-date permission. Make sure that we always use this permission, except if the user permission is '0' because in this case the user unshared the group share from self 11 years ago
Bjoern Schiessle 968152113e always select permissions, used in getItems() 11 years ago
Bjoern Schiessle d5fc011c90 some small fixes 11 years ago
Bjoern Schiessle 07d43df713 only add a new row if it isn't a unique share, otherwise update the existing row 11 years ago
Bjoern Schiessle bd268c35f5 generateTarget() will always find a unique target 11 years ago
Bjoern Schiessle 9105e17307 unit tests for grouping of shares pointing to the same source 11 years ago
Bjoern Schiessle 89c3b650e6 group shares and combine permissions 11 years ago
kondou a10411d2bc Readd TOKEN_LENGTH 11 years ago
kondou 226b203e20 Use base62 and remove configuration options for link length 11 years ago
kondou c2d8eabd71 Change config.sample entry and use MediumSecurity 11 years ago
kondou 3bf725d7e0 Adapt token size to new generation and add an option for free length specification 11 years ago
kondou 2a4c51389c Use a route instead of s.php and convert tokens asap 11 years ago
Robin Appelman d0266c0bf8 Use public api for getting l10n 11 years ago
Jörn Friedrich Dreyer f551917a3c kill OC::$session 11 years ago
Bjoern Schiessle d9f35d8c15 we need the recipient as a additional parameter to know for which share the notification was send 11 years ago
Volkan Gezer 173538befb typo fix from transifex suggestion 11 years ago
Bjoern Schiessle 48c57b80e3 remove trailing slash from path 11 years ago
Bjoern Schiessle 41cca70a63 don't display share permission if resharing was disabled by the admin 11 years ago
Volkan Gezer 7a07690b25 expire -> expiration 11 years ago