Commit graph

152 commits

Author SHA1 Message Date
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
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
Debian
10605a0015 Add saml state change 2020-10-16 12:30:46 +00:00
Debian
cececfb4ef Use shared cookieparser for web and websocket 2020-10-16 12:30:11 +00:00
Mészáros Mihály
7898d826e3 Fix saml strategy and metadata 2020-10-12 22:17:23 +02:00
Mészáros Mihály
4890f5c948 Fix local auth 2020-10-12 14:01:53 +02:00
Mészáros Mihály
6eb67f64ed Add initial support for local and saml auth 2020-10-12 09:14:27 +02:00
Piotr Pawałowski
97a09b0fb8 New worker load calculation 2020-09-18 18:12:15 +02:00
Mészáros Mihály
0710ef4a3e Fix express error handler 2020-07-07 21:46:33 +02:00
Håvar Aambø Fosstveit
08c54ee713 Rename to edumeet, ref #492 2020-06-26 12:40:39 +02:00
Håvar Aambø Fosstveit
5a4bd1f4f5 Ability to give roles to users. Make certain roles promotable. 2020-06-25 15:26:16 +02:00
Håvar Aambø Fosstveit
55e30be8a7 Add room to userMapping. Example of giving moderator if no authenticated users present. 2020-06-08 22:43:51 +02:00
Mészáros Mihály
dd09a60880 Add a try catch around lti url parsing 2020-05-29 07:47:44 +02:00
Håvar Aambø Fosstveit
f064f98fd4 Lint 2020-05-22 20:03:05 +02:00
Håvar Aambø Fosstveit
d09e7f5565 Some error checks 2020-05-08 16:20:15 +02:00
Håvar Aambø Fosstveit
a066a5df2f Revert server change, seems to be a problem with it. Ref #249 2020-05-07 23:22:46 +02:00
Håvar Aambø Fosstveit
2373bf44d8 Allow serving other than root of site, fixes #249 2020-05-07 21:03:07 +02:00
Håvar Aambø Fosstveit
7e91609276 Have a global try-catch in the server 2020-05-07 12:20:24 +02:00
Mészáros Mihály
fa5f4f02a6 Use full room and peer object for the statusLogger 2020-05-05 23:24:00 +02:00
Håvar Aambø Fosstveit
dd6016e855 Remove unused function 2020-05-05 13:06:16 +02:00
Mészáros Mihály
a46de5ff54 eslint disable unused vars for next 2020-05-05 08:53:08 +02:00
Mészáros Mihály
e950ec9dbe Add an error handler to Express to dump OIDC errors with uuid 2020-05-05 08:52:53 +02:00