Commit graph

6241 commits

Author SHA1 Message Date
Pavel Djundik 356a896fe2
Merge pull request #3603 from thelounge/xpaw/condensed-more
Send 100 actual messages when requesting history with hidden or condensed status messages
2019-12-19 17:32:41 +02:00
Pavel Djundik bc6017aed7
Merge pull request #3534 from thelounge/richrd/issue-659-previous-source
Add `previous-source` class to messages with same sender
2019-12-19 17:32:34 +02:00
Pavel Djundik 126bf1794e
Merge pull request #3610 from thelounge/renovate/file-type-12.x
Update dependency file-type to v12.4.1
2019-12-19 17:32:27 +02:00
Richard Lewis 7a8bb0376c Add previous-source class to messages when previous message has same sender. 2019-12-19 15:04:31 +00:00
Renovate Bot 03dd00284c
Update dependency file-type to v12.4.1 2019-12-19 14:38:07 +00:00
Pavel Djundik 749e7f4469
Merge pull request #3609 from thelounge/xpaw/topic-edit
Remove querySelector in topic edit, fix save button style
2019-12-19 15:26:59 +02:00
Pavel Djundik 7a350ac69a
Merge pull request #3602 from thelounge/xpaw/ua
Pretend to be facebook and twitter bots in link prefetcher
2019-12-19 15:25:39 +02:00
Pavel Djundik c04beb8b08
Merge pull request #3606 from thelounge/xpaw/text-plain-preview
Add preview for text/plain urls
2019-12-19 15:25:22 +02:00
Pavel Djundik f1eee6c9b2
Merge pull request #3608 from thelounge/richrd/channel-list-item-classes
Relocate not-secure and not-connected classes and make sure channel exists in jumpToChannel
2019-12-19 15:25:15 +02:00
Richard Lewis d2f0590c73 Fix class targeting 2019-12-19 13:22:04 +00:00
Pavel Djundik 72a954b865 Add preview for text/plain urls 2019-12-19 15:12:02 +02:00
Pavel Djundik 60ca8850d9 Focus topic edit input by using $refs 2019-12-19 15:06:33 +02:00
Pavel Djundik 456cdb2f54 Fix save button style in topic edit 2019-12-19 15:05:49 +02:00
Richard Lewis d9f8f45169 Make sure channel exists. 2019-12-19 13:02:21 +00:00
Richard Lewis 8cb49ae56a Relocate not-secure and not-connected classes. 2019-12-19 13:00:24 +00:00
Pavel Djundik b16d023657
Merge pull request #3589 from thelounge/xpaw/user-fs
Optimize user file updates
2019-12-19 14:58:37 +02:00
Pavel Djundik cd6821a196
Merge pull request #3604 from thelounge/xpaw/beforeunload
Fix beforeunload not working
2019-12-19 14:57:44 +02:00
Pavel Djundik 117dd0faed
Merge pull request #3601 from thelounge/renovate/semver-7.x
Update dependency semver to v7.1.1
2019-12-19 14:50:27 +02:00
Pavel Djundik 0ee52e47e4
Merge pull request #3605 from thelounge/renovate/irc-framework-4.x
Update dependency irc-framework to v4.6.0
2019-12-19 14:50:19 +02:00
Renovate Bot 5da8d089c3
Update dependency semver to v7.1.1 2019-12-19 12:45:14 +00:00
Renovate Bot 6cc2471f4e
Update dependency irc-framework to v4.6.0 2019-12-19 12:45:00 +00:00
Pavel Djundik a414563eae
Merge pull request #3607 from thelounge/renovate/got-10.x
Update dependency got to v10.1.0
2019-12-19 14:44:28 +02:00
Renovate Bot 5611f98a4e
Update dependency got to v10.1.0 2019-12-19 12:33:05 +00:00
Pavel Djundik 03d5fab794 Fix beforeunload not working 2019-12-18 11:28:39 +02:00
Pavel Djundik 0d7b980f90 Remove unnecessary client.sockets ref 2019-12-18 11:22:11 +02:00
Pavel Djundik 6091514630 Do not write to disk if the json data hasn't actually changed 2019-12-18 11:06:20 +02:00
Pavel Djundik 2365c9489e Enforce user file types at runtime 2019-12-18 10:47:09 +02:00
Pavel Djundik f269ac3bee Update user file without reading, debounce all saves 2019-12-18 10:47:08 +02:00
Pavel Djundik def56dc694 Update user file once on auth 2019-12-18 10:47:08 +02:00
Pavel Djundik c1920eb566 When updating user file, write to temp file first 2019-12-18 10:47:07 +02:00
Pavel Djundik a9f97ddf22 Send 100 actual messages when requesting history with hidden or condensed status messages 2019-12-18 00:14:36 +02:00
Pavel Djundik 4a345eb6d9 Convert constants.js to commonjs 2019-12-18 00:14:36 +02:00
Pavel Djundik c108c20c91 Pretend to be facebook and twitter bots 2019-12-17 22:35:15 +02:00
Pavel Djundik 86341f063c
Merge pull request #3596 from thelounge/xpaw/friendly-size
Use `friendlysize` helper consistently
2019-12-17 15:43:58 +02:00
Pavel Djundik f1d806a80f
Merge pull request #3600 from thelounge/xpaw/condensed-set
Use Set() for condensed types
2019-12-17 15:43:50 +02:00
Pavel Djundik e2c74a1014
Merge pull request #3598 from thelounge/renovate/semver-7.x
Update dependency semver to v7.1.0
2019-12-17 15:43:41 +02:00
Renovate Bot 0ba11d8a0e
Update dependency semver to v7.1.0 2019-12-17 12:21:53 +00:00
Pavel Djundik c6b568c165
Merge pull request #3599 from thelounge/xpaw/fix-keys
Fix page and arrow keys not working correctly
2019-12-17 14:09:59 +02:00
Pavel Djundik f3b383ce63 Use Set() for condensed types 2019-12-17 12:48:12 +02:00
Pavel Djundik 408eb75a88 Fix page and arrow keys not working correctly 2019-12-17 11:21:22 +02:00
Pavel Djundik f2bf1fa90a Use friendlysize helper consistently
Co-Authored-By: fnutt <fnutt@users.noreply.github.com>
2019-12-16 22:00:35 +02:00
Pavel Djundik f0b0c53536
Merge pull request #3597 from bepvte/fix-ipv6
Fix format of IPv6 URI
2019-12-16 20:33:22 +02:00
Paul Oppenheimer dcf08ecac6 Fix format of IPv6 URI 2019-12-16 12:24:30 -05:00
Pavel Djundik 8fb8b94650
Merge pull request #3593 from thelounge/xpaw/fix-keepnick
Fix keep nick setting nick to undefined on socket close
2019-12-16 11:39:33 +02:00
Pavel Djundik a8dd85d21e Fix keep nick setting nick to undefined on socket close 2019-12-16 10:56:25 +02:00
Pavel Djundik 6a920fd4eb
Merge pull request #3587 from thelounge/renovate/ldapjs-2.x
Update dependency ldapjs to v2.0.0-pre.5
2019-12-15 19:11:41 +02:00
Pavel Djundik 61369b3e5a
Merge pull request #3586 from thelounge/xpaw/msg-data-type
Use data-type attribute on .msg
2019-12-15 19:10:30 +02:00
Pavel Djundik 98708a2ebd
Merge pull request #3588 from thelounge/xpaw/hide-settings
Hide awaymessage/highlights settings in public mode
2019-12-15 19:10:21 +02:00
Pavel Djundik 5b55ac7d02
Merge pull request #3590 from thelounge/xpaw/fix-sync
Fix synchronizing settings on page load
2019-12-15 19:10:15 +02:00
Pavel Djundik 52ce1aebbd
Merge pull request #3591 from thelounge/xpaw/fix-width
Fix sign in being full width
2019-12-15 19:10:07 +02:00