Commit graph

7 commits

Author SHA1 Message Date
Sam
80cf699a73
feat(backend): cache user/member counts 2023-06-25 15:49:19 +02:00
Sam
d25545fa03
change import url 2023-06-03 16:18:47 +02:00
Sam
de460720da
feat: expose active user counts in API 2023-05-06 15:59:52 +02:00
Sam
5c8c6eed63
feat: add prometheus metrics 2023-04-17 23:44:21 +02:00
Sam
94cd4cd6d3
fix(backend): don't count deleted users + unlisted members in meta endpoint
This technically leaked the *existence* of these users and members,
but there's never been any way to enumerate users or unlisted members,
so this is unlikely to have *actually* leaked any information. Still,
for consistency's sake, this commit hides them from the user/member
count.
2023-04-17 16:33:05 +02:00
Sam
1647ec16a4
feat: add invites page 2023-03-14 00:16:19 +01:00
Sam
8c187d0fb3
feat(backend): add /api/v1/meta endpoint 2023-03-08 14:13:04 +01:00