Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2020-01-12 | Merge branch 'master' of github.com:lowercasename/gathio into newmaster | Darius Kazemi | |
2020-01-10 | Fixed a bug in iCal file import; added logo to emails | lowercasename | |
2020-01-10 | Revert "Fixed a bug in iCal file import" | lowercasename | |
This reverts commit f2765abbee6001759f74f6c9e1161d2f02a58b2f. | |||
2020-01-10 | Fixed a bug in iCal file import | lowercasename | |
2020-01-06 | Merge branch 'master' of github.com:dariusk/gathio into newmaster | Darius Kazemi | |
2020-01-06 | update homepage | Darius Kazemi | |
2020-01-06 | lots of refactoring | 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 | Email refactoring | Darius Kazemi | |
Tons of refactoring of email. This no longer uses Sendgrid templates and now uses source-controlled handlebars files in the `views/emails/` directory. This means that email messages are now source-controlled and vastly reduces the sendgrid setup process. This also adds a new file, `domain-example.js`, in the config directory, which stores things like the site name, base URL, port, etc. This should be renamed to `domain.js`, in keeping with the other configuration files. | |||
2020-01-04 | Email refactoring | Darius Kazemi | |
Tons of refactoring of email. This no longer uses Sendgrid templates and now uses source-controlled handlebars files in the `views/emails/` directory. This means that email messages are now source-controlled and vastly reduces the sendgrid setup process. | |||
2020-01-04 | Event image deletion functionality | lowercasename | |
2020-01-04 | Removal-from-event via password functionality | lowercasename | |
2020-01-02 | Some style tweaks | lowercasename | |
2020-01-02 | Export as ICS functionality | lowercasename | |
2019-12-15 | Big refactor and new features | Darius Kazemi | |
2019-12-11 | First pass at federation! | Darius Kazemi | |
2019-09-30 | Fixes to iCal parser | Raphael Kabo | |
2019-09-30 | Event group functionality | Raphael Kabo | |
2019-09-22 | Tiny style changes, increased attendee name limit to 30 characters | lowercasename | |
2019-09-14 | Functionality to limit number of attendees | lowercasename | |