- Apr 29, 2019
-
-
Niko Ehrenfeuchter authored
Fixes #72
-
- Apr 25, 2019
-
-
Niko Ehrenfeuchter authored
Refers to #20
-
- Apr 23, 2019
-
-
Niko Ehrenfeuchter authored
Refers to #20
-
- Jul 27, 2018
-
-
Niko Ehrenfeuchter authored
-
- Jul 25, 2018
-
-
Niko Ehrenfeuchter authored
Fixes #51
-
- Jul 20, 2018
-
-
Niko Ehrenfeuchter authored
Refers to #35
-
Niko Ehrenfeuchter authored
This introduces a new optional configuration parameter called "LogLevelMonitoring" to adjust the log level of those messages related to the load monitoring of the service. Fixes #50
-
- Jul 16, 2018
-
-
Niko Ehrenfeuchter authored
Since we're now back on using a central location for storing temporary transfer files, it does make sense again to check for that location to exist on service startup (refers to #16). This reverts commit 10640754.
-
- Jun 06, 2018
-
-
Niko Ehrenfeuchter authored
Since this is not a common (central) location any more, it doesn't make sense to check for it during startup or similar situations.
-
- Mar 07, 2018
-
-
Niko Ehrenfeuchter authored
Megabytes have shown to be a bit clumsy in the configuration files, so simply switch to the more useful Gigabytes unit. Fixes #39
-
- Mar 06, 2018
-
-
Niko Ehrenfeuchter authored
Allow setting the log level explicitly from "Warn", "Info", "Debug" or "Trace" in the configuration. Default is "Info", fallback for invalid settings is "Debug". Fixes #34
-
- Mar 02, 2018
-
-
Niko Ehrenfeuchter authored
Note that they are not included in the example configuration files as these settings can easily mess up everything and should only be adjusted with great care. The default settings are valid on Windows 7 and Server 2012 and were successfully tested on those versions. Fixes #11
-
Niko Ehrenfeuchter authored
-
Niko Ehrenfeuchter authored
-
Niko Ehrenfeuchter authored
If a new directory is found in incoming but the move operation to processing failed for some reason, the timestamp and username directories (and potentially some partially moved data?) would remain in processing. To prevent confusion about those "incomplete" transfer candidates they are moved to the "ERROR" location.
-
- Feb 18, 2018
-
-
Niko Ehrenfeuchter authored
-
- Feb 16, 2018
-
-
Niko Ehrenfeuchter authored
Refers to #18
-
- Feb 15, 2018
-
-
Niko Ehrenfeuchter authored
-
Niko Ehrenfeuchter authored
Refers to #18, #29
-
Niko Ehrenfeuchter authored
Refers to #18, #28, #29
-
Niko Ehrenfeuchter authored
Refers to #29
-
Niko Ehrenfeuchter authored
Refers to #28
-
Niko Ehrenfeuchter authored
Refers to #28
-
Niko Ehrenfeuchter authored
Refers to #28
-
Niko Ehrenfeuchter authored
Those objects are not meant to be instantiated directly but only using the Deserialize() methods which takes care of creating a new object in case deserializing fails for the status class.
-
Niko Ehrenfeuchter authored
This way the value is directly visible in the code where the property is created, improving readability. Setting defaults in the constructor is therefore not necessary any more. Refers to #29
-
Niko Ehrenfeuchter authored
-
Niko Ehrenfeuchter authored
-
Niko Ehrenfeuchter authored
Refers to #18, #28
-
Niko Ehrenfeuchter authored
Refers to #29
-
- Feb 14, 2018
-
-
Niko Ehrenfeuchter authored
Refers to #29
-
Niko Ehrenfeuchter authored
Refers to #29
-
Niko Ehrenfeuchter authored
Refers to #29
-
Niko Ehrenfeuchter authored
Refers to #29
-
Niko Ehrenfeuchter authored
Again, no functional changes in this commit! Refers to #29
-
Niko Ehrenfeuchter authored
Plus, group them in a logical sequence instead of a type-specific one by following the order being used in the new example files. This commit should not introduce any functional changes! Refers to #29
-
Niko Ehrenfeuchter authored
One file ("config.common.xml") containing site-global configuration settings, the other one (the file name equals the host name with a ".xml" suffix) containing host-specific settings. Both files use the same syntax and may contain the same setting attributes with the host-specific one having priority over the site-global one. Refers to #18
-
- Feb 13, 2018
-
-
Niko Ehrenfeuchter authored
-
- Feb 12, 2018
-
-
Niko Ehrenfeuchter authored
-
Niko Ehrenfeuchter authored
-