upub/src/routes/activitypub
alemi 97ed5d60b1
feat: show users following/followers
use audience for followers, generator for following and replies for
total statuses count. restored followers, following and outbox as bare
links. silly AP!!!
2024-04-30 00:53:07 +02:00
..
object chore: imports, renamed future routes 2024-04-29 21:23:02 +02:00
user feat: show users following/followers 2024-04-30 00:53:07 +02:00
activity.rs fix: big refactor of timelines querying 2024-04-24 02:32:23 +02:00
application.rs fix: remove again trailing slash 2024-04-23 05:31:19 +02:00
auth.rs feat: login tells you who you are 2024-04-15 22:29:55 +02:00
context.rs fix: big refactor of timelines querying 2024-04-24 02:32:23 +02:00
inbox.rs fix: big refactor of timelines querying 2024-04-24 02:32:23 +02:00
jsonld.rs chore: restructured completely 2024-04-09 01:14:48 +02:00
mod.rs chore: imports, renamed future routes 2024-04-29 21:23:02 +02:00
outbox.rs fix: big refactor of timelines querying 2024-04-24 02:32:23 +02:00
README.md chore: restructured completely 2024-04-09 01:14:48 +02:00
well_known.rs fix: well-known nodeinfo base url 2024-04-23 05:29:26 +02:00

activitypub

here live the core ActvityPub routes for this application, such as views, inboxes and outboxes