Houkime
|
d7316f8e79
|
test(backups): test autobackup timing
|
2023-04-10 15:51:54 +00:00 |
|
Houkime
|
a11627da7d
|
refactor(backups): split out storage
|
2023-04-10 13:23:17 +00:00 |
|
Houkime
|
9d772ea2e2
|
test(backups): test that we do use cache
|
2023-04-07 18:12:05 +00:00 |
|
Houkime
|
644a0b96b8
|
test(backups): test last backup date retrieval
|
2023-04-07 15:18:54 +00:00 |
|
Houkime
|
aeec3ad0a2
|
test(backups): test setting autobackup period
|
2023-04-03 23:29:02 +00:00 |
|
Houkime
|
9edfe10128
|
test(backups): test setting services as enabled for autobackups
|
2023-04-03 23:29:02 +00:00 |
|
Houkime
|
3a65f0845a
|
test(backups): test that we do return snapshot on backup
|
2023-04-03 23:29:02 +00:00 |
|
Houkime
|
daa40d1142
|
feature(backups): huey task to back up
|
2023-04-03 23:29:02 +00:00 |
|
Houkime
|
baf3afb25b
|
refactor(backups): make backups stateless
|
2023-04-03 23:29:02 +00:00 |
|
Houkime
|
b4a3658c78
|
feature(backups): repo init tracking
|
2023-04-03 23:29:02 +00:00 |
|
Houkime
|
e02c1a878b
|
feature(backups): provider storage and retrieval
|
2023-04-03 23:29:02 +00:00 |
|
Houkime
|
d8a0e05602
|
feature(backups): load from json
|
2023-04-03 23:29:02 +00:00 |
|
Houkime
|
5d5ceee1cf
|
feat(backups): sizing up snapshots
|
2023-04-03 23:29:02 +00:00 |
|
Houkime
|
48f8f95d83
|
test(backups): test restoring a file
|
2023-04-03 23:29:02 +00:00 |
|
Houkime
|
cc09e933ed
|
feat(backups): return proper snapshot structs when listing
|
2023-04-03 23:29:02 +00:00 |
|
Houkime
|
de12685d3d
|
test(backups): reenable snapshot testing
|
2023-04-03 23:29:02 +00:00 |
|
Houkime
|
8f019c99e3
|
fix(backups): singleton metaclass was screwing with tests
|
2023-04-03 23:29:02 +00:00 |
|
Houkime
|
090198c300
|
test(backups): localfile repo by default in tests
|
2023-04-03 23:29:02 +00:00 |
|
Houkime
|
d7f96a9adf
|
test(backups): basic file backend init test
|
2023-04-03 23:29:02 +00:00 |
|
Houkime
|
6821b245d2
|
test(backups): test repo init
|
2023-04-03 23:29:02 +00:00 |
|
Houkime
|
cbf917ad8a
|
refactor(backups): snapshotlist and local secret groundwork
|
2023-04-03 23:29:02 +00:00 |
|
Houkime
|
37b747f87f
|
test(backup): no snapshots
|
2023-04-03 23:29:02 +00:00 |
|
Houkime
|
de6b96f446
|
test(backup): use a backup service function
|
2023-04-03 23:29:02 +00:00 |
|
Houkime
|
88b715464d
|
test(backup): try to back up!
|
2023-04-03 23:29:02 +00:00 |
|
Houkime
|
d5e0a3894b
|
test(backup): make a testfile to backup
|
2023-04-03 23:29:02 +00:00 |
|
Houkime
|
b6650b52c3
|
test(backup): init an in-memory backup class
|
2023-04-03 23:29:02 +00:00 |
|
Houkime
|
696cb406a8
|
test(backup): dummy service
|
2023-04-03 23:29:02 +00:00 |
|
Houkime
|
327ad8171f
|
test(backup): provider class selection
|
2023-04-03 23:29:02 +00:00 |
|
def
|
bcfb8e62e9
|
refactor(repository): Tokens repository JSON backend (#18)
Co-authored-by: def <dettlaff@riseup.net>
Co-authored-by: Inex Code <inex.code@selfprivacy.org>
Reviewed-on: https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api/pulls/18
Co-authored-by: def <dettlaff@riseup.net>
Co-committed-by: def <dettlaff@riseup.net>
|
2022-12-30 21:20:17 +03:00 |
|
Houkime
|
67872d7c55
|
test(tokens-repo): use mnemonic_from_hex consistently
|
2022-12-26 16:22:16 +00:00 |
|
Houkime
|
450ff41ebd
|
feat(tokens-repo): make device names unique before storage
|
2022-12-26 15:51:12 +00:00 |
|
Houkime
|
7d9bccf4ec
|
fix(tokens-repo): make is_token_valid infallible
|
2022-12-26 15:18:02 +00:00 |
|
Houkime
|
5d4ed73435
|
fix(tokens-repo): properly expire new device keys
|
2022-12-26 14:01:36 +00:00 |
|
Houkime
|
22a309466e
|
fix(tokens-repo): fix is_name_exists() being fallible
|
2022-12-21 17:04:18 +00:00 |
|
Houkime
|
20410ec790
|
fix(tokens-repo): fix name pair validation being able to raise a notfound error
|
2022-12-21 16:10:41 +00:00 |
|
Houkime
|
39277419ac
|
refactor(tokens-repo): use tokens-repo to refresh tokens
|
2022-12-21 13:09:51 +00:00 |
|
Houkime
|
d3bf867bb5
|
fix(tokens-repo): do not change the date on token refresh
|
2022-12-21 13:05:00 +00:00 |
|
Houkime
|
a97705ef25
|
fix(tokens-repository): fix getting and setting recovery token expiration date
|
2022-12-21 10:24:05 +00:00 |
|
Houkime
|
ab70687c61
|
fix(tokens-repository) :make NONE-uses-left eternally valid and test for it
|
2022-12-19 12:57:32 +00:00 |
|
Houkime
|
6f6a9f5ef0
|
test(tokens-repo): do not require order in test_delete_not_found_token
|
2022-12-16 13:04:56 +00:00 |
|
Houkime
|
95e200bfc5
|
feat(tokens-repo): reset function
|
2022-12-16 13:04:19 +00:00 |
|
Houkime
|
e504585437
|
test(tokens-repo): do not require order
|
2022-12-16 13:03:53 +00:00 |
|
Houkime
|
f2fa47466b
|
feat(tokens-repo):empty implementation of redis token repo
But it initializes and fails tests!
|
2022-12-16 13:03:27 +00:00 |
|
Houkime
|
2797c6f88f
|
fix(tokens-repository): use_mnemonic_new_device_key() now stores a token
|
2022-12-16 13:03:27 +00:00 |
|
Houkime
|
b856a2aad3
|
test(tokens-repo): re-add delete token test
|
2022-12-16 13:01:19 +00:00 |
|
Houkime
|
0d748d7ab1
|
test(tokens-repo): move original token content to json tests
|
2022-12-16 13:01:09 +00:00 |
|
Houkime
|
c12dca9d9b
|
refactor(tokens-repo): delete unused timezone import
|
2022-12-16 13:00:44 +00:00 |
|
Houkime
|
4492bbe995
|
test(tokens-repo): move null keys and tokens fixtures to json tests
and remove corresponding json files from the folder
|
2022-12-16 13:00:31 +00:00 |
|
Houkime
|
84bfa333fa
|
test(tokens-repo): move new device key null test to json tests
|
2022-12-16 13:00:16 +00:00 |
|
Houkime
|
be13d6163e
|
test(tokens-repo): use a mnemonic device key on an empty repo
|
2022-12-16 13:00:07 +00:00 |
|