mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-01-09 19:22:05 +00:00
Merge pull request #1033 from hedgedoc/docs/delete_revisions
This commit is contained in:
commit
6e03f876db
1 changed files with 9 additions and 0 deletions
|
@ -14,6 +14,15 @@ The software provides two special groups which have no explicit users:
|
||||||
- `everyone` (Describing that everyone who wants to access a note can do if it is enabled in the config.)
|
- `everyone` (Describing that everyone who wants to access a note can do if it is enabled in the config.)
|
||||||
- `loggedIn` (Describing all users which are logged in)
|
- `loggedIn` (Describing all users which are logged in)
|
||||||
|
|
||||||
|
## Deleting notes and revisions
|
||||||
|
- The owner of a note may delete it.
|
||||||
|
- By default, this also removes all revisions and all files that were uploaded to that note.
|
||||||
|
- The owner may choose to skip deleting associated uploads, leaving them without a note.
|
||||||
|
- The frontend should show a list of all uploads that will be affected
|
||||||
|
and provide a method of skipping deletion.
|
||||||
|
- The owner of a note may delete all revisions. This effectively purges the edit
|
||||||
|
history of a note.
|
||||||
|
|
||||||
## Dev Setup
|
## Dev Setup
|
||||||
- Clone backend and frontend in two folders.
|
- Clone backend and frontend in two folders.
|
||||||
- Run `yarn install` in both projects
|
- Run `yarn install` in both projects
|
||||||
|
|
Loading…
Reference in a new issue