Pavel Djundik
|
1c190d1adb
|
Remove the only use of Vue.filter
|
2020-01-08 11:11:44 +02:00 |
|
Pavel Djundik
|
e73575a342
|
Remove showInActive if active network differs
|
2020-01-05 19:44:03 +02:00 |
|
Pavel Djundik
|
5fe0710724
|
Remove cyclical dependency in router<->webpush
|
2020-01-03 20:02:22 +02:00 |
|
Pavel Djundik
|
1870145674
|
Add keybinds to expand and collapse networks
Fixes #3523
|
2020-01-02 22:45:21 +02:00 |
|
Pavel Djundik
|
a12a24adbe
|
Replace control codes with a space
|
2019-12-27 20:39:28 +02:00 |
|
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
|
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
|
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 |
|
Pavel Djundik
|
60ca8850d9
|
Focus topic edit input by using $refs
|
2019-12-19 15:06:33 +02:00 |
|
Richard Lewis
|
d9f8f45169
|
Make sure channel exists.
|
2019-12-19 13:02:21 +00:00 |
|
Pavel Djundik
|
03d5fab794
|
Fix beforeunload not working
|
2019-12-18 11:28:39 +02:00 |
|
Pavel Djundik
|
4a345eb6d9
|
Convert constants.js to commonjs
|
2019-12-18 00:14:36 +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
|
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
|
309be48906
|
Fix synchronizing settings on page load
|
2019-12-15 18:03:13 +02:00 |
|
Richard Lewis
|
c022377c49
|
Refactor some CSS selectors.
|
2019-12-10 14:19:31 +02:00 |
|
Pavel Djundik
|
320832dfd9
|
Merge pull request #3539 from thelounge/xpaw/emoji
Add Unicode 12.1 emojis
|
2019-12-07 19:12:33 +02:00 |
|
Pavel Djundik
|
e64f53ad33
|
Apply user theme as soon as possible
|
2019-12-06 11:56:12 +02:00 |
|
Pavel Djundik
|
c260e1a82f
|
Merge pull request #3549 from thelounge/xpaw/client-setting-awayMessage
Make client awayMessage a client setting
|
2019-12-03 10:30:21 +02:00 |
|
Pavel Djundik
|
3dae767937
|
Make client awayMessage a client setting
|
2019-12-02 12:24:22 +02:00 |
|
Pavel Djundik
|
cf0a4999e9
|
Fix sidebar not opening when lounge is open in a background tab
|
2019-12-01 20:20:37 +02:00 |
|
Pavel Djundik
|
09ddbd156c
|
Add Unicode 12.1 emojis
|
2019-11-29 20:26:33 +02:00 |
|
Pavel Djundik
|
320b3ea98f
|
Merge pull request #3434 from thelounge/xpaw/no-variant-emoji-map
Remove \uFE0F emoji variant from emoji name map
|
2019-11-28 20:15:42 +02:00 |
|
Pavel Djundik
|
c790d9fadf
|
Ignore unknown settings
|
2019-11-26 16:20:33 +02:00 |
|
Pavel Djundik
|
d6923d0c6d
|
Regenerate fullnamemap.json
|
2019-11-26 14:17:37 +02:00 |
|
Pavel Djundik
|
10b1cedbb6
|
Remove \uFE0F emoji variant from emoji name map
|
2019-11-26 14:17:37 +02:00 |
|
Pavel Djundik
|
a3be259567
|
Fix opening channel when clicking a push notification
|
2019-11-25 21:51:04 +02:00 |
|
Pavel Djundik
|
9051861f4d
|
Replace history entry if current route is null
|
2019-11-25 20:13:20 +02:00 |
|
Pavel Djundik
|
83f3fe772a
|
Remove user/pass support from irc://, support multiple channels
Other clients and specs explicitly don't support user:pass
|
2019-11-25 20:13:19 +02:00 |
|
Pavel Djundik
|
ec85372132
|
Fix uri handling and add tests
|
2019-11-25 20:13:18 +02:00 |
|
Pavel Djundik
|
90ec37ce82
|
Replace confirm() with context menu
window.confirm() blocks the javascript thread and will cause the socket connection to drop
|
2019-11-25 20:13:18 +02:00 |
|
Richard Lewis
|
dca6543070
|
Implement closeChannel method.
|
2019-11-25 20:13:17 +02:00 |
|
Richard Lewis
|
0c49f025b4
|
Fix Vue error when navigating to channels via InlineChannel.
|
2019-11-25 20:13:17 +02:00 |
|
Pavel Djundik
|
2a6c57abaa
|
Fix context menu generation
|
2019-11-25 20:13:16 +02:00 |
|
Pavel Djundik
|
49dc6ffd8f
|
Fix client tests
|
2019-11-25 20:13:15 +02:00 |
|
Pavel Djundik
|
0ac9601a3a
|
Remove some data attributes
|
2019-11-25 20:13:15 +02:00 |
|
Pavel Djundik
|
e76d5d2ef9
|
Port keybinds to vue state; remove jQuery
|
2019-11-25 20:13:14 +02:00 |
|
Pavel Djundik
|
d0444d7d7f
|
Improve disconnected message in public mode
|
2019-11-25 20:13:14 +02:00 |
|
Pavel Djundik
|
21bbe7d4c3
|
Make sense out of settings sync and force sync
|
2019-11-25 20:13:13 +02:00 |
|
Pavel Djundik
|
0cb8dc73bb
|
Use es6 import syntax
|
2019-11-25 20:13:12 +02:00 |
|
Pavel Djundik
|
b2cc8d9531
|
Fix web app install button
|
2019-11-25 20:13:11 +02:00 |
|
Pavel Djundik
|
fcf7488e1e
|
Remove jquery from autocompletion
|
2019-11-25 20:13:11 +02:00 |
|
Richard Lewis
|
a71472a427
|
Port contextmenus to Vue
|
2019-11-25 20:13:11 +02:00 |
|
Pavel Djundik
|
111c3665f9
|
Replace moment with dayjs
Drop in replacement, but smaller
|
2019-11-25 20:13:10 +02:00 |
|
Pavel Djundik
|
7584f47c7d
|
Cleanup webpush code
|
2019-11-25 20:13:10 +02:00 |
|
Pavel Djundik
|
17365d9967
|
Remove references to vue.js
|
2019-11-25 20:13:09 +02:00 |
|
Pavel Djundik
|
54a1e11f50
|
Move some init code around
|
2019-11-25 20:13:09 +02:00 |
|