Age | Commit message (Collapse) | Author |
|
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.
|
|
|
|
|
|
Improve event lists
|
|
|
|
|
|
|
|
|
|
Fix URL validation
|
|
|
|
|
|
|
|
Style overhaul
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Unattend events from RSVP email
|
|
|
|
Minor patches
|
|
|
|
|
|
Update README.md
|
|
|
|
|
|
|
|
|
|
Add docs using MkDocs
|
|
|
|
|
|
Layout tweaks and little fixes
|
|
|
|
|
|
|
|
|
|
Events and groups optionally visible on front page
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Set number of days to store concluded events (including permanently!)
|
|
|