Inex Code
|
22f9d2e9df
|
refactor: Changes to reflect the new NixOS config structure
|
2023-11-21 23:14:42 +03:00 |
|
Houkime
|
a66ee2d3e5
|
test(auth): fix future expiring too fast
|
2023-11-01 16:46:36 +00:00 |
|
Houkime
|
5fbfaa73ea
|
feat(tokens-repo): add clone() method
|
2023-06-14 14:02:23 +03:00 |
|
Houkime
|
158c1f13a6
|
refactor(tokens-repo): switch token backend to redis
And use timezone-aware comparisons for expiry checks
|
2023-06-14 14:02:23 +03:00 |
|
Houkime
|
824b018487
|
test(tokens-repo): make shared test token state use token repo api for loading
|
2023-06-14 14:02:22 +03:00 |
|
Houkime
|
889c7eee6a
|
test(tokens-repo): offload empty_keys fixture to json tests
|
2023-06-14 14:02:22 +03:00 |
|
Houkime
|
8065921862
|
test(tokens-repo): make empty_tokens fixture, even more minimal
|
2023-06-14 14:02:22 +03:00 |
|
Houkime
|
3e7ea01a42
|
test(tokens-repo): make empty_keys fixture (and derived) shareable
|
2023-06-14 14:02:22 +03: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
|
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 |
|
Houkime
|
ce411e9291
|
test(tokens-repo): using a mnemonic device key
|
2022-12-16 12:59:57 +00:00 |
|
Houkime
|
cf7b7eb8a7
|
test(tokens-repo): notfound mnemonic new device key
|
2022-12-16 12:59:49 +00:00 |
|
Houkime
|
3feebd5290
|
test(tokens-repo): invalid mnemonic new device key
|
2022-12-16 12:59:38 +00:00 |
|
Houkime
|
73584872f0
|
test(tokens-repo): agnosticise simple new device key tests
the state of json file is tested separately in test_json_tokens_repository.py
|
2022-12-16 12:59:27 +00:00 |
|
Houkime
|
dc778b545e
|
test(tokens-repo): get new device key
|
2022-12-16 12:59:16 +00:00 |
|
Houkime
|
f96d8b7d7c
|
test(tokens-repo): make another mock token generator agnostic
|
2022-12-16 12:58:50 +00:00 |
|
Houkime
|
dd525fe723
|
test(tokens-repo): agnostic use recovery token
converted json-reading asserts to backend-agnostic asserts
|
2022-12-16 12:58:27 +00:00 |
|
Houkime
|
b9c570720b
|
test(tokens-repo): move null recovery token test to json tests
Because the null state seems to be specific to json and not reproducible
in abstract case.
|
2022-12-16 12:57:14 +00:00 |
|
Houkime
|
732e72d414
|
test(tokens-repo): mnemonic non-null invalid
|
2022-12-16 12:56:50 +00:00 |
|
Houkime
|
6f400911fc
|
test(tokens-repo): agnostic recovery keys testing
|
2022-12-16 12:56:25 +00:00 |
|
Houkime
|
c86eb8b786
|
test(tokens-repo): agnostic refresh token nonexistent
|
2022-12-16 12:56:04 +00:00 |
|
Houkime
|
fa54220327
|
test(tokens-repo): agnostic refresh token
|
2022-12-16 12:55:46 +00:00 |
|
Houkime
|
b43c4014e2
|
test(tokens-repo): agnostic delete not found
|
2022-12-16 12:55:28 +00:00 |
|
Houkime
|
db55685488
|
test(tokens-repo): use 'repo' for consistency
|
2022-12-16 12:55:07 +00:00 |
|
Houkime
|
3921d9fe4c
|
test(tokens-repo): agnostic token creation test
|
2022-12-16 12:54:46 +00:00 |
|
Houkime
|
2e2d344f43
|
test(tokens-repo): get_tokens metaproperties test
|
2022-12-16 12:54:25 +00:00 |
|
Houkime
|
55ad2484b8
|
test(tokens-repo): agnostic test for getting by name
|
2022-12-16 12:53:33 +00:00 |
|
Houkime
|
8a05a55b80
|
test(tokens-repo): parameterized fixture
|
2022-12-16 12:51:56 +00:00 |
|
Houkime
|
4cfe0515ea
|
test(tokens-repo): split between abstract api and backend-specific tests
|
2022-12-16 12:50:08 +00:00 |
|
def
|
16e0bd56ce
|
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-02 14:19:57 +03:00 |
|