Damian Büchel
|
ff33394565
|
SEBWIN-824: Updated year in license and copyright remarks. Removed old CEF redistributable packages, see https://github.com/cefsharp/CefSharp/issues/4704.
|
2024-03-05 18:37:42 +01:00 |
|
Damian Büchel
|
e6e0cca292
|
SEBWIN-824: Changed department from LET to ID in copyright notice.
|
2024-03-05 18:13:14 +01:00 |
|
Damian Büchel
|
73fefad434
|
SEBWIN-835: Removed debugging logs for power supply thresholds.
|
2024-01-17 20:28:23 +01:00 |
|
Damian Büchel
|
23de2bf8c7
|
SEBWIN-835: Fixed power supply threshold issue by parsing configuration values of type "real" with invariant culture.
|
2024-01-17 14:40:28 +01:00 |
|
Damian Büchel
|
96f67c2085
|
SEBWIN-835: Implemented further logging for power supply threshold issue.
|
2024-01-17 11:17:38 +01: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
|
01af8beedb
|
SEBWIN-557: Fixed usage of unencrypted HTTP links.
|
2022-03-01 15:43:33 +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 |
|
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
|
df61e79861
|
Updated year in copyright and license remarks.
|
2020-01-06 15:24:46 +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
|
418a834a0a
|
SEBWIN-296: Fixed errors in XML parser and extended its unit tests.
|
2019-02-20 16:18:43 +01:00 |
|
dbuechel
|
f2b3e8e32b
|
SEBWIN-296: Extended unit tests for XML parser.
|
2019-02-20 13:02:12 +01:00 |
|
dbuechel
|
ef298836f1
|
SEBWIN-296: Implemented unit tests for XML parser.
|
2019-02-20 11:58:10 +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
|
dd0fc7a09b
|
SEBWIN-296: Implemented unit tests for public key hash encryption.
|
2019-02-19 10:22:32 +01:00 |
|
dbuechel
|
7173109d05
|
SEBWIN-220: Corrected configuration algorithm to also verify the current administrator password when reconfiguring during application startup.
|
2019-01-30 14:43:41 +01:00 |
|
dbuechel
|
4edd8480ef
|
Updated year to 2019 for all copyright notices.
|
2019-01-09 11:25:21 +01:00 |
|
dbuechel
|
fc179fe47d
|
SEBWIN-221: Implemented public key hash encryption.
|
2019-01-08 14:10:45 +01:00 |
|
dbuechel
|
ee166796a5
|
SEBWIN-221: Fixed parsing of empty XML value tags (bool & string).
|
2018-12-21 11:52:04 +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
|
140abe789e
|
SEBWIN-221: Simplified configuration API for loading and client configuration.
|
2018-12-14 15:30:10 +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
|
9b639b0c53
|
SEBWIN-221: Improved configuration loading / parsing algorithm and implemented scaffolding for data mapping.
|
2018-11-30 14:50:28 +01:00 |
|
dbuechel
|
483ba7ad4a
|
SEBWIN-221: Implemented basic certificate decryption.
|
2018-11-29 15:00: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
|
7f38c0b8c3
|
SEBWIN-221: Implemented basic password decryption of binary configuration files and finally found correct solution for multi-threading issues related to WPF.
|
2018-11-22 14:36:20 +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 |
|