summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-06-12Package updateslowercasename
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-04-23Merge pull request #42 from lowercasename/dependabot/npm_and_yarn/acorn-6.4.1Raphael
Bump acorn from 6.2.1 to 6.4.1
2020-04-23Merge pull request #44 from TheRockyDoo/patch-1Raphael
Anchor upcoming events
2020-04-23Anchor upcoming eventsTheRockyDoo
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-04-04Bump acorn from 6.2.1 to 6.4.1dependabot[bot]
Bumps [acorn](https://github.com/acornjs/acorn) from 6.2.1 to 6.4.1. - [Release notes](https://github.com/acornjs/acorn/releases) - [Commits](https://github.com/acornjs/acorn/compare/6.2.1...6.4.1) Signed-off-by: dependabot[bot] <support@github.com>
2020-02-06Merge pull request #38 from dariusk/newmasterRaphael
Adding failsafe for misssing AP data
2020-02-06Merge branch 'master' into newmasterRaphael
2020-02-06Merge pull request #37 from dariusk/whitespaceRaphael
Normalize whitespace
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-21Switch all external depends over to local fileslowercasename
2020-01-21Merge pull request #30 from dariusk/newmasterRaphael
Federating gathio
2020-01-20Better error messagesDarius 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-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