Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve noscript UI appearance | Drew DeVault | 2021-11-29 | 1 | -1/+1 |
| | |||||
* | Add embedded Content-Security-Policy | Simon Ser | 2021-11-27 | 1 | -0/+1 |
| | | | | | | | | | | Add a baseline CSP applicable to all gamja deployments. Resources can only be loaded from the current host, frames and objects are disallowed, and scripts are allowed to connect to any host (to allow cross-site WebSocket connections). If the server returns a different CSP via an HTTP header, the effective CSP will be the intersection. | ||||
* | Avoid inline script in index.html | Simon Ser | 2021-11-17 | 1 | -6/+1 |
| | | | | This helps Parcel generate a proper standalone JS bundle. | ||||
* | Use linkifyjs module | Simon Ser | 2021-10-14 | 1 | -1/+0 |
| | |||||
* | Switch from anchorme to linkifyjs | Simon Ser | 2021-10-13 | 1 | -0/+1 |
| | |||||
* | Add web app manifest | Simon Ser | 2021-06-22 | 1 | -0/+1 |
| | | | | We'll need this to register protocol handlers. | ||||
* | Set the viewport meta tag | Simon Ser | 2021-05-26 | 1 | -0/+1 |
| | |||||
* | Make all resource paths relative | Simon Ser | 2021-03-02 | 1 | -3/+3 |
| | | | | Closes: https://todo.sr.ht/~emersion/gamja/17 | ||||
* | Add <noscript> message | Simon Ser | 2020-06-24 | 1 | -1/+4 |
| | | | | Avoids a blank page when JS is disabled. | ||||
* | Switch to react | Simon Ser | 2020-06-24 | 1 | -66/+5 |
| | | | | | Under the hood, preact is used to reduce dependency size. We still don't have a build stage, so htm is used instead of JSX. | ||||
* | Remove assets/ | Simon Ser | 2020-06-24 | 1 | -2/+2 |
| | |||||
* | Introduce Client class | Simon Ser | 2020-06-23 | 1 | -1/+1 |
| | |||||
* | Switch to ES6 imports | Simon Ser | 2020-06-14 | 1 | -2/+3 |
| | |||||
* | Move server URL to advanced options | Simon Ser | 2020-06-12 | 1 | -6/+4 |
| | |||||
* | Add back form input for PASS | Simon Ser | 2020-06-12 | 1 | -0/+4 |
| | |||||
* | Smarter server URL auto-detection | Simon Ser | 2020-06-07 | 1 | -1/+1 |
| | |||||
* | Add option to auto-join channels | Simon Ser | 2020-06-07 | 1 | -0/+4 |
| | |||||
* | Add "server" query parameter | Simon Ser | 2020-06-07 | 1 | -4/+6 |
| | |||||
* | Add "remember me" checkbox in connect form | Simon Ser | 2020-06-06 | 1 | -0/+4 |
| | |||||
* | Handle self NICK messages | Simon Ser | 2020-06-06 | 1 | -1/+1 |
| | |||||
* | Add connect form, add /join command | Simon Ser | 2020-06-05 | 1 | -0/+36 |
| | |||||
* | Rename #log to #buffer | Simon Ser | 2020-04-25 | 1 | -1/+1 |
| | |||||
* | Replace getElementById with querySelector | Simon Ser | 2020-04-25 | 1 | -1/+1 |
| | |||||
* | Initial commit | Simon Ser | 2020-04-24 | 1 | -0/+28 |