summaryrefslogtreecommitdiff
path: root/src/routes/activitypub.ts
AgeCommit message (Collapse)Author
2024-07-16fix: router bug in activitypub routerRaphael Kabo
We had a middleware applied in the activitypub router which would return 404 for all routes if activitypub wasn't enabled. Unfortunately due to the way Express works, that middleware also applied to every route below that router's routes in the base router chain. Instead, we now apply the middleware specifically to the individual routes in the activitypub file.
2024-02-26refactor: allow Cypress to override configRaphael Kabo
2024-02-06Add NodeInfoRaphael Kabo
2023-10-09Refactor publicConfig into frontendConfigRaphael Kabo
2023-10-07refactor: event form and api routesRaphael Kabo