Commit graph

108 commits

Author SHA1 Message Date
sam
7f971e8549
chore: add csharpier to husky, format backend with csharpier 2024-10-02 00:28:07 +02:00
sam
5fab66444f
chore: fix husky 2024-10-02 00:16:20 +02:00
sam
06f7019330
feat(backend): move internal endpoints to /api/internal 2024-10-02 00:15:14 +02:00
sam
eac0a17473
chore: add husky + prettier/dotnet format pre-commit 2024-10-01 22:35:17 +02:00
sam
aa756ac56a
chore(backend): format 2024-10-01 21:58:13 +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
5a8b7aae80
fix(backend): fix username regex accepting characters with diacritics 2024-10-01 16:04:36 +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
4002893323
feat(backend): limit total members per user 2024-09-30 21:44:41 +02:00
sam
80ac16694c
feat(frontend): start settings pages 2024-09-30 21:40:28 +02:00
sam
8f3478d57a
fix(backend): only validate member name if it's changed 2024-09-30 20:14:16 +02:00
sam
2b8e4c3e8d
feat(frontend): use __Host prefix for token cookie 2024-09-30 20:14:03 +02:00
sam
646c2694e1
add .noai file 2024-09-30 13:02:10 +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
sam
dc18ab60d2
feat(frontend): add flags to user page 2024-09-29 20:24:47 +02:00
sam
f539902711
feat(backend): render flags in member response 2024-09-29 19:52:22 +02:00
sam
e11e60e16b
feat(backend): add update member endpoint 2024-09-28 22:28:59 +02:00
sam
8fe8755183
feat(backend): validate links, allow setting links in POST /users/@me/members 2024-09-27 15:29:33 +02:00
sam
a3cbdc1a08
feat(backend): ability to set profile flags, return profile flags in get user endpoint 2024-09-27 14:48:09 +02:00
sam
6a4aa8064a
feat(backend): update flag endpoint 2024-09-27 00:38:34 +02:00
sam
758ab9ec5b
feat(backend): delete flag endpoint 2024-09-26 23:03:50 +02:00
sam
e20a7d3465
fix(backend): *actually* correctly hash images 2024-09-26 22:30:24 +02:00
sam
14e6e35cb7
feat(backend): add create flag endpoint and job 2024-09-26 22:26:40 +02:00
sam
ff2ba1fb1b
fix(backend): correctly hash images 2024-09-26 22:25:47 +02:00
sam
a70078995b
feat(backend): add pride flag models 2024-09-26 20:15:04 +02:00
sam
39b0917585
add script to prune designer files from migrations, add README with acknowledgements 2024-09-26 17:11:52 +02:00
sam
e83895255e
fix(backend): return last_sid_reroll in API, update last sid reroll + last active correctly 2024-09-26 17:09:40 +02:00
sam
b5f9ef9bd6
feat(backend): add short ID reroll endpoints 2024-09-26 16:38:43 +02:00
sam
e76c634738
feat(backend): return short IDs 2024-09-26 15:26:52 +02:00
sam
e7e4937082
fix(frontend): remove debug console.logs 2024-09-26 15:26:37 +02:00
sam
df93f28273
feat(backend): add short IDs to models 2024-09-26 15:08:08 +02:00
sam
6ea8861da2
feat(frontend): add member pagination 2024-09-26 02:15:54 +02:00
sam
a4a62fa6b6
fix(backend): invert unlisted member filter in RenderUserAsync 2024-09-26 02:14:58 +02:00
sam
6c7a26c73a
chore: add some names to ignored spell check words 2024-09-25 19:48:54 +02:00
sam
6f79d35f11
feat(frontend): add members to user page 2024-09-25 19:48:28 +02:00
sam
f81ae97821
feat(backend): return unlisted status in partial member for authenticated users 2024-09-25 19:48:09 +02:00
sam
bb649d1d72
fix: actually commit the favicon 2024-09-25 19:15:03 +02:00
sam
4732451040
feat(frontend): show user profile fields 2024-09-25 16:43:53 +02:00
sam
4ba28bbfde
feat(frontend): add correct favicon 2024-09-25 16:09:23 +02:00
sam
0f3ab19f6f
feat: remove dark mode toggle, switch to prefers-color-scheme
This means it's not possible to manually change the theme, but all major operating systems
support global dark mode now, so it shouldn't be a huge problem.
Will re-add the dark mode toggle if the Sec-CH-Prefers-Color-Scheme header gets added to Firefox and Safari.
2024-09-25 15:14:48 +02:00
sam
862a64840e
feat: add avatar/bio/links/names/pronouns to user page 2024-09-24 20:56:10 +02:00
sam
412d720abc
feat: add .net user importer 2024-09-18 21:44:47 +02:00