Damian Büchel
|
8e075264a4
|
SEBWIN-362: Ensured all UI element implementations are only accessible via a façade.
|
2020-03-17 11:07:40 +01:00 |
|
Damian Büchel
|
6163c98e08
|
SEBWIN-362: Removed unused contracts (and assemblies) for client, runtime and service controllers.
|
2020-03-16 13:38:25 +01:00 |
|
Damian Büchel
|
e5659632b9
|
SEBWIN-356: Changed I18n implementation to automatically load text data for current system language.
|
2020-03-09 17:35:48 +01:00 |
|
dbuechel
|
42e107d7c7
|
SEBWIN-360: Improved runtime performance by having only one splash screen.
|
2020-02-14 15:04:33 +01:00 |
|
dbuechel
|
5ce5c78641
|
SEBWIN-309: Implemented draft of browser exam key.
|
2020-02-10 12:19:25 +01:00 |
|
dbuechel
|
de00dbc13c
|
SEBWIN-352: Implemented new configuration format, i.e. parsing of compressed XML data. Also removed BOM from XML unit test data file.
|
2020-01-30 15:20:05 +01:00 |
|
dbuechel
|
cf2a74f6ce
|
SEBWIN-308: Ensured temporary configuration file is deleted after reconfiguration.
|
2020-01-29 10:07:28 +01:00 |
|
dbuechel
|
df61e79861
|
Updated year in copyright and license remarks.
|
2020-01-06 15:24:46 +01:00 |
|
dbuechel
|
18fb059ddc
|
SEBWIN-316: Implemented rudimentary VM detection.
|
2020-01-06 15:11:57 +01:00 |
|
dbuechel
|
bf69a64e15
|
SEBWIN-316: Added manufacturer, model and name to system info.
|
2019-12-20 17:06:28 +01:00 |
|
dbuechel
|
367ebf1329
|
SEBWIN-342: Moved settings to separate assembly.
|
2019-09-06 09:39:28 +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
|
b71529da31
|
SEBWIN-338: Introduced program build version.
|
2019-08-13 10:02:05 +02:00 |
|
dbuechel
|
68d487dd46
|
SEBWIN-320: Implemented configuration reset functionality for reset utility.
|
2019-07-19 10:07:45 +02:00 |
|
dbuechel
|
6f0b0d0fb2
|
SEBWIN-301: Changed service procedure so that the service initiates a system configuration update on command from the runtime. Added functionality to terminate the application on service connection loss.
|
2019-07-04 09:12:28 +02:00 |
|
dbuechel
|
39b63218fb
|
SEBWIN-319: Implemented system configuration update for service operation and auto-restore mechanism.
|
2019-07-03 12:27:02 +02:00 |
|
dbuechel
|
b96bbfcd78
|
SEBWIN-301: Started implementing backup mechanism for service.
|
2019-06-21 15:05:31 +02:00 |
|
dbuechel
|
6b24554abc
|
SEBWIN-301: Implemented basic service session procedure.
|
2019-06-18 10:18:56 +02:00 |
|
dbuechel
|
77a3b50ca9
|
SEBWIN-301: Moved ServiceOperation in session sequence of runtime to be able to interact with the user and consolidated KioskModeTerminationOperation into KioskModeOperation itself.
|
2019-06-12 08:46:10 +02:00 |
|
dbuechel
|
ccf7727d4c
|
SEBWIN-301: Fixed usage of application data folder (local for large files vs. roaming for configuration) and implemented basic service operation for runtime.
|
2019-06-06 15:44:03 +02:00 |
|
dbuechel
|
21d0a82b43
|
SEBWIN-226: Simplified timeouts for client operation.
|
2019-03-29 16:02:05 +01:00 |
|
dbuechel
|
0916dacb7f
|
SEBWIN-226: Increased timeout for client startup to 30 seconds (15 turned out to be too low for slower machines).
|
2019-03-28 09:05:18 +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
|
5016c14ff3
|
SEBWIN-296: Implemented unit tests for configuration repository.
|
2019-02-22 10:02:34 +01:00 |
|
dbuechel
|
817d9eaefc
|
SEBWIN-296: Implemented unit tests for binary serializer.
|
2019-02-20 08:47:30 +01:00 |
|
dbuechel
|
cf7d6c4d3e
|
SEBWIN-296: Decoupled cryptographic implementations from data formats to be able to unit test the latter.
|
2019-02-19 15:54:11 +01:00 |
|
dbuechel
|
5641dc3e4b
|
SEBWIN-226: Cleaned up configuration and core contracts by creating new namespaces SafeExamBrowser.Applications, SafeExamBrowser.Client and SafeExamBrowser.Runtime.
|
2019-01-23 15:57:49 +01:00 |
|
dbuechel
|
6436f98e3f
|
SEBWIN-226: Implemented global log severity threshold.
|
2019-01-23 08:12:15 +01:00 |
|
dbuechel
|
20962fab05
|
SEBWIN-141: Renamed assembly "SafeExamBrowser.UserInterface.Classic" to "SafeExamBrowser.UserInterface.Desktop".
|
2019-01-11 15:32:47 +01:00 |
|
dbuechel
|
4edd8480ef
|
Updated year to 2019 for all copyright notices.
|
2019-01-09 11:25:21 +01:00 |
|
dbuechel
|
d34ce15e3f
|
SEBWIN-221: Finished saving algorithm for client configuration (including password encryption - public key encryption remains to do).
|
2018-12-21 11:36:20 +01:00 |
|
dbuechel
|
75f5994a3b
|
SEBWIN-221: Extended loading algorithm with functionality required to save data as local client configuration.
|
2018-12-14 09:50:10 +01:00 |
|
dbuechel
|
f9f2bb3257
|
SEBWIN-221: Implemented changes in configuration algorithm to accomodate new functionality scope of 3.0 Alpha.
|
2018-12-11 16:06:10 +01:00 |
|
dbuechel
|
243d32879e
|
SEBWIN-221: Found better solution for binary format (separated encryption code) and implemented scaffolding for XML parsing.
|
2018-11-28 15:43:30 +01:00 |
|
dbuechel
|
b29fd8c2d7
|
SEBWIN-221: Implemented basic gzip decompression & binary format detection. The browser is now automatically started after client initialization.
|
2018-11-15 08:45:17 +01:00 |
|
dbuechel
|
1d58a84db8
|
SEBWIN-221: Changed configuration file handling to support special case with resource URL as startup URL and switched to data stream instead of byte array.
|
2018-11-09 14:15:56 +01:00 |
|
dbuechel
|
902b0c2b3b
|
SEBWIN-221: Implemented scaffolding for loading and parsing of configuration resources.
|
2018-11-08 09:39:52 +01:00 |
|
dbuechel
|
95ad176047
|
SEBWIN-221: Fixed implementation of session sequence to correctly handle initialization, transition and termination of sessions by introducing the SessionContext.
|
2018-10-12 11:16:59 +02: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
|
6acd40eb74
|
SEBWIN-220: Extracted user interface dependencies from all IOperations by introducing ActionRequired, ProgressChanged and StatusChanged events.
|
2018-10-03 14:35:27 +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
|
c8001e85f6
|
SEBWIN-220: Introduced timeout for startup and shutdown of BaseHost.
|
2018-10-02 08:02:48 +02:00 |
|
dbuechel
|
86d6949a6f
|
SEBWIN-220: Fixed race condition caused by the client stopping its communication host before the runtime had a chance to disconnect from it.
|
2018-09-28 11:05:49 +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
|
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
|
693829f641
|
SEBWIN-220: Extended unit test coverage for SafeExamBrowser.Configuration and SafeExamBrowser.Runtime.
|
2018-09-04 10:58:56 +02:00 |
|
dbuechel
|
8280ac3a92
|
SEBWIN-220: Implemented basic logging for browser modules.
|
2018-08-31 15:29:36 +02:00 |
|
dbuechel
|
ec3f2b7ff2
|
SEBWIN-220: Extracted concerns from core namespace (communication, i18n, logging) and removed behaviour namespace.
|
2018-08-31 10:06:27 +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 |
|