feat: add profile fields for local users

DB→domain→API→AP→frontend end-to-end. Fields stored as
JSONB, exposed via PATCH /users/me, serialized as AP
PropertyValue attachment. Editor in federation settings,
display on profile card.
This commit is contained in:
2026-05-29 13:54:25 +02:00
parent 14a869cc8d
commit 805bd9534f
19 changed files with 224 additions and 27 deletions

1
Cargo.lock generated
View File

@@ -2554,6 +2554,7 @@ dependencies = [
"async-trait",
"chrono",
"k-ap",
"serde_json",
"sqlx",
"tokio",
"tracing",