Pavel Djundik
|
771739cf94
|
Port ignore list to Vue
|
2019-02-12 12:48:42 +02:00 |
|
Pavel Djundik
|
595915fefd
|
Render link previews in Vue
|
2019-02-12 12:48:42 +02:00 |
|
Pavel Djundik
|
db803a8548
|
Port channel list to Vue
|
2019-02-12 12:48:42 +02:00 |
|
Pavel Djundik
|
121dd35c3b
|
Port ban lists to Vue
|
2019-02-12 12:48:42 +02:00 |
|
Pavel Djundik
|
2d2c836a34
|
Remove user_name template
|
2019-02-12 12:48:42 +02:00 |
|
Pavel Djundik
|
9ab5b9d791
|
Implement condensed messages in Vue
|
2019-02-12 12:48:42 +02:00 |
|
Pavel Djundik
|
6116edaa06
|
Remove msg_action.tpl
|
2019-02-12 12:48:41 +02:00 |
|
Pavel Djundik
|
0730825185
|
Convert message actions to Vue
|
2019-02-12 12:48:41 +02:00 |
|
Pavel Djundik
|
dee76adc0c
|
Implement network collapsing in Vue
|
2019-02-12 12:48:41 +02:00 |
|
Pavel Djundik
|
0e930c9356
|
Make history loading work
|
2019-02-12 12:48:41 +02:00 |
|
Pavel Djundik
|
25840dfef4
|
Single chat container (with buffered input), user list in vue
|
2019-02-12 12:48:41 +02:00 |
|
Pavel Djundik
|
1d2a11729f
|
Render chat/messages in Vue (mostly broken)
|
2019-02-12 12:48:41 +02:00 |
|
Pavel Djundik
|
7e332b817d
|
Channel list rendering with Vue
Co-Authored-By: Tim Miller-Williams <timmw@users.noreply.github.com>
|
2019-02-12 12:48:41 +02:00 |
|
Pavel Djundik
|
8d5d9617ae
|
Hard limit nicks to 100 characters, add maxlength on connect inputs
|
2018-10-20 14:10:26 +03:00 |
|
Pavel Djundik
|
1d7ceda9d4
|
Bring back aria-label to fix broken code
Fixes #2837
Reverts 78f0e544db
Reverts d087c726e0
|
2018-10-10 10:50:52 +03:00 |
|
Jérémie Astori
|
b6c2b201eb
|
Merge pull request #2830 from thelounge/xpaw/fix-2829
Remove aria-label on channels in channel list
|
2018-10-08 00:26:03 -04:00 |
|
Jérémie Astori
|
01e7b88037
|
Merge pull request #2826 from thelounge/renovate/irc-framework-4.x
Update dependency irc-framework to v4
|
2018-10-06 10:46:19 -04:00 |
|
Pavel Djundik
|
78f0e544db
|
Remove aria-label on channels in channel list
Fixes #2829
|
2018-10-06 13:31:42 +03:00 |
|
Pavel Djundik
|
d087c726e0
|
Put unread and highlight counts in aria-label in the channel list
|
2018-10-05 12:05:09 +03:00 |
|
Pavel Djundik
|
f3b67b773b
|
whois.special is now an array
|
2018-10-05 10:24:20 +03:00 |
|
Pavel Djundik
|
f2ee299004
|
Fix passwords not being saved in Firefox
Fixes #1740
|
2018-09-02 20:34:47 +03:00 |
|
Max Leiter
|
50661b5947
|
Hide Native App settings section when no items are available
|
2018-08-19 12:24:19 -07:00 |
|
Jérémie Astori
|
7b926f7c32
|
Merge pull request #2515 from thelounge/xpaw/transparent-sw-cache
Network-first service worker caches
|
2018-07-25 00:57:20 -04:00 |
|
Pavel Djundik
|
b8db7a2f82
|
Fix closing tag being removed in user list
Fixes #2635
|
2018-07-21 02:25:18 -04:00 |
|
Pavel Djundik
|
71dad07480
|
Remove extra closing tag
|
2018-07-10 15:05:17 +03:00 |
|
Pavel Djundik
|
0f6fd4dac5
|
Listen for beforeinstallprompt to trigger 'add to home'
|
2018-07-06 15:38:57 +03:00 |
|
Jérémie Astori
|
93fcd57b2d
|
Merge pull request #2571 from thelounge/xpaw/protocol-handler
Implement irc:// protocol handler
|
2018-07-05 22:08:07 -04:00 |
|
Jérémie Astori
|
2bd82fec6e
|
Merge pull request #2595 from joandrsn/master
Clarify /topic command without newtopic
|
2018-07-05 22:05:11 -04:00 |
|
Pavel Djundik
|
19ac4f72aa
|
Implement irc:// protocol handler
|
2018-07-05 13:01:10 +03:00 |
|
christer88
|
251ed60f1c
|
Disable username autocapitalize on input field when signing on
Fixes https://github.com/thelounge/thelounge/issues/2616
|
2018-07-05 08:00:07 +02:00 |
|
Jonas Andersen
|
90e55bd759
|
Removed 'the command'
|
2018-06-27 08:47:47 +02:00 |
|
Max Leiter
|
f1b88e5216
|
switch close button text on channels to Leave and kept as Close for other types.
|
2018-06-26 21:11:04 -07:00 |
|
Jonas Andersen
|
1ebbacdb2a
|
Clarify /topic command without newtopic
|
2018-06-26 11:52:20 +02:00 |
|
Pavel Djundik
|
5091939aa4
|
Add support for WHOWAS
Fixes #2050
Co-Authored-By: jay2k1 <jay2k1@users.noreply.github.com>
|
2018-06-20 21:03:00 +03:00 |
|
Pavel Djundik
|
b8d60ddaa6
|
Correctly handle away and back events
Also support for self messages
Co-Authored-By: jay2k1 <jay2k1@users.noreply.github.com>
|
2018-06-20 19:32:19 +03:00 |
|
Pavel Djundik
|
a9413dc277
|
Update for changes in irc-framework
|
2018-06-20 18:30:32 +03:00 |
|
Max Leiter
|
012ca805c1
|
Add role attributes in context menus
|
2018-06-15 13:27:59 +03:00 |
|
Pavel Djundik
|
d178ac9749
|
Make context menus accessible with keyboard
|
2018-06-15 13:27:58 +03:00 |
|
Pavel Djundik
|
063ef1a98e
|
Remove label on force sync button
|
2018-06-12 11:25:00 +03:00 |
|
Pavel Djundik
|
7a3008aec6
|
Synchronize number of highlighted messages to client
Also fixes #1791
|
2018-06-11 14:29:57 +03:00 |
|
Jérémie Astori
|
e30984a13d
|
Merge pull request #2429 from c-ciobanu/c-ciobanu/feature-2360
Add password visibility toggle feature
|
2018-05-28 19:02:16 -04:00 |
|
Alexandre Oliveira
|
468427bfdb
|
Add support for /ignore, /unignore and /ignorelist commands
|
2018-05-28 16:46:12 -03:00 |
|
Cristi Ciobanu
|
490c94b33a
|
change icon tag
|
2018-05-24 21:21:30 +02:00 |
|
Cristi Ciobanu
|
25dc2848ca
|
changed i with button
|
2018-05-24 00:12:37 +02:00 |
|
qwe
|
bab78f9913
|
moved the reveal password block into his own template
|
2018-05-10 21:20:35 +02:00 |
|
qwe
|
0294643403
|
minor fixes
|
2018-05-10 20:37:10 +02:00 |
|
qwe
|
bdfc367c6c
|
refactor password visibility toggle feature
|
2018-05-10 01:25:17 +02:00 |
|
qwe
|
2d49e34805
|
add password toggle to connect and login
|
2018-05-08 23:40:39 +02:00 |
|
qwe
|
97b178dbdb
|
Add password visibility toggle feature
|
2018-05-08 01:52:54 +02:00 |
|
Pavel Djundik
|
f23c063b71
|
Fix join channel form not working
Fixes #2329
|
2018-05-02 17:09:32 +03:00 |
|