Commit Graph

4419 Commits

Author SHA1 Message Date
deiu
a3227c90b2 Replace deprecated moment().zone 2016-02-14 11:31:11 -05:00
Pavel Djundik
937126a43e Fix #30: Close channel on the client as soon as close event is registered 2016-02-14 12:08:38 +02:00
Pavel Djundik
b8dbbf8219 Fix #29: Correctly send sorted user list whenever an user joins 2016-02-14 11:50:48 +02:00
Alistair McKinlay
d343333e63 Merge pull request #32 from MaxLeiter/no-user-icon
Update chat template so no user-icon shown when a server or PM is selected.
2016-02-14 08:26:24 +00:00
Jérémie Astori
7701c3eaa6 Remove #foo channel from default config 2016-02-14 07:10:33 +00:00
Jérémie Astori
eb30cf4ba1 1.0.1 2016-02-14 06:45:39 +00:00
Jérémie Astori
e5681ef6ab Add change log entry for v1.0.1 2016-02-14 06:45:21 +00:00
Max Leiter
20e9e6b611 Update chat template so no user-icon shown when a server or PM is selected. 2016-02-13 16:32:00 -08:00
dubzi
d909065a8f Also fixed the default freenode hostname in the client file 2016-02-13 22:47:42 +00:00
Damjan Georgievski
cf1f24bff6 Allow The Lounge to be proxied behind a /path/ url
contains three small changes to use relative urls instead of absolute rooted at /

* favicons in index.html
* badge and pop sound in lounge.js
* the url for the socket.io endpoint

Typical use with nginx:

    location /path/ {
      proxy_http_version 1.1;
      proxy_set_header Upgrade $http_upgrade;
      proxy_set_header Connection "upgrade";
      proxy_pass http://localhost:9000/;
    }

