Commits on Source
191
f3db713f
Add calculate_blake2b_hash to file_helpers.py
Aug 10, 2024
74787b51
Update calculate_blake2b_hash to use boolean comparison rather than string
Aug 10, 2024
3c3f60bd
Create initial BACKUP_SCHEME.md
Aug 10, 2024
42e716ba
Reduce cognitive complexity of blake2b file hash.
Aug 10, 2024
c1327adf
Add zlib compress and decompress functions to file_helpers.py
Aug 11, 2024
2fc20ae5
Adds backup manager - removes from server.py
Aug 11, 2024
aaba6c69
Fix pylint issue
Aug 11, 2024
9e5abe80
Refactor helpers to own directory
Aug 11, 2024
e6a577c1
Put helper in cryptohelper
Aug 11, 2024
2e47d5b2
Implement basic logic to trigger snapshots through Crafty.
Aug 11, 2024
cda2e816
Improve is_subdir function before use in snapshot backups.
Aug 11, 2024
1957ceec
Add initial functions related to snapshot style backups.
Aug 11, 2024
cb599b32
Adds function for creation of .depends file for snapshot backups
Aug 12, 2024
a6d37ee2
Add functionality to find files not already stored in backup.
Aug 15, 2024
6c20b8c5
Fix get_path_from_hash. Add required functions to crypto helper.
Aug 15, 2024
31741655
Add save_chunk function.
Aug 15, 2024
8baaa97e
Remove duplicate fstring. Appease sonarcloud.
Aug 16, 2024
1aabf491
Remove unused variable. Appease sonarcloud.
Aug 16, 2024
890e84cd
Further improve is_subdir function.
Aug 16, 2024
bd021e0d
Improve unzip_file function. Reduce cognitive complexity.
Aug 16, 2024
e23d7435
Improve unzip_file function. Reduce cognitive complexity.
Aug 16, 2024
85b930d6
Further improve unzip_file per per sonarcloud.
Aug 16, 2024
770c648d
Add comments to move_item_file_or_dir.
Aug 16, 2024
44e8c5c5
Change manifest file to use hash as bytes.
Aug 16, 2024
e3c9212f
Working chunk saving with compression.
Aug 16, 2024
498f6e58
Merge branch 'dev' into feature/snapshot-backups
May 06, 2025
1df1b93f
Adjust file helpers
May 06, 2025
0ac76aa8
Refactor to zip vault
May 06, 2025
92c37bf0
Fix helper import
May 06, 2025
2af087a4
Add legacy methods to backup_mgr
May 06, 2025
b8212714
Isort helpers.py.
May 06, 2025
1cdb567b
Move blake2 hash function to cryptography_helper.py.
May 06, 2025
bfa8b9b0
Remove unused functions from snapshot backups.
May 06, 2025
98974371
Add save chunk function.
May 06, 2025
22398beb
Add save chunk and save file functions.
May 06, 2025
3989aa5f
Add str_to_b64 function.
May 07, 2025
73823e4e
Tests for cryptography_helper.py
May 07, 2025
ab08c085
Create Backup Functionality.
May 07, 2025
6db5ef0d
Add b64_to_str function.
May 07, 2025
202766b0
Made b64_to_str function static.
May 07, 2025
8131be77
Add tests for b64_to_str
May 10, 2025
808b1b8a
Add all snapshot backup functionality.
May 11, 2025
4271eb06
Move snapshot backup function to backup_mgr.py
May 11, 2025
79d1d226
Merge branch 'dev' into feature/snapshot-backups
May 30, 2025
7e50ea27
Remove md
Jun 01, 2025
b7098c2e
Add manifest functionality to list_backups
Jun 01, 2025
88c08ebc
Refactor backup time in naming
Jun 01, 2025
e20f7274
Merge remote-tracking branch 'origin/refactor/db-stats' into feature/snapshot-backups
Jun 01, 2025
e7ef9bb8
Add exclusions to snapshot backups.
Jun 01, 2025
186923c7
Add helpers call
Jun 01, 2025
917fcb81
Remove print statements.
Jun 01, 2025
f3fb44a1
Remove download button for snapshots
Jun 01, 2025
b47ab00b
Add Snapshot backup disclaimer.
Jun 01, 2025
f0435c0f
Merge remote-tracking branch 'origin/feature/snapshot-backups' into feature/snapshot-backups
Jun 01, 2025
5bfe561f
Add snapshot disclaimer
Jun 01, 2025
68a384f2
Add beta banner
Jun 01, 2025
49fc2444
Add more style to beta banner
Jun 01, 2025
e1a81b3b
Prepare 4.4.12 release base
Jun 15, 2025
c07d6a69
Translated (Polish)
Jun 16, 2025
6d18d093
Merge remote-tracking branch 'origin/dev' into dev
Jun 16, 2025
bb645640
Translated (Chinese (Simplified Han script))
Jun 17, 2025
4fec0f87
Translated (Ukrainian)
Jun 17, 2025
ced40cf3
Translated (Korean)
Jun 17, 2025
f6f0a7d0
Translated (Russian)
Jun 17, 2025
aebc3b1b
Translated (Dutch)
Jun 18, 2025
dee4a458
Translated (French)
Jun 18, 2025
ece1ed0d
Merge branch 'dev' into feature/snapshot-backup
Jun 19, 2025
9eeb6033
only check remote vs local version on successful response
Jun 19, 2025
4e85f0a6
move skin url within textures if to prevent variable use without assignment
Jun 19, 2025
8a049d9b
remove unused helpers import in backup API route
Jun 19, 2025
d895ce6a
make skin response status code within textures loop
Jun 19, 2025
1eecfeae
disable too many pos args lint check for backup restore starter
Jun 19, 2025
c54be617
set backup manifest encoding to utf-8
Jun 19, 2025
d7f2e21d
remove unused raiseExceptions import in backup_mgr
Jun 19, 2025
506855ac
disable pos args lint check in file helpers for backups
Jun 19, 2025
f2fabb67
fix case of server_path in backup_mgr
Jun 19, 2025
fd7e8d85
disable line too long warnings in generate zip tree
Jun 19, 2025
6767dfd0
disable line too long in generate zip dir
Jun 19, 2025
2c269dda
apply black formatting
Jun 19, 2025
e4d793ab
remove list calls where keys were called since keys will always return a list
Jun 19, 2025
550ec45b
require TLS1.2 or higher for file downloads
Jun 19, 2025
6d64e8b5
add exception class to del dirs
Jun 19, 2025
824d9be1
return none instead of false string
Jun 19, 2025
1c904a7f
remove redundant return
Jun 19, 2025
a7aa11b1
Multiple spelling, grammar, and organizational changes
Jun 19, 2025
b491f6b4
replace pass in check_file_perms
Jun 19, 2025
c85071b1
add log message when unable to reach ipify
Jun 19, 2025
398d16e5
fix line length
Jun 19, 2025
428a9f6e
replace constructors with literals
Jun 19, 2025
59394cf6
fix redundant backup config load
Jun 19, 2025
566a79d4
fix use before assignment issue in jar update websocket
Jun 19, 2025
f0774a75
remove duplicate padding in ribbon class
Jun 19, 2025
c967201c
apply black formatting
Jun 19, 2025
61e68688
make async file/web operations actually asynchronous
Jun 19, 2025
0852c61a
apply black formatting
Jun 19, 2025
fa405bd4
Fixed bug: number passwords are forwarded as strings
Jun 20, 2025
3d9d692e
Custom error mesage for when password is just numeric
Jun 22, 2025
9ec6612b
Translated (French)
Jun 23, 2025
798237de
Added translation (Hungarian)
Jun 24, 2025
532d7f4b
Translated (Hungarian)
Jun 24, 2025
91 additional commits have been omitted to prevent performance issues.
Loading
Loading