sam · they/them or it/its
sam pushed to main at sam/Foxnouns.NET 2024-11-03 12:53:35 +00:00
201c56c3dd feat: link discord account to existing account
sam pushed to main at sam/Foxnouns.NET 2024-11-03 01:07:19 +00:00
c4cb08cdc1 feat: initial fediverse registration/login
5a22807410 fix: don't pass CancellationToken to method that shouldn't abort
Compare 2 commits »
sam pushed to main at sam/Foxnouns.NET 2024-10-30 14:37:47 +00:00
d982342ab8 refactor: pass DbContextOptions into context directly
sam pushed to main at sam/Foxnouns.NET 2024-10-06 13:36:08 +00:00
0077a165b5 feat: add some fediverse authentication code
a4ca0902a3 fix(frontend): proxy authenticated non-GET requests through rate limiter
Compare 2 commits »
sam created branch feat/support in sam/Foxnouns.NET 2024-10-03 17:29:44 +00:00
sam pushed to feat/support at sam/Foxnouns.NET 2024-10-03 17:29:44 +00:00
ed3159c05d feat(backend): add support conversations
a4ca0902a3 fix(frontend): proxy authenticated non-GET requests through rate limiter
Compare 2 commits »
sam pushed to main at sam/Foxnouns.NET 2024-10-02 19:06:02 +00:00
567e794154 feat(frontend): hide everything email related if it's disabled on the backend
40da4865bc feat(frontend): add confirmation before force log out
Compare 2 commits »
sam pushed to main at sam/Foxnouns.NET 2024-10-02 00:46:46 +00:00
e030342358 feat(frontend): add, list email
5b17c716cb feat(backend): add add email address endpoint
Compare 2 commits »
sam pushed to main at sam/Foxnouns.NET 2024-10-01 22:28:22 +00:00
7f971e8549 chore: add csharpier to husky, format backend with csharpier
sam pushed to main at sam/Foxnouns.NET 2024-10-01 22:16:50 +00:00
5fab66444f chore: fix husky
06f7019330 feat(backend): move internal endpoints to /api/internal
eac0a17473 chore: add husky + prettier/dotnet format pre-commit
aa756ac56a chore(backend): format
42041d49bc feat: add force log out endpoint
Compare 5 commits »
sam pushed to main at sam/Foxnouns.NET 2024-10-01 14:30:58 +00:00
c18b79e570 sam struggles with caching 2024 colorized
sam pushed to main at sam/Foxnouns.NET 2024-10-01 14:27:49 +00:00
9b55747657 fix(frontend): only cache locale files for a minute
sam pushed to main at sam/Foxnouns.NET 2024-10-01 14:19:09 +00:00
3f8fe307ab fix(frontend): remove unused limits object from env.server
sam pushed to main at sam/Foxnouns.NET 2024-10-01 14:06:08 +00:00
2a66e3e25e feat(frontend): add username editing
5a8b7aae80 fix(backend): fix username regex accepting characters with diacritics
b1165c3780 refactor(frontend): extract avatar image component
Compare 3 commits »
sam pushed to main at sam/Foxnouns.NET 2024-09-30 20:07:17 +00:00
562ecc46bd feat(frontend): grab limits from API, add created time + member count to settings
4002893323 feat(backend): limit total members per user
80ac16694c feat(frontend): start settings pages
8f3478d57a fix(backend): only validate member name if it's changed
2b8e4c3e8d feat(frontend): use __Host prefix for token cookie
Compare 7 commits »
sam pushed to main at sam/Foxnouns.NET 2024-09-29 19:10:17 +00:00
0bdd0148d2 feat(frontend): member page
3f0a94af3d fix(frontend): reset colour and change size of member card links
Compare 2 commits »
sam pushed to main at sam/Foxnouns.NET 2024-09-29 18:33:01 +00:00
4514216405 refactor(frontend): extract profile view to component shared between users and members
dc18ab60d2 feat(frontend): add flags to user page
f539902711 feat(backend): render flags in member response
Compare 3 commits »
sam pushed to main at sam/Foxnouns.NET 2024-09-28 20:29:04 +00:00
e11e60e16b feat(backend): add update member endpoint
sam pushed to main at sam/Foxnouns.NET 2024-09-27 13:29:45 +00:00
8fe8755183 feat(backend): validate links, allow setting links in POST /users/@me/members
sam pushed to main at sam/Foxnouns.NET 2024-09-27 12:48:45 +00:00
a3cbdc1a08 feat(backend): ability to set profile flags, return profile flags in get user endpoint