Commit graph

42 commits

Author SHA1 Message Date
Damian Büchel
01db8fd84e SEBWIN-878, #848: Fixed session cookie name for user resolution with Moodle and SEB Server. 2024-04-17 12:05:34 +02:00
Damian Büchel
ff33394565 SEBWIN-824: Updated year in license and copyright remarks. Removed old CEF redistributable packages, see https://github.com/cefsharp/CefSharp/issues/4704. 2024-03-05 18:37:42 +01:00
Damian Büchel
e6e0cca292 SEBWIN-824: Changed department from LET to ID in copyright notice. 2024-03-05 18:13:14 +01:00
Damian Büchel
751bfcb144 SEBWIN-762: Added user identifier detection via Moodle plugin and overall renamed session to user identifier. 2023-11-01 13:52:39 +01:00
Damian Büchel
989d414152 SEBWIN-588: Attempt to fix missing BEK and CK headers after e.g. authentication redirection. 2023-05-02 17:35:52 +02:00
Damian Büchel
cdb08798b8 SEBWIN-649: Updated year in license and copyright remarks. 2023-03-08 00:30:20 +01:00
Damian Büchel
8c687e69a8 SEBWIN-640, #552: Only search for an LMS session identifier when a server session is active. 2023-03-08 00:01:20 +01:00
Damian Büchel
e743d4a564 SEBWIN-608: Finished app signature key implementation. 2023-03-02 23:48:11 +01:00
Damian Büchel
f5507cc2bc SEBWIN-584, SEBWIN-585: Fixed issues with internal PDF reader toolbar. 2022-07-26 17:56:40 +02:00
Damian Büchel
b4e0493b31 SEBWIN-510: Changed initialization of JavaScript API. 2022-07-22 15:38:07 +02:00
Damian Büchel
a0e0c3e579 SEBWIN-541: Updated year in license and copyright remarks. 2022-01-21 16:33:52 +01:00
Damian Büchel
0da587e521 SEBWIN-508: Implemented basic JavaScript API. 2021-10-18 12:06:10 +02:00
Damian Büchel
f11d4cb093 SEBWIN-518: Changed session identification to only trigger event when identifier changes. 2021-10-04 18:10:36 +02:00
Damian Büchel
09141d44cc SEBWIN-514: Fixed issue with URL-encoded requests. 2021-08-31 18:15:26 +02:00
Damian Büchel
a33c7c0ff9 SEBWIN-483: Implemented generic method to retrieve LMS session identifier. 2021-04-21 19:53:52 +02:00
Damian Büchel
985f0a81f1 SEBWIN-469: Implemented workaround for user identifier retrieval via Moodle theme. 2021-03-04 17:25:19 +01:00
Damian Büchel
bcb3dd602a SEBWIN-469: Implemented additional way to retrieve Moodle session identifier. 2021-02-23 15:32:08 +01:00
Damian Büchel
a19617c53b Updated year in copyright remarks. 2021-02-03 00:45:33 +01:00
Damian Büchel
a3292a7977 SEBWIN-444: Ensured server connectivity is maintained when reconfiguring and fixed detection of Moodle sessions. 2020-12-02 17:43:02 +01:00
Damian Büchel
15be4cbaf7 SEBWIN-442: Implemented mechanism to automatically select server exam via configuration. 2020-11-30 18:30:29 +01:00
Damian Büchel
1cf9d53121 SEBWIN-441: Ensured custom headers are only appended to same-domain requests. 2020-11-27 15:14:33 +01:00
Damian Büchel
68decb740c SEBWIN-414: Implemented new feature to control displaying and logging of URLs in browser. 2020-09-29 14:01:17 +02:00
Damian Büchel
a82f2d5780 SEBWIN-416: Ensured third-party applications with custom URI schemes are correctly opened. 2020-08-06 14:26:40 +02:00
Damian Büchel
8d94750078 SEBWIN-405: Fixed and improved LMS session detection. 2020-08-03 14:41:25 +02:00
Damian Büchel
ad24146d9f SEBWIN-380: Implemented unit tests for browser resource handler. 2020-04-06 14:13:13 +02:00
Damian Büchel
246bc81d79 SEBWIN-383: Corrected redirect mechanism for PDF toolbar to only redirect main frame requests and added missing new option to configuration tool. 2020-03-27 13:18:24 +01:00
Damian Büchel
f0504fa6d2 SEBWIN-362: Implemented basic load error page for browser. 2020-03-13 15:56:32 +01:00
Damian Büchel
24c5d91fe4 SEBWIN-376: Fixed error with browser request filtering and improved logging if request is blocked. Also fixed error in configuration value mapping for content request filter. 2020-03-04 10:08:34 +01:00
dbuechel
9d0c005b35 SEBWIN-309, SEBWIN-358: Fixed crash happening when a configuration does not contain a salt value for the browser exam key. 2020-02-21 11:58:08 +01:00
dbuechel
6ad5d062db SEBWIN-309, SEBWIN-358: Corrected usage of salt value for browser exam key. 2020-02-19 15:21:34 +01:00
dbuechel
38159dae3e Removed remarks regarding workaround for browser user agent. It appears that the user agent can't be changed on a per-request basis (at least for requests from service workers). 2020-02-17 15:44:22 +01:00
dbuechel
d5210e85b7 Updated browser engine to version 79.1.36 and updated dependencies for entire solution. 2020-02-14 09:51:52 +01:00
dbuechel
9f8920b410 SEBWIN-309: Corrected implementation of configuration and browser exam key. 2020-02-13 11:01:07 +01:00
dbuechel
5ce5c78641 SEBWIN-309: Implemented draft of browser exam key. 2020-02-10 12:19:25 +01:00
dbuechel
7df1fe5f03 SEBWIN-309: Corrected implementation of configuration key. 2020-02-06 09:56:32 +01:00
dbuechel
603c268839 SEBWIN-302: Implemented configuration of internal PDF reader. 2020-01-30 11:15:28 +01:00
dbuechel
5e131289b0 SEBWIN-309: Implemented scaffolding for Configuration Key. 2020-01-10 08:54:10 +01:00
dbuechel
df61e79861 Updated year in copyright and license remarks. 2020-01-06 15:24:46 +01:00
dbuechel
42eccef565 Cleaned and restructured browser settings namespace. 2019-12-18 08:24:55 +01:00
dbuechel
5209103c97 SEBWIN-314: Completed infrastructure for browser request filtering. 2019-09-13 09:17:14 +02:00
dbuechel
d51422e188 SEBWIN-314: Main requests are now entirely prevented (before any loading happens) and only content requests are intercepted with custom resource handling. 2019-09-12 12:31:17 +02:00
dbuechel
1dd65e1bda SEBWIN-314: Completed infrastructure for request filter. 2019-09-10 11:01:49 +02:00