Commit graph

56 commits

Author SHA1 Message Date
Damian Büchel
f4f4f10343 SEBWIN-491: Changed default value for allowedDisplaysIgnoreFailure and fixed log message on error. 2021-06-01 12:36:38 +02:00
Damian Büchel
d3bfe958aa SEBWIN-491: Implemented basic display configuration monitoring. 2021-05-30 20:04:44 +02:00
Damian Büchel
345c5b7b14 SEBWIN-449: Added WebView2 with scaffolding for remote proctoring UI. 2021-02-19 22:03:52 +01:00
Damian Büchel
a19617c53b Updated year in copyright remarks. 2021-02-03 00:45:33 +01:00
Damian Büchel
f2be4495c4 SEBWIN-419: Attempt to fix desktop reinitalization issue when closing / opening laptop. 2020-09-02 16:21:52 +02:00
Damian Büchel
9599102b9e SEBWIN-414: Implemented lock screen for user session switch. 2020-06-29 19:29:48 +02:00
dbuechel
df61e79861 Updated year in copyright and license remarks. 2020-01-06 15:24:46 +01:00
dbuechel
df13e96dcd SEBWIN-312: Implemented mechanism to detect start of whitelisted application instances. 2019-12-02 15:48:06 +01:00
dbuechel
6ab7047639 SEBWIN-312: Corrected original name check for whitelisted applications and changed method to retrieve process names (to ensure image file extension remains present). 2019-11-22 14:58:34 +01:00
dbuechel
0a939e19ac SEBWIN-312: Ensured system task view is never activated and improved pause mechanism for activators. 2019-11-21 08:45:38 +01: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
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
2b976e8150 SEBWIN-312: Started implementing application whitelist mechanism. 2019-10-30 15:49:35 +01:00
dbuechel
f778d5b848 SEBWIN-312: Implemented mapping for configuration values of whitelisted applications. 2019-10-30 11:08:42 +01:00
dbuechel
cf28a7f172 SEBWIN-311: Fixed automatic termination of Windows Explorer. 2019-10-29 16:09:25 +01:00
dbuechel
de6cb5e75c SEBWIN-313: Finished blacklist monitoring. 2019-10-09 14:04:27 +02:00
dbuechel
d3d98c7df7 SEBWIN-313: Started implementing blacklist monitoring. 2019-10-08 16:11:19 +02:00
dbuechel
8d0d1832a9 SEBWIN-311: Removed timeout for client initialization procedure to avoid application termination if user doesn't provide input within timeout. 2019-10-08 10:03:58 +02:00
dbuechel
b72c37273e SEBWIN-313: Started implementing application blacklist mechanism. 2019-10-04 16:36:12 +02:00
dbuechel
3efd7fbbd0 SEBWIN-311: Moved all client controller dependencies to the client context and made context available to all client operations. 2019-10-01 16:24:10 +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
367ebf1329 SEBWIN-342: Moved settings to separate assembly. 2019-09-06 09:39:28 +02:00
dbuechel
5f5209622e SEBWIN-342: Moved settings into individiual namespaces according to their purpose. 2019-09-06 08:32:29 +02:00
dbuechel
db390aebaf SEBWIN-342: Separated monitoring contracts into individual namespaces. 2019-09-05 09:00:41 +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
0d270b1444 SEBWIN-226: Trying to use CI to set correct version and build number for assemblies. 2019-03-29 10:52:00 +01:00
dbuechel
5bdf910e54 SEBWIN-117: Fixed minor issue overwriting the actual original working area on display changes. 2019-03-26 10:56:09 +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
517ceaca4e SEBWIN-117: Changed layout & positioning of the taskbar and action center (WPF caches the current working area but does not allow to manually reset the cache). Ensured that the wallpaper is only changed on Windows 7. 2019-03-19 16:09:07 +01:00
dbuechel
f949a19f32 SEBWIN-106: Implemented basic popup and reload handling, revised browser control implementation and added mouse button interception for navigation (auxiliary) keys. Also finally implemented a custom template for small scrollbars in scrollviewers. 2019-01-17 11:12:17 +01:00
dbuechel
7c58c10b86 SEBWIN-112, SEBWIN-113: Implemented data value mapping for keyboard and mouse configuration. 2019-01-09 16:01:56 +01:00
dbuechel
4edd8480ef Updated year to 2019 for all copyright notices. 2019-01-09 11:25:21 +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
f4631a1a3d SEBWIN-221: Fixed issues with the operation model by separating repeatable from non-repeatable operations and solved conundrum with session operation sequence. 2018-10-10 09:19:03 +02:00
dbuechel
0b76770f0f SEBWIN-220: Removed unused dependencies and reverted service-based message box implementation. Need to find solution for message boxes resp. UI interaction from operations in general... 2018-10-02 15:45:45 +02: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
d521e2d3c0 SEBWIN-220: Re-integrated kiosk mode "Disable Explorer Shell". 2018-08-17 14:48:50 +02:00
dbuechel
70f68abc8f SEBWIN-220: Moved all event handlers to separate files and namespaces. 2018-07-06 15:57:38 +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
ff956daf39 SEBWIN-219: Updated assembly information and copyright year. 2018-01-16 08:24:00 +01:00
dbuechel
1c26d54e34 Removed unused assembly references. 2017-08-15 08:39:10 +02:00
dbuechel
0dcbe9e5b6 Moved sleep mode prevention to separate method of IDisplayMonitor. 2017-08-11 11:16:44 +02:00
dbuechel
939bc7f79a Implemented basic display / sleep mode handling and added logging to taskbar. 2017-08-11 08:28:17 +02:00
dbuechel
49540af39d Added Windows keys to be blocked by the keyboard interceptor. 2017-08-08 08:37:22 +02:00
dbuechel
0807b5f5f9 Implemented basic mouse interception. 2017-08-04 15:20:33 +02:00
dbuechel
a79f0c6d77 Implemented basic keyboard monitoring. 2017-08-04 12:19:56 +02:00
dbuechel
75f104f136 Renamed events and event handlers according to C# naming convention. 2017-08-02 08:31:12 +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