(frontend) add access request on doc share modal

Add the access request to the document
share modal, allowing admin to see and manage
access requests directly from the modal interface.
This commit is contained in:
Anthony LC
2025-06-24 17:42:41 +02:00
committed by Manuel Raynaud
parent 411d52c73b
commit 2360a832af
7 changed files with 403 additions and 18 deletions

View File

@@ -16,6 +16,7 @@ and this project adheres to
- 🔧(front) configure x-frame-options to DENY in nginx conf #1084
- (doc) add documentation to install with compose #855
- ✨(backend) allow to disable checking unsafe mimetype on attachment upload
- ✨Ask for access #1081
### Changed
@@ -33,7 +34,7 @@ and this project adheres to
- 🔧(git) set LF line endings for all text files #1032
- 📝(docs) minor fixes to docs/env.md
## Removed
### Removed
- 🔥(frontend) remove Beta from logo #1095