summaryrefslogtreecommitdiff
path: root/views
AgeCommit message (Collapse)Author
2022-01-14Remove unnecessary bits from main pagesRaphael Kabo
2021-12-09Allow names to be less than 3 charactersGraham 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-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-01-24Converting all tabs to two-spacesDarius Kazemi
2020-01-21Switch all external depends over to local fileslowercasename
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-12Merge branch 'master' of github.com:lowercasename/gathio into newmasterDarius 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-06Merge branch 'master' of github.com:dariusk/gathio into newmasterDarius Kazemi
2020-01-06update homepageDarius Kazemi
2020-01-06lots of refactoringDarius 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-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-04Event image deletion functionalitylowercasename
2020-01-04Removal-from-event via password functionalitylowercasename
2020-01-02Some style tweakslowercasename
2020-01-02Export as ICS functionalitylowercasename
2019-12-15Big refactor and new featuresDarius Kazemi
2019-12-11First pass at federation!Darius Kazemi
2019-09-30Fixes to iCal parserRaphael Kabo
2019-09-30Event group functionalityRaphael Kabo
2019-09-22Tiny style changes, increased attendee name limit to 30 characterslowercasename
2019-09-14Functionality to limit number of attendeeslowercasename
2019-08-24More mucking about with CSSlowercasename
2019-08-24Some tweaks to event page displaylowercasename
2019-08-24Metadata display tweakslowercasename
2019-08-24CSS tweaks to event pagelowercasename
2019-08-24OG and Twitter metadata for event pageslowercasename
2019-08-03Merge branch 'master' of https://github.com/lowercasename/gathiolowercasename
2019-08-03Changed up demo imagelowercasename
2019-08-03Merge pull request #5 from lowercasename/attendee-removalRaphael
Attendee removal
2019-08-03Fix event edit time selectorslowercasename
2019-08-03Users can remove themselves, admins can remove all users from eventslowercasename
2019-08-02Attempt to make edit fields show correct timeRaphael Kabo
2019-08-02Backend to display events in appropriate timezoneRaphael Kabo
2019-08-01Frontend timezone selection functionalityRaphael Kabo
2019-07-26Friendlier 404 pagelowercasename
2019-07-25Many bugfixeslowercasename
2019-07-25Edited footer textlowercasename
2019-07-25First commitlowercasename