8adea6a2dc
Merge branch 'on-screen-clipboard' of github.com:m1k1o/neko into dev
2020-07-12 11:51:48 +02:00
547ffa7a7b
show clipboard only if regular is not available
2020-07-12 11:44:58 +02:00
98e4a9522f
Merge branch 'master' of https://github.com/nurdism/neko into on-screen-clipboard
2020-07-11 23:11:29 +02:00
395e23a155
Merge pull request #92 from m1k1o/guacamole-kbd
...
Guacamole Keyboard support + choose layout
2020-07-11 16:17:32 -04:00
d770133e70
clipboard onfocus select all
2020-06-21 15:22:14 +02:00
fb1647ac10
add clipboard button
2020-06-21 15:21:12 +02:00
02d0a61cab
mouse onBlur reset keyboard
2020-06-21 14:58:52 +02:00
4afcd9e2a9
Merge branch 'kbd-modifier-state-sync' of github.com:m1k1o/neko into dev
2020-06-20 00:57:57 +02:00
e01ab240f1
keyboard modifier state - client implementation
2020-06-20 00:05:03 +02:00
b7a7a9accb
clipboard onfocus select all
2020-06-19 22:06:41 +02:00
477256bb94
add clipboard button
2020-06-19 15:03:49 +02:00
7897fb3749
Merge branch 'master' of github.com:m1k1o/neko into dev
2020-06-19 01:56:35 +02:00
add6c35928
Change minimum scroll speed value to 1
2020-06-18 23:23:56 +02:00
01d6ea5ad0
BUG: prevent events when hosting
2020-06-16 13:12:36 +02:00
e6c7dd0122
keyboard layouts from file
2020-06-16 02:09:05 +02:00
e60f9ce838
changeKeyboard on settings change
2020-06-16 00:55:38 +02:00
c176411512
add layout select to settings
2020-06-15 22:09:01 +02:00
5cf9c29319
use guacamole keyboard as TS module
2020-06-15 20:45:32 +02:00
36937a0776
gruacamole native kbd reset
2020-06-15 17:28:05 +02:00
d2477a37d0
use guacamole kbd
2020-06-15 15:55:31 +02:00
aa1fedcb24
map KeySym at client side
2020-06-13 16:21:11 +02:00
cf84eec999
components/video.vue: fix keyup-on-blur code
...
the code authored in 52ee737276
(probably)
worked in the browser due to string to numeric type autoconversion but
didn't typecheck during container build.
namely, Object.keys(this.activeKeys) will always return a string[];
however, we need number[] for the sendData() call to typecheck.
this replaces the untyped object holding active keys with a Set<number>,
which is more expressive anyway.
2020-04-15 15:08:03 -05:00
52ee737276
log active keys + onBlur
2020-04-11 16:50:59 +02:00
1e77a1afde
hide kicak/ban from context if admin
2020-04-06 20:22:17 +00:00
0870a51223
Merge pull request #66 from m1k1o/locales
...
Improved i18n
2020-04-06 13:44:02 -04:00
080766481c
Fix _+: keys in Firefox
...
19466b5
fixes the keys without shift; this fixes them with shift.
Related: 19466b5625
Context: https://github.com/nurdism/neko/issues/51#issuecomment-609877197
2020-04-06 13:09:32 -04:00
85f2f41176
i18n improved
2020-04-06 15:29:53 +02:00
cce6a90a15
ts-lint fixes
2020-04-06 14:56:20 +02:00
180bfc250f
send_a_message translate
2020-04-06 12:25:07 +02:00
96ea219340
context added translations for modals
2020-04-06 12:22:36 +02:00
19466b5625
fixes #51
2020-04-05 03:31:23 +00:00
9d484a49d0
linting
2020-04-05 03:17:06 +00:00
75f54db90e
i18n (wip)
2020-04-05 02:57:22 +00:00
bf51a3ff3a
username -> displayname
2020-04-05 01:33:19 +00:00
62082654b3
Change the login page to use "Display Name" instead of "Username"
...
This is better for new users, since "username" implies that there are
persistent accounts, which there are not.
2020-03-30 10:37:25 -07:00
1f8b4d44c7
fix #33
2020-02-12 22:41:52 +00:00
fc43a0a3ab
mute video if not focused
2020-02-12 04:16:49 +00:00
880f151185
tooltip for room lock
2020-02-12 00:02:51 +00:00
d29a64ac86
lock controls
2020-02-11 23:51:57 +00:00
6db53d8c48
automatic login
2020-02-11 19:36:06 +00:00
b6a5c2cc95
live resolution complete
2020-02-11 18:43:31 +00:00
7b9eda3abb
better emotes
2020-02-11 18:10:24 +00:00
1eff8c7ccc
bug fix
2020-02-11 06:11:07 +00:00
9e995233af
live change resolution (WIP)
2020-02-11 05:15:59 +00:00
22e80d9d6c
docs (wip)
2020-02-10 00:59:08 +00:00
6e119249d8
added tooltip to emoji in chat
2020-02-02 22:52:07 +00:00
2337de90a1
potential fix for #26
2020-02-02 22:51:28 +00:00
7253b5ac62
slight changes
2020-02-01 21:27:41 +00:00
98980cc565
yay emoji!!!
2020-02-01 20:35:48 +00:00
1f1e67b829
more work on emoji component (wip)
2020-02-01 10:43:02 +00:00