upub/src/routes/activitypub
alemi 4095b0eece
fix: add context extensions depending on type
if actor, add both counters and fe, if object add just fe:likedByMe, to
avoid sending useless text every time
2024-05-02 05:10:38 +02:00
..
object chore: imports 2024-04-30 04:29:03 +02:00
user fix: use new apb fields 2024-05-02 00:47:11 +02:00
activity.rs feat: query and show objects liked by you 2024-04-30 01:50:25 +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 feat: query and show objects liked by you 2024-04-30 01:50:25 +02:00
inbox.rs feat: query and show objects liked by you 2024-04-30 01:50:25 +02:00
jsonld.rs fix: add context extensions depending on type 2024-05-02 05:10:38 +02:00
mod.rs chore: imports, renamed future routes 2024-04-29 21:23:02 +02:00
outbox.rs feat: query and show objects liked by you 2024-04-30 01:50:25 +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