Archived
2
0
Commit Graph

936 Commits

Author SHA1 Message Date
Miroslav Šedivý
fa945d156f
screen parsing fixed
Would result to invalid screen option, since it would parse width three times instead of other parameters.

```
WRN invalid screen option 1280x1280@1280 module=remote,
```
2020-04-19 14:11:44 +02:00
Craig
7d5d35e5ae chages actions a bit 2020-04-19 01:29:57 +00:00
Craig
98600ad5f6 gh actions complete 2020-04-19 01:12:49 +00:00
Craig
6f3a7a6864 gh actions test 2020-04-19 00:50:51 +00:00
Craig
22772d3ac3 build git for gh actions 2020-04-19 00:50:26 +00:00
Craig
eb923b3290 syntax fix 2020-04-19 00:22:45 +00:00
Craig
f6cd7e7f68 gh actions test 2020-04-19 00:18:04 +00:00
Craig
cc95ee1376 :deps only has runtime deps 2020-04-19 00:07:12 +00:00
Craig
019283c97e :base runs neko 2020-04-19 00:06:39 +00:00
Craig
362441c5a9 gh actions test 2020-04-19 00:06:02 +00:00
Craig
fdbc711f9a fix commands 2020-04-18 23:47:55 +00:00
Craig
badc3384a4 add dcoker to :dev 2020-04-18 23:47:39 +00:00
Craig
3883382c34 gh actions testing 2020-04-18 21:22:50 +00:00
Craig
5afd1176b9 HG actions testing 2020-04-18 21:21:00 +00:00
Craig
16a9b30291 test out git actions 2020-04-18 20:57:39 +00:00
Craig
5da903f3fe change dissconnect messages to keys for i18n 2020-04-18 20:57:28 +00:00
Craig
a04ac47812 examples update docs 2020-04-18 20:56:26 +00:00
Craig
f24c511a0c change to docker setup 2020-04-18 20:56:13 +00:00
Craig
b6b530f8a6 examples (wip) 2020-04-18 20:55:38 +00:00
Nurdism
bd1614b320
Merge pull request #79 from barzamin/fix-78
components/video.vue: fix keyup-on-blur code
2020-04-15 16:14:19 -04: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
Nurdism
40a9819253
Merge pull request #75 from m1k1o/mouseup_after_blur
Missing mouseup after blur
2020-04-12 17:37:44 -04:00
Miroslav Šedivý
52ee737276 log active keys + onBlur 2020-04-11 16:50:59 +02:00
Craig
14caa1fba8 let admin in if room locked 2020-04-06 20:26:16 +00:00
Craig
1e77a1afde hide kicak/ban from context if admin 2020-04-06 20:22:17 +00:00
Craig
df98368137 Merge branch 'master' of https://github.com/nurdism/neko 2020-04-06 20:15:42 +00:00
Craig
8cea01f164 fix CreatePipeline func 2020-04-06 20:15:32 +00:00
Craig
470bb2f659 type error 2020-04-06 20:14:50 +00:00
Craig
584513de9b reverse proxy mode 2020-04-06 20:14:30 +00:00
Craig
414b5a8015 unlock room if no admins online 2020-04-06 20:14:08 +00:00
Nurdism
0870a51223
Merge pull request #66 from m1k1o/locales
Improved i18n
2020-04-06 13:44:02 -04:00
Nurdism
dd59cbeea9
Merge pull request #68 from duckinator/patch-1
Fix _+: keys in Firefox
2020-04-06 13:41:54 -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
m1k1o
e53a42a231 language minor bugs 2020-04-06 11:55:08 +02:00
Craig
82ca6e13ca RTMP Broadcast (WIP) 2020-04-06 03:42:42 +00:00
Craig
23d645f205 fixed some typeos 2020-04-06 02:29:38 +00:00
Craig
5e4ac2077d added discord and some badges 2020-04-06 01:41:07 +00:00
Craig
9220661ae0 stop encodeing when not broadcastin, resolves #64 2020-04-05 23:07:25 +00:00
Nurdism
613a192605
Merge pull request #63 from m1k1o/password_admin
Docs updated
2020-04-05 18:41:23 -04:00
Craig
26c6cfbe1e seperate remote desktop from webrtc 2020-04-05 22:34:51 +00:00
m1k1o
9284c23771 servers configs from code to docs 2020-04-05 11:13:09 +02:00
m1k1o
048094e850 aduio <- typo 2020-04-05 11:03:45 +02:00
m1k1o
435ec8d0f6 NEKO_ADMIN -> NEKO_PASSWORD_ADMIN 2020-04-05 10:58:52 +02:00
Craig
6de731b9bb descriptions for new flags 2020-04-05 07:50:36 +00:00