Commit graph

116 commits

Author SHA1 Message Date
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
dbuechel
9a12bbdb7d SEBWIN-220: Finally renamed RuntimeInfo to AppConfig. 2018-06-29 09:50:20 +02:00
dbuechel
9014a6e6be SEBWIN-220: Completed basic set of unit tests for ConfigurationOperation. 2018-06-28 13:40:30 +02:00
dbuechel
eb47cb362b SEBWIN-220: Finished draft of (re-)configuration mechanism. 2018-06-27 14:02:16 +02:00
dbuechel
45dd741e4c Changed log level for browser. 2018-04-25 07:47:48 +02:00
dbuechel
eb5fc50fea SEBWIN-219: Extended unit test coverage of runtime operations. 2018-03-21 15:28:59 +01:00
dbuechel
6efa7bed81 SEBWIN-219: Found better solution for session operation sequence (got rid of session controller and sequence start resp. end operations). 2018-03-21 10:23:15 +01:00
dbuechel
3a4f189916 SEBWIN-219: Extracted creation of proxy and host objects from base implementations and started implementing unit tests for hosts. 2018-03-16 15:46:53 +01:00
dbuechel
e4940383fb SEBWIN-219: Implemented unit tests for proxies in core library. 2018-03-16 09:28:33 +01:00
dbuechel
17c068de6f SEBWIN-219: Decoupled proxy object creation from BaseProxy and implemented unit tests for the latter. 2018-03-15 09:55:04 +01:00
dbuechel
49d9b03d7a SEBWIN-219: Extracted message box from UI factory and tidied up user interface contracts. 2018-03-14 12:07:20 +01:00
dbuechel
be761fd72c SEBWIN-219: Implemented logging of component and session IDs and introduced IProxyFactory for client proxy instantiation during session startup. 2018-03-14 11:04:28 +01:00
dbuechel
e3b8bb8cc8 SEBWIN-219: Forgot to change namespace of operation model in core library. 2018-03-13 10:57:47 +01:00
dbuechel
993329bd71 SEBWIN-219: Finished basic implementation of reconfiguration mechanism. 2018-03-08 15:27:12 +01:00
dbuechel
f1c21cf530 SEBWIN-219: Renamed namespace SafeExamBrowser.Contracts.Behaviour.Operations to SafeExamBrowser.Contracts.Behaviour.OperationModel. 2018-03-06 11:49:51 +01:00
dbuechel
2ab48cda09 SEBWIN-219: Unified WPF application shutdown for runtime & client (and fixed window visibility issue by doing so). 2018-02-21 14:01:21 +01:00
dbuechel
2424f2f1ed SEBWIN-219: Implemented basic shutdown mechanism. 2018-02-20 15:15:26 +01: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
10202a807f SEBWIN-219: Adapted startup procedure for client component by introducing the DelayedInitializationOperation. 2018-02-12 12:21:55 +01:00
dbuechel
66e9078a4c SEBWIN-219: Implemented draft of session mechanism. 2018-02-08 13:32:48 +01:00
dbuechel
001c262158 SEBWIN-219: Extracted text dependency from user interface factory methods. 2018-02-07 13:25:49 +01:00
dbuechel
8cd0659a22 SEBWIN-219: Implemented draft of communication operation and runtime communication host. 2018-02-06 15:12:11 +01:00
dbuechel
5b57734406 SEBWIN-219: Finally found appropriate solution for handling bootstrap- and session-operations. 2018-02-02 09:18:35 +01:00
dbuechel
196836b7eb SEBWIN-219: Changed and simplified implementation of operation mechanism to allow reconfiguration (i.e. repeating operations). 2018-02-01 08:37:12 +01:00
dbuechel
18b8f66300 SEBWIN-219: Continued implementing kiosk operation and realized that further changes to startup/runtime/shutdown-mechanism are necessary... 2018-01-30 14:41:36 +01:00
dbuechel
b22093e6a2 SEBWIN-219: Started implementing kiosk mode operation. 2018-01-26 12:33:36 +01:00
dbuechel
87f4ad8bf2 SEBWIN-219: Implemented draft of runtime window. 2018-01-25 11:59:44 +01:00
dbuechel
ebc12934bf SEBWIN-219: Implemented basic service operation. 2018-01-24 12:34:32 +01:00
dbuechel
7d5c6a1b0b SEBWIN-219: Changed startup procedure for runtime component in order to be able to re-configure during application execution. 2018-01-24 07:46:22 +01:00
dbuechel
c56b4a0251 SEBWIN-219: Started defining & implementing communication contracts and functionality. 2018-01-23 15:33:54 +01:00
dbuechel
f321496815 SEBWIN-219: Finished basic version of configuration operation. 2018-01-19 14:04:12 +01:00
dbuechel
57c3afdaa5 SEBWIN-219: Introduced configuration mode and continued with configuration operation. 2018-01-19 09:23:09 +01:00
dbuechel
39261f5222 SEBWIN-219: Started implementing the configuration operation. 2018-01-18 15:14:05 +01:00
dbuechel
31d6d544d0 SEBWIN-219:
- Extracted operations and notifications from core library and moved them to client resp. runtime component.
- Renamead runtime component to SafeExamBrowser.Runtime.
- Moved post-build event from browser to client assembly.
2018-01-18 08:16:20 +01:00
Renamed from SafeExamBrowser/CompositionRoot.cs (Browse further)