Tim Visée
58103f9e30
Use a new Debian package generation method ( #5 )
...
* Build .deb packages for some architectures on CI to publish on GitHub
* Add release binaries to archive root, update Cargo.toml
* Simplify Debian package building using cargo-deb tooling
* Update LICENSE file copyright statement
* Update Travis CI script to properly build Debian release packages
* Remove obsolete Debian package files
* Update Cargo.toml and Cargo.lock, add create_deb prototype for source package
2018-06-01 00:04:13 +02:00
timvisee
8e80fa09c3
Bump to version 0.0.6 for testing new generated Debian release packages
2018-05-31 22:51:17 +02:00
Tim Visée
5d780cdc52
Build first Debian packages on release ( #4 )
...
* Build .deb packages for some architectures on CI to publish on GitHub
* Add release binaries to archive root, update Cargo.toml
2018-05-31 11:15:53 +02:00
timvisee
050cd9f932
Bump to version v0.0.3
2018-05-30 18:39:37 +02:00
timvisee
81892cb144
Bump to version v0.0.2
2018-05-30 17:36:39 +02:00
timvisee
ea665ee2e3
Update Cargo.lock
2018-05-25 00:15:30 +02:00
timvisee
febf5c391f
Add direct cargo install instructions now available, Cargo.toml fix
2018-05-21 22:32:12 +02:00
timvisee
8ed530a83a
Extract ffsend-api to separate repository, move client crate to root
2018-05-21 22:06:51 +02:00
timvisee
f11eabf868
Fix clipboard for Linux, use xclip on this platform
2018-05-17 22:43:06 +02:00
timvisee
358bc6816a
Implement archive feature use flag
2018-05-17 14:35:08 +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
962a5769dc
Switch to directories crate for directory finding
2018-05-10 22:26:54 +02:00
timvisee
72bd913feb
Update Cargo.lock
2018-05-10 17:30:10 +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
5c6efffe4f
Update Cargo.lock
2018-05-07 23:18:38 +02:00
timvisee
b0c62153b7
Render history table
2018-04-30 13:07:31 +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
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
3f6c4a558b
Use proper history file path, allow customizing it with CLI flag
2018-04-19 13:21:46 +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
6bec241cf2
Remove app constants, update Cargo.toml files
2018-04-18 22:59:47 +02:00
timvisee
ae7d424b0b
Simplify main CLI info message, improve colored highlighting
2018-04-18 22:52:27 +02:00
timvisee
4df9788dc1
Update Cargo.lock
2018-04-14 21:33:58 +02:00
timvisee
c377e2be51
Implement configurable error hints
2018-04-12 21:27:52 +02:00
timvisee
2ee0ae0194
Update Cargo.lock
2018-04-11 00:47:28 +02:00
timvisee
31d9ec0b52
Update Cargo.lock
2018-04-02 01:42:07 +02:00
timvisee
3ba39751f2
Create parameter data builder
2018-04-02 01:41:47 +02:00
timvisee
a516f8929f
Update Cargo.lock
2018-03-29 22:54:34 +02:00
timvisee
16133ce667
Add password change user action
2018-03-28 21:42:20 +02:00
timvisee
b2e63b9efc
Add CLI error structs, improve routing and error reporting from API
2018-03-28 01:25:44 +02:00
timvisee
8ae79c3e4f
Nicely print CLI errors with their causes
2018-03-27 23:31:25 +02:00
timvisee
4ddfbeb4b6
Nicely report API failure errors in CLI client (WIP)
2018-03-27 01:50:02 +02:00
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