Archived
2
0
Commit Graph

100 Commits

Author SHA1 Message Date
Walllessloki39
7a1716ebd0
Swedish translation
I made a swedish translation for neko. I am not a professional translator but fluent in swedish and I hope I got the most correct.
2021-04-03 22:53:43 +02:00
m1k1o
8e18465409 add cast query param. 2021-04-03 22:25:11 +02:00
m1k1o
9d514206ca auto user login. 2021-04-03 22:00:32 +02:00
m1k1o
0076637353 upgrade slovak translation. 2021-04-03 16:00:29 +02:00
m1k1o
8a0d0bac0c translation key 'you' should be optional. 2021-04-03 16:00:07 +02:00
m1k1o
48a6cd6ad5 Merge branch 'dev' into sk_lang 2021-04-03 15:20:27 +02:00
Miroslav Šedivý
b264e397d8 add language picker. 2021-04-02 15:29:27 +00:00
Miroslav Šedivý
700d43710e lint fix. 2021-04-02 15:06:13 +00:00
gbrian
3989635b90 Change the way we export (breaking change) 2021-03-29 11:12:07 +00:00
gbrian
99d528f2ea translations 2021-03-29 11:11:37 +00:00
gbrian
78d2d706af wrong condition 2021-03-29 11:11:26 +00:00
gbrian
8efc5d7094 merge from remote 2021-03-29 11:03:25 +00:00
Nurdism
ecfd8e9e9c
Merge pull request #97 from alectrocute/ui-tweaks
Small UI tweaks (control shortcut on video overlay, select dropdown re-styling)
2020-11-01 05:12:35 -05:00
alecdusheck
835dcd6d67 Add image size to image to match how it was previously 2020-10-18 22:40:51 -05:00
alecdusheck
587249b101 Use https://ui-avatars.com instead of https://api.adorable.io for profile images 2020-10-18 00:11:53 -05:00
alectrocute
f16f550204 only show shortcut button when screen width is < 768px 2020-07-12 23:18:24 -07:00
alectrocute
3953f3f2c4 fixes verbiage of keyboard layout, removes verb Change 2020-07-12 23:10:18 -07:00
alectrocute
1d0186aed2 implements control shortcut on video overlay, re-styles the select dropdown 2020-07-12 23:03:51 -07:00
m1k1o
bac0686f20 Merge branch 'master' of https://github.com/nurdism/neko into sk_lang 2020-07-11 23:18:28 +02:00
Nurdism
395e23a155
Merge pull request #92 from m1k1o/guacamole-kbd
Guacamole Keyboard support + choose layout
2020-07-11 16:17:32 -04:00
Laurant
add6c35928
Change minimum scroll speed value to 1 2020-06-18 23:23:56 +02:00
Miroslav Šedivý
01d6ea5ad0 BUG: prevent events when hosting 2020-06-16 13:12:36 +02:00
Miroslav Šedivý
e6c7dd0122 keyboard layouts from file 2020-06-16 02:09:05 +02:00
Miroslav Šedivý
48bbededc1 try to changeKeyboard everytime host changes 2020-06-16 01:26:26 +02:00
Miroslav Šedivý
01564a57b5 Revert "new WS ControlRequest data type"
This reverts commit 70e8b215cb.
2020-06-16 01:01:23 +02:00
Miroslav Šedivý
8113ce276c changeKeyboard on control give 2020-06-16 00:57:12 +02:00
Miroslav Šedivý
e60f9ce838 changeKeyboard on settings change 2020-06-16 00:55:38 +02:00
Miroslav Šedivý
6206fbbadd add new WS keyboard event 2020-06-16 00:55:14 +02:00
Miroslav Šedivý
70e8b215cb new WS ControlRequest data type 2020-06-15 22:26:47 +02:00
Miroslav Šedivý
c176411512 add layout select to settings 2020-06-15 22:09:01 +02:00
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ý
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
Miroslav Šedivý
6a7327c238 SK translation fixed 2020-04-20 21:11:58 +02:00
Miroslav Šedivý
1ce276f313 Merge branch 'master' of github.com:m1k1o/neko into sk_lang 2020-04-20 21:05:55 +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
ee2f27f80a initial SK support 2020-04-06 12:44:47 +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