Commit Graph

128 Commits (ae72f0c158a0eb0f6bbb098aa61d3b031ece0d66)

Author SHA1 Message Date
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 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 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 9f7b15582a fix add user to group to work with grouped shares 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
kondou 0f2ad9862e Initial work on shorter links 11 years ago
Joas Schilling a0e8e88bc6 Use correct language package so the subject is correctly translated 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
Tom Needham aeef10eb47 Add scrollto to the url if sharing a file for long file lists 11 years ago
Tom Needham 16dafa9cac Fix link to files and folders in internal share emails 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
Volkan Gezer 5f015067f4 suggestions by deepdiver 11 years ago
Volkan Gezer 90d8f42d7c typo fix from transifex suggestion 11 years ago
Bjoern Schiessle 67e302885c remove share permission if user is excluded from sharing 11 years ago
Bjoern Schiessle 4e87ac2bb9 make sure that we set the expire date if a date is adefault date is set 11 years ago
Michael Kuhn ecdd04374a Allow specifying the item source in unshareFromSelf(). 11 years ago
Bjoern Schiessle ecc1f92bb6 add OCS api call to set expire date for link shares 11 years ago
libasys cd88c2fd7b Update share.php 11 years ago
libasys b395ff549b Update share.php 11 years ago
Daniel Hansson 851c1f87d6 Fix for #9422 11 years ago
libasys e70a7af6da BugFix missing $item on 'file_target' Line 1911 11 years ago
Bjoern Schiessle a0b85fc5e4 make sure that during share and unshare the etags get propagated correctly 11 years ago
Robin Appelman c61f759a8b Fix check for shared files inside shares 11 years ago
Robin Appelman 65f3b2fad2 Add server<->server sharing backend 11 years ago
Vincent Petry 65b3d293ce Added ORDER BY to enforce share entry order 11 years ago
Bjoern Schiessle f15d7dfec0 only expire link shares 11 years ago
Bjoern Schiessle 3459f99dd6 make sure that we only delete shares for the current user 11 years ago