Commit graph

6513 commits

Author SHA1 Message Date
Pavel Djundik d8682126f3
Merge pull request #3725 from thelounge/renovate/mousetrap-1.x
Update dependency mousetrap to v1.6.5
2020-01-27 11:05:23 +02:00
Pavel Djundik 2f3f2c4d90
Merge pull request #3724 from thelounge/renovate/husky-4.x
Update dependency husky to v4.2.1
2020-01-27 11:05:14 +02:00
Pavel Djundik 6c20a59993
Merge pull request #3722 from thelounge/renovate/got-10.x
Update dependency got to v10.3.0
2020-01-27 11:05:07 +02:00
Pavel Djundik f92a442330 Increase buffer size for active and scrolled down channels 2020-01-25 11:00:55 +02:00
Renovate Bot d607111c86
Update dependency sinon to v8.1.1 2020-01-25 01:50:08 +00:00
Renovate Bot 245b44ab02
Update dependency mousetrap to v1.6.5 2020-01-25 00:51:35 +00:00
Renovate Bot 62171e13b3
Update dependency husky to v4.2.1 2020-01-25 00:51:19 +00:00
Renovate Bot b176d26302
Update dependency got to v10.3.0 2020-01-24 14:56:21 +00:00
Pavel Djundik 10cba8d9b0 Fix DOMRect coordinates in Safari 2020-01-24 16:55:29 +02:00
Pavel Djundik b890e7e976
Merge pull request #3721 from thelounge/xpaw/fix-3690
Fix escape key handling
2020-01-24 16:08:30 +02:00
Pavel Djundik bbe6b34371 Unfocus chat input when pressing escape 2020-01-24 15:50:01 +02:00
Pavel Djundik 2451f222e8 Bind esc key handler once
Fixes #3690
2020-01-24 15:50:01 +02:00
Pavel Djundik a9bad593b0
Merge pull request #3720 from thelounge/xpaw/fix-3719
Ignore Alt+<letter> keybinds when focused in chat input
2020-01-24 15:49:04 +02:00
Pavel Djundik 63540e102b Ignore Alt+<letter> keybinds when focused in chat input
Fixes #3719
2020-01-23 22:50:37 +02:00
Pavel Djundik 4e6bd9e943 Fix "$1" when completing nicks outside of textcomplete menu
Fixes #3716
2020-01-23 22:25:34 +02:00
Pavel Djundik 0dd0d8fb12 Undo username pattern 2020-01-23 22:14:30 +02:00
Pavel Djundik e8ba4f4fb9
Merge pull request #3658 from thelounge/xpaw/version-notify
Display icon when update is available, check on server start
2020-01-22 10:29:18 +02:00
Pavel Djundik 5b68fb5054
Merge pull request #3715 from thelounge/xpaw/nick-pattern
Disallow some invalid characters in nicknames and usernames
2020-01-22 10:28:51 +02:00
Pavel Djundik 8b04979eac
Merge pull request #3676 from thelounge/xpaw/csp
Remove `child-src` from CSP, add `base-uri 'none'`
2020-01-22 10:28:44 +02:00
Pavel Djundik 510b859df9
Merge pull request #3682 from thelounge/xpaw/fix-undefined-theme
Fix settings update when unknown theme is stored
2020-01-22 10:28:28 +02:00
Pavel Djundik f1a11d3a0b
Merge pull request #3696 from thelounge/xpaw/fix-2960
Trigger autocompletion only after whitespace
2020-01-22 10:28:11 +02:00
Pavel Djundik 08f77528d9
Merge pull request #3703 from thelounge/xpaw/fix-3699
Open last channel in the list when creating a network
2020-01-22 10:28:01 +02:00
Pavel Djundik 184936fa38
Merge pull request #3713 from thelounge/renovate/file-type-13.x
Update dependency file-type to v13.1.2
2020-01-22 10:27:40 +02:00
Pavel Djundik 4fbca2b219
Merge pull request #3706 from thelounge/renovate/husky-4.x
Update dependency husky to v4.2.0
2020-01-22 10:27:32 +02:00
Pavel Djundik 309b9027be
Merge pull request #3707 from thelounge/renovate/sinon-8.x
Update dependency sinon to v8.1.0
2020-01-22 10:27:24 +02:00
Pavel Djundik b025647ad9
Merge pull request #3705 from thelounge/renovate/babel-monorepo
Update babel monorepo to v7.8.3
2020-01-22 10:27:15 +02:00
Pavel Djundik cdd28ba2cb
Merge pull request #3708 from thelounge/renovate/vue-monorepo
Update vue monorepo
2020-01-22 10:27:07 +02:00
Renovate Bot 5b7abd6e02
Update dependency file-type to v13.1.2 2020-01-22 04:59:46 +00:00
Renovate Bot aa0df1d6b4
Update dependency husky to v4.2.0 2020-01-21 22:11:58 +00:00
Pavel Djundik 1a7135c5e0 Clean up strings on server 2020-01-21 15:47:59 +02:00
Pavel Djundik de6d6906f8 Disallow some invalid characters in nicknames and usernames
@, !, : and whitespace are disallowed due to being part of the protocol/hostmask
2020-01-21 15:44:48 +02:00
Renovate Bot 5657d9c221
Update vue monorepo 2020-01-20 14:30:54 +00:00
Pavel Djundik 26bf0850d7 Stub checkForUpdates in tests 2020-01-19 01:14:52 +02:00
Pavel Djundik 36f4284e07 Add support for webirc secure option
Fixes #3302
2020-01-19 00:56:07 +02:00
Pavel Djundik 4d3fd1c8f2 Use hostname from notice if available 2020-01-19 00:53:03 +02:00
Renovate Bot b9e7e401ca
Update dependency sinon to v8.1.0 2020-01-18 01:31:45 +00:00
Renovate Bot 6b9d2baf97
Update babel monorepo to v7.8.3 2020-01-18 00:29:03 +00:00
Pavel Djundik d5ac13f91c Notify all connected clients when new version is available 2020-01-17 12:17:37 +02:00
Pavel Djundik 3f928d8742 Check for updates every day 2020-01-17 12:09:42 +02:00
Pavel Djundik efc421c0a6 Display icon in footer when an update is available 2020-01-17 12:03:16 +02:00
Pavel Djundik 0bdac63953 Check for TL updates on server start 2020-01-17 12:03:14 +02:00
Pavel Djundik 304e8bf5b0
Merge pull request #3704 from thelounge/renovate/uuid-3.x
Update dependency uuid to v3.4.0
2020-01-17 11:47:41 +02:00
Pavel Djundik fd04a528f6
Merge pull request #3698 from thelounge/renovate/file-type-13.x
Update dependency file-type to v13.1.0
2020-01-17 11:47:32 +02:00
Renovate Bot 8842242fb4
Update dependency uuid to v3.4.0 2020-01-16 21:30:47 +00:00
Pavel Djundik 6dac3d122a Open last channel in the list when creating a network
Fixes #3699
2020-01-16 18:07:16 +02:00
Renovate Bot bcd7e7cfff
Update dependency file-type to v13.1.0 2020-01-15 03:27:23 +00:00
Pavel Djundik d7513b43dc
Merge pull request #3686 from thelounge/renovate/dayjs-1.x
Update dependency dayjs to v1.8.19
2020-01-13 12:46:15 +02:00
Pavel Djundik ba4ec355e1
Merge pull request #3693 from thelounge/renovate/babel-monorepo
Update babel monorepo
2020-01-13 12:46:06 +02:00
Pavel Djundik fe17324fef
Merge pull request #3694 from thelounge/renovate/stylelint-13.x
Update dependency stylelint to v13
2020-01-13 12:45:55 +02:00
Renovate Bot 7dfbf215db
Update babel monorepo 2020-01-12 22:57:21 +00:00