Pavel Djundik
|
a2349f96cb
|
Fix settings update when unknown theme is stored
|
2020-01-08 16:00:47 +02:00 |
|
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 |
|
Pavel Djundik
|
033f565c0e
|
Remove isFileUploadEnabled
|
2019-11-25 20:13:08 +02:00 |
|
Pavel Djundik
|
a4490bf1d6
|
Fix up connect uri parsing, use direct router references
Co-Authored-By: Tim Miller-Williams <timmw@users.noreply.github.com>
|
2019-11-25 20:13:08 +02:00 |
|
Pavel Djundik
|
91e0349486
|
Use global Vue calls instead of vueApp reference
|
2019-11-25 20:13:07 +02:00 |
|
Pavel Djundik
|
f2309c7c89
|
Improve router experience
|
2019-11-25 20:13:07 +02:00 |
|
Pavel Djundik
|
5a0f1c1f4e
|
Replace getActiveWindowComponent with an event
|
2019-11-25 20:13:07 +02:00 |
|
Pavel Djundik
|
2044bc88dd
|
Switch channels on quit only if current network is being quit
|
2019-11-25 20:13:06 +02:00 |
|
Tim Miller-Williams
|
d5ebdc943c
|
Replace isNotified state with getter
|
2019-11-25 20:13:05 +02:00 |
|
Tim Miller-Williams
|
cbaf4db339
|
Replace synchronizeNotifiedState with a getter & watcher
|
2019-11-25 20:13:05 +02:00 |
|
Tim Miller-Williams
|
16f8304c4e
|
Refactor title to rely on Vuex state reactivity
|
2019-11-25 20:13:04 +02:00 |
|
Tim Miller-Williams
|
6a15fd95f0
|
Refactor userList behaviour to not use methods in root Vue instance
|
2019-11-25 20:13:04 +02:00 |
|
Tim Miller-Williams
|
dd9efad23c
|
Refactor sidebar behaviour to no longer use methods in root Vue instance
|
2019-11-25 20:13:04 +02:00 |
|
Tim Miller-Williams
|
347802a4b6
|
Refactor Apple keyboard logic to be more explicit
|
2019-11-25 20:13:03 +02:00 |
|
Richard Lewis
|
94bdff4fa0
|
Implement mirroring nick to username field in vue.
|
2019-11-25 20:13:02 +02:00 |
|
Richard Lewis
|
0c7db6dffe
|
Move url parameter handling to vue
|
2019-11-25 20:13:02 +02:00 |
|
Richard Lewis
|
897f238c38
|
Disallow navigating to invalid channels
|
2019-11-25 20:13:01 +02:00 |
|
Richard Lewis
|
5c0a7722a4
|
Disallow navigating to non-existing routes
|
2019-11-25 20:13:01 +02:00 |
|
Richard Lewis
|
d232ef1557
|
Improve vue routing.
|
2019-11-25 20:13:00 +02:00 |
|
Pavel Djundik
|
916da73108
|
Remove jquery from input focus event
|
2019-11-25 20:13:00 +02:00 |
|
Pavel Djundik
|
80c6cfbd7c
|
Use switchToChannel instead of click
|
2019-11-25 20:13:00 +02:00 |
|
Tim Miller-Williams
|
25da9dd63e
|
Rework settings such that all behavior for each setting is kept together
Behavior includes: default value, whether setting should be synced, and
an optional 'apply' callback which is called when setting is changed in
Vuex.
|
2019-11-25 20:12:59 +02:00 |
|
Tim Miller-Williams
|
703848919c
|
Separate connection event handlers from socket.js
|
2019-11-25 20:12:59 +02:00 |
|
Tim Miller-Williams
|
a2a2aff2bc
|
Remove unnecessary options.initialized switch
|
2019-11-25 20:12:58 +02:00 |
|
Pavel Djundik
|
a1f183f216
|
Cleanup auth flow
|
2019-11-25 20:12:58 +02:00 |
|
Pavel Djundik
|
fc1c9568e2
|
Rename helpers folder, move some vue filters
|
2019-11-25 20:12:58 +02:00 |
|
Pavel Djundik
|
b164e95290
|
Remove DOM access from webpush
|
2019-11-25 20:12:57 +02:00 |
|
Pavel Djundik
|
8972242863
|
Remove jquery from msg event
|
2019-11-25 20:12:57 +02:00 |
|
Pavel Djundik
|
6b8fea8afc
|
Avoid emitting multiple events to the server when collapsing/expanding channel previews
Fixes #1377
|
2019-11-25 20:12:56 +02:00 |
|
Pavel Djundik
|
c26de4cf6a
|
Move options to vuex
Co-Authored-By: Tim Miller-Williams <timmw@users.noreply.github.com>
|
2019-11-25 20:12:56 +02:00 |
|
Pavel Djundik
|
743ae987ec
|
Fix up login and initial window
|
2019-11-25 20:12:55 +02:00 |
|
Pavel Djundik
|
2b5a13a043
|
Register routes after init
|
2019-11-25 20:12:55 +02:00 |
|
Pavel Djundik
|
aba2487126
|
Make findChannel and findNetwork getters
|
2019-11-25 20:12:54 +02:00 |
|
Pavel Djundik
|
742cd8d4bf
|
Move most things out of utils
|
2019-11-25 20:12:54 +02:00 |
|
Pavel Djundik
|
2f635069e0
|
Move vuex state to a separate file and reorganize some code
Co-Authored-By: Tim Miller-Williams <timmw@users.noreply.github.com>
|
2019-11-25 20:12:54 +02:00 |
|
Pavel Djundik
|
3c43a2bfd3
|
Delete renderPreview.js
|
2019-11-25 20:12:53 +02:00 |
|
Pavel Djundik
|
c8b22b2df3
|
Fix up network editing
|
2019-11-25 20:12:52 +02:00 |
|
Richard Lewis
|
8fa42c5c48
|
Fix network editing in vue and use absolute urls in router links.
|
2019-11-25 20:12:52 +02:00 |
|
Richard Lewis
|
2049a16d64
|
Implement switchToChannel method.
|
2019-11-25 20:12:51 +02:00 |
|
Pavel Djundik
|
e845e17a63
|
Convert some clicks to router push
|
2019-11-25 20:12:51 +02:00 |
|
Richard Lewis
|
c393dd1a11
|
Fixes to vue routing and activeWindow.
|
2019-11-25 20:12:50 +02:00 |
|
Pavel Djundik
|
f76ad57c63
|
Move confirmExit
|
2019-11-25 20:12:50 +02:00 |
|
Richard Lewis
|
737afc759b
|
Implement vue-router.
|
2019-11-25 20:12:48 +02:00 |
|
Pavel Djundik
|
7355c91839
|
Move context menu events to factory
|
2019-11-25 20:12:48 +02:00 |
|
Pavel Djundik
|
af0d48de72
|
Create InlineChannel component
|
2019-11-25 20:12:48 +02:00 |
|
Pavel Djundik
|
af777106bf
|
Remove handlebars and html-minifier
|
2019-11-25 20:12:46 +02:00 |
|
Richard Lewis
|
2d8417cd8b
|
Patch changelog html in Vue.
|
2019-11-25 20:12:33 +02:00 |
|
Richard Lewis
|
ef500f12a1
|
Implement changelog in Vue.
|
2019-11-25 20:12:32 +02:00 |
|
Richard Lewis
|
b95f89c4c2
|
Implement version checker in Vue.
|
2019-11-25 20:12:31 +02:00 |
|
Richard Lewis
|
2b602ca333
|
Move slideout menu logic to Vue.
|
2019-11-25 20:12:31 +02:00 |
|
Richard Lewis
|
ee92de0ff7
|
Fix changing theme color and properly sync settings.
|
2019-11-25 20:12:30 +02:00 |
|