summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-05-26New frontend styles, instance description functionalityRaphael Kabo
2024-05-26Merge pull request #146 from lowercasename/rk/unattend-email-linkRaphael
Unattend events from RSVP email
2024-05-26feat: unattend events from RSVP emailRaphael Kabo
2024-03-04Merge pull request #142 from lowercasename/rk/patches-1Raphael
Minor patches
2024-03-04fix: send text/calendar content-type for ical responsesRaphael Kabo
2024-03-04refactor: improve unattend functionality, fix bugsRaphael Kabo
2024-03-01Merge pull request #139 from lowercasename/lowercasename-patch-1Raphael
Update README.md
2024-03-01Update README.mdRaphael
2024-02-29Enable code highlighting in docsRaphael Kabo
2024-02-29Fix deploy scriptRaphael Kabo
2024-02-28Fix deploy scriptRaphael Kabo
2024-02-28Merge pull request #137 from lowercasename/rk/docsRaphael
Add docs using MkDocs
2024-02-28Add docs using MkDocsRaphael Kabo
2024-02-27Update dependencies to latest versionsRaphael Kabo
2024-02-27Merge pull request #136 from lowercasename/rk/layout-tweaksRaphael
Layout tweaks and little fixes
2024-02-27fix: event group ID not being passed to frontendRaphael Kabo
2024-02-27refactor: new layout and styling tweaksRaphael Kabo
2024-02-27housekeeping: remove unused CSS and JSRaphael Kabo
2024-02-27Add ignore revs fileRaphael Kabo
2024-02-26Merge pull request #135 from lowercasename/rk/public-eventsRaphael
Events and groups optionally visible on front page
2024-02-26fix: tests in CIRaphael Kabo
2024-02-26text/styling tweaks for public event listRaphael Kabo
2024-02-26fix: remove unused importsRaphael Kabo
2024-02-26testing: E2E tests for public and restricted eventsRaphael Kabo
2024-02-26refactor: allow Cypress to override configRaphael Kabo
2024-02-26fix: change wording and header tagRaphael Kabo
2024-02-26Add descriptionRaphael Kabo
2024-02-26version bumpRaphael Kabo
2024-02-26feat: optional public events/groupsRaphael Kabo
2024-02-25Merge pull request #134 from lowercasename/rk/permanent-eventsRaphael
Set number of days to store concluded events (including permanently!)
2024-02-25feat: set number of days to store concluded events (including permanently)Raphael Kabo
2024-02-25Merge pull request #133 from lowercasename/rk/restricted-event-creationRaphael
Optionally restrict event creation to specific email addresses
2024-02-25feat: optionally restrict event creation to specific emailsRaphael Kabo
2024-02-06Merge pull request #130 from lowercasename/rk/nodeinfoRaphael
Add NodeInfo
2024-02-06Add NodeInfoRaphael Kabo
2024-02-06Merge pull request #129 from lowercasename/rk/fix-pleromaRaphael
Pleroma federation fixes and hidden RSVP functionality
2024-02-06Add testsRaphael Kabo
2024-02-06Allow setting attendee visibility from UIRaphael Kabo
2024-02-05Styling for hidden attendees elementsRaphael Kabo
2024-02-05Backwards compatibility for attendee visibilityRaphael Kabo
2024-02-05Handle hidden attendees in frontendRaphael Kabo
2024-02-05Handle visibility in attendee modelRaphael Kabo
2024-02-05Fix Pleroma federation, add hidden RSVP optionRaphael
2024-02-02Merge pull request #127 from lowercasename/rk/spec-compliant-ap-headersRaphael
Send and accept only spec-compliant ActivityPub headers
2024-02-02refactor: send and accept only spec-compliant AP headersRaphael Kabo
2023-12-03Merge pull request #119 from hengineer/mainRaphael
Fixed URLs in createEventGroup emails
2023-12-03Fixed URLs in createEventGroup emailsHenry Smith
Most of the actual links worked fine, but the displayed URLs were missing the “group” part.
2023-10-17Merge pull request #117 from dariusk/patch-2Raphael
Disable discoverability/indexablity for ActivityPub actors
2023-10-16Disable discoverability/indexablity for ActivityPub actorsDarius Kazemi
Applying the new `indexable` attribute (and the old `discoverable` attribute) to the main ActivityPub actor for a Gathio page as described here: https://github.com/mastodon/mastodon/pull/26485 Setting everything to false since Gathio is private-by-default. Using the `toot` namespace since that seems safe enough.
2023-10-10Increase URL timeout to reduce Cypress flakinessRaphael Kabo