summaryrefslogtreecommitdiff
path: root/routes.js
AgeCommit message (Collapse)Author
2023-05-12Migrate to TypescriptRaphael Kabo
2023-02-04fix: don't update missing activitypub eventsRaphael Kabo
2023-02-02Upgrade dependenciesRaphael Kabo
2023-02-02Improve error handling for image uploadsRaphael Kabo
2022-11-23Fix event deletionredneckcatholic
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-16fix: check if event has max attendee limitRaphael Kabo
2022-11-14lintingRaphael Kabo
2022-11-14feat: specify number of attendees in partyRaphael Kabo
2022-04-27fix: Move attendee password generation serversideRaphael Kabo
2022-04-25feat: Add subscribe to group functionalityRaphael Kabo
2022-04-24fix: Debug ICS feed generationRaphael Kabo
2022-04-23feat: Add event group ical feedsRaphael Kabo
2022-04-23fix: send event group event data to handlebarsRaphael Kabo
2022-01-17Updated marked implementationRaphael Kabo
2022-01-17Make emails optional when creating events/groupsRaphael Kabo
2022-01-17Add new verify token routesRaphael Kabo
2022-01-14Add removal password to new attendee emailRaphael Kabo
2022-01-14Remove unused code, add KoFi banner optionRaphael Kabo
2021-02-07Removed some loggingRaphael Kabo
2021-02-07Bugfix to ical generatorRaphael Kabo
2021-02-07Bugfixes following Handlebars updateRaphael Kabo
2020-06-13Added Nodemailer as an SMTP servicelowercasename
2020-06-12Fixed nanoid generationlowercasename
2020-06-12Switch over shortid to nanoidlowercasename
2020-06-12Remove debugginglowercasename
2020-06-12More debugging to event deletionlowercasename
2020-06-12Debugging and fixes to event deletionlowercasename
2020-02-06Merge branch 'master' into newmasterRaphael
2020-01-27Adding failsafe for misssing AP dataDarius 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-24Converting all tabs to two-spacesDarius Kazemi
2020-01-20changing federation toggleDarius Kazemi
2020-01-18Adding Federation toggleDarius 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-17Adding Node version specification, fixup typosDarius Kazemi
2020-01-12fixupDarius Kazemi
2020-01-12Merge branch 'master' of github.com:lowercasename/gathio into newmasterDarius Kazemi
2020-01-12reverting ical importDarius Kazemi
2020-01-10Fixed a bug in iCal file import; added logo to emailslowercasename
2020-01-10Revert "Fixed a bug in iCal file import"lowercasename
This reverts commit f2765abbee6001759f74f6c9e1161d2f02a58b2f.
2020-01-10Fixed a bug in iCal file importlowercasename
2020-01-06minor fixDarius Kazemi
2020-01-06minor fixDarius Kazemi
2020-01-06adding commentsDarius Kazemi
2020-01-06move function to activitypub fileDarius Kazemi
2020-01-06minor fixesDarius Kazemi
2020-01-06Merge branch 'master' of github.com:dariusk/gathio into newmasterDarius Kazemi
2020-01-06delete console logsDarius Kazemi
2020-01-06lots of refactoringDarius Kazemi
2020-01-06update federation docDarius Kazemi
2020-01-04add federation documentDarius Kazemi
2020-01-04Enhancements to AP and one-click removalDarius 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.