Commit Graph

55 Commits

Author SHA1 Message Date
c8b16939d7
update version to 1.3.5. 2024-07-08 18:13:09 +09:00
0d8deb02d7
add token check for file download operation. 2024-07-08 18:07:26 +09:00
c2a67aa861
removed debug code. 2024-07-04 15:21:45 +09:00
4696b9799c
add some aliases for config sub command. 2024-07-04 12:35:59 +09:00
020ef8835a
fixed bug to upload large file. 2024-07-04 12:33:57 +09:00
55265e69a4
update version to 1.3.3 2024-02-13 10:56:56 +09:00
dbfc68c396
implemented -s --skip-if-file-exists option for upload commnad. 2024-02-13 10:48:01 +09:00
c3e2dfbd8e
add -u and -p option to login commnand. 2024-02-09 18:22:13 +09:00
ce0a608db2
fixed bug to resolve local files for recursive file upload. 2023-12-20 19:42:06 +09:00
219858e0b6
removed debug comment. 2023-12-18 17:21:31 +09:00
a281a97b3e
show folder size. 2023-12-18 16:59:53 +09:00
64f64b82dc
fixed download url and removed debug comment. 2023-12-18 16:32:24 +09:00
9284346153
real path should not be used when creating distination file list. 2023-12-18 16:23:46 +09:00
292ca1df27
changed API endpoint from v2 to v3. 2023-12-12 20:05:46 +09:00
f10b42a1f2
updated auth token handling using new users api. 2023-12-07 14:46:57 +09:00
ac34a26b02
follow-up recent specification changes about foldeer access level. 2023-10-04 12:49:13 +09:00
79f1b708cb
followup recent updates around auth api. 2023-10-04 11:30:16 +09:00
905577fe74
introduced poetry and update vscode related environments. 2023-10-04 11:29:08 +09:00
4641b9304e
set destination folder name using name attribute of folder copy api. 2023-07-26 19:59:07 +09:00
8588c6ce70
update version to 1.1.1. 2023-07-26 17:59:35 +09:00
4d87b55b40
add new command cp. 2023-07-20 11:43:07 +09:00
08d8a0626a
fixed type errors when pylance type checking mode is strict. 2023-07-19 21:47:47 +09:00
23025bd679
migrate obsoleted function parse_obj_as to TypeAdapter().validate_python(). 2023-07-19 14:43:16 +09:00
b569c20b6e
support case insensitive and normalized file and folder names. 2023-07-19 13:46:23 +09:00
0f12549ec3
support pydantic version 2. 2023-07-19 12:52:40 +09:00
96637e2d12
fixed bug to output redandant sub_folders/files array list. 2023-06-07 11:05:10 +09:00
3012dc542c
add recursively and json output examples. 2023-06-06 22:23:14 +09:00
a1ef26897f
implemented -J json output option for ls command. 2023-06-06 22:12:44 +09:00
3982521530
add -r recursive option for ls command. 2023-06-06 19:59:55 +09:00
da57fc7c6c
use utf8 endoding for json output. 2023-06-06 17:04:32 +09:00
1ffafd25ba
sort laboratory list by name and hide numeric id. 2023-06-04 18:53:21 +09:00
593caa82ec
keep up with folder auth api changes. 2023-06-01 16:52:41 +09:00
1a0a26d7b3
support 'recursive' flag to recursively delete folders. 2023-05-26 17:58:25 +09:00
9ed9c4d0f2
catch control-c action. 2023-05-23 11:48:09 +09:00
9d62d3fb6a
follow changes to auth api on 2023-05-22. 2023-05-22 13:48:38 +09:00
837f035bc1
serialize dict to a JSON formated string. 2023-05-18 11:45:18 +09:00
d983c452de
set user agent string. 2023-05-17 14:51:19 +09:00
37a4cedc4d
convert newline code to 'LF` 2023-05-12 11:50:27 +09:00
5a5beb5645
add namespace MDRS_CLIENT to customizable enviroment variables. 2023-05-11 19:01:07 +09:00
5c41ed041d
increase compatibility with windows 11. 2023-05-11 18:55:48 +09:00
b4780dd069
update readme to add description of chacl command. 2023-05-11 17:04:05 +09:00
b028c86b20
implemented to change folder access level chacl command. 2023-05-11 17:00:14 +09:00
995e4cc467
add -p option for support to open PW_OPEN folder. 2023-05-10 20:10:43 +09:00
97007233c6
split source code for each command. 2023-05-10 18:17:35 +09:00
dd0b0ba68f
optimize class dependencies. 2023-05-10 14:46:08 +09:00
0281dd2ccb
update document and remove debug code. 2023-05-09 19:45:03 +09:00
35defa39a6
introduce mutex to avoid multiple token refresh when using threads. 2023-05-09 19:30:07 +09:00
8ee220137f
implemented to remove file or folder commnand rm. 2023-05-09 18:48:15 +09:00
fd2238f5ca
implemented to move or rename file/folder command mv 2023-05-09 18:38:58 +09:00
e7197673fc
implemented mutiple download feature. 2023-05-09 14:38:13 +09:00