amy · she/her
amy synced commits to master at amy/ferri from mirror 2025-04-29 04:09:20 +00:00
5f346922f5 chore: move a bunch of instance types; deprecate old types
e6b654a0b3 feat: start on CRUD ops for new types
Compare 2 commits »
amy closed issue amy/ferri#3 2025-04-28 20:14:47 +00:00
Timelines
amy synced commits to master at amy/ferri from mirror 2025-04-28 20:06:35 +00:00
d252131e0d feat: ! minor crimes ! timeline query
62931ee20b feat: more fixes; finish account api types for now; add some more useful fields to it
76fb8838c2 feat: add user types into rewrite
Compare 3 commits »
amy closed issue amy/ferri#5 2025-04-28 18:15:53 +00:00
Support Announce activity
amy synced commits to master at amy/ferri from mirror 2025-04-28 03:59:20 +00:00
d59660da37 feat: http wrapper, start type rewrite, add nextest
9bc6c12392 fix: cleanup warnings; centralise url creation into config
4b88100373 feat: queue infra
2270324711 feat: basic Announce support
Compare 4 commits »
amy opened issue amy/ferri#22 2025-04-28 00:51:38 +00:00
Posts that are sent twice are stored twice
amy opened issue amy/ferri#21 2025-04-28 00:49:42 +00:00
Our own API path
amy closed issue amy/ferri#15 2025-04-28 00:47:27 +00:00
Swap display_name / username
amy opened issue amy/ferri#20 2025-04-28 00:47:08 +00:00
Port and pass the Mastodon API test suite
amy opened issue amy/ferri#19 2025-04-28 00:46:32 +00:00
Primitive user search
amy commented on issue amy/ferri#7 2025-04-28 00:39:29 +00:00
Plan and implement type/trait system for all of our serialisation types

it would still be possible to jump from ap <-> mastoapi, you would just have to query for it through the DB. the conversions are cheap and going through the DB ensures consistency.

amy commented on issue amy/ferri#7 2025-04-28 00:38:30 +00:00
Plan and implement type/trait system for all of our serialisation types

we actually only need to go from ap <-> db and db <-> api, so the DB will act as the source of truth. mastoapi/ap are only controlling the machine, so the db can store enough data to satisfy all…

amy opened issue amy/ferri#18 2025-04-28 00:25:55 +00:00
Move helpers into single rocket::State
amy commented on issue amy/ferri#1 2025-04-27 23:47:08 +00:00
AP queues

rocket::tokio import to grab tokio from inside rocket

amy opened issue amy/ferri#17 2025-04-27 08:29:43 +00:00
Outgoing boost/like
amy opened issue amy/ferri#16 2025-04-25 23:22:18 +00:00
Basic custom emoji support
amy opened issue amy/ferri#15 2025-04-25 23:22:00 +00:00
Swap display_name / username
amy synced commits to master at amy/ferri from mirror 2025-04-25 18:49:21 +00:00
3719fae102 feat: logging; fixes; error handloing
9c7c2858cc feat: auth basics
Compare 2 commits »
amy commented on issue amy/ferri#1 2025-04-25 15:50:05 +00:00
AP queues

This will need to run in its own thread and take messages from producers