3883382c34
gh actions testing
2020-04-18 21:22:50 +00:00
5afd1176b9
HG actions testing
2020-04-18 21:21:00 +00:00
16a9b30291
test out git actions
2020-04-18 20:57:39 +00:00
5da903f3fe
change dissconnect messages to keys for i18n
2020-04-18 20:57:28 +00:00
a04ac47812
examples update docs
2020-04-18 20:56:26 +00:00
f24c511a0c
change to docker setup
2020-04-18 20:56:13 +00:00
b6b530f8a6
examples (wip)
2020-04-18 20:55:38 +00:00
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
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
40a9819253
Merge pull request #75 from m1k1o/mouseup_after_blur
...
Missing mouseup after blur
2020-04-12 17:37:44 -04:00
52ee737276
log active keys + onBlur
2020-04-11 16:50:59 +02:00
14caa1fba8
let admin in if room locked
2020-04-06 20:26:16 +00:00
1e77a1afde
hide kicak/ban from context if admin
2020-04-06 20:22:17 +00:00
df98368137
Merge branch 'master' of https://github.com/nurdism/neko
2020-04-06 20:15:42 +00:00
8cea01f164
fix CreatePipeline func
2020-04-06 20:15:32 +00:00
470bb2f659
type error
2020-04-06 20:14:50 +00:00
584513de9b
reverse proxy mode
2020-04-06 20:14:30 +00:00
414b5a8015
unlock room if no admins online
2020-04-06 20:14:08 +00:00
0870a51223
Merge pull request #66 from m1k1o/locales
...
Improved i18n
2020-04-06 13:44:02 -04:00
dd59cbeea9
Merge pull request #68 from duckinator/patch-1
...
Fix _+: keys in Firefox
2020-04-06 13:41:54 -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
2fa5839b99
connection.logged_out does not have 'you' anymore
2020-04-06 15:32:06 +02:00
85f2f41176
i18n improved
2020-04-06 15:29:53 +02:00
cce6a90a15
ts-lint fixes
2020-04-06 14:56:20 +02:00
ee2f27f80a
initial SK support
2020-04-06 12:44:47 +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
e53a42a231
language minor bugs
2020-04-06 11:55:08 +02:00
82ca6e13ca
RTMP Broadcast (WIP)
2020-04-06 03:42:42 +00:00
23d645f205
fixed some typeos
2020-04-06 02:29:38 +00:00
5e4ac2077d
added discord and some badges
2020-04-06 01:41:07 +00:00
9220661ae0
stop encodeing when not broadcastin, resolves #64
2020-04-05 23:07:25 +00:00
613a192605
Merge pull request #63 from m1k1o/password_admin
...
Docs updated
2020-04-05 18:41:23 -04:00
26c6cfbe1e
seperate remote desktop from webrtc
2020-04-05 22:34:51 +00:00
9284c23771
servers configs from code to docs
2020-04-05 11:13:09 +02:00
048094e850
aduio <- typo
2020-04-05 11:03:45 +02:00
435ec8d0f6
NEKO_ADMIN -> NEKO_PASSWORD_ADMIN
2020-04-05 10:58:52 +02:00
6de731b9bb
descriptions for new flags
2020-04-05 07:50:36 +00:00
04033b664b
ability to use ICE or ICELite
2020-04-05 07:07:45 +00:00
853dd14386
version bump
2020-04-05 04:10:18 +00:00
6a687d3041
update new settings
2020-04-05 04:08:57 +00:00
0dfefd4691
Merge pull request #59 from frozenfoxx/patch-1
...
Update contributing.md
2020-04-05 00:02:16 -04:00
362cf6c254
should resolve #46
2020-04-05 03:49:43 +00:00
19466b5625
fixes #51
2020-04-05 03:31:23 +00:00
9d484a49d0
linting
2020-04-05 03:17:06 +00:00
fa64f930a9
package updates
2020-04-05 03:16:52 +00:00
75f54db90e
i18n (wip)
2020-04-05 02:57:22 +00:00
bf51a3ff3a
username -> displayname
2020-04-05 01:33:19 +00:00
bcb4ea6641
golang deps update
2020-04-05 01:26:11 +00:00
e8f0be8586
Update golang
2020-04-05 01:25:30 +00:00