Commit graph

54 commits

Author SHA1 Message Date
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
9045b852d0 SEBWIN-820, #764: Implemented cross-window sharing of clipboard content for isolated clipboard policy. 2024-03-04 14:27:49 +01:00
Damian Büchel
787c84cc0e SEBWIN-842: Ensured pinch zooming also respects the zooming configuration value. 2024-02-27 10:42:02 +01:00
Damian Büchel
731a748552 SEBSP-61: Implemented basic metadata collection & transmission. 2024-02-13 11:04:36 +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
b69280731a SEBWIN-634: Implemented custom browser exam key defined by server. 2023-03-08 22:24:29 +01: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
bfe4a32098 SEBWIN-554, SEBWIN-544: Changed and improved load error handling (resource request do not trigger error message anymore). 2022-05-13 16:47:18 +02:00
Jonas Sourlier
cc37618da2 move LoseFocusRequestedEventHandler to Browser.Contracts 2022-05-02 16:33:35 +02:00
Jonas Sourlier
d040615c6e accessibility 2022-05-02 15:40:16 +02:00
Damian Büchel
71423803e5 SEBWIN-531, #240: Replaced custom life span handler implementation with new API of the browser engine in order to enable parent-child relationship / JavaScript functionality for popup windows. 2022-02-23 13:59:36 +01:00
Damian Büchel
83c387cffd SEBWIN-531, #240: Refactored browser application instance to browser window. 2022-02-04 13:41:11 +01: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
aa88feb918 SEBWIN-519, #194: Forgot to log accept language value. 2021-12-23 15:23:54 +01:00
Damian Büchel
eb5f0e980d SEBWIN-519, #194: Set current language as default value for accept language list of browser. 2021-12-23 15:21:05 +01:00
Damian Büchel
0da587e521 SEBWIN-508: Implemented basic JavaScript API. 2021-10-18 12:06:10 +02:00
Damian Büchel
a791d49c1b #99: Enabled basic screen capturing. 2021-07-12 16:36:01 +02:00
Damian Büchel
35b1a07c19 SEBWIN-484: Implemented temporary down- and upload folder for browser. 2021-07-01 18:54:43 +02:00
Damian Büchel
2364b57f40 SEBWIN-488: Implemented pause before resetting or terminating browser in order to prevent application crashes. 2021-05-11 01:32:50 +02:00
Damian Büchel
2d1d3d9dde Updated browser engine to latest version (89.0.17) and enabled WebRTC. 2021-04-16 10:47:10 +02:00
Damian Büchel
48f9344164 SEBWIN-449: Refactored notification implementation, moved icon resources to core library (again) and removed client contracts. 2021-03-18 23:12:07 +01:00
Damian Büchel
a19617c53b Updated year in copyright remarks. 2021-02-03 00:45:33 +01:00
Damian Büchel
d1f0e012d5 SEBWIN-414: Implemented home functionality for browser. 2020-10-05 23:37:23 +02: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
3a23cec2c2 SEBWIN-414: Ensured query string parameter is correctly appended to start URL. 2020-09-24 17:01:23 +02:00
Damian Büchel
50e943e8a8 SEBWIN-414: Implemented query string parameter feature. 2020-09-24 12:55:20 +02:00
Damian Büchel
6d478660b5 SEBWIN-414: Implemented feature to reset browser via quit URL. 2020-09-21 19:22:15 +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
7ac34b3473 SEBWIN-405: Implemented draft of mechanism to send pings and logs. 2020-07-31 14:37:12 +02:00
Damian Büchel
facc8c9442 SEBWIN-405: Implemented detection of Moodle session identifier and server disconnection. 2020-07-31 13:24:42 +02:00
Damian Büchel
22f6e8b664 SEBWIN-405: Implemented scaffolding for detection of session identifier. 2020-07-29 23:39:05 +02:00
Damian Büchel
b465d498d0 SEBWIN-378: Implemented basic support for default spell checking. 2020-03-05 09:38:26 +01:00
dbuechel
07bb78e637 SEBWIN-363, SEBWIN-357: Ensured session is retained when loading a configuration from a server which requires authentication and introduced new flag to determine whether a reconfiguration is allowed or not. Also fixed session persistence when using delete cookies settings. 2020-02-25 10:41:55 +01:00
dbuechel
1d9f5ffad7 SEBWIN-358: Implemented configuration and mechanism for browser cache deletion. 2020-02-21 15:11:35 +01:00
dbuechel
c43df2e712 SEBWIN-358: Implemented user agent suffix. 2020-02-19 15:32:38 +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
91765e2d55 SEBWIN-357: Implemented browser session configuration. 2020-02-17 12:10:04 +01:00
dbuechel
603c268839 SEBWIN-302: Implemented configuration of internal PDF reader. 2020-01-30 11:15:28 +01:00
dbuechel
97f3fb4a02 SEBWIN-308: Implemented basic download overview for browser. 2020-01-22 15:16:11 +01:00
dbuechel
df61e79861 Updated year in copyright and license remarks. 2020-01-06 15:24:46 +01:00
dbuechel
130dd45ff6 SEBWIN-310: Implemented quit URL. 2019-12-19 15:02:40 +01:00
dbuechel
42eccef565 Cleaned and restructured browser settings namespace. 2019-12-18 08:24:55 +01:00
dbuechel
5b3a2a3861 SEBWIN-315: Implemented basic proxy support. 2019-12-18 08:09:59 +01:00
dbuechel
018e596905 SEBWIN-312: Implemented icon change event for application windows and finally moved IconResource from core to application namespace. 2019-12-03 15:43:48 +01:00
dbuechel
df13e96dcd SEBWIN-312: Implemented mechanism to detect start of whitelisted application instances. 2019-12-02 15:48:06 +01:00
dbuechel
f19f284d95 SEBWIN-312: Implemented basic window handling for external applications. Reverted wrong cleanup logic for native handles. 2019-11-29 14:59:54 +01:00
dbuechel
4503cbe778 SEBWIN-312: Removed IApplicationInstance from API as it is irrelevant to the shell (which cares only about applications and their windows). 2019-11-28 17:22:04 +01:00
dbuechel
08bf49b61b SEBWIN-312: Started implementing task view. 2019-11-15 16:00:03 +01:00