Kenneth Skovhede

Results 73 issues of Kenneth Skovhede

_From [[email protected]](https://code.google.com/u/[email protected]/) on September 27, 2011 15:48:04_ The initial motivation for this feature is the fact that you can get free online storage space from multiple providers, but usually only...

enhancement
imported

This happens during backup and may be a new error. See stack trace here: https://forum.duplicati.com/t/release-2-0-9-107-canary-2024-09-11/18983/30

bug

The current backends, except WebDAV, still use `WebRequest` and has the `HttpOptions` module to provide things like timeout and certificate exceptions. The design for this was required because `ServicePointManager` is...

In the current API the frontend will request the current backup configuration and obtain it. When saving it, the frontend will send the entire configuration back to the API, which...

Enabled in WebDAV with HttpClient

In the current setup, if the scheduler is starting while the network is not available, any network requests will fail. This happens if the machine is in power-limited standby where...

The current approach to open the websocket is to pass in the authentication token as part of the query string. This could be problematic if some logs or similar are...

Moved the password option lookup into a shared place so the same logic can be used from multiple places when guarding password output.

When executing a script it may be useful to include messages that will end up being logged, for diagnostics purposes. The current method is to log stderr, but this inflexible...

enhancement
minor change
good first issue

After the switch to .NET8 we need to transition to `HttpClient`. The current setup is to collect all Http settings in the `HttpSettingsContext` and then apply them to `ServicePointManager`. This...