Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | linting | 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-24 | fix: Debug ICS feed generation | Raphael Kabo | |
2022-04-23 | feat: Add event group ical feeds | Raphael Kabo | |
2022-04-23 | fix: send event group event data to handlebars | Raphael Kabo | |
2022-01-17 | Updated marked implementation | Raphael Kabo | |
2022-01-17 | Make emails optional when creating events/groups | Raphael Kabo | |
2022-01-17 | Add new verify token routes | Raphael Kabo | |
2022-01-14 | Add removal password to new attendee email | Raphael Kabo | |
2022-01-14 | Remove unused code, add KoFi banner option | Raphael Kabo | |
2021-02-07 | Removed some logging | Raphael Kabo | |
2021-02-07 | Bugfix to ical generator | Raphael Kabo | |
2021-02-07 | Bugfixes following Handlebars update | Raphael Kabo | |
2020-06-13 | Added Nodemailer as an SMTP service | lowercasename | |
2020-06-12 | Fixed nanoid generation | lowercasename | |
2020-06-12 | Switch over shortid to nanoid | lowercasename | |
2020-06-12 | Remove debugging | lowercasename | |
2020-06-12 | More debugging to event deletion | lowercasename | |
2020-06-12 | Debugging and fixes to event deletion | lowercasename | |
2020-02-06 | Merge branch 'master' into newmaster | Raphael | |
2020-01-27 | Adding failsafe for misssing AP data | Darius Kazemi | |
In the case where a Gathio server upgrades to the version supporting ActivityPub, there can be errors related to missing ActivityPub actors for old events. This fixes that. | |||
2020-01-24 | Converting all tabs to two-spaces | Darius Kazemi | |
2020-01-20 | changing federation toggle | 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-12 | fixup | Darius Kazemi | |
2020-01-12 | Merge branch 'master' of github.com:lowercasename/gathio into newmaster | Darius Kazemi | |
2020-01-12 | reverting ical import | 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 | minor fix | Darius Kazemi | |
2020-01-06 | minor fix | Darius Kazemi | |
2020-01-06 | adding comments | Darius Kazemi | |
2020-01-06 | move function to activitypub file | Darius Kazemi | |
2020-01-06 | minor fixes | Darius Kazemi | |
2020-01-06 | Merge branch 'master' of github.com:dariusk/gathio into newmaster | Darius Kazemi | |
2020-01-06 | delete console logs | Darius Kazemi | |
2020-01-06 | lots of refactoring | Darius Kazemi | |
2020-01-06 | update federation doc | Darius Kazemi | |
2020-01-04 | add federation document | 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 | |