Commit graph

7 commits

Author SHA1 Message Date
sam
7e6698c3fb
update to .net 9 and add new OpenAPI packages 2024-12-10 15:28:44 +01:00
sam
57e1ec09c0
feat: link fediverse account to existing user 2024-12-04 01:49:03 +01:00
sam
d982342ab8
refactor: pass DbContextOptions into context directly
turns out efcore doesn't like it when we create a new options instance
(which includes a new data source *and* a new logger factory)
every single time we create a context. this commit extracts
OnConfiguring into static methods which are called when the context is
added to the service collection and when it's manually created for
migrations and the importer.
2024-10-30 15:35:23 +01:00
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
412d720abc
feat: add .net user importer 2024-09-18 21:44:47 +02:00
sam
41e620ad03
feat: add go users exporter 2024-09-17 22:12:12 +02:00