Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-05-28 | Update messaging | Raphael Kabo | |
2025-05-28 | Merge remote-tracking branch 'origin/main' into clearer-editing-mode | Raphael Kabo | |
2025-05-18 | Fix "group.editmode" to " Switch to editing mode", and text in editing mode ↵ | INOUE Daisuke | |
windows | |||
2025-05-03 | Fix wrong translation string keys | INOUE Daisuke | |
2025-04-28 | Make editing mode and links clearer | Raphael Kabo | |
2025-04-08 | still renaming keys | INOUE Daisuke | |
2025-04-08 | rename translation keys as filestructure | INOUE Daisuke | |
2025-04-08 | some translation fix | INOUE Daisuke | |
2025-04-08 | DateTime format, and some translation fix | INOUE Daisuke | |
2025-04-08 | Plural with i18next | INOUE Daisuke | |
2025-04-08 | fix and add some translation keys. | INOUE Daisuke | |
2025-04-08 | Fix and add some translation key, etc. | INOUE Daisuke | |
2025-04-08 | 1st stage, only language switch. | INOUE Daisuke | |
Thank you, MomentQYC ( https://github.com/MomentQYC ). Your first attemt encourage me. | |||
2024-05-26 | fix event and event group edit buttons | Raphael Kabo | |
2024-05-26 | De-emphasise editing buttons in public pages | Raphael Kabo | |
2024-05-26 | New frontend styles, instance description functionality | Raphael Kabo | |
2024-05-26 | feat: unattend events from RSVP email | Raphael Kabo | |
2024-03-04 | refactor: improve unattend functionality, fix bugs | Raphael Kabo | |
2024-02-27 | refactor: new layout and styling tweaks | Raphael Kabo | |
2024-02-26 | feat: optional public events/groups | Raphael Kabo | |
2024-02-06 | Allow setting attendee visibility from UI | Raphael Kabo | |
2024-02-05 | Styling for hidden attendees elements | Raphael Kabo | |
2024-02-05 | Backwards compatibility for attendee visibility | Raphael Kabo | |
2024-02-05 | Handle hidden attendees in frontend | Raphael Kabo | |
2023-10-10 | Update Cypress tests | Raphael Kabo | |
2023-10-09 | Fix event token param bug | 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-06 | Set up Cypress | Raphael Kabo | |
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 | |
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-24 | fix: Debug ICS feed frontend display | 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 | |
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-01-24 | Converting all tabs to two-spaces | Darius Kazemi | |
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 | |
2020-01-06 | Merge branch 'master' of github.com:dariusk/gathio into newmaster | Darius Kazemi | |
2020-01-04 | Enhancements to AP and one-click removal | Darius Kazemi | |
This adds AP Delete/Event, AP Delete/Actor, and one-click removal from RSVP lists that can be included in the "you have rsvped" confirmation message. | |||
2020-01-04 | Event image deletion functionality | lowercasename | |