those trailing / are important.
2016-02-13 22:40:06 +01:00
Jérémie Astori
38e8ddbbee Merge pull request #19 from maxpoulin64/lastpass
Add dummy method to forms (quiets LastPass)
2016-02-13 13:48:44 -05:00
Jérémie Astori
ee43575170 Merge pull request #12 from xPaw/patch-1
Use persistent commit url for shout's changelog
2016-02-13 13:24:59 -05:00
Alistair McKinlay
3d159f64dc Merge pull request #1 from FryDay/master
Fix comments in config file
2016-02-13 09:37:47 +00:00
Jérémie Astori
b1e9a958d2 Merge pull request #21 from thelounge/revert-20-gdamjan-path
Revert "Allow The Lounge to be proxied behind a /path/ url"
2016-02-13 02:23:17 -05:00
Jérémie Astori
6122b02c5d Revert "Allow The Lounge to be proxied behind a /path/ url" 2016-02-13 02:20:07 -05:00
Jordan Day
da54263b8e Adds clarity to bind option default 2016-02-12 21:27:27 -06:00
Jérémie Astori
ec381b0b8a Merge pull request #20 from thelounge/gdamjan-path
Allow The Lounge to be proxied behind a /path/ url
2016-02-12 20:29:53 -05:00
Damjan Georgievski
1f72f81b91 Allow The Lounge to be proxied behind a /path/ url
contains three small changes to use relative urls instead of absolute rooted at /
* favicons in index.html
* badge and pop sound in lounge.js
* the url for the socket.io endpoint
2016-02-13 01:26:45 +00:00
Jérémie Astori
33b0d9f7f4 Merge pull request #8 from xPaw/deps
Update dependencies and pin versions
2016-02-12 20:00:03 -05:00
Maxime Poulin
75972b3f7c Add dummy method to forms (quiets LastPass)
It appears LastPass looks for the use of the GET method in forms on the page to determine if it is secure or not. Since Shout never actually submits any of the forms, no method is set, which means the default of GET is used. Changes form methods to POST to quiet the warning. Should fix #648
2016-02-12 18:51:40 -05:00
dubzi
30fa879400 Changed the hostname of freenode to the correct one as suggested by their website 2016-02-12 12:54:41 +00:00
Pavel Djundik
601582ed63 Use persistent commit url for shout's changelog 2016-02-12 13:45:39 +02:00
Pavel Djundik
65fe8b0e7d Update dependencies and pin versions 2016-02-12 13:27:17 +02:00
Jérémie Astori
f87d605b53 Fix minor issues in the CHANGELOG 2016-02-12 07:54:38 +00:00
Jérémie Astori
9a944e2f95 Update secrets in Travis CI, to fix the publication on npm 2016-02-12 07:54:20 +00:00
Jérémie Astori
993df57aaa 1.0.0 2016-02-12 06:58:41 +00:00
Jérémie Astori
40b0493d18 Add intro and release template in the CHANGELOG 2016-02-12 06:38:23 +00:00
Jérémie Astori
d7c0b254cf Add change log for upcoming v1.0.0 2016-02-12 06:22:46 +00:00
Jérémie Astori
dd4564e949 Add npm deployment step when a Travis CI build passes on a tag 2016-02-12 05:17:55 +00:00
Jérémie Astori
75040e07c6 Rename the fixture folder, forgotten while switching to new project name 2016-02-12 04:52:32 +00:00
Jérémie Astori
7e8f67a8c5 Add Travis CI configuration file 2016-02-12 04:49:33 +00:00
Jérémie Astori
56c83c0bcf Merge pull request #2 from thelounge/astorije/switch-to-the-lounge
The Lounge Awakens
2016-02-10 02:48:11 -05:00
Jérémie Astori
435998a211 Add mention to credit @erming's great work and inheritance from Shout 2016-02-10 07:47:01 +00:00
Jérémie Astori
5311224371 Improve wording and link for viewing the changelog 2016-02-10 06:31:26 +00:00
Jérémie Astori
be152873ff Update LICENSE notice to add ours on top of @erming and Shout 2016-02-10 06:20:05 +00:00
Jérémie Astori
74554c5355 Remove Travis CI configuration for now
Pretty much the entire file is invalid now and Travis CI has not been enabled here yet.
2016-02-10 06:20:05 +00:00
Jérémie Astori
61b1805299 Update the CHANGELOG to redirect readers to Shout's one 2016-02-10 06:20:05 +00:00
Jérémie Astori
96158ba43d Rename variable corresponding to the server 2016-02-10 06:20:05 +00:00
Jérémie Astori
7ff07efa4c Update project name in configuration default configuration file 2016-02-10 06:20:05 +00:00
Jérémie Astori
fd2c157cc7 Update project name in additional themes 2016-02-10 06:20:05 +00:00
Jérémie Astori
39dc4e8957 Update name and link to repo to new project 2016-02-10 06:20:05 +00:00
Jérémie Astori
e079ec70d6 Rename client source and templates files to new project name 2016-02-10 05:40:53 +00:00
Jérémie Astori
df68a1b8f0 Update docker configuration files with new project name 2016-02-10 05:04:09 +00:00
Jérémie Astori
ee508ac1cc Switch to new project name in CONTRIBUTING file 2016-02-10 05:01:50 +00:00
Jérémie Astori
1b327bb996 Update package.json to reflect new project naming 2016-02-10 04:55:10 +00:00
Jérémie Astori
447e8c7ad5 Update the project name
Also remove link to the demo and use HTTPS to the docs
2016-02-10 04:30:05 +00:00
Jordan Day
df1e7ad3a3 Fix comments in config file 2016-02-09 08:07:50 -06:00
Jérémie Astori
30b8a419cd Merge pull request #617 from MaxLeiter/master
Rotate part/quit icon
2016-01-27 13:34:31 -05:00
Max Leiter
3420e9b80b Rotate part/quit icon 2016-01-27 10:32:59 -08:00
Jérémie Astori
3b55229462 Merge pull request #574 from YaManicKill/user-button-span
Change user buttons to as. Allows highlighting on firefox.
2016-01-26 00:05:03 -05:00