You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've multiple users configured and there are times when I would like to share a note with another user within same server. I don't want this note to be public.
Ability to share note with specific users
Ability to configure permissions on shared note e.g. read only, read+write.
Ability to add the shared note in notes section. If any of the user modifies the note then it will be reelected for all the users who have access to the note.
The text was updated successfully, but these errors were encountered:
…356#362
- Added new fields to the notes model for sharing: shareEncryptedUrl, shareExpiryDate, shareMaxView, and shareViewCount.
- Implemented share note feature in the backend, allowing notes to be shared with optional password protection and expiration.
- Updated frontend components to support sharing functionality, including a share dialog and password verification.
- Enhanced user experience with new translations for sharing-related messages across multiple languages.
- Removed fallback-development.js as it is no longer needed.
I've multiple users configured and there are times when I would like to share a note with another user within same server. I don't want this note to be public.
The text was updated successfully, but these errors were encountered: