Commit Graph

674 Commits

Author SHA1 Message Date
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
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
6a687d3041 update new settings 2020-04-05 04:08:57 +00:00
Nurdism
0dfefd4691
Merge pull request #59 from frozenfoxx/patch-1
Update contributing.md
2020-04-05 00:02:16 -04:00
Craig
362cf6c254 should resolve #46 2020-04-05 03:49:43 +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
Craig
bcb4ea6641 golang deps update 2020-04-05 01:26:11 +00:00
Craig
e8f0be8586 Update golang 2020-04-05 01:25:30 +00:00