Commit graph

512 commits

Author SHA1 Message Date
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
c21005b934 SEBWIN-312: Implemented loading of whitelisted applications into shell. 2019-11-06 08:45:37 +01:00
dbuechel
7e76b029a6 SEBWIN-312: Started implementing application factory and initialization of whitelisted applications. 2019-11-05 10:08:19 +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
b6dbe6451d SEBWIN-313: Implemented lock screen mechanism for blacklisted processes. 2019-10-11 15:46:15 +02:00
dbuechel
de6cb5e75c SEBWIN-313: Finished blacklist monitoring. 2019-10-09 14:04:27 +02:00
dbuechel
99aa595543 Fixed foreground color of log window and small scroll bar. 2019-10-09 09:54:35 +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
51570ecc91 Fixed status layout in readme. 2019-10-02 08:35:29 +02:00
dbuechel
863537803c Updated readme due to new release build server installation. 2019-10-02 08:15:02 +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
b2013412dd Removed safeguard question before reconfiguration. 2019-09-25 08:45:20 +02:00
dbuechel
6511401fa4 Fixed race condition between service and runtime, occurring when the runtime initiated a new session before the service was able to terminate the currently running one. 2019-09-25 08:25:51 +02:00
dbuechel
0159b9c0de SEBWIN-314: Added functionality to automatically allow start URL when request filtering is active. 2019-09-24 08:53:29 +02:00
dbuechel
f4f6b47548 Updated browser engine to version 75.1.142. Consolidated and updated nuget packages for entire solution. 2019-09-24 07:37:42 +02:00
dbuechel
d3272814bd SEBWIN-314: Completed implementation of simplified filter rule. 2019-09-20 11:45:06 +02:00
dbuechel
6d1b282b33 SEBWIN-314: Started implementing filter rules with unit tests. 2019-09-18 16:15:26 +02: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
ceba0e8a2f Only log remaining battery time if not connected to the grid. 2019-09-10 11:57:15 +02:00
dbuechel
dda48396b3 Unified naming and comments for settings. 2019-09-10 11:53:30 +02:00
dbuechel
1dd65e1bda SEBWIN-314: Completed infrastructure for request filter. 2019-09-10 11:01:49 +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
b8fd96a10c SEBWIN-314: Started implementing scaffolding for request filter. 2019-09-06 08:13:27 +02:00
dbuechel
db390aebaf SEBWIN-342: Separated monitoring contracts into individual namespaces. 2019-09-05 09:00:41 +02:00
dbuechel
c282623eb4 SEBWIN-314: Started implementing request filter. 2019-09-05 08:38:59 +02:00
dbuechel
88afdb7d72 SEBWIN-342: Moved application instance identifier back to application namespace. 2019-09-04 15:49:48 +02:00
dbuechel
f1de26cb64 SEBWIN-342: Minor name change of release build artifacts. 2019-09-04 15:36:07 +02:00
dbuechel
66cefac874 SEBWIN-342: Resolved UI dependencies in configuration download mechanism. 2019-09-04 15:12:59 +02:00
dbuechel
363f751f55 SEBWIN-342: Removed UI dependencies from notifications. 2019-09-04 14:11:19 +02:00
dbuechel
12f44edc0b SEBWIN-342: Removed unnecessary dependency from system components on I18n. 2019-09-04 12:07:32 +02:00
dbuechel
6f51d266cc SEBWIN-342: Removed UI dependencies from wireless network system component. 2019-09-04 11:46:30 +02:00
dbuechel
dcbdc13338 SEBWIN-342: Removed UI dependencies from power supply system component. 2019-09-03 11:46:36 +02:00
dbuechel
7506ebaf10 SEBWIN-342: Removed UI dependencies from audio system component. 2019-08-30 17:33:28 +02:00
dbuechel
d8752b5558 SEBWIN-342: Removed UI dependencies from keyboard system control. 2019-08-30 15:59:51 +02:00
dbuechel
487e89693a Resolved dependencies from communication API on UI. 2019-08-30 14:02:36 +02:00
dbuechel
affd5de6a7 Resolved dependencies from browser API on UI. 2019-08-30 12:30:00 +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
938afcb4a7 SEBWIN-314: Started with network filter implementation. 2019-08-29 10:29:19 +02:00
dbuechel
d54d7c17dc SEBWIN-301, SEBWIN-322: Improved service feature configuration with retry mechanism. 2019-08-28 09:54:52 +02:00
dbuechel
18e6b366a5 SEBWIN-141: Removed custom windows style for good, as it does not fix the convoluted touch activation issue. 2019-08-27 11:53:29 +02:00
dbuechel
0bca109ad8 SEBWIN-141: Made workaround for initial touch activation of browser control permanent, as there appears to be no other way to fix the issue. 2019-08-27 11:25:38 +02:00
dbuechel
41d2345405 SEBWIN-301, SEBWIN-322: Increased timeout of status changes for service feature configurations. It appears like Windows Update occasionally needs more than 5 seconds to stop. 2019-08-27 11:12:31 +02:00
dbuechel
f8518eb8c4 SEBWIN-141: Removed workaround for initial touch activation of previous browser version. 2019-08-27 10:19:01 +02:00