Commit graph

4238 commits

Author SHA1 Message Date
Pavel Djundik 1f96342590
Merge pull request #2555 from thelounge/renovate/filenamify-2.x
Update dependency filenamify to v2.1.0
2018-06-14 17:20:34 +03:00
Renovate Bot 62381a0731
Update dependency filenamify to v2.1.0 2018-06-14 13:35:19 +00:00
Jérémie Astori 65bd014a21
Merge pull request #2553 from thelounge/renovate/webpack-cli-3.x
Update dependency webpack-cli to v3.0.6
2018-06-13 23:35:40 -04:00
Renovate Bot cf18905775
Update dependency webpack-cli to v3.0.6 2018-06-13 19:13:16 +00:00
Pavel Djundik 25e26a5b28
Merge pull request #2496 from Jay2k1/alert-count-in-title
Add alert count to title
2018-06-13 21:25:40 +03:00
Jay2k1 a0a2e91928 add highlight count to page title 2018-06-13 19:06:32 +02:00
Pavel Djundik be2b81c478
Merge pull request #2540 from thelounge/astorije/favicon-normal
Make non-highlighted favicon look more different than highlighted one
2018-06-13 17:44:39 +03:00
Jérémie Astori 4d17cfb715
Merge pull request #2550 from thelounge/xpaw/notice-log
Log notices as correct sender when it will be shown in active window
2018-06-12 19:19:21 -04:00
Pavel Djundik 5dced897d8
Log notices as correct sender when it will be shown in active window 2018-06-12 19:09:55 -04:00
Jérémie Astori 2640027bd8
Merge pull request #2544 from thelounge/xpaw/no-sync-label
Remove label on force sync button
2018-06-12 18:52:51 -04:00
Pavel Djundik b54862022e
Merge pull request #2551 from thelounge/renovate/webpack-cli-3.x
Update dependency webpack-cli to v3.0.4
2018-06-12 16:07:04 +03:00
Renovate Bot 9b6e6efce2
Update dependency webpack-cli to v3.0.4 2018-06-12 11:57:31 +00:00
Pavel Djundik 063ef1a98e Remove label on force sync button 2018-06-12 11:25:00 +03:00
Jérémie Astori a267add7a4
Merge pull request #2547 from thelounge/xpaw/hl-sync
Synchronise number of highlighted messages to client
2018-06-11 23:47:24 -04:00
Jérémie Astori 32ccfd50af
Merge pull request #2543 from thelounge/xpaw/link-title
Fix multiple <title> tags being concatenated
2018-06-11 09:15:37 -04:00
Jérémie Astori eff7618f79
Merge pull request #2546 from thelounge/xpaw/fix-2545
Fix sqlite history not loading when maxHistory is -1
2018-06-11 09:13:29 -04:00
Pavel Djundik 7a3008aec6 Synchronize number of highlighted messages to client
Also fixes #1791
2018-06-11 14:29:57 +03:00
Pavel Djundik ea00587c00 Fix sqlite history not loading when maxHistory is -1
Fixes #2545
2018-06-11 14:08:05 +03:00
Pavel Djundik 0d48c596c8 Fix multiple <title> tags being concatenated 2018-06-11 11:32:32 +03:00
Pavel Djundik 12cd1b2614
Merge pull request #2542 from thelounge/renovate/sinon-6.x
Update dependency sinon to v6
2018-06-11 10:50:29 +03:00
Pavel Djundik e420a210b9
Merge pull request #2538 from thelounge/xpaw/fetch-links-once
De-duplicate link fetching to one request at once
2018-06-11 10:49:29 +03:00
Pavel Djundik 4e2523060b De-duplicate link fetching to one request at once 2018-06-11 10:38:03 +03:00
Renovate Bot 663b9daef6
Update dependency sinon to v6 2018-06-11 05:36:25 +00:00
Jérémie Astori af11b864ce
Merge pull request #2541 from thelounge/astorije/optional-sqlite3
Mark sqlite3 as an optional dependency
2018-06-10 18:05:52 -04:00
Jérémie Astori a3f88ffa5b
Mark sqlite3 as an optional dependency
Reminder: `optionalDependencies` simply means the install will not fail if that dependency fails to install, not that it will not get installed by default. We currently handle the case in code when sqlite3 is not working properly.

