Commit Graph

387 Commits

Author SHA1 Message Date
Cam
28f6b9f57b
updated email domains to email address patterns 2024-02-14 13:38:19 -06:00
Cam
2411a29d3e
remove panic in proxy. Add glob check in command 2024-02-07 15:16:09 -06:00
Cam
a1c9f24869
small change to enable glob matching 2024-02-07 13:39:34 -06:00
Michael Quigley
4a561edf4d
Merge branch 'main' into zrok_copy_p1 2024-01-17 11:29:25 -05:00
Michael Quigley
c3855fdb5a
drop 'ListenOptions.MaxConnections' (renamed to ListenOptions.MaxTerminators in upcoming github.com/openziti/sdk-golang release) (#535) 2024-01-17 11:13:07 -05:00
Michael Quigley
63ef223ada
missing access (#438) 2024-01-12 13:11:11 -05:00
Michael Quigley
7c742aebfa
better 'zrok copy' default target (#438) 2024-01-11 14:14:48 -05:00
Michael Quigley
9567c0ac57
basic authentication support for 'zrok copy' and friends (#438) 2024-01-11 13:40:45 -05:00
Michael Quigley
f39a09efdf
'zrok mv' (#438) 2024-01-11 13:19:20 -05:00
Michael Quigley
492337ed8b
'zrok md' (#438) 2024-01-11 13:04:27 -05:00
Michael Quigley
21a470d60b
'zrok rm' (#438); lint removal and messaging cleanup 2024-01-11 12:11:21 -05:00
Michael Quigley
fcb156d650
dir -> ls (#438) 2024-01-11 11:50:25 -05:00
Michael Quigley
e40df8c101
'zrok copy' now supports copy and oneway sync (#438) 2024-01-11 11:36:05 -05:00
Michael Quigley
3b35250024
-> drives/sync (#438) 2024-01-11 10:06:49 -05:00
Michael Quigley
6a1f429749
sort objects list (#438) 2024-01-10 15:14:04 -05:00
Michael Quigley
3ccbfe2829
table output for zrok ls (#438) 2024-01-10 15:00:31 -05:00
Michael Quigley
c743622462
zrok ls (#438) 2024-01-10 14:35:27 -05:00
Michael Quigley
4b7f5df1ee
cli lint (438) 2024-01-10 14:01:58 -05:00
Michael Quigley
16ddb0a1f5
synchronizer framework tweaks (#438) 2024-01-10 13:38:35 -05:00
Michael Quigley
8313f3f686
fix default source/target scheme (#438) 2024-01-10 12:54:24 -05:00
Michael Quigley
34acc81822
util/sync/driveClient -> drives/davClient (#511) 2024-01-10 11:44:06 -05:00
Michael Quigley
a28aa2f77f
support for private zrok-direct targets (#511) 2024-01-09 14:26:07 -05:00
Michael Quigley
562e4226b3
integrate 'driveClient' into the synchronizer (#511) 2024-01-09 12:57:42 -05:00
Michael Quigley
03cf7cc8b4
support for updating timestamps in 'driveClient' (#511) 2024-01-09 11:52:22 -05:00
Michael Quigley
37b1dad4d7
Merge branch 'main' into zrok_copy_p1 2024-01-08 11:13:41 -05:00
Michael Quigley
03e8d88069
fix for missing 'drive' in share public (#518) 2024-01-08 11:07:57 -05:00
Michael Quigley
f46e3db4de
initial 'driveClient' based on 'github.com/emersion/go-webdav' (#511) 2024-01-05 14:41:54 -05:00
Michael Quigley
62b3cfb911
Merge branch 'main' into zrok_copy_p1 2023-12-15 13:19:24 -05:00
Kenneth Bingham
7be46bfd40
normalize some existing log messages 2023-12-15 12:15:40 -05:00
Michael Quigley
cbb69373f4
updated 'zrok copy' (#438) 2023-12-14 14:25:24 -05:00
Michael Quigley
ccf159cf55
Merge branch 'main' into zrok_copy_p1 2023-12-13 13:41:14 -05:00
Michael Quigley
47df1174fa
updated golang-sdk to v0.21.2; adjust ziti.ListenOptions to include WaitForNEstablishedListeners (#490) 2023-12-13 11:22:20 -05:00
Michael Quigley
2878994608
Merge branch 'main' into zrok_copy_p1 2023-12-11 17:37:13 -05:00
Michael Quigley
f61b2c9086
basic unique name implementation (#123) 2023-12-08 12:03:07 -05:00
Michael Quigley
6080444875
Merge branch 'main' into zrok_copy_p1 2023-12-05 13:28:13 -05:00
Michael Quigley
d955a77af7
start of 'copy to'; more plumbing to support passing modification times through (#438) 2023-12-01 12:36:06 -05:00
Michael Quigley
e6aa1420be
files to copy (#438) 2023-11-27 16:53:02 -05:00
Michael Quigley
57c5a9977e
filesystem target (#438) 2023-11-27 16:18:22 -05:00
Michael Quigley
0832f28dc7
framework start; webdav (#438) 2023-11-27 15:44:38 -05:00
Michael Quigley
56ecc330ed
copyfrom update 2023-11-27 14:19:01 -05:00
Cam
30558a454b
move the go sdk into subdir 2023-11-21 13:27:17 -06:00
Michael Quigley
ac4b5b93bc
sync from scratch 2023-11-14 14:27:32 -05:00
Michael Quigley
3aea884f2d
starting on 'zrok copy from' (#438) 2023-11-08 14:21:19 -05:00
Kenneth Bingham
799900d477
raise an exception if invalid mode for public share 2023-11-03 14:51:17 -04:00
Michael Quigley
a2e8883852
'zrok reserve' fix for 'drive' backend (#218) 2023-10-30 13:02:30 -04:00
Michael Quigley
7dba185f42
Merge branch 'main' into drives_p1 2023-10-26 14:12:13 -04:00
dovholuknf
272b923e91
fix typo
Signed-off-by: dovholuknf <46322585+dovholuknf@users.noreply.github.com>
2023-10-25 21:19:26 -04:00
Michael Quigley
5e4fbab2a4
Merge branch 'main' into drives_p1 2023-10-25 16:54:56 -04:00
Michael Quigley
77964211b3
sdk fixes to re-instate reserved share metadata (#427) 2023-10-25 14:16:18 -04:00
Michael Quigley
870c1a083b
incorporate '--json-output' flag to the 'zrok reserve' command (#422) 2023-10-25 11:44:21 -04:00