Kenneth Skovhede
42c4e50482
Fixed issues with update detection.
...
This fixes a case where the update checker keeps an old reference to the previous updated version, despite running a newer version.
It also removes some use of `Assembly.GetExecutingAssembly().GetName().Version` with the information from `UpdaterManager.SelfVersion.Version` as that should follow the update info.
This fixes #5698
This fixes #5252
2024-11-25 17:27:50 +01:00
Kenneth Skovhede
0a5baa127c
Merge remote-tracking branch 'origin/master' into feature/fix-dst-changing-scheduled-time
2024-11-25 13:05:28 +01:00
Kenneth Skovhede and GitHub
b978a9e275
Merge pull request #5679 from duplicati/feature/add-downloads-to-special-folders
...
Added support for the Downloads folder
2024-11-15 14:51:15 +01:00
Kenneth Skovhede
38a255eb00
Fixed startup delay on Windows.
...
Delay was caused by AWS library performing network queries when reading properties on the configuration object.
On top of this, the properties were read twice.
Unified reading+application of options between iDrive and AWS S3.
2024-11-15 14:04:42 +01:00
Kenneth Skovhede
1e85667914
Revert "Fixed startup delay on Windows."
...
This reverts commit d637dc8957 .
2024-11-15 14:03:23 +01:00
Kenneth Skovhede
d637dc8957
Fixed startup delay on Windows.
...
Delay was caused by AWS library performing network queries when reading properties on the configuration object.
On top of this, the properties were read twice.
Unified reading+application of options between iDrive and AWS S3.
2024-11-15 14:02:39 +01:00
Kenneth Skovhede
8ce96c5bb2
Added support for the Downloads folder
2024-11-14 22:50:07 +01:00
Kenneth Skovhede
74bb22e022
Implemented support for keeping time-of-day stable across daylight savings time changes.
...
This fixes #1364
2024-11-05 21:26:30 +01:00
Kenneth Skovhede
e37f0cd741
Exposed secret providers as modules
2024-11-04 14:59:35 +01:00
Kenneth Skovhede
c99e819d70
Merge remote-tracking branch 'origin/master' into feature/add-secret-provider
2024-11-01 08:49:52 +01:00
Kenneth Skovhede
aca02f0801
Fixed upgrade path with insecure passwords
2024-10-30 10:39:48 +01:00
Kenneth Skovhede
18c531205a
Also clear password when clearing certificate
2024-10-29 14:08:11 +01:00
Kenneth Skovhede
56816abed8
Reverted to not storing the certificate as a file, since the x509Certificate loader was the broken part, not Kestrel.
2024-10-29 13:55:12 +01:00
Kenneth Skovhede
e914794b30
Simplified running TrayIcon with self-signed certificate.
...
Added workaround method to avoid loading certificate directly as that crashes .NET with EC-based keys.
2024-10-29 13:28:44 +01:00
Kenneth Skovhede
ed4d8bc6a6
Encapsulated the updating of the SSL certificate into a single method, to prevent wrong updates.
2024-10-29 12:02:42 +01:00
Kenneth Skovhede
4783050d53
Simplified logic by having an option to disable https.
...
Simplified checks for https by having a single property that unifies the logic.
2024-10-29 11:15:06 +01:00
Kenneth Skovhede
f9154137a3
Merge remote-tracking branch 'origin/master' into feature/ex-certificates
2024-10-29 09:24:53 +01:00
Kenneth Skovhede
34d13a20e2
Initial version of the external secret provider
2024-10-24 16:06:59 +02:00
Kenneth Skovhede
ef0ca64d52
Merge remote-tracking branch 'origin/master' into feature/remote-control-support
2024-10-03 14:49:07 +02:00
Kenneth Skovhede
99a2095e41
Adding new theme to client.
...
Added support for loading NPM package in dev mode.
Added support for SPA style redirects.
2024-10-02 22:14:37 +02:00
Kenneth Skovhede
227b8d6dca
Added feature to keep the remote control setting, and reconnect on startup.
...
Updated message types to fit the procotol.
2024-09-27 16:14:40 +02:00
Kenneth Skovhede
8c0e4329f7
Fixed additional ReadOnly issues
2024-09-18 11:39:26 +02:00
Kenneth Skovhede
669e90704d
Initial work on supporting a secure remote control connection.
2024-09-18 11:07:59 +02:00
Max
1bb03a5673
upstream sync
2024-09-11 21:31:04 +02:00
Kenneth Skovhede and GitHub
05f0a4cefa
Merge pull request #5520 from duplicati/feature/remove-deviceid-encryption-key-source
...
Removed the use of DeviceId due to lack of sufficient key material.
2024-09-03 13:55:26 +02:00
Kenneth Skovhede
d8c8ce7988
Removed the use of DeviceId due to lack of sufficient key material.
...
Kept the infrastructure to allow re-introducing it later if a better source for a device key is found.
Added support for not having any valid settings encryption key.
Added warnings if the user is running without a settings encryption key.
Added additional checks during startup to help with troubleshooting and configuring a setup with a settings encryption key.
Docker builds will now warn if no encryption key is set.
This fixes #5518
2024-08-31 11:02:14 +02:00
Suguru Hirahara
d8cb7ddf5e
Add periods to the long ones
...
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com >
2024-08-30 13:14:03 -04:00
Suguru Hirahara
ace80d3408
Sort short strings after long ones
...
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com >
2024-08-30 13:13:45 -04:00
Kenneth Skovhede and GitHub
f29d118742
Merge pull request #5511 from duplicati/feature/fix-missing-device-ids
...
Added blacklisting of known invalid settings encryption keys
2024-08-30 14:53:22 +02:00
Kenneth Skovhede
733193eed6
Removed one of the FIXMEGlobal's
2024-08-30 12:55:10 +02:00
Kenneth Skovhede
f3ec0b8d00
Implemented support for getting out of having a blacklisted key
2024-08-30 12:45:39 +02:00
Kenneth Skovhede and GitHub
3d8ebef6da
Merge pull request #5492 from duplicati/feature/support-preload-configurations
...
Support preload configurations
2024-08-29 16:16:53 +02:00
Kenneth Skovhede and GitHub
a55ae7aff1
Merge branch 'master' into feature/support-preload-configurations
2024-08-29 10:36:51 +02:00
Kenneth Skovhede
5af5b4d553
Added option to prevent starting with the machine serial.
...
This could be part of the solution to #5496
2024-08-28 22:25:23 +02:00
Kenneth Skovhede
dd3d734063
Fixed %HOME% to use UserProfile
2024-08-28 17:06:57 +02:00
Kenneth Skovhede
3548475360
Implemented preload support.
...
This commit adds the option to provide preload/preset options that change the default values for Duplicati's commandline or environment variables.
This fixes #5480
2024-08-28 00:18:55 +02:00
Kenneth Skovhede
feb77b3959
Merged the server stop signal changes
2024-08-27 18:22:53 +02:00
Kenneth Skovhede
29f96afc08
Added support for logging to Windows EventLog
2024-08-27 16:24:33 +02:00
Kenneth Skovhede
538f6a88de
Add support for multi-sink logging in server
2024-08-27 15:44:41 +02:00
Kenneth Skovhede
d1008bc7a2
Fix the Duplicati.Library.RestAPI path.
...
It was previously located in the root, but placed correctly in the solution file.
2024-08-27 08:30:26 +02:00