See https://docs.npmjs.com/files/package.json#optionaldependencies
2018-06-10 17:35:02 -04:00
Jérémie Astori d94da2aa09
Make non-highlighted favicon look more different than highlighted one 2018-06-10 16:48:08 -04:00
Pavel Djundik 7ea32d8a71
Merge pull request #2539 from thelounge/astorije/more-caret
Restore whitespace between caret and More/Less text in previews
2018-06-10 22:53:02 +03:00
Jérémie Astori 49babf773e
Restore whitespace between caret and More/Less text in previews 2018-06-10 15:39:39 -04:00
Jérémie Astori e3808068af
Merge pull request #2536 from thelounge/xpaw/fix-2473
Focus into input if trying to type into any non-input element
2018-06-10 13:35:10 -04:00
Jérémie Astori 50b4fa3441
Merge pull request #2535 from thelounge/xpaw/shields-cache
Set caching on shields.io badges in readme
2018-06-10 11:11:44 -04:00
Pavel Djundik 3b2173c694 Focus into input if trying to type into any non-input element
Fixes #2473
2018-06-10 14:19:17 +03:00
Pavel Djundik 825c1b8986
Set caching on shields.io badges in readme 2018-06-10 12:20:55 +03:00
Pavel Djundik 011bf80038
Merge pull request #2534 from thelounge/mcinkay/unicode-custom-highlight
Fix word boundary in the custom highlights regex not matching unicode
2018-06-10 11:33:37 +03:00
Pavel Djundik b7428c2b20
Merge pull request #2114 from MaxLeiter/disconnect
Allow connecting/disconnecting from networks in UI, closes #631
2018-06-10 11:33:06 +03:00
Alistair McKinlay 3cd8ce6514 Fix word boundary in the custom highlights regex not matching unicode
Fixes #1939
2018-06-10 09:27:11 +01:00
Max Leiter 9c4c1d6d51 Allow connecting/disconnecting from networks in UI, closes #631 2018-06-09 16:32:21 -07:00
Pavel Djundik b7072c8955
Merge pull request #2532 from benharri/auto-detect-url
use http for protocol-less URLs
2018-06-09 20:52:59 +03:00
Ben Harris d2987d037c use http for protocol-less URLs 2018-06-09 13:46:46 -04:00
Jérémie Astori 213586be95
Merge pull request #2530 from thelounge/xpaw/fix-2529
Fix adding a new network expanding collapsed networks incorrectly
2018-06-09 01:39:26 -04:00
Jérémie Astori a1a45f8c67
Merge pull request #2517 from thelounge/renovate/sinon-5.x
Update dependency sinon to v5.1.1
2018-06-09 01:37:46 -04:00
Renovate Bot 9d5159477c
Update dependency sinon to v5.1.1 2018-06-09 01:12:29 +00:00
Pavel Djundik 84ac5f55fe
Merge pull request #2531 from thelounge/renovate/emoji-regex-7.x
Update dependency emoji-regex to v7
2018-06-08 15:34:07 +03:00
Renovate Bot e0135d0832
Update dependency emoji-regex to v7 2018-06-08 09:14:04 +00:00
Pavel Djundik e5954ec0d8 Fix adding a new expanding collapsed networks incorrectly
Fixes #2529
2018-06-08 12:11:00 +03:00
Pavel Djundik 56de773614
Merge pull request #2528 from thelounge/renovate/webpack-4.x
Update dependency webpack to v4.12.0
2018-06-08 11:18:05 +03:00
Renovate Bot 838af985e1
Update dependency webpack to v4.12.0 2018-06-08 07:36:34 +00:00
Jérémie Astori 59e8e1aa7e
Merge pull request #2518 from thelounge/renovate/webpack-4.x
Update dependency webpack to v4.11.1
2018-06-07 23:25:40 -04:00
Jérémie Astori 8a7212a04f
Merge pull request #2524 from thelounge/xpaw/fix-away-cmd
Fix "/away " not setting you away
2018-06-07 23:23:56 -04:00
Pavel Djundik 730c266ea8
Fix "/away " not setting you away 2018-06-07 19:23:51 +03:00
Renovate Bot 5f9c4878b9
Update dependency webpack to v4.11.1 2018-06-07 05:16:28 +00:00