summaryrefslogtreecommitdiff
path: root/views
AgeCommit message (Collapse)Author
2023-10-06refactor: frontend routes into TS file, new event pathRaphael Kabo
2023-10-06Remove unused Handlebars filesRaphael Kabo
2023-10-06Set up CypressRaphael Kabo
2023-07-14Add alt text to homepage imagedev-nicolaos
2023-06-29add labels for comment form inputsdev-nicolaos
2023-06-29tweak placeholder text for commentdev-nicolaos
2023-02-06⚡️ improvement: track dt-start and dt-endAlex S
Added two invisible <time> tags which allow for microformat parsing of dt-start & dt-end
2023-02-02✨ add h-event microformat markupAlex Spezowka
2023-02-02Add version string to footerRaphael 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-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-25feat: Event group updated email templateRaphael Kabo
2022-04-24fix: Added help text to event group feed URLRaphael Kabo
2022-04-24fix: Debug ICS feed frontend displayRaphael Kabo
2022-04-23feat: Add event group ical feedsRaphael Kabo
2022-01-17Updated home page intro textRaphael Kabo
2022-01-17Make emails optional when creating events/groupsRaphael Kabo
2022-01-17Remove length limit for comments and repliesRaphael Kabo
2022-01-17Set up localStorage functionality and frontendRaphael Kabo
2022-01-14Change removal password help textRaphael Kabo
2022-01-14Add removal password to new attendee emailRaphael Kabo
2022-01-14Remove testing Vue scriptRaphael Kabo
2022-01-14Remove unused codeRaphael Kabo
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