Commit Graph

78 Commits

Author SHA1 Message Date
Sam 5594463a09
fix(backend): use to-be-set custom preferences when validating fields, remove constants 2023-04-21 16:35:13 +02:00
Sam 2c71741d7c feat(backend): add custom preferences 2023-04-20 07:33:01 +00:00
Sam 7ea5efae93 feat: start custom preferences on backend 2023-04-20 07:33:01 +00:00
Sam 86a1841f4f
fix(backend): don't use redis GETDEL 2023-04-20 01:30:33 +02:00
Sam 488544dd5f
feat: add google oauth 2023-04-18 22:52:58 +02:00
Sam 716c1283e7
feat: add tumblr oauth 2023-04-18 03:49:37 +02:00
Sam 5c8c6eed63
feat: add prometheus metrics 2023-04-17 23:44:21 +02:00
Sam b4c331daa0
fix: fix tokens to expire after 3 months and always inherit admin perms from user 2023-04-17 23:43:04 +02:00
Sam d17b43d2a7
chore: update backend dependencies 2023-04-04 04:11:03 +02:00
Sam ef9b186e66
feat(backend): add unlisted members, private member list, custom members header 2023-04-01 17:20:59 +02:00
Sam 2716471fa9
feat: add API tokens + force log out button 2023-03-30 16:50:30 +02:00
Sam 0ce6453bf7
chore: remove lines left over from imagemagick 2023-03-30 15:19:44 +02:00
Sam ab39f64ad5
feat: switch to Go libraries for avatar conversion instead of ImageMagick 2023-03-30 14:44:32 +02:00
Sam c98e4390b1
fix: validate WordStatus correctly, raise field entry length limit to 100 2023-03-30 00:15:21 +02:00
Sam 96376516b0
feat(!): use strings for WordStatus enum instead of ints 2023-03-29 23:59:51 +02:00
Sam bca0404b71
fix: fix avatars losing transparency (closes #39) 2023-03-29 11:36:20 +02:00
Sam 75407827bc
feat: better but not perfect misskey auth support 2023-03-25 15:54:09 +01:00
Sam 987ff47704
feat: misskey oauth (fixes #26) 2023-03-25 03:27:40 +01:00
Sam 293f68e88c
feat: add warnings page, add delete user + acknowledge report options 2023-03-23 17:13:23 +01:00
Sam f02e64fca7
feat: add report button to profiles 2023-03-23 15:20:07 +01:00
Sam a0bc39bcba
feat: backend for warnings, partial frontend for reports 2023-03-23 14:54:43 +01:00
Sam 29274287a2
frontend: add reports list 2023-03-23 11:30:47 +01:00
Sam 3bb97b8274
feat(backend): add create user report endpoint 2023-03-21 17:16:16 +01:00
Sam 799d27b58c
feat: add list reports endpoints 2023-03-21 14:27:39 +01:00
Sam 76a8b30fe2
Merge branch 'main' into reports 2023-03-20 16:40:47 +01:00
Sam 6d32d05d98
feat(backend): add force delete endpoint 2023-03-20 15:04:32 +01:00
Sam 33f903b07d
start reports/moderation in backend 2023-03-19 16:14:09 +01:00
Sam 004403895a
fix: require >1 provider for unlink account endpoints (fixes #29) 2023-03-18 23:04:50 +01:00
Sam d223cd89e8
fix: validate member name contents 2023-03-18 23:00:44 +01:00
Sam fe0680d587
fix: crop avatars to square 2023-03-18 22:51:54 +01:00
Sam b2bc608ec8
feat: allow unlinking auth providers 2023-03-18 16:54:31 +01:00
Sam 97191933cb
feat: allow linking fediverse account to existing user 2023-03-18 15:19:53 +01:00
Sam d6bb2f7743
fix(backend): return fedi info in /users/@me routes 2023-03-17 14:14:31 +01:00
Sam cf424d3ae4
feat: sign up/log in with mastodon 2023-03-16 15:50:39 +01:00
Sam 17f6ac4d23
feat(backend): start on fediverse auth support 2023-03-16 11:43:25 +01:00
Sam 15109819df
feat(backend): add data export 2023-03-15 15:24:51 +01:00
Sam ec6043df30
feat: member edit page 2023-03-14 17:06:35 +01:00
Sam 9bfabcc1f1
feat: cancel user deletion 2023-03-14 16:16:07 +01:00
Sam fb10f29e2b
feat: add clean db script 2023-03-13 23:26:12 +01:00
Sam 62b2e3ca0d
feat(backend): add max invites to /users/@me responses, use token ID for DELETE /auth/tokens/{id} 2023-03-13 17:01:36 +01:00
Sam 57ed81add3
feat(backend): add delete avatar logic 2023-03-13 02:19:03 +01:00
Sam 163e7c3fd6
feat: hashes in avatar file names (closes #19) 2023-03-13 02:04:09 +01:00
Sam c8b5b7e2c2
feat(frontend): working Discord login + signup 2023-03-12 04:25:53 +01:00
Sam b8a7e7443d
feat(backend): use jsonb instead of composite type arrays 2023-03-12 01:31:10 +01:00
Sam 75f628c722
fix: make discord login work if no user exists 2023-03-11 16:49:07 +01:00
Sam ff3d612b06
feat(backend): add DELETE /users/@me endpoint 2023-03-08 10:32:18 +01:00
Sam 11363d6769
feat(frontend): make field entries sortable 2023-03-05 04:18:35 +01:00
Sam b41ca0b753
fix(backend): fix sql errors in CreateUser and User.UpdateFromDiscord 2023-02-25 22:16:22 +01:00
Sam d6017f1edf
feat: read/write improved names/pronouns for users, read/write improved fields/names/pronouns for members 2023-01-31 00:50:17 +01:00
Sam c6537c920d
feat: read/write improved fields for users, read improved names/pronouns for users 2023-01-14 17:33:18 +01:00