hedgedoc/docs/content/dev
David Mehren fddb7e8c8c
Allow anonymous user colors in DB schema
Every authorship now has an author that saves the color.
The author links to the session and optionally the user.
For anonymous users, the session now can be used to reidentify the user.
 If the user is logged-in, the userId is saved into the author table.
 This allows to identify the user even after the session expired.

 A note created by an anonymous user does not have an owner.
 The cardinality was updated to reflect that.

Signed-off-by: David Mehren <git@herrmehren.de>
2021-04-29 18:07:06 +02:00
..
2.0.md Add dev docs about deleting notes & revisions 2021-03-15 11:53:44 +01:00
api_auth.md Import meta-files 2022-01-23 22:02:58 +01:00
authentication.md Add dev docs about user profiles and authentication 2021-03-15 11:19:50 +01:00
config.md DevDocs: Add explanations for new config modules 2021-03-20 13:29:39 +01:00
db-schema.plantuml Allow anonymous user colors in DB schema 2021-04-29 18:07:06 +02:00
documentation.md Docs: Fix mkdocs link 2021-04-25 20:57:13 +02:00
notes.md Add dev docs about notes 2021-03-18 13:49:25 +01:00
public_api.yml MediaService: Remove allowedMimeType application/pdf 2021-03-15 22:41:40 +01:00