Commit graph

172 commits

Author SHA1 Message Date
astagor
be10c0d210 Increase Socket.io message size to 100 MB. 2023-01-01 12:09:44 +01:00
Stefan Otto
baf4abe443 Fix OIDC
This somehow disappeared in a large evil commit
2022-02-11 19:32:49 +01:00
Stefan Otto
acb05f2c08 Better nodejs version check 2022-02-02 18:18:26 +01:00
Roman Drozd
5d1122247f lint code 2022-02-02 16:28:16 +01:00
Stefan Otto
ae879d73d0 reenabling spdy for node.js versions<15 2022-02-02 14:30:00 +01:00
Stefan Otto
e1ec3ae79a Update to work with node.js v16 LTS
Redis:
- redis-> redis@v3 until v4 is working stable
  ( https://github.com/tj/connect-redis/issues/336 )
- connect-redis -> 6.0.0
- update @types/connect-redis -> ^0.0.18 and removed
  @types/redis since this is not necessary anymore

Corrected edumeet server version

deactivated spdy since it is not working anymore with node.js>15
( https://github.com/spdy-http2/node-spdy/issues/380 )

removed package-lock.json ( just support yarn, use npm at your own risk
2022-02-01 11:37:08 +01:00
astagor
11e67f401f Fix mixing of interators for values and entries 2022-01-18 10:53:12 +01:00
astagor
add1d67555 Map all mediasoup objects using observer and fix prometheus 2022-01-17 17:09:17 +01:00
Stefan Otto
53f3635015
Merge pull request #937 from Astagor/fix_for_mediasoup_3_9
Fix for mediaSoup 3.9
2022-01-14 15:09:46 +01:00
astagor
fbb0f599de Check if session peerId equals request peerId for getting token 2021-12-16 14:35:23 +01:00
astagor
1b3f960682 Fix for mediaSoup 3.9 2021-12-15 16:06:58 +01:00
astagor
2fca8df246 Fix session overwrites 2021-11-07 17:09:25 +01:00
Roman Drozd
eb856c47f2 Merge branch 'feat-refactor-builded-dirs' into develop 2021-09-11 14:46:03 +02:00
Roman Drozd
f26ff81db8 Update import/require' pathes for reorganized server side's files 2021-09-10 13:37:42 +02:00
Roman Drozd
50cd2c373e Move (prev: copy) "app/build" after building to "server/dist/public" (prev: server/public) 2021-07-21 15:14:59 +02:00
remus
42cccaf38a Merge remote-tracking branch 'origin/develop' into feat-localrecording-misi 2021-06-11 15:43:22 +00:00
Vittorio Palmisano
3e61780394 fixed prometheus expoter classes with linting 2021-05-07 13:52:59 +02:00
Vittorio Palmisano
98d8177234 added staticFilesCachePeriod config param 2021-05-07 12:03:55 +02:00
Vittorio Palmisano
f547ccff0e make listeningRedirectPort optional 2021-05-07 11:57:45 +02:00
Vittorio Palmisano
1107faa73b using new server config in compose environment 2021-05-06 11:31:16 +02:00
Vittorio Palmisano
7e4f97b22e WIP using new config for server 2021-05-05 20:03:38 +02:00
chandi
5fb5c40a3e typescript: server support 2021-04-10 22:49:27 +02:00
Stefan Otto
3f60c6ee8e lint 2021-03-18 15:49:28 +01:00
Vittorio Palmisano
54084bd6f1 using cache control only for static files 2021-03-17 15:03:03 +01:00
Vittorio Palmisano
874bc6c8a9 fixed comparison 2021-03-17 14:33:51 +01:00
Vittorio Palmisano
d11eccefc0 added cache control header for GET requests 2021-03-17 14:32:14 +01:00
Vittorio Palmisano
5c35671e4f
distribute workers port ranges, closes #708 (#709)
* distribute workers port ranges, closes #708

* fixed i index increment
2021-03-03 13:41:26 +01:00
Mészáros Mihály
304ea514a6 Add http (proxy) options for OIDC 2021-02-09 21:36:45 +01:00
Jiri Mencak
ea31b0018c Partial revert of Special chars sanitization.
540eaff37d
Correctly replaced encodeURI() by encodeURIComponent() in ChooseRoom.js and JoinDialog.js.
However, the new code added in server.js caused an extra issue:
https://github.com/edumeet/edumeet/issues/634

As entering the rooms with special characters (e.g. @) seems to work without issues with just
s/encodeURI/encodeURIComponent/ remove the problematic code.
2020-12-06 10:40:53 +01:00
Piotr Pawałowski
7a97100419 Maybe fixed session peristance 2020-11-13 15:07:55 +01:00
Piotr Pawałowski
9299fe087f Adding login status checking 2020-11-12 12:32:27 +01:00
Mészáros Mihály
648fbe847a Add a check after failure redirect.
When query param is empty.
2020-11-05 22:22:29 +01:00
Mészáros Mihály
6a0a35978f Add debug log to auth paths 2020-11-05 22:11:54 +01:00
Mészáros Mihály
067f7345f4 Remove passportjs failureFlash 2020-11-05 21:59:10 +01:00
Mészáros Mihály
4be3a62d41 Fix same typo in log too. 2020-11-05 19:38:22 +01:00
Mészáros Mihály
de2edb1fb4 Fix typo 2020-11-05 19:25:26 +01:00
Mészáros Mihály
7095d6b98e Add session/url param state check in auth/callback 2020-11-05 10:44:40 +01:00
Mészáros Mihály
419a24f9e8 Remove disabling socket io cookie.
It made express and socket io sessions out of sync
2020-11-05 10:19:43 +01:00
Mészáros Mihály
f613e24f83 Fixes #600 issue 1 2020-11-03 10:34:17 +01:00
Debian
037299bcff Remove '+' from special chars fixes #597 2020-11-02 10:19:38 +00:00
Mészáros Mihály
8d6565d226 Disable socket.io cookie 2020-10-28 16:20:22 +01:00
Mészáros Mihály
41c881edfd Simplify redirect url 2020-10-26 13:29:46 +01:00
Mészáros Mihály
78ab1d8112 Tidy lint 2020-10-26 11:22:38 +01:00
Mészáros Mihály
545632d9a8 Merge branch 'feat-login-dialog' into develop 2020-10-26 11:21:12 +01:00
Mészáros Mihály
ea6581140b Typo in previous commit 2020-10-21 09:25:25 +02:00
Mészáros Mihály
2ff7ec3b78 Use session to store state in local auth 2020-10-21 09:23:53 +02:00
Roman Drozd
d166c922a7 Update loginDialog path 2020-10-21 03:00:23 +02:00
N7Remus
540eaff37d #518 Fix 2020-10-19 15:52:56 +02:00
Mészáros Mihály
51a6873424 Add bcrypt encrypted passwords for local strategy 2020-10-16 19:51:54 +02:00
Mészáros Mihály
a71e21fffc Tidy lint 2020-10-16 15:05:49 +02:00