Commit graph

80 commits

Author SHA1 Message Date
sam
3828dd8f97
are you fucking kidding me 2024-12-11 02:09:42 +01:00
sam
775c17ca20
fix email callback 2024-12-11 02:05:37 +01:00
sam
a9ccc12671
add favicon 2024-12-11 01:44:12 +01:00
sam
3338243cea
feat: log in with tumblr 2024-12-09 21:48:07 +01:00
sam
8a8b4caa18
feat: log in with google 2024-12-09 21:07:53 +01:00
sam
bb2fa55cd5
feat: docker config for new frontend 2024-12-09 18:04:56 +01:00
sam
c6eba5b51a
feat(frontend): links editor 2024-12-09 17:05:43 +01:00
sam
b0a286dd9f
feat(frontend): member fields and flags editors, fix user fields editor 2024-12-09 16:41:54 +01:00
sam
2a0df335bc
feat(frontend): user profile flag editor 2024-12-09 16:33:06 +01:00
sam
d9d48c3cbf
feat: flag management 2024-12-09 14:52:31 +01:00
sam
bc7fd6d804
feat(frontend): register/log in with email 2024-12-04 17:43:02 +01:00
sam
57e1ec09c0
feat: link fediverse account to existing user 2024-12-04 01:49:03 +01:00
sam
c20831f20d
feat(frontend): export ui 2024-12-03 20:02:09 +01:00
sam
74222ead45
feat(frontend): replace placeholder avatar with identicons
i don't actually know what the license on the kitten image is, and while
it's very unlikely, i don't want to get into legal trouble. it was only
ever supposed to be a temporary image, too.

identicons aren't the prettiest but at least they have a clear license
:3
2024-12-03 15:19:52 +01:00
sam
71d3b42330
fix(frontend): don't throw a 500 error if a user or member doesn't exist 2024-12-03 14:55:41 +01:00
sam
f0ae648492
feat(frontend): force log out page 2024-12-02 16:32:13 +01:00
sam
54be457a47
chore(frontend): add docs to RequestArgs 2024-12-02 16:31:48 +01:00
sam
02e2b230bf
feat(frontend): actual error page 2024-12-02 15:24:09 +01:00
sam
f3bb2d5d01
fix(frontend): add autocomplete=off tags to most inputs 2024-12-02 15:06:17 +01:00
sam
de733a0682
feat(frontend): discord registration/login/linking
also moves the registration form found on the mastodon callback page
into a component so we're not repeating the same code for every auth method
2024-11-28 21:37:30 +01:00
sam
71b59dbb00
feat: add icon list generation script
this is used to validate icons for custom preferences. it generates both
typescript and c# code
2024-11-27 20:00:28 +01:00
sam
f435ad4cf5
feat(frontend): fields editor 2024-11-27 19:50:45 +01:00
sam
59496a8cd8
feat(frontend): edit names/pronouns 2024-11-25 23:07:17 +01:00
sam
b6d42fb15d
feat(frontend): replace non-working bootstrap tooltips with tippy.js 2024-11-25 21:43:11 +01:00
sam
004111feb6
feat(frontend): unlisted toggle on member editor 2024-11-25 21:25:18 +01:00
sam
c0bb76580d
even more frontend stuff 2024-11-25 17:35:24 +01:00
sam
261435c252
feat: so much more frontend stuff 2024-11-24 22:19:53 +01:00
sam
c179669799
feat(frontend): start settings 2024-11-24 17:36:12 +01:00
sam
0d47f1fb01
you know what let's just change frontend framework again 2024-11-24 15:55:47 +01:00
sam
9160281ea2
feat: remove auth method 2024-11-04 22:04:04 +01:00
sam
201c56c3dd
feat: link discord account to existing account 2024-11-03 13:53:16 +01:00
sam
c4cb08cdc1
feat: initial fediverse registration/login 2024-11-03 02:07:07 +01:00
sam
a4ca0902a3
fix(frontend): proxy authenticated non-GET requests through rate limiter 2024-10-03 16:53:26 +02:00
sam
567e794154
feat(frontend): hide everything email related if it's disabled on the backend 2024-10-02 21:05:52 +02:00
sam
40da4865bc
feat(frontend): add confirmation before force log out 2024-10-02 16:49:33 +02:00
sam
e030342358
feat(frontend): add, list email 2024-10-02 02:46:39 +02:00
sam
06f7019330
feat(backend): move internal endpoints to /api/internal 2024-10-02 00:15:14 +02:00
sam
42041d49bc
feat: add force log out endpoint 2024-10-01 21:25:51 +02:00
sam
c18b79e570
sam struggles with caching 2024 colorized 2024-10-01 16:30:51 +02:00
sam
9b55747657
fix(frontend): only cache locale files for a minute 2024-10-01 16:27:44 +02:00
sam
3f8fe307ab
fix(frontend): remove unused limits object from env.server 2024-10-01 16:19:04 +02:00
sam
2a66e3e25e
feat(frontend): add username editing 2024-10-01 16:06:02 +02:00
sam
b1165c3780
refactor(frontend): extract avatar image component 2024-10-01 14:44:34 +02:00
sam
562ecc46bd
feat(frontend): grab limits from API, add created time + member count to settings 2024-09-30 22:05:14 +02:00
sam
80ac16694c
feat(frontend): start settings pages 2024-09-30 21:40:28 +02:00
sam
2b8e4c3e8d
feat(frontend): use __Host prefix for token cookie 2024-09-30 20:14:03 +02:00
sam
19bfee6203
fix(frontend): correct wording in own member alert 2024-09-29 21:32:09 +02:00
sam
0bdd0148d2
feat(frontend): member page 2024-09-29 21:10:11 +02:00
sam
3f0a94af3d
fix(frontend): reset colour and change size of member card links 2024-09-29 20:37:30 +02:00
sam
4514216405
refactor(frontend): extract profile view to component shared between users and members 2024-09-29 20:32:54 +02:00