thelounge/src
Jérémie Astori 33d82287be
Do not statically serve the index template prior to rendering it
Without this, going to `https://thelounge.example.com/index.html` would return the raw file. This now excludes it from the `public` folder so it cannot be rendered as is.
Renaming the file is for good measure, to indicate that this HTML file must be templated. Because it is a straight rename with no modification, rebasing PRs on it should not be to painful, as git re-applies changes on renamed files.
2018-01-14 13:02:27 -05:00
..
command-line Fix thelounge uninstall command 2018-01-13 02:00:37 -05:00
models Fix #1883: message gaps when reconnecting 2017-12-23 11:36:52 +02:00
plugins Fix themes not being found in theme selector dropdown 2018-01-13 13:45:30 -05:00
client.js Hash user tokens, increase token entropy 2018-01-10 15:54:52 +02:00
clientManager.js Add missing executions of callback in ClientManager.updateUser 2018-01-13 23:05:23 +00:00
helper.js Color all references to deprecations in bold red 2017-12-11 23:48:52 -05:00
identification.js Avoid escaping quotes whenever possible 2017-11-26 17:34:28 -05:00
log.js Define a raw logger to avoid using console.log, use it in extra help for environment variables, and add a test for this 2017-12-11 23:48:51 -05:00
server.js Do not statically serve the index template prior to rendering it 2018-01-14 13:02:27 -05:00
userLog.js Fix nicknames in text logs 2018-01-05 15:41:03 +02:00