summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2023-10-10Update Cypress testsRaphael Kabo
2023-10-10Improve group selector styling to use Select2Raphael Kabo
2023-10-10Upgrade Select2, match CSS to BSRaphael Kabo
2023-10-10Set timezone picker to update from dataRaphael Kabo
2023-10-10Fix display bug with event group linkerRaphael Kabo
2023-10-09Make modal HTML valid, improve button labelsRaphael Kabo
2023-10-09Remove console.logRaphael Kabo
2023-10-09Style buttons when loadingRaphael Kabo
2023-10-09Tiny CSS bugfixRaphael Kabo
2023-10-09Merge pull request #115 from lowercasename/rk/typescriptRaphael
Typescript migration project (event group linker)
2023-10-09Add known group linker to event formRaphael Kabo
2023-10-09Fix event token param bugRaphael Kabo
2023-10-09Merge pull request #114 from lowercasename/rk/static-pagesRaphael
Static pages
2023-10-09Sanitize Markdown HTML output everywhereRaphael Kabo
2023-10-09Fix bug when no static pages definedRaphael Kabo
2023-10-09Add types for JSDOM and DOMPurifyRaphael Kabo
2023-10-09Refactor publicConfig into frontendConfigRaphael Kabo