dbuechel
|
df61e79861
|
Updated year in copyright and license remarks.
|
2020-01-06 15:24:46 +01:00 |
|
dbuechel
|
175a2e8cf7
|
SEBWIN-316: Finally grouped all security related settings. Implemented mapping for virtual machine policy.
|
2019-12-20 11:37:07 +01:00 |
|
dbuechel
|
130dd45ff6
|
SEBWIN-310: Implemented quit URL.
|
2019-12-19 15:02:40 +01:00 |
|
dbuechel
|
69c09dcb35
|
SEBWIN-312: Extended unit tests for client controller.
|
2019-12-09 16:25:03 +01:00 |
|
dbuechel
|
dee3991616
|
SEBWIN-312: Implemented unit tests for application operation.
|
2019-12-09 14:01:11 +01:00 |
|
dbuechel
|
4894d48d6d
|
SEBWIN-312: Extended unit tests for shell operation.
|
2019-12-09 10:41:52 +01:00 |
|
dbuechel
|
23c29d1ba4
|
SEBWIN-312: Extended unit tests for browser operation.
|
2019-12-09 09:53:08 +01:00 |
|
dbuechel
|
6e7ddf1f8a
|
SEBWIN-312: Implemented folder dialog for custom application path selection.
|
2019-12-06 17:42:46 +01:00 |
|
dbuechel
|
f1fc27e451
|
SEBWIN-312: Only show an application in the shell if the configuration says so.
|
2019-12-02 16:39:49 +01:00 |
|
dbuechel
|
df13e96dcd
|
SEBWIN-312: Implemented mechanism to detect start of whitelisted application instances.
|
2019-12-02 15:48:06 +01:00 |
|
dbuechel
|
d7a4dc8782
|
SEBWIN-312: Implemented auto-start mechanism for applications.
|
2019-11-20 15:30:53 +01:00 |
|
dbuechel
|
fbe03b86ea
|
SEBWIN-312: Finished first draft of task view.
|
2019-11-20 10:45:08 +01:00 |
|
dbuechel
|
08bf49b61b
|
SEBWIN-312: Started implementing task view.
|
2019-11-15 16:00:03 +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
|
c21005b934
|
SEBWIN-312: Implemented loading of whitelisted applications into shell.
|
2019-11-06 08:45:37 +01:00 |
|
dbuechel
|
b6dbe6451d
|
SEBWIN-313: Implemented lock screen mechanism for blacklisted processes.
|
2019-10-11 15:46:15 +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
|
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
|
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
|
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
|
69a2fc55f4
|
Consolidated nuget packages for entire solution.
|
2019-08-23 15:02:12 +02:00 |
|
dbuechel
|
06eca3c8f0
|
SEBWIN-303: Updated unit tests for audio component & system control.
|
2019-08-16 10:25:58 +02:00 |
|
dbuechel
|
768336e381
|
SEBWIN-303: Started implementing audio control.
|
2019-08-15 10:46:47 +02:00 |
|
dbuechel
|
6b24554abc
|
SEBWIN-301: Implemented basic service session procedure.
|
2019-06-18 10:18:56 +02:00 |
|
dbuechel
|
e9d91cb898
|
SEBWIN-301: Switched from interface to data container for session configuration (separated client and service session configuration) and implemented mapping of service policy including the respective message boxes.
|
2019-06-11 09:53:33 +02:00 |
|
dbuechel
|
d985a580bc
|
Updated browser engine to version 73.1.13.
|
2019-05-08 14:08:43 +02:00 |
|
dbuechel
|
305110f239
|
SEBWIN-104: Made about notification configurable and removed it and log notification from taskbar by default.
|
2019-05-08 10:12:22 +02:00 |
|
dbuechel
|
88442891c1
|
Extended unit tests.
|
2019-04-04 16:06:05 +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
|
719411d8e3
|
SEBWIN-226: Implemented termination activator for global CTRL+Q keyboard shortcut.
|
2019-03-29 07:46:21 +01:00 |
|
dbuechel
|
5e4b0b0bc7
|
SEBWIN-226: Removed client initialization operation, as it appears that manually setting the security protocols is not required with .NET version 4.7.2.
|
2019-03-20 14:55:24 +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
|
36719c584a
|
Dito.
|
2019-03-15 13:44:55 +01:00 |
|
dbuechel
|
7e77bff1a2
|
Attempt to resolve timing issues with test for ClientHostDisconnectionOperation.
|
2019-03-15 13:36:10 +01:00 |
|
dbuechel
|
b4ae1745fc
|
SEBWIN-141: Implemented quit button and clock for action center.
|
2019-03-15 11:38:59 +01:00 |
|
dbuechel
|
a47f68422c
|
SEBWIN-141: Implemented wireless network control for action center and revised keyboard layout control for taskbar.
|
2019-03-15 09:44:17 +01:00 |
|