pronounss/backend/routes
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
..
auth feat: restrict certain endpoints from API tokens and/or read-only tokens 2023-03-30 16:58:35 +02:00
bot chore: update backend dependencies 2023-04-04 04:11:03 +02:00
member fix: fix internal server error in POST /members 2023-04-08 01:25:27 +02:00
meta fix(backend): don't count deleted users + unlisted members in meta endpoint 2023-04-17 16:33:05 +02:00
mod feat: restrict certain endpoints from API tokens and/or read-only tokens 2023-03-30 16:58:35 +02:00
user fix: return u.ListPrivate in PATCH /users/@me response 2023-04-02 23:10:57 +02:00