Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-07-16 | fix: router bug in activitypub router | Raphael 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-26 | refactor: allow Cypress to override config | Raphael Kabo | |
2024-02-06 | Add NodeInfo | Raphael Kabo | |
2023-10-09 | Refactor publicConfig into frontendConfig | Raphael Kabo | |
2023-10-07 | refactor: event form and api routes | Raphael Kabo | |