Commit graph

1512 commits

Author SHA1 Message Date
Maxime Poulin deba6f3aa1
Fix crash in public mode introduced by #370 2016-06-18 23:35:32 -04:00
Jérémie Astori 75c578c02c Merge pull request #369 from thelounge/xpaw/fix-losing-auth
Do not lose authentication token when the connection gets lost
2016-06-18 22:35:12 -04:00
Pavel Djundik d66e86ddc4 Fix channel join regression and fix possibly joining parted channels 2016-06-17 13:46:15 +03:00
Max-P 1c6c19fea5 Merge pull request #410 from thelounge/xpaw/url-protocol
Prepend http protocol to www. links in chat
2016-06-16 17:02:34 -04:00
Pavel Djundik a94b9623f9 Prepend http protocol to www. links in chat
Fixes #406
2016-06-16 17:40:02 +03:00
Alistair McKinlay 82618a2f19 Merge pull request #409 from thelounge/xpaw/sooner-version-check
Perform node version check as soon as possible
2016-06-16 10:00:48 +01:00
Pavel Djundik 12551c06b6 Perform node version check as soon as possible 2016-06-16 11:13:34 +03:00
Jérémie Astori cfdcd405d5 Merge pull request #370 from thelounge/xpaw/persistent-token
Implement user token persistency
2016-06-16 02:13:35 -04:00
Jérémie Astori f7a0032a6a Add forgotten link to commits in v2.0.0-pre.3 change log entry, again... 2016-06-16 01:08:43 -04:00
Jérémie Astori e0fdab55c9 2.0.0-pre.3 2016-06-16 01:04:43 -04:00
Jérémie Astori 88b47abb61 Add change log entry for upcoming v2.0.0-pre.3 2016-06-16 01:02:52 -04:00
Jérémie Astori c601c0cb20 Merge pull request #403 from thelounge/xpaw/travis
Update travis config
2016-06-15 19:28:14 -04:00
Max-P bc5abc4c92 Fix description of host and bind config options (#378)
Commit da54263b8e introduced a totally wrong description for those options. This one describes better what exactly those options do.
2016-06-16 01:15:24 +03:00
Pavel Djundik 32ee527ea5 Do not cache npm-cache folder on appveyor 2016-06-13 22:34:34 +03:00
Pavel Djundik 7cf72dc744 Update stylelint 2016-06-13 22:04:33 +03:00
Pavel Djundik a381a978d0 Add OSX testing to travis, cache node_modules 2016-06-13 22:04:33 +03:00
Max-P ee5a64436c Merge pull request #402 from williamboman/feat/use-LOUNGE_HOME-env
command-line: fall back to LOUNGE_HOME env variable
2016-06-13 14:34:33 -04:00
William Boman 4a75a04402 command-line: fall back to LOUNGE_HOME env variable 2016-06-13 20:22:58 +02:00
Pavel Djundik 2008abc0e8 Do not lose authentication token when the connection gets lost 2016-06-13 10:39:01 +03:00
Pavel Djundik 9384cd9ca6 Implement user token persistency 2016-06-13 10:33:39 +03:00
Jérémie Astori 2bf6a2595b Merge pull request #401 from thelounge/xpaw/save-when-sorting
Save user when they sort the channel list
2016-06-12 21:22:05 -04:00
Pavel Djundik cddcd9cb47 Save user when they sort the channel list 2016-06-12 13:02:37 +03:00
Daniel f8044bfc96 Remove redundant variables (#397) 2016-06-12 09:43:35 +03:00
Pavel Djundik 643e07dead Merge pull request #396 from hogofwar/capital
Capitalise constructor Oidentd
2016-06-12 09:43:02 +03:00
Max-P 48a1d4cc2d Merge pull request #399 from hogofwar/pkg
Rename package variable to pkg, as "package" is reserved.
2016-06-11 22:28:13 -04:00
Daniel 084b269865 Rename package variable to pkg, as "package" is reserved. 2016-06-12 02:46:51 +01:00
Max-P ee0ebdc759 Merge pull request #390 from hogofwar/master
Supersede mkdirp with fs-extra
2016-06-11 18:45:58 -04:00
Daniel 29d94bf297 Capitalise constructor. 2016-06-11 21:03:59 +01:00
Daniel 3a2d97af6a Supersede mkdirp with fs-extra.
Ensure USERS_PATH exists at start.

Remove unnecessary USER_PATH check.

Use fs-extra's copy to write default config.
2016-06-11 19:35:40 +01:00
William Boman e5905dee9e client: fix focusing input when clicking chat container 2016-06-10 15:21:34 +02:00
Jérémie Astori 1744b8fb96 Add forgotten link to commits in v2.0.0-pre.2 change log entry 2016-06-09 01:20:06 -04:00
Jérémie Astori 331741786c 2.0.0-pre.2 2016-06-09 01:16:39 -04:00
Jérémie Astori 25ec49dea0 Add temporary tag until v2.0.0 is officially released
Make sure to remove this before publishing v2.0.0 stable,
or dist-tags will have to be updated manually on npm
afterwards.
2016-06-09 01:13:33 -04:00
Jérémie Astori 6bf2b02795 Add change log entry for upcoming v2.0.0-pre.2 2016-06-09 01:10:02 -04:00
Jérémie Astori 0cd13a05d7 Add change log entry for already published v2.0.0-pre.1 2016-06-09 00:51:02 -04:00
Pavel Djundik d36752682a Merge pull request #382 from thelounge/xpaw/upload-appveyor-tests
Upload test results on appveyor builds
2016-06-07 23:40:08 +03:00
Pavel Djundik 8addd5a8bc Upload appveyor test results 2016-06-07 17:41:24 +03:00
Jérémie Astori 8f9da57d65 Merge pull request #375 from williamboman/chore/npm-scripts
package.json: use `npm-run-all` in scripts
2016-06-06 22:57:27 -04:00
William Boman 1d088de974 ci: remove extraneous scripts 2016-06-06 18:46:31 +02:00
William Boman a6320ca0d1 package.json: use npm-run-all in scripts 2016-06-06 18:46:29 +02:00
Jérémie Astori 31e7ef2b69 Merge pull request #384 from thelounge/xpaw/eslint
Update eslint and enforce key-spacing
2016-06-05 17:58:35 -04:00
Pavel Djundik 2ffd85d89f Update eslint and enforce key-spacing 2016-06-05 21:48:34 +03:00
Jérémie Astori 4f56200067 Merge pull request #381 from thelounge/xpaw/cache-appveyor
Cache npm modules on appveyor
2016-06-05 14:28:49 -04:00
Pavel Djundik b6fa4471ab Merge pull request #346 from maxpoulin64/sticky-fix
Keep chat stickied to the bottom on resize
2016-06-05 11:31:04 +03:00
Pavel Djundik e3e5c48f0b Cache npm modules on appveyor
https://www.appveyor.com/docs/build-cache#configuring-cache-items
2016-06-05 11:21:45 +03:00
Pavel Djundik 8ebe29fca5 Merge pull request #361 from thelounge/astorije/npm-font-awesome
Fetch Font Awesome from npm instead of embedded in repo
2016-06-05 10:53:43 +03:00
Maxime Poulin 312b7eaa0c
Keep chat stickied to the bottom on resize
Fixes the chat not staying at the bottom when opening the on-screen keyboard on mobile.
2016-06-04 20:01:53 -04:00
Jérémie Astori c160ba3b84 Add a build script for Font Awesome 2016-06-04 16:59:05 -04:00
Jérémie Astori 7a88aac297 Merge pull request #376 from thelounge/xpaw/mobile-time
Do not hide timestamps on small viewports
2016-06-04 01:34:09 -04:00
Pavel Djundik 3b8be7f888 Do not hide timestamps on small viewports 2016-06-03 23:10:32 +03:00