summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-18fixing CI buildDarius Kazemi
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-10Merge branch 'master' of github.com:lowercasename/gathiolowercasename
2020-01-10Fixed a bug in iCal file import; added logo to emailslowercasename
2020-01-10Revert "Revert "Fixed a bug in iCal file import""lowercasename
This reverts commit 5dcb3707c095af414f7e5e5b5bfb472f360a4216.
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-10Updated Travis badge to this repolowercasename
2020-01-10Merge pull request #31 from palfrey/docker-travisRaphael
Add Dockerised and Travis builds
2020-01-07Add new config/domain.js setupTom Parker-Shemilt
2020-01-07Merge branch 'master' into docker-travisTom Parker-Shemilt
2020-01-07Add Travis badge to readmeTom Parker-Shemilt
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-06moreDarius Kazemi
2020-01-06minor fixesDarius Kazemi
2020-01-06Merge branch 'master' of github.com:dariusk/gathio into newmasterDarius Kazemi
2020-01-06update homepageDarius Kazemi
2020-01-06delete console logsDarius Kazemi
2020-01-06more refactorsDarius Kazemi
2020-01-06update wiki linkDarius Kazemi
2020-01-06lots of refactoringDarius Kazemi
2020-01-06update federation docDarius Kazemi
2020-01-06Merge pull request #27 from dariusk/email-templatesRaphael
Refactor email to use source-controlled templates
2020-01-06Merge pull request #28 from wxcafe/patch-2Raphael
Update README to reflect wiki
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.
2020-01-04Update README to reflect wikiwxcafé
2020-01-04Email refactoringDarius 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-04Email refactoringDarius 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-04Merge branch 'master' of github.com:lowercasename/gathiolowercasename
2020-01-04Event image deletion functionalitylowercasename
2020-01-04Merge pull request #22 from wxcafe/patch-1Raphael
Adds a systemd service file
2020-01-04Removal-from-event via password functionalitylowercasename
2020-01-03Adds a systemd service filewxcafé
2020-01-03Merge pull request #17 from ↵Raphael
lowercasename/dependabot/npm_and_yarn/eslint-utils-1.4.3 Bump eslint-utils from 1.4.0 to 1.4.3
2020-01-03Merge pull request #18 from lowercasename/dependabot/npm_and_yarn/mongoose-5.7.5Raphael
Bump mongoose from 5.6.6 to 5.7.5
2020-01-03Merge pull request #19 from ↵Raphael
lowercasename/dependabot/npm_and_yarn/handlebars-4.5.3 Bump handlebars from 4.1.2 to 4.5.3
2020-01-02Some style tweakslowercasename
2020-01-02Export as ICS functionalitylowercasename
2019-12-29Bump handlebars from 4.1.2 to 4.5.3dependabot[bot]
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.2 to 4.5.3. - [Release notes](https://github.com/wycats/handlebars.js/releases) - [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md) - [Commits](https://github.com/wycats/handlebars.js/compare/v4.1.2...v4.5.3) Signed-off-by: dependabot[bot] <support@github.com>
2019-12-28Don't need wait-for-it anymoreTom Parker-Shemilt
2019-12-28Fix comment in Dockerised configTom Parker-Shemilt
2019-12-28Redo Travis testing in a scriptTom Parker-Shemilt