Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Role based sharing of notes with only internal users #362

Closed
himsin opened this issue Dec 22, 2024 · 1 comment
Closed

Role based sharing of notes with only internal users #362

himsin opened this issue Dec 22, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@himsin
Copy link

himsin commented Dec 22, 2024

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.

  1. Ability to share note with specific users
  2. Ability to configure permissions on shared note e.g. read only, read+write.
  3. 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.
@dosubot dosubot bot added the enhancement New feature or request label Dec 22, 2024
blinko-space added a commit that referenced this issue Dec 27, 2024
…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.
github-actions bot pushed a commit that referenced this issue Dec 27, 2024
# [0.31.0](v0.30.7...v0.31.0) (2024-12-27)

### Features

* enhance note sharing functionality and update translations [#368](#368) [#356](#356) [#362](#362) ([9795776](9795776))
@blinko-space
Copy link
Owner

supported on v0.31.0
No complicated rights management.Added passwords for protection

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants