aboutsummaryrefslogtreecommitdiff
path: root/index.html (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Improve noscript UI appearanceDrew DeVault2021-11-291-1/+1
|
* Add embedded Content-Security-PolicySimon Ser2021-11-271-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.htmlSimon Ser2021-11-171-6/+1
| | | | This helps Parcel generate a proper standalone JS bundle.
* Use linkifyjs moduleSimon Ser2021-10-141-1/+0
|
* Switch from anchorme to linkifyjsSimon Ser2021-10-131-0/+1
|
* Add web app manifestSimon Ser2021-06-221-0/+1
| | | | We'll need this to register protocol handlers.
* Set the viewport meta tagSimon Ser2021-05-261-0/+1
|
* Make all resource paths relativeSimon Ser2021-03-021-3/+3
| | | | Closes: https://todo.sr.ht/~emersion/gamja/17
* Add <noscript> messageSimon Ser2020-06-241-1/+4
| | | | Avoids a blank page when JS is disabled.
* Switch to reactSimon Ser2020-06-241-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 Ser2020-06-241-2/+2
|
* Introduce Client classSimon Ser2020-06-231-1/+1
|
* Switch to ES6 importsSimon Ser2020-06-141-2/+3
|
* Move server URL to advanced optionsSimon Ser2020-06-121-6/+4
|
* Add back form input for PASSSimon Ser2020-06-121-0/+4
|
* Smarter server URL auto-detectionSimon Ser2020-06-071-1/+1
|
* Add option to auto-join channelsSimon Ser2020-06-071-0/+4
|
* Add "server" query parameterSimon Ser2020-06-071-4/+6
|
* Add "remember me" checkbox in connect formSimon Ser2020-06-061-0/+4
|
* Handle self NICK messagesSimon Ser2020-06-061-1/+1
|
* Add connect form, add /join commandSimon Ser2020-06-051-0/+36
|
* Rename #log to #bufferSimon Ser2020-04-251-1/+1
|
* Replace getElementById with querySelectorSimon Ser2020-04-251-1/+1
|
* Initial commitSimon Ser2020-04-241-0/+28