timvisee
|
b47d2941d0
|
Fix the nonce header, as it's always the same, simplifying the logic
|
2018-04-10 18:22:26 +02:00 |
|
timvisee
|
718238b35e
|
Extract nonce parsing logic to a module
|
2018-04-10 18:17:52 +02:00 |
|
timvisee
|
7ced1f4278
|
Redo CLI command handling, make it modular with detached matchers
|
2018-04-04 01:23:50 +02:00 |
|
timvisee
|
385b4d3afa
|
Add file deletion API action
|
2018-04-02 23:30:37 +02:00 |
|
timvisee
|
a7827197a7
|
Show metadata properties with info CLI command, check if file exists
|
2018-04-02 21:52:26 +02:00 |
|
timvisee
|
349e62ed1c
|
Add exists API action to check file ability and protection
|
2018-04-02 18:52:08 +02:00 |
|
timvisee
|
887e09ebd2
|
Simplify API download action, replace metadata logic with metadata action
|
2018-04-02 18:23:54 +02:00 |
|
timvisee
|
2e4803848b
|
Add API action to fetch remote file metadata
|
2018-04-02 18:12:42 +02:00 |
|
timvisee
|
b930a842ef
|
Remove obsolete authentication signature in some API actions
|
2018-04-02 15:01:56 +02:00 |
|
timvisee
|
35ea5ecf16
|
Fix API info action due to wrong API url
|
2018-04-02 14:57:09 +02:00 |
|
timvisee
|
4b901626af
|
Add CLI info action [WIP, broken]
|
2018-04-02 14:40:26 +02:00 |
|
timvisee
|
f8e5dead9c
|
Add file info action to API
|
2018-04-02 14:05:11 +02:00 |
|
timvisee
|
14f24c9603
|
Rename dlimit/download property to download_limit for consistency
|
2018-04-02 14:03:58 +02:00 |
|
timvisee
|
3ba39751f2
|
Create parameter data builder
|
2018-04-02 01:41:47 +02:00 |
|
timvisee
|
928b3d9beb
|
Pass parameter data to upload action, not raw downloads count
|
2018-04-02 01:27:22 +02:00 |
|
timvisee
|
3fb9536777
|
Add download limit parameter to CLI upload command
|
2018-04-02 01:19:20 +02:00 |
|
timvisee
|
b66a997d1e
|
Add CLI parameters command, to change parameters of shared files
|
2018-04-02 01:07:54 +02:00 |
|
timvisee
|
0cb40d177c
|
Add API action to change parameters, downgrade deserialize on owned data
|
2018-04-01 22:40:20 +02:00 |
|
timvisee
|
b62ba8b8fc
|
Create owned data structure for improved authentication on generic data
|
2018-04-01 22:05:14 +02:00 |
|
timvisee
|
8259106c17
|
Allow specifying an output file or directory when downloading [WIP]
|
2018-03-29 22:50:43 +02:00 |
|
timvisee
|
649190b17a
|
Add upload file rename support
|
2018-03-29 22:17:38 +02:00 |
|
timvisee
|
c3e82650f9
|
Expose base64 crypto config types
|
2018-03-29 01:07:32 +02:00 |
|
timvisee
|
8748d79934
|
Merge Send file types, rename it to RemoteFile, improve error handling
|
2018-03-29 01:07:18 +02:00 |
|
timvisee
|
376743915d
|
Add password support to download action
|
2018-03-29 00:38:18 +02:00 |
|
timvisee
|
1c17ef0fcd
|
Add password support to upload action
|
2018-03-29 00:20:57 +02:00 |
|
timvisee
|
4462e1d0a6
|
Add owner token option to CLI password command
|
2018-03-28 23:56:23 +02:00 |
|
timvisee
|
b6b095978c
|
Use and send proper data in API password action
|
2018-03-28 23:45:41 +02:00 |
|
timvisee
|
70944f071d
|
Fix password action for new API [WIP, dirty]
|
2018-03-28 22:36:24 +02:00 |
|
timvisee
|
16133ce667
|
Add password change user action
|
2018-03-28 21:42:20 +02:00 |
|
timvisee
|
f04a6bfc26
|
Add API action to change file password
|
2018-03-28 20:55:36 +02:00 |
|
timvisee
|
917a1d2095
|
Implement deriving authentication keys with a password
|
2018-03-28 19:35:47 +02:00 |
|
timvisee
|
b77017a269
|
Rename signature module to sig
|
2018-03-28 19:11:34 +02:00 |
|
timvisee
|
ba7d6a6ad1
|
Automatically cast errors where possible
|
2018-03-28 19:00:55 +02:00 |
|
timvisee
|
b7d8e49458
|
Extract status code extention to module
|
2018-03-28 18:27:50 +02:00 |
|
timvisee
|
e84ba364dc
|
Handle URL opening and clipboard errors
|
2018-03-28 16:52:54 +02:00 |
|
timvisee
|
a40bcbb1e4
|
Implement failure based error handling for upload action
|
2018-03-28 16:14:44 +02:00 |
|
timvisee
|
8ea1b5971c
|
Improve file mime guessing
|
2018-03-28 14:12:33 +02:00 |
|
timvisee
|
ae3bf27d0e
|
Print the path in file usage errors
|
2018-03-28 00:25:28 +02:00 |
|
timvisee
|
8ae79c3e4f
|
Nicely print CLI errors with their causes
|
2018-03-27 23:31:25 +02:00 |
|
timvisee
|
bb508ac743
|
Lowercase API error messages
|
2018-03-27 01:51:32 +02:00 |
|
timvisee
|
5ae016192c
|
Add explicit error handling for expired files
|
2018-03-27 01:27:44 +02:00 |
|
timvisee
|
160809efa2
|
Normalize error names in download action
|
2018-03-27 01:15:20 +02:00 |
|
timvisee
|
71f0b7c451
|
Fully implement error handling with failure in download action
|
2018-03-27 01:06:14 +02:00 |
|
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 |
|