Sebastian Pravda
|
015607322d
|
refactor: CandidateDetails
|
2022-11-11 18:50:43 +01:00 |
|
Sebastian Pravda
|
e3a37dd59b
|
refactor: encrypted user details
|
2022-11-11 18:44:42 +01:00 |
|
Vojtěch Jungmann
|
cfb2fb047b
|
Merge pull request #37 from EETagent/private_key_cookie
Add private key cookie for admin & candidate
|
2022-11-11 01:21:30 +01:00 |
|
Sebastian Pravda
|
c420eb394a
|
fix: get key cookie value instead of private_key val
|
2022-11-11 01:07:49 +01:00 |
|
EETagent
|
4b0416695d
|
feat: add private key cookie
|
2022-11-10 20:05:17 +01:00 |
|
Sebastian Pravda
|
a6ce24299f
|
Merge pull request #36 from EETagent/get_candidate_details
Get candidate details endpoint
|
2022-11-09 01:31:45 +01:00 |
|
Sebastian Pravda
|
a7c01fd8c1
|
Merge branch 'master' into get_candidate_details
|
2022-11-09 01:27:44 +01:00 |
|
Sebastian Pravda
|
9c068dece9
|
Merge pull request #35 from EETagent/portfolio_file_upload
Portfolio file upload
|
2022-11-09 00:48:07 +01:00 |
|
Sebastian Pravda
|
23c1a890c0
|
feat: is_set_up method
|
2022-11-09 00:38:37 +01:00 |
|
Sebastian Pravda
|
a575556bdd
|
feat: return ServiceError instead of using unwraps
|
2022-11-08 14:57:25 +01:00 |
|
Sebastian Pravda
|
1ad95f21f9
|
feat: return BadRequest if zip is not valid for now
|
2022-11-08 02:10:23 +01:00 |
|
Sebastian Pravda
|
59813041f6
|
feat: return BadRequest if pdf is not valid for now
|
2022-11-08 02:08:02 +01:00 |
|
Sebastian Pravda
|
fc504efd58
|
fix: remove unused file
|
2022-11-08 01:51:07 +01:00 |
|
Sebastian Pravda
|
e2a9925b9b
|
style: remove commented code
|
2022-11-08 01:24:32 +01:00 |
|
Sebastian Pravda
|
7b4707fae6
|
feat: get candidate details
|
2022-11-08 01:22:10 +01:00 |
|
EETagent
|
27a7845b7f
|
feat: add upload endpoints to API
|
2022-11-07 20:26:13 +01:00 |
|
EETagent
|
32023f14a4
|
fix: fix critical bug in zip/letter data guard preventing correct behaviour
|
2022-11-07 20:26:02 +01:00 |
|
EETagent
|
78d77cd735
|
feat: initial work on file upload
|
2022-11-07 19:53:04 +01:00 |
|
EETagent
|
9f47bff2fa
|
fix: make data guards public
|
2022-11-07 19:52:54 +01:00 |
|
Vojtěch Jungmann
|
077adfd117
|
Merge pull request #34 from EETagent/routing
Routing
|
2022-11-07 16:33:32 +01:00 |
|
EETagent
|
0cf6c4418d
|
feat: do not unwrap cookies in guards, use private cookies
|
2022-11-07 13:56:25 +01:00 |
|
EETagent
|
6f608fc8df
|
feat: set cookies on ok login request
|
2022-11-07 13:45:47 +01:00 |
|
EETagent
|
d65b92e3be
|
feat: move routes inside route dir, require admin auth for candidate create operation
|
2022-11-07 13:28:50 +01:00 |
|
EETagent
|
f6e45dc89b
|
feat: add admin login request
|
2022-11-07 13:28:23 +01:00 |
|
Vojtěch Jungmann
|
d657c5dfee
|
Merge pull request #33 from EETagent/cargo_lock_in_repo
Cargo.lock in repo
|
2022-11-06 23:54:29 +01:00 |
|
EETagent
|
ec6bd4cd2b
|
chore: add Cargo.lock to repo
|
2022-11-06 23:44:13 +01:00 |
|
EETagent
|
2382b899a7
|
feat: update deps
|
2022-11-06 23:42:15 +01:00 |
|
EETagent
|
766f3345a2
|
fix: argon2 test
|
2022-11-06 18:58:23 +01:00 |
|
Sebastian Pravda
|
ced7569086
|
refactor: change enc user details struct name
|
2022-11-06 18:58:23 +01:00 |
|
Sebastian Pravda
|
b6783c6de4
|
refactor: user details
|
2022-11-06 18:58:23 +01:00 |
|
Sebastian Pravda
|
e7f97ebd2c
|
feat: decrypt user details
|
2022-11-06 18:58:23 +01:00 |
|
Sebastian Pravda
|
46dfbddad6
|
feat: add details endpoint
|
2022-11-06 18:58:23 +01:00 |
|
Sebastian Pravda
|
43fe565fa2
|
feat: json deserialization in core
|
2022-11-06 18:58:23 +01:00 |
|
Sebastian Pravda
|
1049f1fd4d
|
chore: add serde dependency
|
2022-11-06 18:58:23 +01:00 |
|
Vojtěch Jungmann
|
56e040b4a0
|
Merge pull request #31 from EETagent/refactor_admin
Massive admin & candidate sessions rework, put admin back to own table
|
2022-11-06 18:04:40 +01:00 |
|
EETagent
|
281ca22886
|
refactor: massive admin & candidate sessions rework, put admin back to own table
|
2022-11-06 15:17:21 +01:00 |
|
Vojtěch Jungmann
|
02ad8f2ab1
|
Merge pull request #30 from EETagent/put_user_data
WIP: Put user's encrypted personal data
|
2022-11-06 01:16:09 +01:00 |
|
EETagent
|
ae2198d213
|
Revert "fix: fix admin guard to really check for admin role"
This reverts commit 1073fd4d72.
|
2022-11-06 00:27:33 +01:00 |
|
EETagent
|
1073fd4d72
|
fix: fix admin guard to really check for admin role
|
2022-11-05 17:43:13 +01:00 |
|
EETagent
|
5ef966341f
|
feat: improve error handling, add crypto errors
|
2022-11-05 17:25:29 +01:00 |
|
EETagent
|
0a33695210
|
feat: remove structs in favor of function arguments, tokio::join for async encryption
|
2022-11-05 17:03:25 +01:00 |
|
EETagent
|
2833d9850b
|
feat: parent mutation
|
2022-11-05 17:03:25 +01:00 |
|
EETagent
|
8b3305dae7
|
feat: admin query
|
2022-11-05 17:03:25 +01:00 |
|
EETagent
|
05fe04ca96
|
dev: add working admin account for development only!
|
2022-11-05 17:03:25 +01:00 |
|
EETagent
|
7bdec2482e
|
fix: update hash, remove structs
|
2022-11-05 17:03:25 +01:00 |
|
Sebastian Pravda
|
2bd112beb8
|
feat: test put_user_data
|
2022-11-04 19:06:37 +01:00 |
|
Sebastian Pravda
|
713d978f2c
|
feat: put encrypted user personal data
|
2022-11-04 19:06:37 +01:00 |
|
Sebastian Pravda
|
fc3e2cde6f
|
Merge pull request #29 from EETagent/application_id_validation
Application id validation
|
2022-11-04 19:01:39 +01:00 |
|
Sebastian Pravda
|
4d4beeb686
|
fix: application_id in tests
|
2022-11-04 18:51:57 +01:00 |
|
Sebastian Pravda
|
36f751b36e
|
refactor: change variable names
|
2022-11-04 17:22:17 +01:00 |
|