Nick Craig-Wood
2030dc13b2
lib/oauthutil: fix Google drive oauth process
...
The problem was introduced by the code refactoring in
11da2a6c9b
2018-01-18 11:18:35 +00:00
Ernest Borowski
5cce74d630
flags: remove --no-traverse flag because it is obsolete - fixes #1813
...
Signed-off-by: Ernest Borowski <er.borowski@gmail.com>
2018-01-18 11:00:25 +00:00
Iakov Davydov
acd55a8f65
local, fs: --exclude-if-present ignores directories which it doesn't have permission for - fixes #1959
2018-01-16 20:00:16 +00:00
Nick Craig-Wood
ad76dd0adc
Add Lucas Bremgartner to contributors
2018-01-16 19:53:59 +00:00
Lucas Bremgartner
8c90bfb0cd
FAQ: env vars for SSL root certs and DNS resolver
...
Added section to FAQ about environment variables, which allow to control
location of SSL root certificate as well as DNS resolver used.
see also comment in #683
2018-01-16 19:53:47 +00:00
Nick Craig-Wood
4b0c5f79b5
qingstor: Only support on go1.7+
2018-01-16 17:05:26 +00:00
Nick Craig-Wood
1848e26183
dropbox: Only support on go1.7+
...
See https://github.com/dropbox/dropbox-sdk-go-unofficial/pull/40
2018-01-16 17:05:02 +00:00
Nick Craig-Wood
7d3a17725d
vendor: update all dependencies to latest versions
2018-01-16 13:20:59 +00:00
Nick Craig-Wood
8e83fb6fb9
Makefile: Fix integration test runner
2018-01-16 13:14:41 +00:00
Nick Craig-Wood
11da2a6c9b
Break the fs package up into smaller parts.
...
The purpose of this is to make it easier to maintain and eventually to
allow the rclone backends to be re-used in other projects without
having to use the rclone configuration system.
The new code layout is documented in CONTRIBUTING.
2018-01-15 17:51:14 +00:00
Nick Craig-Wood
92624bbbf1
Move all backends into backend directory
2018-01-12 20:27:08 +00:00
Nick Craig-Wood
60afda007b
Move dircache, oauthutil, rest and pacer modules into lib
2018-01-12 17:07:38 +00:00
Nick Craig-Wood
b8b620f5c2
Move all backends into backend directory
2018-01-12 17:07:38 +00:00
ishuah
0a7731cf0d
cryptdecode: added option to return encrypted file names. Fixes #1923
2018-01-11 19:22:40 +03:00
Will Gunn
6cac98d2ce
docs: Add documentation for --stats-file-name-length
...
Missed adding documentation in original PR https://github.com/ncw/rclone/pull/1951
Fixes comment on #1206
2018-01-11 13:55:25 +00:00
Nick Craig-Wood
712e6a8085
lsf: fix integration tests
2018-01-11 13:52:15 +00:00
Nick Craig-Wood
6d333da69f
Add Will Gunn to contributors
2018-01-10 20:33:57 +00:00
Will Gunn
5c7e8d5a2b
fs: Add --stats-file-name-length to specify the printed file name length for stats
...
Fixes #1206
2018-01-10 20:32:36 +00:00
Jon Fautley
57f1bb7bb2
sftp: add 'set_modtime' hidden configuration option
2018-01-10 20:27:23 +00:00
Filip Bartodziej
5e83dce1f6
Installation script check for a tool to extract zip archives #1949
2018-01-10 20:18:20 +00:00
Nick Craig-Wood
052c886317
sftp: read $USER in username fallback not $HOME
2018-01-08 21:39:16 +00:00
Nick Craig-Wood
28480c0570
sftp: use correct OS way of reading username - fixes running under crontab
2018-01-07 12:57:46 +00:00
Nick Craig-Wood
72349bdaae
Add Jon Fautley to contributors
2018-01-07 11:19:14 +00:00
Jon Fautley
36e6d23112
sftp: Add option to disable remote hash check command execution
2018-01-07 11:18:51 +00:00
Nick Craig-Wood
0eba37d8f3
lsf: add --files-only and --dirs-only flags
2018-01-06 18:04:24 +00:00
Nick Craig-Wood
c74c3b37da
lsf: add option to print hashes
2018-01-06 17:53:37 +00:00
Nick Craig-Wood
7c71ee1a5b
fs: fix TestListFormat on remotes which return 0 as dir size not -1
2018-01-06 17:47:42 +00:00
Nick Craig-Wood
ed20fa5ee7
ls* commands: update docs and add defaults into options for lsf
2018-01-06 17:00:20 +00:00
Nick Craig-Wood
54a9fdf421
ls2: remove in favour of lsf
2018-01-06 14:41:36 +00:00
Jakub Tasiemski
0d041602cf
cmd: new command lsf
2018-01-06 14:39:31 +00:00
Nick Craig-Wood
8f47d7fc06
Add Chris Redekop to contributors
2018-01-06 14:30:27 +00:00
Chris Redekop
4dd1e507f4
s3: set/get the hash for multipart files - #523
2018-01-06 14:30:10 +00:00
Nick Craig-Wood
65618afd8c
serve/http: fix serving files with : in - fixes #1939
2018-01-05 17:25:05 +00:00
Nick Craig-Wood
be4ed14525
rest: rename URLEscape to URLPathEscape for consistency with go1.8
2018-01-05 15:55:43 +00:00
Nick Craig-Wood
ef89f1f1a7
webdav: parse time in alternate format for mydrive.ch - fixes #1952
2018-01-05 14:28:06 +00:00
Nick Craig-Wood
b412c745a1
Start v1.39-DEV development
2017-12-23 13:40:28 +00:00
Nick Craig-Wood
f34a9116d4
Version v1.39
2017-12-23 13:07:45 +00:00
Andrew Starr-Bochicchio
64ea94c1a4
s3: Use rest.URLEscape rather than url.QueryEscape.
...
The X-Amz-Copy-Source takes a path. url.QueryEscape
escapes spaces with a plus sign while rest.URLEscape
(which mimics the url.PathEscape available from go 1.8)
uses '%20'
This works around an issue when copying objects with
spaces in their key on DigitalOcean Spaces.
2017-12-23 11:27:45 +00:00
remusb
4eac50eb83
cache: update docs for 1.39
2017-12-22 13:52:55 +02:00
Nick Craig-Wood
5683f74025
Add Yassine Imounachen to contributors
2017-12-21 10:33:43 +00:00
Yassine Imounachen
fe71d4fd87
Fix 'QingClound' typo
2017-12-21 10:33:21 +00:00
remusb
a64d92bd35
cache: update internal tests with chunk path
2017-12-20 23:03:44 +02:00
remusb
c5cf0792f2
cache: add the ability to specify a custom chunk path - fixes #1872
2017-12-20 22:43:30 +02:00
Nick Craig-Wood
255d3e925d
s3: fix crash if a bad listing is received - fixes #1927
...
Caringo Swarm is returning a listing with IsTruncated set but no
NextMarker and no Keys. Rclone doesn't know how to continue the
listing at this point, so it returns an error rather than truncating
the listing or risking a loop.
2017-12-20 16:51:07 +00:00
remusb
0d4bff8239
cache: fix Windows separator issue for #1904 ( #1930 )
2017-12-20 17:24:50 +02:00
Nick Craig-Wood
4ba58884b1
webdav: decode multiple <s:propstat> more carefully - fixes nextcloud 12.0.4
...
For some reason nextcloud sends multiple propstat responses now, one
with a 404 status. rclone was interpreting the last status and
assuming the file was missing.
2017-12-20 11:53:10 +00:00
remusb
8839e4ee33
cache: add SIGHUP support to evict all cache - fixes 1906
2017-12-19 15:48:48 +02:00
remusb
ebbe77f525
cache: enable internal tests and fix race condition for them ( #1928 )
2017-12-19 15:37:38 +02:00
remusb
6f1ae00c7f
cache: disable unreliable internal tests
2017-12-18 16:31:15 +02:00
remusb
6b5989712f
cache: refactor entries caching pattern for #1904 ( #1924 )
2017-12-18 14:55:37 +02:00