Commit graph

33 commits

Author SHA1 Message Date
Damian Büchel
1f50ab74c9 SEBWIN-902: Implemented fix for GHSA-9cr5-q96r-887f and refactored various integrity aspects. 2024-07-24 20:31:08 +02:00
Damian Büchel
026d1fbfd8 SEBWIN-732: Implemented random desktop functionality. 2023-10-04 14:48:08 +02:00
Damian Büchel
5284a52278 SEBWIN-693: Updated target framework to .NET Framework 4.8, changed setup bundle to also embed .NET setup bootstrapper and integrated handling of external setup bundle packages into build procedure as pre- and post-build events. 2023-06-22 16:15:23 +02:00
Damian Büchel
6205bef251 SEBWIN-537: Implemented new network control showing wired as well as wireless network information. 2022-04-19 18:21:29 +02:00
Damian Büchel
5d05acb6d7 SEBWIN-453: Implemented monitoring for kiosk mode Create New Desktop. 2021-04-16 19:12:56 +02:00
dbuechel
5f31656649 SEBWIN-312: Implemented scaffolding for task view and its keyboard activator. Finally consolidated keyboard and mouse hooks and resolved dependency from WindowsApi to UI. 2019-11-14 14:03:43 +01:00
dbuechel
35dd3dd4c2 SEBWIN-312: Implemented basic handling of whitelisted applications. 2019-11-13 10:11:11 +01:00
dbuechel
a6a90376ad SEBWIN-344: Removed AnyCPU and introduced x64 platform, adapted setup project to be built for both platforms. Changed configuration tool to .NET 4.7.2. 2019-11-06 15:45:17 +01:00
dbuechel
b72c37273e SEBWIN-313: Started implementing application blacklist mechanism. 2019-10-04 16:36:12 +02:00
dbuechel
8fd22032b6 SEBWIN-311: Started implementing scaffolding for third-party applications & monitoring. Renamed ApplicationSettings to AppSettings, resolved dependency from WindowsApi on Monitoring namespace and introduced ClientContext for runtime data of the client. 2019-10-01 11:30:53 +02:00
dbuechel
fd20d0d638 Finally did what should have been done a long time ago: Moved contracts from SafeExamBrowser.Contracts to new contracts assembly per namespace. 2019-08-30 09:55:26 +02:00
dbuechel
719411d8e3 SEBWIN-226: Implemented termination activator for global CTRL+Q keyboard shortcut. 2019-03-29 07:46:21 +01:00
dbuechel
4044b62867 SEBWIN-226: Updated target framework for all assemblies to version 4.7.2. 2019-03-20 14:00:36 +01:00
dbuechel
d99d46d086 SEBWIN-141: Basic draft of action center including keyboard and touch activators. 2019-03-06 16:10:00 +01:00
dbuechel
b4f468a2b4 SEBWIN-221: Moved hide & restore windows mechanism for Disable Explorer Shell to IExplorerShell and made reconfiguration dialogs modal to respective browser window. 2018-10-30 11:24:28 +01:00
dbuechel
67ba5fcce3 SEBWIN-220: Re-integrated system event hooks, now also running in separate threads. Decreased logging for EndpointNotFoundException in BaseProxy. 2018-09-27 11:24:13 +02:00
dbuechel
bedfc5eac0 SEBWIN-220: Added functionality to suspend / resume the explorer shell process for kiosk mode Create New Desktop, since setting of the working area does not succeed as long as the shell is running. 2018-09-21 11:33:32 +02:00
dbuechel
d521e2d3c0 SEBWIN-220: Re-integrated kiosk mode "Disable Explorer Shell". 2018-08-17 14:48:50 +02:00
dbuechel
729133ac78 SEBWIN-220: Implemented kiosk mode "Create New Desktop". 2018-08-16 11:23:37 +02:00
dbuechel
50dcb7502a SEBWIN-220: Scaffolding for new (re-)configuration procedure. 2018-06-21 07:56:25 +02:00
dbuechel
d935407ecb SEBWIN-219: Working on IPC mechanics. 2018-02-15 15:42:54 +01:00
dbuechel
dda1b78ec5 SEBWIN-219: Finished scaffolding for application startup sequence. 2018-02-14 15:26:05 +01:00
dbuechel
1c26d54e34 Removed unused assembly references. 2017-08-15 08:39:10 +02:00
dbuechel
939bc7f79a Implemented basic display / sleep mode handling and added logging to taskbar. 2017-08-11 08:28:17 +02:00
dbuechel
0807b5f5f9 Implemented basic mouse interception. 2017-08-04 15:20:33 +02:00
dbuechel
32980f9f97 Abstracted type RECT used by native Windows API. 2017-08-04 08:25:49 +02:00
dbuechel
c9a53397a4 Renamed Key to TextKey and started implementing keyboard monitoring. 2017-08-03 15:35:22 +02:00
dbuechel
8c32d3bc4a Improved window handling and replaced whitespaces in log file names with underscores. 2017-07-27 13:57:12 +02:00
dbuechel
25105d61b1 Completed basic implementation of window and process monitoring. 2017-07-27 11:46:31 +02:00
Damian Büchel
429685463b Started implementing the browser component. 2017-07-24 17:31:28 +02:00
Damian Büchel
94f356b77a Implemented basic window handling. 2017-07-24 15:29:17 +02:00
Damian Büchel
f5d76980d0 Started working on window monitoring. 2017-07-24 08:56:39 +02:00
Damian Büchel
eb6fbf49b8 Implemented basic handling of working area. 2017-07-20 14:16:47 +02:00