Commit Graph
14 Commits
Author SHA1 Message Date
Kenneth Skovhede ff196eb284 Implemented support for enabling/disabling encryption 2024-08-20 17:10:34 +02:00
Kenneth Skovhede cf757c5efb Merge remote-tracking branch 'origin/master' into feature/add-option-to-disable-captcha 2024-08-14 21:32:00 +02:00
Suguru Hirahara e02bd79ea1 Remove conjugation from Duplicati.Library.RestAPI/Strings.cs 2024-08-13 10:05:53 -04:00
Suguru Hirahara a6b8f61646 Remove conjugation more 2024-08-13 08:09:04 -04:00
Suguru Hirahara 0115c7d718 Remove conjugation - disable 2024-08-13 08:08:35 -04:00
Suguru Hirahara c47dd05030 Remove conjugation - Duplicati.Library.RestAPI/Strings.cs 2024-08-13 08:07:36 -04:00
Kenneth Skovhede 9ecb3a0f17 Added option to disable visual captcha from commandline.
This fixes #5098
2024-08-13 13:50:21 +02:00
Suguru Hirahara dd0bd401f9 Replace 'this option can be used to' with the common expression 'use this option to' 2024-08-06 12:09:11 -04:00
Suguru Hirahara 35658300c5 Split sentences 2024-07-31 01:52:59 -04:00
Suguru Hirahara a2d6771573 Add periods to strings which are sentences on Duplicati.Library.RestAPI/Strings.cs 2024-07-29 22:44:27 -04:00
Suguru Hirahara f6bb4fed2e Sort strings on Duplicati.Library.RestAPI/Strings.cs 2024-07-27 06:30:06 -04:00
Kenneth Skovhede 3f29642f6c Implemented JWT tokens.
Added auth requirement on all endpoints.
Added SignIn-, Access- and Refresh-Tokens based on JWT.
Upgraded stored password to be based on PBKDF2.
Added default password assignment.
Updated logic to support auth-header and re-sign-in for tray-icon and web-ui.
2024-06-19 13:54:10 +02:00
Kenneth Skovhede 9f79025744 Removed HttpServer.
Re-implemented everything using ASP.NET.
Changed some requests to use JSON instead of FORM data.
Some work towards deleting the FIXMEGlobal instance.
Auth is missing, XSRF does not work correctly.
2024-06-07 15:56:43 +02:00
Thomas Suckow 235568dade First pass at introducing kestrel and refactoring to make the RESTAPI be its own package. 2022-12-30 10:59:29 -08:00