|
7e6698c3fb
|
update to .net 9 and add new OpenAPI packages
|
2024-12-10 15:28:44 +01:00 |
|
|
d30ebacc72
|
chore: add license headers to all c# files
|
2024-12-09 21:11:46 +01:00 |
|
|
8bd4449804
|
refactor(backend): move all request/response types to a new Dto namespace
|
2024-12-09 13:58:18 +01:00 |
|
|
f8e6032449
|
chore(backend): add roslynator and fix diagnostics
|
2024-12-08 15:17:18 +01:00 |
|
|
649988db25
|
refactor(backend): use explicit types instead of var by default
|
2024-12-08 15:07:25 +01:00 |
|
|
57e1ec09c0
|
feat: link fediverse account to existing user
|
2024-12-04 01:49:03 +01:00 |
|
|
201c56c3dd
|
feat: link discord account to existing account
|
2024-11-03 13:53:16 +01:00 |
|
|
c4cb08cdc1
|
feat: initial fediverse registration/login
|
2024-11-03 02:07:07 +01:00 |
|
|
5a22807410
|
fix: don't pass CancellationToken to method that shouldn't abort
also add license header to project
|
2024-11-02 21:23:49 +01:00 |
|
|
7f971e8549
|
chore: add csharpier to husky, format backend with csharpier
|
2024-10-02 00:28:07 +02:00 |
|
|
06f7019330
|
feat(backend): move internal endpoints to /api/internal
|
2024-10-02 00:15:14 +02:00 |
|
|
2cef7523d2
|
chore(backend): silence some more resharper errors
|
2024-09-14 16:37:52 +02:00 |
|
|
ff22530f0a
|
feat(frontend): add discord callback page
this only handles existing accounts for now, still need to write an action function
|
2024-09-13 14:56:38 +02:00 |
|
|
c77ee660ca
|
refactor: more consistent field names, also in STYLE.md
|
2024-09-09 14:50:00 +02:00 |
|
|
344a0071e5
|
start (actual) email auth, add CancellationToken to most async methods
|
2024-09-09 14:37:59 +02:00 |
|
|
6c9d1c328b
|
fix: add class context to all loggers, format
|
2024-09-04 14:25:44 +02:00 |
|
|
fb34464199
|
feat(backend): improve bad request errors
|
2024-07-14 16:44:41 +02:00 |
|
|
e95e0a79ff
|
feat: add PATCH request support, expand PATCH /users/@me, serialize enums correctly
|
2024-07-12 17:12:24 +02:00 |
|
|
d6c9345dba
|
too many things to list (notably, user avatar update)
|
2024-07-08 19:03:04 +02:00 |
|
|
a7950671e1
|
feat: initial working discord authentication
|
2024-06-13 02:23:55 +02:00 |
|
|
6186eda092
|
feat(backend): add RequestDiscordTokenAsync method
|
2024-06-12 16:19:49 +02:00 |
|
|
25540f2de2
|
feat(backend): start authentication controllers
|
2024-06-12 03:47:20 +02:00 |
|
|
493a6e4d29
|
feat(backend): add skeleton discord auth controller
|
2024-06-10 16:25:49 +02:00 |
|