Miroslav Šedivý
5cf9c29319
use guacamole keyboard as TS module
2020-06-15 20:45:32 +02:00
Miroslav Šedivý
9a6ca9b5b0
send keysyms in uint64
2020-06-15 18:57:28 +02:00
Miroslav Šedivý
36937a0776
gruacamole native kbd reset
2020-06-15 17:28:05 +02:00
Miroslav Šedivý
d2477a37d0
use guacamole kbd
2020-06-15 15:55:31 +02:00
Miroslav Šedivý
bce622f31f
add Guacamole Keyboard JS module
2020-06-15 15:54:40 +02:00
Miroslav Šedivý
ebec0fef90
use local numlock
2020-06-14 13:34:33 +02:00
Miroslav Šedivý
0fc847fa59
fix key codes
2020-06-13 18:03:07 +02:00
Miroslav Šedivý
aa1fedcb24
map KeySym at client side
2020-06-13 16:21:11 +02:00
Erin Moon
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
Miroslav Šedivý
52ee737276
log active keys + onBlur
2020-04-11 16:50:59 +02:00
Craig
1e77a1afde
hide kicak/ban from context if admin
2020-04-06 20:22:17 +00:00
Nurdism
0870a51223
Merge pull request #66 from m1k1o/locales
...
Improved i18n
2020-04-06 13:44:02 -04:00
Ellen Marie Dash
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
Miroslav Šedivý
2fa5839b99
connection.logged_out does not have 'you' anymore
2020-04-06 15:32:06 +02:00
Miroslav Šedivý
85f2f41176
i18n improved
2020-04-06 15:29:53 +02:00
Miroslav Šedivý
cce6a90a15
ts-lint fixes
2020-04-06 14:56:20 +02:00
m1k1o
180bfc250f
send_a_message translate
2020-04-06 12:25:07 +02:00
m1k1o
96ea219340
context added translations for modals
2020-04-06 12:22:36 +02:00
m1k1o
e53a42a231
language minor bugs
2020-04-06 11:55:08 +02:00
Craig
04033b664b
ability to use ICE or ICELite
2020-04-05 07:07:45 +00:00
Craig
853dd14386
version bump
2020-04-05 04:10:18 +00:00
Craig
19466b5625
fixes #51
2020-04-05 03:31:23 +00:00
Craig
9d484a49d0
linting
2020-04-05 03:17:06 +00:00
Craig
fa64f930a9
package updates
2020-04-05 03:16:52 +00:00
Craig
75f54db90e
i18n (wip)
2020-04-05 02:57:22 +00:00
Craig
bf51a3ff3a
username -> displayname
2020-04-05 01:33:19 +00:00
Reed Hummel
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
GigaFyde
b31036147d
A huge amount more spelling corrections
2020-02-26 13:46:10 +01:00
Laurant
addead5005
A bunch of spelling corrections
2020-02-26 13:18:56 +01:00
Laurant
6b2fa25aa8
replace test with n.eko
2020-02-25 15:31:33 +01:00
Craig
d5bff32302
server -> client signaling
2020-02-12 23:13:33 +00:00
Craig
1f8b4d44c7
fix #33
2020-02-12 22:41:52 +00:00
Craig
714075935f
Merge branch 'master' of https://github.com/nurdism/neko
2020-02-12 16:47:12 +00:00
Craig
27eaefb1d2
more logging
2020-02-12 16:47:00 +00:00
Laurant
0201b5bee4
small text correction
2020-02-12 14:21:48 +01:00
Craig
fc43a0a3ab
mute video if not focused
2020-02-12 04:16:49 +00:00
Craig
7ac99d1bf7
debug log signal/answer
2020-02-12 00:12:16 +00:00
Craig
880f151185
tooltip for room lock
2020-02-12 00:02:51 +00:00
Craig
d29a64ac86
lock controls
2020-02-11 23:51:57 +00:00
Craig
92f2156eef
better sorting
2020-02-11 19:48:30 +00:00
Craig
6db53d8c48
automatic login
2020-02-11 19:36:06 +00:00
Craig
b6a5c2cc95
live resolution complete
2020-02-11 18:43:31 +00:00
Craig
7b9eda3abb
better emotes
2020-02-11 18:10:24 +00:00
Craig
7e177cce4c
clean up svg
2020-02-11 18:10:18 +00:00
Craig
1eff8c7ccc
bug fix
2020-02-11 06:11:07 +00:00
Craig
9e995233af
live change resolution (WIP)
2020-02-11 05:15:59 +00:00
Craig
3d1341cfe1
potential fix for #25
2020-02-10 07:13:40 +00:00
Craig
22e80d9d6c
docs (wip)
2020-02-10 00:59:08 +00:00
Craig
ce319ce334
fixed video not showing after reconnect
2020-02-04 15:37:56 +00:00
Craig
6e119249d8
added tooltip to emoji in chat
2020-02-02 22:52:07 +00:00
Craig
c0b54fd4de
misc
2020-02-02 22:51:44 +00:00
Craig
2337de90a1
potential fix for #26
2020-02-02 22:51:28 +00:00
Craig
7253b5ac62
slight changes
2020-02-01 21:27:41 +00:00
Craig
98980cc565
yay emoji!!!
2020-02-01 20:35:48 +00:00
Craig
1f1e67b829
more work on emoji component (wip)
2020-02-01 10:43:02 +00:00
Craig
f8a814319a
emoji component (wip)
2020-01-31 21:45:41 +00:00
Craig
7f26b8bb7b
some changes to chat component (wip)
2020-01-30 23:59:22 +00:00
Craig
0f40e0119c
dont show emotes when document hidden
2020-01-30 23:58:26 +00:00
Craig
25a3718d91
slight mobile changes
2020-01-30 23:57:00 +00:00
Craig
6d95aec28c
basic documentation
2020-01-29 01:28:27 +00:00
Craig
3a46fa43e6
added unsupported component
2020-01-29 01:27:35 +00:00
Craig
877d4d1027
readme update
2020-01-28 13:41:55 +00:00
Craig
1b9d36b516
minor chages
2020-01-25 15:14:46 +00:00
Craig
56a5dcf77f
clipboard sync and some minor fixes
2020-01-25 14:29:52 +00:00
Craig
e3a73aa264
fixes #14
2020-01-24 15:47:37 +00:00
Craig
064253eae3
slight tweaks
2020-01-23 16:54:32 +00:00
Craig
157ee2e1fb
more progress on refactor
2020-01-23 15:23:26 +00:00
Craig
8ba1b68a21
refactor progress
2020-01-22 17:16:40 +00:00
Craig
d497806443
progress on server refactor
2020-01-20 16:22:24 +00:00
Craig
e542627805
client refactor progress
2020-01-20 14:36:18 +00:00
Craig
7aa034f3ba
large refactor, fixes #2
2020-01-18 23:30:09 +00:00
Craig
2729c66ccc
added license
2020-01-14 20:59:18 +00:00
Craig
6f1a2bb77a
some more tweaks
2020-01-14 09:39:47 +00:00
Craig
5830f92637
more tweeks
2020-01-13 23:12:55 +00:00
Craig
c85abb3b63
some tweeks
2020-01-13 11:28:14 +00:00
Craig
0c8af21fab
first commit
2020-01-13 08:05:38 +00:00