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
bae7ed8a25
SEBWIN-221: Fixed unit tests for changes in session handling (introduction of SessionContext).
2018-10-12 15:23:43 +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
7a57cdf93b
SEBWIN-221: Changed IProgressIndicator implementation to automatically show busy indication after a delay. All application controllers now create new splash screens before executing an operation sequence.
2018-10-04 11:24:16 +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
b31ba1c2d5
SEBWIN-220: Ensured that splash screen and runtime window are always centered on the primary display.
2018-09-21 14:40:48 +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
d4295b3753
SEBWIN-220: Implemented unit tests for KioskModeOperation.
2018-09-19 14:54:19 +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
ec3f2b7ff2
SEBWIN-220: Extracted concerns from core namespace (communication, i18n, logging) and removed behaviour namespace.
2018-08-31 10:06:27 +02:00
dbuechel
c32028d3dd
SEBWIN-220: Moved exception handling to proxy implementations by introducing the CommunicationResult.
2018-08-10 13:23:24 +02:00
dbuechel
f8e5a4bedf
SEBWIN-220: Implemented password input mechanism and dialog.
2018-07-04 09:53:33 +02:00
dbuechel
9a12bbdb7d
SEBWIN-220: Finally renamed RuntimeInfo to AppConfig.
2018-06-29 09:50:20 +02:00
dbuechel
27d2907d12
SEBWIN-220: Added missing condition for ConfigurationOperation unit test.
2018-06-28 14:24:38 +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
639bde7860
SEBWIN-220: Fixed unit tests for ConfigurationOperation.
2018-06-21 11:07:46 +02:00
dbuechel
a74609eb46
SEBWIN-220: Letting ConfigurationOperationTests fail until mechanism is finished.
2018-06-21 09:14:14 +02:00
dbuechel
50dcb7502a
SEBWIN-220: Scaffolding for new (re-)configuration procedure.
2018-06-21 07:56:25 +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
e750f870c0
SEBWIN-219: Completed provisional implementation of unit test for communication hosts.
2018-03-20 09:21:10 +01:00
dbuechel
ec588e50bc
SEBWIN-219: Tidied up communication namespace.
2018-03-15 14:32:07 +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
f1c21cf530
SEBWIN-219: Renamed namespace SafeExamBrowser.Contracts.Behaviour.Operations to SafeExamBrowser.Contracts.Behaviour.OperationModel.
2018-03-06 11:49:51 +01:00
dbuechel
40fd49126f
SEBWIN-219: Introduced OperationResult to be able to determine cause of operation procedure failures.
2018-02-28 15:49:06 +01:00
dbuechel
268eda9f90
SEBWIN-219: Started refining communication API & mechanics.
2018-02-22 16:15:06 +01:00
dbuechel
24c5ea3ba9
SEBWIN-219: Fixed broken unit tests.
2018-02-16 13:42:27 +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
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
b22093e6a2
SEBWIN-219: Started implementing kiosk mode operation.
2018-01-26 12:33:36 +01:00
dbuechel
1e8eb858de
SEBWIN-219: Added ignore flag for service proxy.
2018-01-25 09:50:46 +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