Commit graph

906 commits

Author SHA1 Message Date
timvisee
f0ca016f4a
Implement upload and archive errors, use proper archive MIME type 2018-05-17 00:34:03 +02:00
timvisee
c75c82c9e6
Update Cargo.lock 2018-05-16 19:17:53 +02:00
timvisee
8e9da139d2
Experiment with archiving, to support multifile/directory uploading 2018-05-15 10:13:19 +02:00
timvisee
2798cdf1ac
Add affiliation notice to help 2018-05-11 13:33:06 +02:00
timvisee
8131760706
Update roadmap plans 2018-05-10 23:22:18 +02:00
timvisee
29e44e9c9e
Implement history feature compiler USE flag 2018-05-10 23:06:46 +02:00
timvisee
962a5769dc
Switch to directories crate for directory finding 2018-05-10 22:26:54 +02:00
timvisee
2755d6ed5c
Simplify file reading/writing with Rust 1.26 which is now stable 2018-05-10 22:08:32 +02:00
timvisee
7aa9ecbcdf
Also derive file secrets from history 2018-05-10 19:03:33 +02:00
timvisee
ca0400d2e6
Show proper error for invaliddownload limit/name input, change crate description 2018-05-10 18:51:56 +02:00
timvisee
72bd913feb
Update Cargo.lock 2018-05-10 17:30:10 +02:00
timvisee
34aff28b10
Lowercase all error messages 2018-05-10 17:27:35 +02:00
timvisee
f348e603e2
Ensure there is enough free disk space, allow info messages with errors 2018-05-10 16:47:17 +02:00
timvisee
54bdb922b7
Better format file info, fetch file size with info 2018-05-10 15:38:53 +02:00
timvisee
d88a0f56cf
Don't disable owner token derivation in incognito mode 2018-05-10 15:00:46 +02:00
timvisee
85e6e3da40
Sort history list, put first expiring last 2018-05-10 15:00:16 +02:00
timvisee
77fb9c436d
Automatically derive owner tokens from history 2018-05-10 14:46:52 +02:00
timvisee
f2336467a2
Prompt 'no history' message when no history file exists 2018-05-10 13:52:37 +02:00
timvisee
5c6efffe4f
Update Cargo.lock 2018-05-07 23:18:38 +02:00
timvisee
d71ac28458
Make remote file expiry time required, better implement uncertainty flag 2018-05-07 23:08:22 +02:00
timvisee
4b4060ab34
Add expiry time uncertainty flag, assign default expiry to unkown files 2018-05-07 22:51:55 +02:00
timvisee
4e14dc584d
Remove file ID, show owner token in history view 2018-05-07 22:29:37 +02:00
timvisee
a6186975b2
Render file expiry time and secret in history view 2018-05-07 22:20:45 +02:00
timvisee
cb0638c5c9
Do mention it when there is no file history 2018-05-07 22:19:57 +02:00
timvisee
b0c62153b7
Render history table 2018-04-30 13:07:31 +02:00
timvisee
1a50b7a569
Implement history command base 2018-04-30 10:17:13 +02:00
timvisee
0b03734650
Build specific package in CI to fix error in new nightly 2018-04-29 23:43:18 +02:00
timvisee
1557438e28
Add application version to history file for compatibility checking 2018-04-26 10:50:36 +02:00
timvisee
c0dafe41e6
Update history file properties from info action response, add history files in exists action 2018-04-24 00:20:38 +02:00
timvisee
bce4935b60
Update Cargo.lock 2018-04-23 21:52:56 +02:00
timvisee
9dd9752333
Add history incognito flag, minor use after move fix 2018-04-23 21:33:43 +02:00
timvisee
adad6ef23e
Merge files in history, add/remove to/from history in all actions 2018-04-23 21:25:14 +02:00
timvisee
cb2d5f7844
Check for expired files everywehere, propogate their errors 2018-04-23 14:03:42 +02:00
timvisee
7526bdb5a3
Create history tool, for easier static history management 2018-04-22 17:03:10 +02:00
timvisee
fa96930645
Update file history in more CLI actions 2018-04-22 16:38:55 +02:00
timvisee
e7d3064ad7
Use Rust stable compatible tuple reference in filter 2018-04-22 16:30:31 +02:00
timvisee
943f309e98
Better remove history files (for example, after expiry) 2018-04-22 16:20:36 +02:00
timvisee
b984999120
Garbage collect expired history files 2018-04-22 16:10:39 +02:00
timvisee
05517f64d3
Add remote file expiry time property 2018-04-22 15:52:56 +02:00
timvisee
6b0e46839b
Rename ffsend-cli crate to ffsend 2018-04-19 13:52:00 +02:00
timvisee
26eeeeb160
Update Cargo.lock 2018-04-19 13:42:55 +02:00
timvisee
8f60c9e426
Create required history dirs, remove history file if emtpy, update roadmap 2018-04-19 13:42:31 +02:00
timvisee
3f6c4a558b
Use proper history file path, allow customizing it with CLI flag 2018-04-19 13:21:46 +02:00
timvisee
0326148b9c
Test more compiler feature combinations in CI 2018-04-19 12:31:24 +02:00
timvisee
dbc8c16128
Use Rust stable compatible file reading/writing (temporarily) 2018-04-19 12:30:59 +02:00
timvisee
8167470784
Improve history management, implement error handling, remove history file 2018-04-19 12:14:08 +02:00
timvisee
6da2e5ca2a
Start working on automatic file history 2018-04-19 00:52:59 +02:00
timvisee
ca616f6167
Implement Serialize and Deserialize for RemoteFile 2018-04-18 23:32:08 +02:00
timvisee
f1f0b20f5d
Disable clap colors if no-color feature is used 2018-04-18 23:09:19 +02:00
timvisee
19657fbfaa
Revert the use of two binary names 2018-04-18 23:00:39 +02:00