Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-12-03 | Merge pull request #119 from hengineer/main | Raphael | |
Fixed URLs in createEventGroup emails | |||
2023-12-03 | Fixed URLs in createEventGroup emails | Henry Smith | |
Most of the actual links worked fine, but the displayed URLs were missing the “group” part. | |||
2023-10-17 | Merge pull request #117 from dariusk/patch-2 | Raphael | |
Disable discoverability/indexablity for ActivityPub actors | |||
2023-10-16 | Disable discoverability/indexablity for ActivityPub actors | Darius Kazemi | |
Applying the new `indexable` attribute (and the old `discoverable` attribute) to the main ActivityPub actor for a Gathio page as described here: https://github.com/mastodon/mastodon/pull/26485 Setting everything to false since Gathio is private-by-default. Using the `toot` namespace since that seems safe enough. | |||
2023-10-10 | Increase URL timeout to reduce Cypress flakiness | Raphael Kabo | |
2023-10-10 | Update Cypress tests | Raphael Kabo | |
2023-10-10 | Improve group selector styling to use Select2 | Raphael Kabo | |
2023-10-10 | Upgrade Select2, match CSS to BS | Raphael Kabo | |
2023-10-10 | Set timezone picker to update from data | Raphael Kabo | |
2023-10-10 | Fix display bug with event group linker | Raphael Kabo | |
2023-10-09 | Make modal HTML valid, improve button labels | Raphael Kabo | |
2023-10-09 | Remove console.log | Raphael Kabo | |
2023-10-09 | Style buttons when loading | Raphael Kabo | |
2023-10-09 | Tiny CSS bugfix | Raphael Kabo | |
2023-10-09 | Merge pull request #115 from lowercasename/rk/typescript | Raphael | |
Typescript migration project (event group linker) | |||
2023-10-09 | Add known group linker to event form | Raphael Kabo | |
2023-10-09 | Fix event token param bug | Raphael Kabo | |
2023-10-09 | Merge pull request #114 from lowercasename/rk/static-pages | Raphael | |
Static pages | |||
2023-10-09 | Sanitize Markdown HTML output everywhere | Raphael Kabo | |
2023-10-09 | Fix bug when no static pages defined | Raphael Kabo | |
2023-10-09 | Add types for JSDOM and DOMPurify | Raphael Kabo | |
2023-10-09 | Refactor publicConfig into frontendConfig | Raphael Kabo | |
2023-10-09 | Add static page config and handler | Raphael Kabo | |
2023-10-09 | Fix CSS positioning bug | Raphael Kabo | |
2023-10-09 | Add packages to handle HTML sanitization | Raphael Kabo | |
2023-10-08 | Update front page copy | Raphael Kabo | |
2023-10-08 | Update badges | Raphael | |
2023-10-08 | Merge pull request #112 from lowercasename/rk/typescript | Raphael | |
Typescript migration | |||
2023-10-08 | Fix typo | Raphael Kabo | |
2023-10-08 | Merge branch 'main' into rk/typescript | Raphael | |
2023-10-08 | Merge pull request #103 from lowercasename/pm2-ci | Raphael | |
Add PM2 deployment config | |||
2023-10-08 | Do not run deploy workflow on PR | Raphael Kabo | |
2023-10-08 | Add PM2 deployment config | Raphael | |
2023-10-08 | Fix spacing | Raphael Kabo | |
2023-10-08 | Fix legacy emailers to work with new templates | Raphael Kabo | |
2023-10-08 | Refactor: import event form | Raphael Kabo | |
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 | |