Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-10-08 | Refactor: event group form and API, extract JS | Raphael Kabo | |
2023-10-07 | refactor: frontend event group routes | Raphael Kabo | |
2023-10-07 | Fix TS hints in VSCode | Raphael Kabo | |
2023-10-07 | Linting | Raphael Kabo | |
2023-10-07 | Move nanoid generator to lib | Raphael Kabo | |
2023-10-07 | fix: Cypress tests | Raphael Kabo | |
2023-10-07 | refactor: event form and api routes | Raphael Kabo | |
2023-10-07 | Add multer | Raphael Kabo | |
2023-10-07 | Create email text and html templates | Raphael Kabo | |
2023-10-06 | Merge pull request #111 from lowercasename/rk/typescript | Raphael | |
Typescript migration | |||
2023-10-06 | ci: upload screenshots on failure | Raphael Kabo | |
2023-10-06 | Fix Cypress tests | Raphael Kabo | |
2023-10-06 | Run Prettier on all files | Raphael Kabo | |
2023-10-06 | refactor: frontend routes into TS file, new event path | Raphael Kabo | |
2023-10-06 | Add util files | Raphael Kabo | |
2023-10-06 | Add config util file | Raphael Kabo | |
2023-10-06 | Tweak IAttendee | Raphael Kabo | |
2023-10-06 | Remove unused Handlebars files | Raphael Kabo | |
2023-10-06 | Add new Cypress tests | Raphael Kabo | |
2023-10-06 | Update marked package | Raphael Kabo | |
2023-10-06 | Add dependencies | Raphael Kabo | |
2023-10-06 | Fix return | Raphael Kabo | |
2023-10-06 | Merge pull request #110 from lowercasename/rk/cypress-workflow | Raphael | |
Cypress workflow | |||
2023-10-06 | fix workflow | Raphael Kabo | |
2023-10-06 | Set up Cypress | Raphael Kabo | |
2023-10-06 | Typescript migration | Raphael Kabo | |
2023-10-06 | Upgrade packages, remove body-parser | Raphael Kabo | |
2023-10-06 | Add Typescript interfaces for Mongoose models | Raphael Kabo | |
2023-09-28 | Prevent TSC errors from crashing Dockerfile | Raphael Kabo | |
2023-09-28 | Merge pull request #104 from dev-nicolaos/patch-1 | Raphael | |
Add alt text to homepage image | |||
2023-09-28 | Merge branch 'main' into patch-1 | Raphael | |
2023-09-28 | Merge pull request #108 from dariusk/patch-1 | Raphael | |
Update typescript version | |||
2023-09-28 | Merge branch 'main' into patch-1 | Raphael | |
2023-09-28 | Update lockfile | Raphael Kabo | |
2023-09-28 | Merge pull request #106 from dev-nicolaos/dockerfile-fix | Raphael | |
fix: only one CMD per Dockerfile | |||
2023-09-27 | Update typescript version | Darius Kazemi | |
The previous ^-based version installed 5.2.x automatically, but some changes in 5.2 break the build. I have updated this to explicitly install the latest 5.1 version, one that I have confirmed to work | |||
2023-07-23 | fix: only one CMD per dockerfile | dev-nicolaos | |
2023-07-14 | Add alt text to homepage image | dev-nicolaos | |
2023-07-08 | Merge pull request #101 from dev-nicolaos/comment-ui-improvements | Raphael | |
add labels for comment form inputs | |||
2023-06-29 | add labels for comment form inputs | dev-nicolaos | |
2023-06-29 | tweak placeholder text for comment | dev-nicolaos | |
2023-05-25 | Merge pull request #99 from kohbo/docker | Raphael | |
Fixed Dockerfile to be compatible with config structure. | |||
2023-05-24 | Fixed Dockerfile to be compatible with config structure. | Kohbo | |
2023-05-13 | Fix badge to new workflow name | Raphael Kabo | |
2023-05-13 | Restore systemctl service file | Raphael Kabo | |
2023-05-13 | Merge pull request #98 from lowercasename/rk/new-config | Raphael | |
TOML config library and migration from CommonJS to ES modules | |||
2023-05-13 | Migrate from CommonJS to ES modules | Raphael Kabo | |
2023-05-13 | Migrate config library to TOML | Raphael Kabo | |
2023-05-13 | Update build status badge | Raphael Kabo | |
2023-05-13 | Merge pull request #83 from lowercasename/activity-json-responses | Raphael | |
Send AP responses as activitypub+json |