nextcloud / nextcloud/richdocuments
Disable creating new files when server-side encryption is enabled
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 453
- Forks
- 147
- Avg merge
- 14h 54m
- Merged PRs (30d)
- 83
Description
Is your feature request related to a problem? Please describe.
When server-side encryption is enabled it is not possible to create a new CollaboraOnline document, spreadsheet or presentation file from Nextcloud directly.
Describe the solution you'd like
Disable creating a new CollaboraOnline file in Nextcloud directly if server-side encryption is enabled.
Describe alternatives you've considered
Disabling the possibility to create a new CollaboraOnline within Nextcloud could be done dynamically by Nextcloud (if server-side encryption enabled...) or it could even be a option in this app's settings (checkbox).
Additional context
Do not hesitate to comment if you need additional info.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No files or tests are named in the issue. Start by locating the entry points that create new CollaboraOnline documents, spreadsheets, and presentations, then determine how the app can detect whether server-side encryption is enabled. Done means creation is unavailable when encryption is enabled while remaining available otherwise, with the relevant behavior covered by tests if the project has them.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100