Commit graph

123 commits

Author SHA1 Message Date
Damian Büchel
5284a52278 SEBWIN-693: Updated target framework to .NET Framework 4.8, changed setup bundle to also embed .NET setup bootstrapper and integrated handling of external setup bundle packages into build procedure as pre- and post-build events. 2023-06-22 16:15:23 +02:00
Damian Büchel
cdb08798b8 SEBWIN-649: Updated year in license and copyright remarks. 2023-03-08 00:30:20 +01:00
Damian Büchel
a0e0c3e579 SEBWIN-541: Updated year in license and copyright remarks. 2022-01-21 16:33:52 +01:00
Damian Büchel
a19617c53b Updated year in copyright remarks. 2021-02-03 00:45:33 +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
df61e79861 Updated year in copyright and license remarks. 2020-01-06 15:24:46 +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
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
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
4044b62867 SEBWIN-226: Updated target framework for all assemblies to version 4.7.2. 2019-03-20 14:00:36 +01:00
dbuechel
4edd8480ef Updated year to 2019 for all copyright notices. 2019-01-09 11:25:21 +01: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
4ca2fac50e SEBWIN-221: Ensured all client operations do not allow repeating. 2018-10-05 10:22:13 +02:00
dbuechel
ed43534e5b SEBWIN-220: Renamed "ProgressIndicator_..." text keys to "OperationStatus_...". 2018-10-03 15:42:50 +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
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
b50c208f46 SEBWIN-220: Finally found a solution to run keyboard & mouse hooks in sepearate threads. 2018-09-25 12:10:34 +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
ef31db9920 SEBWIN-220: Replaced guid with abstact InstanceIdentifier for application instances and started to implement logging for browser component. 2018-08-31 07:49:41 +02:00
dbuechel
729133ac78 SEBWIN-220: Implemented kiosk mode "Create New Desktop". 2018-08-16 11:23:37 +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
eb47cb362b SEBWIN-220: Finished draft of (re-)configuration mechanism. 2018-06-27 14:02:16 +02:00
dbuechel
50dcb7502a SEBWIN-220: Scaffolding for new (re-)configuration procedure. 2018-06-21 07:56:25 +02: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
ec588e50bc SEBWIN-219: Tidied up communication namespace. 2018-03-15 14:32:07 +01:00
dbuechel
fcc5e67a2d SEBWIN-219: Extended unit tests for BaseProxy. 2018-03-15 11:01:00 +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
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
5bd1d9dea4 SEBWIN-219: Found acceptable solution for interception of configuration requests. 2018-03-08 07:35:58 +01:00
dbuechel
a9306754d0 SEBWIN-219: Documented types of core library. 2018-03-06 14:35:10 +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
f5ef7fa859 SEBWIN-219: Cleaned up remaining TODOs. 2018-02-28 09:45:29 +01:00
dbuechel
8a06a0fe98 SEBWIN-219: Extended IPC mechanics with ping mechanism. 2018-02-27 15:28:54 +01:00
dbuechel
268eda9f90 SEBWIN-219: Started refining communication API & mechanics. 2018-02-22 16:15:06 +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
ea97930033 SEBWIN-219: Used awesome new C# language feature for type checks. 2018-02-19 14:36:00 +01:00
dbuechel
d3dea29ecd SEBWIN-219: Basic startup sequence is now working. 2018-02-16 13:15:16 +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
c10e141e7f SEBWIN-219: Renamed text keys for operations. 2018-02-02 09:30:41 +01:00