5b23448144
Merge pull request #88 from m1k1o/tor-browser
...
Add tor-browser support
2020-06-12 05:21:07 -04:00
27a1e0a6b2
add tor browser support
2020-06-10 19:10:37 +02:00
c146534ae1
Merge branch 'master' of https://github.com/nurdism/neko into sk_lang
2020-06-09 14:55:21 +02:00
416e7e84d6
Merge branch 'master' of https://github.com/nurdism/neko
2020-04-21 20:01:30 +00:00
b2348e0835
update build script
2020-04-21 20:01:21 +00:00
2d45eb5ca4
clean up old files
2020-04-21 20:01:12 +00:00
09b31687cc
added docker popcorn time (wip)
2020-04-21 20:00:51 +00:00
d451173cf0
added docker xfce4
2020-04-21 20:00:39 +00:00
28c87742f2
added docker jwm
2020-04-21 20:00:22 +00:00
ea4fa1720c
added docker openbox
2020-04-21 20:00:11 +00:00
d8ec03694d
docker firefox update
2020-04-21 19:59:46 +00:00
086d8322e0
docker chromium update
2020-04-21 19:59:28 +00:00
13817df1e4
docker deps update
2020-04-21 19:59:08 +00:00
258af8a3ca
docker base update
2020-04-21 19:58:56 +00:00
6a7327c238
SK translation fixed
2020-04-20 21:11:58 +02:00
1ce276f313
Merge branch 'master' of github.com:m1k1o/neko into sk_lang
2020-04-20 21:05:55 +02:00
8ac0460f1d
Merge pull request #80 from m1k1o/patch-1
...
screen parsing fixed
2020-04-19 16:16:48 -04:00
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
7d5d35e5ae
chages actions a bit
2020-04-19 01:29:57 +00:00
98600ad5f6
gh actions complete
2020-04-19 01:12:49 +00:00
6f3a7a6864
gh actions test
2020-04-19 00:50:51 +00:00
22772d3ac3
build git for gh actions
2020-04-19 00:50:26 +00:00
eb923b3290
syntax fix
2020-04-19 00:22:45 +00:00
f6cd7e7f68
gh actions test
2020-04-19 00:18:04 +00:00
cc95ee1376
:deps only has runtime deps
2020-04-19 00:07:12 +00:00
019283c97e
:base runs neko
2020-04-19 00:06:39 +00:00
362441c5a9
gh actions test
2020-04-19 00:06:02 +00:00
fdbc711f9a
fix commands
2020-04-18 23:47:55 +00:00
badc3384a4
add dcoker to :dev
2020-04-18 23:47:39 +00:00
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