Vojtěch Jungmann
|
eb04334081
|
Merge pull request #26 from EETagent/guards_routes_upload
WIP: Guards & Routes
|
2022-11-04 12:23:56 +01:00 |
|
Sebastian Pravda
|
891d498e76
|
style: comments
|
2022-11-01 17:32:51 +01:00 |
|
EETagent
|
9722282163
|
fix: data guard variable names
|
2022-11-01 11:38:26 +01:00 |
|
EETagent
|
493e3a3077
|
refactor: massive refactoring of query and mutation
|
2022-11-01 11:35:05 +01:00 |
|
Vojtěch Jungmann
|
89c66958bc
|
Merge pull request #27 from EETagent/guard_session_auth
Guard session auth
|
2022-10-31 14:01:59 +01:00 |
|
Sebastian Pravda
|
b3556df42c
|
refactor: rename file
|
2022-10-31 13:23:09 +01:00 |
|
EETagent
|
b142b3711f
|
feat: improve argon2 security, (0.01s execution time in release mode, still fast)
|
2022-10-31 13:01:59 +01:00 |
|
EETagent
|
09c9ce471c
|
refactor: use into
|
2022-10-31 11:34:49 +01:00 |
|
EETagent
|
06553679fb
|
refactor: use from trait for type conversion
|
2022-10-31 11:29:51 +01:00 |
|
Sebastian Pravda
|
4d97173176
|
feat: session auth guard
|
2022-10-31 09:22:23 +01:00 |
|
EETagent
|
f77cd2aa1c
|
chore: AES information
|
2022-10-30 22:02:33 +01:00 |
|
EETagent
|
e2844a3866
|
feat/refactor: rework guards, add upload data guards, code refactor
|
2022-10-30 21:44:32 +01:00 |
|
EETagent
|
f6f8f45350
|
fix: parent candidate fk
|
2022-10-30 14:29:58 +01:00 |
|
Vojtěch Jungmann
|
6c0e187c5e
|
Merge pull request #24 from EETagent/candidate_parent_relations
Candidate / Parent relations
|
2022-10-30 13:51:27 +01:00 |
|
Sebastian Pravda
|
ffb092512a
|
Merge pull request #25 from EETagent/refactor_requests_with_aes
Refactor candidate structure + use aes instead of age crypto
|
2022-10-30 13:50:54 +01:00 |
|
Sebastian Pravda
|
0731700f17
|
fix: use aes decrypt in test
|
2022-10-30 13:46:09 +01:00 |
|
Sebastian Pravda
|
8b26c14e8c
|
refactor: use aes encrypt function
|
2022-10-30 13:40:08 +01:00 |
|
EETagent
|
23bae53911
|
feat: candidate fk in parent migration
|
2022-10-30 13:39:08 +01:00 |
|
Sebastian Pravda
|
c417abaa6a
|
Merge branch 'master' into refactor_requests
|
2022-10-30 13:27:03 +01:00 |
|
EETagent
|
03a9268848
|
feat: candidate & parent relations
|
2022-10-30 13:25:18 +01:00 |
|
Sebastian Pravda
|
9f54417dcc
|
chore: remove unused serde dependency
|
2022-10-30 13:14:30 +01:00 |
|
Sebastian Pravda
|
e09a347d49
|
fix: create_candidate parameters in tests
|
2022-10-30 13:13:46 +01:00 |
|
Sebastian Pravda
|
e2d373431a
|
style: remove comments
|
2022-10-30 13:09:37 +01:00 |
|
Sebastian Pravda
|
d0825b80d5
|
feat: PIdN not null
|
2022-10-30 13:06:45 +01:00 |
|
Sebastian Pravda
|
79ab4d0ed4
|
fix: candidate tests json
|
2022-10-30 13:06:07 +01:00 |
|
EETagent
|
0e154ae3f9
|
feat: return migration & now with tokio
|
2022-10-30 12:36:09 +01:00 |
|
EETagent
|
b561714697
|
fix: aes256 key convert early return
|
2022-10-30 08:20:36 +01:00 |
|
EETagent
|
33ee9a50a2
|
feat: use more secure AES implementation
|
2022-10-30 01:28:57 +02:00 |
|
EETagent
|
764f762bc5
|
refactoring: formatting & aes key test improvement
|
2022-10-30 01:09:13 +02:00 |
|
EETagent
|
9221ed0d64
|
feat: ultra fast AES encryption
|
2022-10-30 00:49:43 +02:00 |
|
Sebastian Pravda
|
2aa0330d8c
|
refactor: remove serde json from entities
|
2022-10-29 23:03:31 +02:00 |
|
Sebastian Pravda
|
a36290987d
|
feat: encrypted PIDN in db
|
2022-10-29 22:52:46 +02:00 |
|
EETagent
|
9cffa8db9f
|
fix: improve test_random_8_char_string
|
2022-10-29 21:10:39 +02:00 |
|
EETagent
|
1d871fbcc1
|
chore: remove unused webtoken dependency
|
2022-10-29 21:08:56 +02:00 |
|
EETagent
|
8e3d939d05
|
fix: tests in core
|
2022-10-29 21:07:56 +02:00 |
|
Vojtěch Jungmann
|
ed0ef793e0
|
Merge pull request #20 from EETagent/session_improvements
Improve session managment
|
2022-10-29 20:55:20 +02:00 |
|
Vojtěch Jungmann
|
4ece09df6b
|
Merge pull request #21 from EETagent/identity_in_db
Save user pubkey and encrypted privkey in db
|
2022-10-29 20:54:41 +02:00 |
|
Sebastian Pravda
|
9b10b86a3d
|
feat: add pub, encrypted privkey to db
|
2022-10-29 19:56:09 +02:00 |
|
Sebastian Pravda
|
137039df44
|
feat: limit n of sessions in db
save client's ip address
|
2022-10-29 18:33:37 +02:00 |
|
Vojtěch Jungmann
|
dd7386882b
|
Merge pull request #18 from EETagent/small_dependencies_refactoring
Small dependencies refactoring
|
2022-10-29 13:02:58 +02:00 |
|
Sebastian Pravda
|
98e506e5ff
|
Merge pull request #17 from refresh_token_auth
|
2022-10-29 12:50:30 +02:00 |
|
EETagent
|
515d4d1298
|
chore: refactor dependencies
|
2022-10-29 12:34:10 +02:00 |
|
Sebastian Pravda
|
7fdb0de11b
|
refactor: remove jwt completely
|
2022-10-29 12:31:39 +02:00 |
|
Sebastian Pravda
|
030cd53350
|
fix: remove candidate jwt from mod.rs
|
2022-10-29 12:27:49 +02:00 |
|
Sebastian Pravda
|
196632a094
|
refactor: delete candidate jwt
|
2022-10-29 12:27:15 +02:00 |
|
EETagent
|
ba34a6cf3d
|
refactor: remove warnings
|
2022-10-29 12:25:55 +02:00 |
|
Sebastian Pravda
|
98110dcf96
|
refactor: change ip address inet type to string
|
2022-10-29 12:24:45 +02:00 |
|
Vojtěch Jungmann
|
3bc9f8c089
|
Merge pull request #16 from EETagent/age_file_io
I/O file functions with age encryption
|
2022-10-29 12:23:28 +02:00 |
|
Sebastian Pravda
|
5e36b7b3c8
|
refactor: session entity structure
|
2022-10-29 12:13:17 +02:00 |
|
Sebastian Pravda
|
59e028b0ed
|
refactor: rename get_session to new_session
|
2022-10-29 11:32:14 +02:00 |
|