Commit graph

6 commits

Author SHA1 Message Date
4ee66ae3c7 Begin implementing user privileges. 2023-04-16 17:51:03 +00:00
e73cea64b7 Apply modified #60 2023-03-04 21:43:41 +00:00
c8c4c705a5 Convert proposals to man pages. 2023-03-04 20:26:16 +00:00
58dae3a0c9 Remove user create Admin endpoint, and the associated privilege.
If an admin wants to create a user, he or she should have the ISSUE_TOKEN
privilege. The admin can use that to create a one-time registration token,
and then just use the regular registration API with that token.
2023-02-27 18:02:35 +00:00
e1efac41fa Fix admin endpoint to be /_telodendria/admin instead of /admin.
This is how Synapse and Dendrite do it. It makes sense to me.
2023-02-04 00:24:17 +00:00
a4ec6cf6c7 Apply #45 2023-02-04 00:21:36 +00:00