Module sharing

Module sharing 

Source
Expand description

File sharing and collaboration module

This module contains handlers for sharing files and managing collaborations:

  • Bundle creation and management (share links)
  • Bundle recipients and notifications
  • File requests
  • Inbox uploads and recipients

Re-exports§

pub use bundle_actions::BundleActionHandler;
pub use bundle_downloads::BundleDownloadHandler;
pub use bundle_notifications::BundleNotificationHandler;
pub use bundle_recipients::BundleRecipientHandler;
pub use bundle_registrations::BundleRegistrationHandler;
pub use bundles::BundleHandler;
pub use form_field_sets::FormFieldSetHandler;
pub use inbox_recipients::InboxRecipientHandler;
pub use inbox_registrations::InboxRegistrationHandler2;
pub use inbox_uploads::InboxUploadHandler;
pub use requests::RequestHandler;
pub use share_groups::ShareGroupHandler;
pub use bundle_actions::BundleActionEntity;
pub use bundle_downloads::BundleDownloadEntity;
pub use bundle_notifications::BundleNotificationEntity;
pub use bundle_recipients::BundleRecipientEntity;
pub use bundle_registrations::BundleRegistrationEntity;
pub use bundles::BundleEntity;
pub use bundles::BundlePermission;
pub use form_field_sets::FormFieldSetEntity;
pub use inbox_recipients::InboxRecipientEntity;
pub use inbox_registrations::InboxRegistrationEntity2;
pub use inbox_uploads::InboxRegistrationEntity;
pub use inbox_uploads::InboxUploadEntity;
pub use requests::RequestEntity;
pub use share_groups::ShareGroupEntity;

Modules§

bundle_actions
bundle_downloads
bundle_notifications
Bundle notification configuration
bundle_recipients
bundle_registrations
bundles
Bundle (Share Link) operations
form_field_sets
Form field set management
inbox_recipients
inbox_registrations
inbox_uploads
Inbox Upload operations
requests
Request (File Request) operations
share_groups
Share group management