Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-10-10 | Update Cypress tests | Raphael Kabo | |
2023-10-10 | Improve group selector styling to use Select2 | Raphael Kabo | |
2023-10-10 | Upgrade Select2, match CSS to BS | Raphael Kabo | |
2023-10-10 | Fix display bug with event group linker | Raphael Kabo | |
2023-10-09 | Make modal HTML valid, improve button labels | Raphael Kabo | |
2023-10-09 | Add known group linker to event form | Raphael Kabo | |
2023-10-09 | Fix event token param bug | Raphael Kabo | |
2023-10-09 | Add static page config and handler | Raphael Kabo | |
2023-10-09 | Fix CSS positioning bug | Raphael Kabo | |
2023-10-08 | Update front page copy | Raphael Kabo | |
2023-10-08 | Fix spacing | Raphael Kabo | |
2023-10-08 | Refactor: import event form | Raphael Kabo | |
2023-10-08 | Refactor: event group form and API, extract JS | Raphael Kabo | |
2023-10-07 | refactor: frontend event group routes | Raphael Kabo | |
2023-10-07 | refactor: event form and api routes | Raphael Kabo | |
2023-10-07 | Create email text and html templates | Raphael Kabo | |
2023-10-06 | refactor: frontend routes into TS file, new event path | Raphael Kabo | |
2023-10-06 | Remove unused Handlebars files | Raphael Kabo | |
2023-10-06 | Set up Cypress | Raphael Kabo | |
2023-07-14 | Add alt text to homepage image | dev-nicolaos | |
2023-06-29 | add labels for comment form inputs | dev-nicolaos | |
2023-06-29 | tweak placeholder text for comment | dev-nicolaos | |
2023-02-06 | ⚡️ improvement: track dt-start and dt-end | Alex S | |
Added two invisible <time> tags which allow for microformat parsing of dt-start & dt-end | |||
2023-02-02 | ✨ add h-event microformat markup | Alex Spezowka | |
2023-02-02 | Add version string to footer | Raphael Kabo | |
2023-02-02 | Improve error handling for image uploads | Raphael Kabo | |
2022-11-23 | Fix event deletion | redneckcatholic | |
Append the editToken to the deleteEvent form action to fix the 404 error on event deletion. Refactor broadcastDeleteMessage so that eventDeletion works when federation is disabled. Send deletion emails within the callback, otherwise DB lookup will fail on deleted event id. Fixes #15 | |||
2022-11-16 | fix: check if event has max attendee limit | Raphael Kabo | |
2022-11-14 | feat: specify number of attendees in party | Raphael Kabo | |
2022-04-27 | fix: Move attendee password generation serverside | Raphael Kabo | |
2022-04-25 | feat: Add subscribe to group functionality | Raphael Kabo | |
2022-04-25 | feat: Event group updated email template | Raphael Kabo | |
2022-04-24 | fix: Added help text to event group feed URL | Raphael Kabo | |
2022-04-24 | fix: Debug ICS feed frontend display | Raphael Kabo | |
2022-04-23 | feat: Add event group ical feeds | Raphael Kabo | |
2022-01-17 | Updated home page intro text | Raphael Kabo | |
2022-01-17 | Make emails optional when creating events/groups | Raphael Kabo | |
2022-01-17 | Remove length limit for comments and replies | Raphael Kabo | |
2022-01-17 | Set up localStorage functionality and frontend | Raphael Kabo | |
2022-01-14 | Change removal password help text | Raphael Kabo | |
2022-01-14 | Add removal password to new attendee email | Raphael Kabo | |
2022-01-14 | Remove testing Vue script | Raphael Kabo | |
2022-01-14 | Remove unused code | Raphael Kabo | |
2022-01-14 | Remove unnecessary bits from main pages | Raphael Kabo | |
2021-12-09 | Allow names to be less than 3 characters | Graham Rogers | |
There are names shorter than 3 characters such as "Jo", I don't see any reason for the minimum to be 3. | |||
2020-04-23 | Anchor upcoming events | TheRockyDoo | |
If you'll add #groupEvents to a div showing upcoming events you'll be able to share links scrolled straight to event list of your event group. It might come very handy for example when you embed it in <iframe> tag. Example url that scrolls automatically to an event list: https://gath.io/group/0HSOEdrcw#groupEvents | |||
2020-01-24 | Converting all tabs to two-spaces | Darius Kazemi | |
2020-01-21 | Switch all external depends over to local files | lowercasename | |
2020-01-18 | Adding Federation toggle | Darius Kazemi | |
There is now a toggle in the `config/domain-example.js` file called `isFederated`. When set to `true`, ActivityPub functions as normal. When set to false, the ActivityPub functions all immediately return without doing anything, and AP routes return 404s. | |||
2020-01-17 | Adding Node version specification, fixup typos | Darius Kazemi | |