Rauno Ots
9808a53416
webdav: add support for sharepoint with NTLM authentication ( #2921 )
...
Add new option option "sharepoint-ntlm" for the vendor setting.
Use it when your hosted Sharepoint is not tied to the OneDrive
accounts and uses NTLM authentication.
Also add documentation and integration test.
Fixes : #2171
2021-02-23 23:27:30 +00:00
pvalls
cc08f66dc1
docs: singular/plural duplicity for MByte{s}
2021-02-23 11:34:32 +00:00
pvalls
6b8da24eb8
docs: uppercase for MBytes
...
MBytes is written as Mbytes and MBytes interchangeably.
Use uppercase consistently across all docs.md
2021-02-23 11:34:32 +00:00
Nick Craig-Wood
1b92e4636e
rc: implement passing filter config with _filter parameter
2021-02-23 10:54:40 +00:00
edwardxml
7db68b72f1
docs: directory filter rules
2021-02-18 12:11:56 +01:00
edwardxml
9c667be2a1
docs: remove dead link from rc.md ( #5038 )
2021-02-18 01:37:17 +03:00
Romeo Kienzler
297ca23abd
docs: fix typo in crypt.md ( #5037 )
2021-02-17 19:11:57 +03:00
Nick Craig-Wood
fdc0528bd5
Add Dmitry Chepurovskiy to contributors
2021-02-17 12:11:34 +00:00
Nick Craig-Wood
a0320d6e94
Add Vesnyx to contributors
2021-02-17 12:11:34 +00:00
Nick Craig-Wood
89bf036e15
Add K265 to contributors
2021-02-17 12:11:34 +00:00
edwardxml
863bd93c30
docs: fix broken link in sftp page
...
Just a spare line break had crept in breaking the link form.
2021-02-16 23:24:11 +01:00
edwardxml
d96af3b005
docs: convert bogus example link to code
...
Convert the bogus example plex url from a url that is auto created to code format that hopefully isn't.
2021-02-16 23:20:49 +01:00
edwardxml
3280ceee3b
docs: badly formed link
...
Fix for a badly formed link created in earlier rewrite
2021-02-16 23:16:03 +01:00
edwardxml
23b12c39bd
Docs: Zoho WorkDrive authorisation reword
...
Mainly the reference to firewalls didn't make sense. Tried to make more precise. Left z in authorize.
2021-02-16 18:07:55 +00:00
Nick Craig-Wood
a63e1f1383
Add Miron Veryanskiy to contributors
2021-02-16 12:39:05 +00:00
Miron Veryanskiy
fd94b3a473
docs: replace #file-caching with #vfs-file-caching
...
The documentation had dead links pointing to #file-caching. They've been
moved to point to #vfs-file-caching.
2021-02-13 12:56:25 +00:00
Nick Craig-Wood
2cdc071b85
Add Ankur Gupta to contributors
2021-02-13 12:35:24 +00:00
Nick Craig-Wood
496e32fd8a
Add cynthia kwok to contributors
2021-02-13 12:35:24 +00:00
Nick Craig-Wood
bf3ba50a0f
Add David Sze to contributors
2021-02-13 12:35:24 +00:00
Nick Craig-Wood
22c226b152
Add Alexey Tabakman to contributors
2021-02-13 12:35:23 +00:00
David Sze
2d7afe8690
local: Add flag --no-preallocate - #3207
...
Some virtual filesystems (such as Google Drive File Stream) may
incorrectly set the actual file size equal to the preallocated space,
causing checksum and file size checks to fail.
This flag can be used to disable preallocation for local backends of
this type.
2021-02-11 17:25:28 +00:00
Max Sum
edfe183ba2
fshttp: add DSCP support with --dscp for QoS with differentiated services
2021-02-10 18:29:18 +00:00
edwardxml
dfc63eb8f1
docs: update filtering docs
...
Typos from prior major rewrite
2021-02-10 18:21:41 +00:00
edwardxml
f21f2529a3
docs: fix nesting of brackets and backticks in ftp docs
2021-02-10 18:18:01 +00:00
edwardxml
1efb543ad8
docs: add a Windows example to the filtering docs
...
Add an example pinched from rclone forum
https://forum.rclone.org/t/need-help-to-understand-filtering-commands/22196
Credit to @asdffdsa
2021-02-10 18:09:48 +00:00
edwardxml
92e36fcfc5
docs: update filtering time formats
...
Correction per @x0b from
https://forum.rclone.org/t/max-age-min-age-rfc3339-format-rejected/22204
2021-02-10 18:08:25 +00:00
Alexey Tabakman
bf8542c670
docs: update information about Disk-O: desktop client #4988 ( #4988 )
2021-02-09 21:23:45 +03:00
Nick Craig-Wood
f50b4e51ed
build: make a macOS ARM64 build to support Apple Silicon - Fixes #4786
...
- add `-macos-sdk` and `-macos-arch` to adjust CGO_CFLAGS and CGO_LDFLAGS
- select macOS SDK 11.1 and arch arm64 when building
- add -cgo-cflags and -cgo-ldflags to set CGO_CFLAGS and CGO_LDFLAGS
- add back /usr/local to pickup fuse headers and library
- add `-env` to cross-compile
- add macOS/arm64 to download matrix
2021-02-07 14:59:53 +00:00
Nick Craig-Wood
6ecb5794bc
rc: add _config parameter to set global config for just this rc call
2021-02-07 14:56:41 +00:00
Nick Craig-Wood
ae3963e4b4
fs: Add string alternatives for setting options over the rc
...
Before this change options were read and set in native format. This
means for example nanoseconds for durations or an integer for
enumerated types, which isn't very convenient for humans.
This change enables these types to be set with a string with the
syntax as used in the command line instead, so `"10s"` rather than
`10000000000` or `"DEBUG"` rather than `8` for log level.
2021-02-07 14:56:41 +00:00
Nick Craig-Wood
e32f08f37b
drive: refer to Shared Drives instead of Team Drives
2021-02-07 12:30:21 +00:00
Nick Craig-Wood
fea4b753b2
Add Alex JOST to contributors
2021-02-07 12:30:21 +00:00
Nick Craig-Wood
15e1a6bee7
build: raise minimum go version to go1.13
2021-02-03 17:41:06 +00:00
Nick Craig-Wood
5f3672102c
s3: add --s3-no-head to reducing costs docs - Fixes #2163
2021-02-03 16:18:29 +00:00
Alex JOST
bae550c71e
docs: Changelog: Correct link to digitalis.io
2021-02-02 17:26:41 +00:00
Nick Craig-Wood
beff081abb
Start v1.55.0-DEV development
2021-02-02 16:30:58 +00:00
Nick Craig-Wood
7f5ee5d81f
Version v1.54.0
2021-02-02 14:17:09 +00:00
Nick Craig-Wood
0a932dc1f2
Add --bwlimit for upload and download #1873
2021-01-30 17:39:30 +00:00
Nick Craig-Wood
8171671d82
Add Bob Pusateri to contributors
2021-01-30 16:24:54 +00:00
Nick Craig-Wood
75617c0c3b
Add Pau Rodriguez-Estivill to contributors
2021-01-30 16:24:54 +00:00
Nick Craig-Wood
8b9d23916b
Add Nicolas Rueff to contributors
2021-01-30 16:24:54 +00:00
Bob Pusateri
e43b79e33d
azureblob: add examples for access tier
...
Azure Blob access tier values are case-sensitive, though this is
not indicated anywhere in the documentation. Adding examples
with proper casing.
2021-01-30 16:21:34 +00:00
Ivan Andreev
20578f3f89
Add Sakuragawa Misty to contributors
2021-01-29 23:05:49 +03:00
Nicolas Rueff
f5af761466
gphotos: new flag --gphotos-include-archived - fixes #4728
...
New flag --gphotos-include-archived to download and view archived media when needed.
2021-01-28 16:51:31 +00:00
Nick Craig-Wood
fe15a2eeeb
Add Riccardo Iaconelli to contributors
2021-01-28 15:54:41 +00:00
Nick Craig-Wood
019667170f
Add Zach Kipp to contributors
2021-01-28 15:54:41 +00:00
Yury Stankevich
b569dc11a0
hdfs: support kerberos authentication #42
2021-01-27 18:16:58 +00:00
Antoine GIRARD
4323ff8a63
docs: fix broken link in serve sftp/ftp #4968
2021-01-27 13:41:32 +03:00
Nick Craig-Wood
c57af26de9
docs: add note about --check-first being useful with --order-by
2021-01-26 12:12:26 +00:00
Nick Craig-Wood
7d89912666
Add lluuaapp to contributors
2021-01-26 12:12:26 +00:00