summaryrefslogtreecommitdiff
path: root/views/event.handlebars
AgeCommit message (Collapse)Author
2025-04-08still renaming keysINOUE Daisuke
2025-04-08rename translation keys as filestructureINOUE Daisuke
2025-04-08some translation fixINOUE Daisuke
2025-04-08DateTime format, and some translation fixINOUE Daisuke
2025-04-08Plural with i18nextINOUE Daisuke
2025-04-08fix and add some translation keys.INOUE Daisuke
2025-04-08Fix and add some translation key, etc.INOUE Daisuke
2025-04-081st stage, only language switch.INOUE Daisuke
Thank you, MomentQYC ( https://github.com/MomentQYC ). Your first attemt encourage me.
2024-05-26fix event and event group edit buttonsRaphael Kabo
2024-05-26De-emphasise editing buttons in public pagesRaphael Kabo
2024-05-26New frontend styles, instance description functionalityRaphael Kabo
2024-05-26feat: unattend events from RSVP emailRaphael Kabo
2024-03-04refactor: improve unattend functionality, fix bugsRaphael Kabo
2024-02-27refactor: new layout and styling tweaksRaphael Kabo
2024-02-26feat: optional public events/groupsRaphael Kabo
2024-02-06Allow setting attendee visibility from UIRaphael Kabo
2024-02-05Styling for hidden attendees elementsRaphael Kabo
2024-02-05Backwards compatibility for attendee visibilityRaphael Kabo
2024-02-05Handle hidden attendees in frontendRaphael Kabo
2023-10-10Update Cypress testsRaphael Kabo
2023-10-09Fix event token param bugRaphael Kabo
2023-10-08Refactor: event group form and API, extract JSRaphael Kabo
2023-10-07refactor: frontend event group routesRaphael Kabo
2023-10-07refactor: event form and api routesRaphael Kabo
2023-10-06Set up CypressRaphael Kabo
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
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-24fix: Debug ICS feed frontend displayRaphael 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
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-01-24Converting all tabs to two-spacesDarius 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-06Merge branch 'master' of github.com:dariusk/gathio into newmasterDarius 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-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