Commit Graph

416 Commits

Author SHA1 Message Date
Mattias Erming
dadb104627 Update README.md 2014-09-11 23:01:53 +02:00
Mattias Erming
d53c0716e6 Added 'shout reset' command 2014-09-11 14:00:18 -07:00
Mattias Erming
428f63946b Added password hashing 2014-09-11 13:37:16 -07:00
Mattias Erming
9a7d00781f Modify build process 2014-09-11 11:23:19 -07:00
Mattias Erming
815ed887f4 Fix multiple query windows 2014-09-11 11:05:33 -07:00
Mattias Erming
666f21cd66 Added MOTD messages 2014-09-11 10:24:32 -07:00
Mattias Erming
b1217aa416 Fix login screen disappearing 2014-09-11 03:08:33 -07:00
Mattias Erming
585391905e Fix sidebar toggle 2014-09-10 14:43:56 -07:00
Mattias Erming
1862e2af93 Reload page on disconnect 2014-09-10 13:30:36 -07:00
Mattias Erming
64d1c99241 Merge pull request #100 from sciyoshi/remove-login-form
Remove login form from DOM after a successful login
2014-09-10 22:11:35 +02:00
Mattias Erming
4ef468bd32 Added messages show/hide toggles 2014-09-10 13:08:32 -07:00
Samuel Cormier-Iijima
f43d48ddc9 Remove login form from DOM after a successful login.
This fixes issues when using password manager browser extensions.
2014-09-10 19:55:31 +00:00
Mattias Erming
38397248c6 Minor fix 2014-09-10 12:33:15 -07:00
Mattias Erming
05a51f74a7 Fix the 'Show More' button 2014-09-10 12:23:56 -07:00
Mattias Erming
37b68b7bc4 Try-catch Audio fallback 2014-09-10 10:04:27 -07:00
Mattias Erming
ced6227818 User/users wording 2014-09-10 09:51:05 -07:00
Mattias Erming
0e00f894a8 Set default port based on TLS setting 2014-09-10 09:22:58 -07:00
Mattias Erming
d759c62481 Update example user.json 2014-09-10 09:00:00 -07:00
Mattias Erming
ef22d84d97 Add TLS/SSL support 2014-09-10 08:56:32 -07:00
Mattias Erming
9fc69978e7 Update README.md 2014-09-10 01:01:11 +02:00
Mattias Erming
0f5ecbe2ab Update README.md 2014-09-10 01:00:52 +02:00
Mattias Erming
33cc2a71b3 Merge pull request #83 from johnku1/master
Heroku Button
2014-09-10 00:44:23 +02:00
Mattias Erming
1731fcdcad Fix custom name 2014-09-09 15:32:26 -07:00
John K
f4cc281acd Fixed Readme.md 2014-09-09 18:20:45 -04:00
Mattias Erming
0f754ea703 Allow custom network name 2014-09-09 15:20:07 -07:00
John K
de0fa4fab2 Added Heroku Button 2014-09-09 18:19:17 -04:00
John K
4e026b790c Added app.json 2014-09-09 18:17:13 -04:00
Mattias Erming
1338a99536 Update Handlebars 2014-09-09 14:55:45 -07:00
Mattias Erming
2ff4f2bd6e Update build.js 2014-09-09 14:29:15 -07:00
Mattias Erming
43e74d2908 Fix query windows 2014-09-09 14:28:01 -07:00
Mattias Erming
74d0765e00 Better --help output 2014-09-09 13:06:36 -07:00
Mattias Erming
b0cbb2ac11 Bump version 2014-09-09 12:32:18 -07:00
Mattias Erming
c66fab06a4 Allow commands on connect 2014-09-09 12:31:23 -07:00
Mattias Erming
dea1fe1b66 Merge pull request #65 from matiassingers/patch-2
Lowercase user search string in chat sidebar to match lowercased names
2014-09-09 19:46:57 +02:00
Mattias Erming
06a8d5b476 Bump version 2014-09-09 10:24:19 -07:00
Mattias Erming
965981e112 Fix login 2014-09-09 10:23:46 -07:00
Mattias Erming
5940d1d800 Merge pull request #73 from stuartpb/patch-1
Use PORT and IP environment variables
2014-09-09 15:07:12 +02:00
Stuart P. Bentley
3cfa1f42b2 Use PORT and IP environment variables
This makes Shout Heroku / Dokku / Plusku compatible.
2014-09-09 11:20:24 +00:00
Mattias Erming
273e3acf13 Update example user.json 2014-09-09 02:21:18 -07:00
Mattias Erming
25afe0f0c3 Merge pull request #55 from roccozanni/master
Add server password. Add rejectUnauthorized to disable SSL verification
2014-09-09 11:16:37 +02:00
Mattias Erming
f86004c1d3 Merge pull request #64 from matiassingers/patch-1
Load font with protocol relative URL
2014-09-09 10:55:40 +02:00
Mattias Erming
404442f138 Bump version 2014-09-09 01:21:09 -07:00
Mattias Erming
b50deee77e Merge pull request #68 from JonathanHuot/master
Added listen IP parameter
2014-09-09 10:18:54 +02:00
Mattias Erming
04da27617e Create 'users/' if not exist 2014-09-09 01:10:09 -07:00
Jonathan Huot
3a093dacd8 Added listen IP parameter. Listening on localhost allow to put Nginx/Varnish in front of shout server 2014-09-09 09:48:53 +02:00
Matias Singers
a206b26eb9 Lowercase user search in chat sidebar to match lowercased names 2014-09-09 14:49:17 +08:00
Matias Singers
24920bf7ab Load Lato Google Font without protocol, to allow for HTTPS serving of Shout 2014-09-09 14:38:12 +08:00
Rocco Zanni
86271f6ad0 Add server password. Add rejectUnauthorized to disable SSL verification 2014-09-08 23:24:20 +02:00
Yuki Morishita
41837210e1 Customizable server name
Read server name from config if "name" is present.
2014-09-08 14:45:54 -05:00
Mattias Erming
2f5be12d00 Minor change 2014-09-08 10:28:12 -07:00