Commit graph

22 commits

Author SHA1 Message Date
timvisee
1e047339cf
Partially implement error handling in download action 2018-03-25 01:26:36 +01:00
timvisee
268da48d9c
Extract methods in API download logic 2018-03-23 01:17:59 +01:00
timvisee
d382a015c5
Implement progress bar both for upload and download 2018-03-21 00:08:53 +01:00
timvisee
2d1c669cef
Fix writing large encrypted files, remove slow truncates 2018-03-20 23:23:39 +01:00
timvisee
a7da14ec2c
Generalize base64 decode method, allow all formats for single method 2018-03-20 22:46:36 +01:00
timvisee
4957c98f6d
Fix data decrypt error, and seldom nonce decode problem 2018-03-20 22:36:56 +01:00
timvisee
9eb9462c40
Implement file download and decrypt logic 2018-03-20 22:04:49 +01:00
timvisee
7e22c07d72
Extract signing crypto to module 2018-03-20 18:35:26 +01:00
timvisee
f63b86f0ec
Properly compute metadata crypto signature with signer 2018-03-20 18:19:49 +01:00
Tim Visée
5b1724ef9e
Create upload command, implement download data decryption logic 2018-03-20 13:52:59 +01:00
Tim Visée
dd41dfbacc
Use serde JSON crate globally in API 2018-03-20 13:25:58 +01:00
Tim Visée
8101bb3d19
Allow key set derivation from download URL, start on download logic 2018-03-20 11:56:22 +01:00
Tim Visée
e7e0d8c1ff
Use dynamic vector as secret type 2018-03-20 11:43:15 +01:00
timvisee
3f3f12aa70
Start working on structs for download functionallity 2018-03-20 01:11:16 +01:00
timvisee
b57e85a8ec
Complete upload progress bar implementation, simplify with arc/mutex 2018-03-19 21:52:20 +01:00
timvisee
030454cc10
Start implementing an upload progress bar (WIP) 2018-03-19 21:19:15 +01:00
timvisee
a4aa1b93e5
Abstract URL opening in utility, use Url instances 2018-03-19 14:55:37 +01:00
timvisee
951bcbe5d8
Mark workspace root directory in members 2018-03-19 14:11:45 +01:00
timvisee
061e6e0658
Implement upload logic from API, use pathbuf 2018-03-09 00:37:02 +01:00
timvisee
a66b9dd67f
Polish API upload action 2018-03-09 00:25:34 +01:00
timvisee
c32a55c82f
Organize API modules 2018-03-08 23:11:21 +01:00
timvisee
2df0f8d077
Extract API logic to separate project 2018-03-08 22:56:34 +01:00