Commit graph

225 commits

Author SHA1 Message Date
timvisee
71f0b7c451
Fully implement error handling with failure in download action 2018-03-27 01:06:14 +02:00
timvisee
5bda8dd39d
Update Cargo.lock, change version number and about info 2018-03-25 00:17:20 +01:00
timvisee
bf13230570
Update Cargo.lock 2018-03-23 14:21:32 +01:00
timvisee
9eb9462c40
Implement file download and decrypt logic 2018-03-20 22:04:49 +01:00
timvisee
3f3f12aa70
Start working on structs for download functionallity 2018-03-20 01:11:16 +01:00
timvisee
030454cc10
Start implementing an upload progress bar (WIP) 2018-03-19 21:19:15 +01:00
timvisee
523cbc3a19
Add clipboard suppor:t, make URL open feature toggleable 2018-03-19 15:18:04 +01:00
timvisee
7a56dabd39
Extract CLI logic to a child project 2018-03-08 23:02:06 +01:00
timvisee
2df0f8d077
Extract API logic to separate project 2018-03-08 22:56:34 +01:00
timvisee
fdb5a5a8ac
Start implementing upload logic in an update module 2018-03-08 22:36:57 +01:00
timvisee
a4ccf395b9
Extract crypto keys to a key set module 2018-03-08 21:36:50 +01:00
timvisee
8ffea0410d
Add URL/host parsing and URL building, add quit with error message 2018-03-08 21:02:34 +01:00
timvisee
b527a7c43c
Add time property to file struct 2018-03-08 20:32:45 +01:00
timvisee
fb7fd69400
Improve CLI argument handling for subcommand use 2018-03-08 19:10:24 +01:00
timvisee
188b0cb2e1
Update clap to v2.31.1 2018-03-08 17:57:33 +01:00
timvisee
9a1c480564
Merge branch 'master' of github.com:timvisee/ffsend 2018-03-08 17:00:15 +01:00
Tim Visée
05d22c57bc
Extract base64 logic to module 2018-03-08 11:26:07 +01:00
timvisee
22623fa26b
Update Cargo.lock for clap v2.31.1 2018-03-06 22:20:03 +01:00
timvisee
ac918cd092
Remove rust-crytpo, simplify HKDR derive, update Cargo.lock 2018-03-06 15:07:00 +01:00
timvisee
b2b2aeb306
Implement first OpenSSL crypto basic, make encrypted reader lazy (WIP) 2018-03-06 00:53:41 +01:00
timvisee
07ededbeef
Open the URL of an uploaded file in the browser (testing) 2018-03-05 21:03:13 +01:00
timvisee
46d591fd27
Add basic CLI argument parsing 2018-03-05 18:23:41 +01:00
timvisee
5d45cce720
Implement upload request data building and encrypt file 2018-03-05 17:38:46 +01:00
timvisee
158ef6fad7
Build and encrypt metadata 2018-03-05 15:59:30 +01:00
timvisee
a79eabe537
Initial commit 2018-03-05 13:07:31 +01:00