Inex Code
7c2e1dcf25
Merge pull request 'feat(dns): Add deSec as a DNS provider' ( #39 ) from providers/desec into master
...
Reviewed-on: #39
4 weeks ago
Inex Code
670911a92a
feat(dns): Add deSec as a DNS provider
4 weeks ago
Inex Code
13a2d8faca
chore: Update dev nix shell
4 weeks ago
Inex Code
6845085a83
Merge pull request 'fix(redis): Do not shut down redis on ctrl c' ( #36 ) from redis-server-fix into master
...
Reviewed-on: #36
Reviewed-by: Inex Code <inex.code@selfprivacy.org>
2 months ago
Houkime
4c6518a513
fix(redis): Do not shut down redis on ctrl c
...
see https://github.com/NixOS/nix/issues/2141
2 months ago
Inex Code
5ada12d2f3
feat: Add a migration that will prepare server for 22.11 upgrade
3 months ago
Inex Code
6aadbabbc4
Merge pull request 'feat: Add Digital Ocean as a DNS provider' ( #34 ) from providers/digital-ocan-dns into master
...
Reviewed-on: #34
4 months ago
Inex Code
8ce13f0ad2
feat: Add Digital Ocean as a DNS provider
4 months ago
Inex Code
392ed79e92
chore: Project files for IDEA
4 months ago
Inex Code
1035f9215d
Merge pull request 'fix(dns-records): Fix DKIM parser' ( #33 ) from fix/dkim_parser into master
...
Reviewed-on: #33
5 months ago
Inex Code
4e7261c9c4
fix(dns-records): Fix DKIM parser
...
Previously API relied on client to parse DKIM DNS string, as it was a
separate endpoint. But now client blindly trusts the API, but parser
was not migrated over to the API.
5 months ago
Inex Code
e7a49e170d
fix: module models not found
5 months ago
Inex Code
b5ee542693
Merge pull request 'API 2.1.0 release' ( #30 ) from redis/connection-pool into master
...
Reviewed-on: #30
5 months ago
Inex Code
2db40650ad
Merge remote-tracking branch 'origin/master' into redis/connection-pool
5 months ago
def
2fc635da71
docs: add CONTRIBUTING.md
5 months ago
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: #18
Co-authored-by: def <dettlaff@riseup.net>
Co-committed-by: def <dettlaff@riseup.net>
5 months ago
Inex Code
24353ca56a
chore: bump API version
5 months ago
Inex Code
45c6133881
Merge pull request 'Migrate to AbstractTokenRepository API' ( #28 ) from redis/token-repo into redis/connection-pool
...
Reviewed-on: #28
5 months ago
Inex Code
cb403a94bd
fix: typing
5 months ago
Inex Code
7b526b7bd9
Merge branch 'redis/connection-pool' into redis/token-repo
5 months ago
Inex Code
34b1a47d04
Merge pull request 'docs: add CONTRIBUTING.md' ( #29 ) from def/add_contributing_guide into master
...
Reviewed-on: #29
5 months ago
def
5c30f80479
docs: add CONTRIBUTING.md
5 months ago
Inex Code
999dd95cab
ci: Add redis to CI pipeline
5 months ago
Houkime
67872d7c55
test(tokens-repo): use mnemonic_from_hex consistently
5 months ago
Houkime
3ecfb2eacb
refactor(tokens-repo): delete auth utils
5 months ago
Houkime
450ff41ebd
feat(tokens-repo): make device names unique before storage
5 months ago
Houkime
8235c3595c
refactor(tokens-repo): delete is_token_valid from auth utils
5 months ago
Houkime
7d9bccf4ec
fix(tokens-repo): make is_token_valid infallible
5 months ago
Houkime
87ea88c50a
refactor(tokens-repo): delete get token name from auth utils
5 months ago
Houkime
25326b75ca
refactor(tokens-repo): delete create token from auth utils
5 months ago
Houkime
b3d6251d11
refactor(tokens-repo): delete generare recovery key from auth utils
5 months ago
Houkime
b11e5a5f77
refactor(tokens-repo): delete recovery key quieries from auth utils
5 months ago
Houkime
69577c2854
refactor(tokens-repo): delete get_recovery_key_status from auth utils
5 months ago
Houkime
7cf295450b
refactor(tokens-repo): do not use tokens repo directly from graphql
5 months ago
Houkime
f33d5155b0
refactor(tokens-repo): delete use_new_device_auth_token from auth utils
5 months ago
Houkime
5d4ed73435
fix(tokens-repo): properly expire new device keys
5 months ago
Houkime
c037a12f4d
refactor(tokens-repo): break out _store_new_device_key()
5 months ago
Houkime
29723b9f3a
refactor(tokens-repo): delete use_mnemonic_recoverery_token from auth utils
5 months ago
Houkime
cb1906144c
refactor(tokens-repo): delete get_new_device_auth_token from auth utils
5 months ago
Houkime
3f6aa9bd06
refactor(tokens-repo): delete delete_new_device_auth_token from auth utils
5 months ago
Houkime
5dedbda41f
refactor(tokens-repo): delete get_tokens_info() from auth utils
5 months ago
Houkime
e817de6228
refactor(tokens-repo): use token repo in get_api_tokens_with_caller_flag
5 months ago
Houkime
f928ca160a
refactor(tokens-repo): use token repo in get_api_recovery_token_status action
5 months ago
Houkime
a2ac47b0f5
refactor(tokens-repo): delete delete_token from auth utils
5 months ago
houkime
66480c9904
Merge pull request 'Implement redis token repository' ( #26 ) from redis/token-repo into redis/connection-pool
...
Reviewed-on: #26
6 months ago
Houkime
5a1f64b1e7
refactor(tokens-repo): delete is_name_exists() from auth utils
6 months ago
Houkime
22a309466e
fix(tokens-repo): fix is_name_exists() being fallible
6 months ago
Houkime
2a239e35ad
refactor(tokens-repo): delete is_token_name_pair_valid from auth
6 months ago
Houkime
20410ec790
fix(tokens-repo): fix name pair validation being able to raise a notfound error
6 months ago
Houkime
3021584adc
refactor(tokens-repo): delete refresh_token() from auth
6 months ago