Commit Graph

13 Commits

Author SHA1 Message Date
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 40dd3c6816 Updated all license mentions to MIT 2024-02-28 15:45:30 +01:00
gpatel-fr d20e692d20 enhance Python restore tool (#5051)
add command line parameters
parameterize memory cache and use bigger cache by default
optional use of aescrypt to make decryption faster by caching the results
tentative attributes support for Linux (use with sudo)
2023-12-12 00:35:01 +01:00
Stanislav 40dc08db74 small fix for empty "*index*" file
some index file don't contain 'vol' folder, only manifest. this fix check if 'vol' folder is exists
2020-04-06 14:39:45 +03:00
Piegames 77a46b34c0 Made python script run in parallel
This made the process a lot faster for me 15h -> 7h.
2018-03-08 17:55:34 +01:00
wjan 91901ece36 updates readme 2018-02-23 09:43:30 +01:00
wjan b74ee4683a uses config file and corrects the zip archive creation 2018-02-22 22:03:37 +01:00
wjan e5995f43c5 moves options to file and some code cleaning 2018-02-13 10:31:49 +01:00
wjan b60451a7ac adds python script to decrypt and encrypt
with different encryption or decryption procedures
2018-01-26 20:56:19 +01:00
Ben Fisher 1b799aecd2 restore_from_python.py; moving to a separate directory 2017-04-13 13:07:35 -07:00
Ben Fisher ec07996144 restore_from_python.py; codacity's recommendations
no functionality changes
2017-04-09 17:46:20 -07:00
Ben Fisher 6d39c39a94 restore_from_python.py
by Ben Fisher, https://github.com/downpoured
a Python script to restore Duplicati files
similar to Duplicati.RecoveryTool, but with no dependencies on Mono/.NET
uses streaming apis to restore a large number of files and use limited RAM.
supports backups using AES encryption (.aes) or No Encryption (.zip),
if data uses GPG/other encryption, decrypt files to .zip before running this tool.
2017-04-09 16:20:04 -07:00
Kenneth Skovhede dda27012b2 Added pause-resume example script 2016-11-10 10:27:53 +01:00