Nick Craig-Wood
7b81f12dad
box: add docs
...
* reorder remotes so they are in alphabetical order by full name everywhere
* update CONTRIBUTING doc
2017-07-23 11:32:34 +01:00
Nick Craig-Wood
d279161cee
Implement box storage remote - #97
2017-07-23 11:32:34 +01:00
Nick Craig-Wood
b5bf819256
acd,b2,crypt,drive: add missing upload options
2017-07-23 11:32:34 +01:00
Nick Craig-Wood
384724fd11
rest, b2, onedrive: remove Absolute parameter from rest.Opts and replace with RootURL
2017-07-23 11:32:34 +01:00
Nick Craig-Wood
5f70746d39
rest: Allow RootURL to be overridden
2017-07-23 11:32:34 +01:00
Nick Craig-Wood
088806ba4c
rest: add Parameters field to opts for adding URL parameters
2017-07-23 11:32:34 +01:00
Nick Craig-Wood
45ba4ed594
rest: implement multipart uploads
2017-07-23 11:32:34 +01:00
Nick Craig-Wood
edfa1b3a69
oauthutil: fix panic from use of nil context
2017-07-23 11:32:34 +01:00
Nick Craig-Wood
db6009126d
Fix test failure with new stretchr/testify - fixes #1550
2017-07-23 08:59:07 +01:00
Nick Craig-Wood
5255cbf5e3
Update godep as part of vendor update
2017-07-23 08:51:57 +01:00
Nick Craig-Wood
eb87cf6f12
vendor: update all dependencies
2017-07-23 08:51:42 +01:00
Nick Craig-Wood
0b6fba34a3
Fix fetch_windows target in Makefile
2017-07-22 20:44:09 +01:00
Nick Craig-Wood
c8b5ee1e54
Start v1.37-DEV development
2017-07-22 20:43:06 +01:00
Nick Craig-Wood
a73ecec11f
Version v1.37
2017-07-22 20:04:29 +01:00
Nick Craig-Wood
c223464cd0
mount: fix panic on renames - fixes #1533
...
Make sure d.items is not nil and improve locking
2017-07-22 11:00:51 +01:00
Nick Craig-Wood
39d09c04a2
drive: Make --drive-trashed-only show all directories - fixes #1524
...
Without showing all directories it doesn't show trashed files which
are in an untrashed directory.
This isn't an ideal fix, but it makes the feature useable.
2017-07-22 10:03:27 +01:00
Stefan Breunig
db5494b316
document SIGUSR2 to toggle bandwidth limiter ( fixes #1424 )
2017-07-22 10:49:45 +02:00
Stefan Breunig
c3dab09a94
add Yaroslav Halchenko to contributors
2017-07-22 10:28:12 +02:00
Yaroslav Halchenko
3ddcbce989
DOC: any empty directoryies -> empty directories ( fixes #1546 )
2017-07-22 10:24:41 +02:00
Nick Craig-Wood
0cf19ef66a
Make ListDirSorted check for subdirectories and write test
2017-07-19 09:36:27 +01:00
Nick Craig-Wood
655891170f
Check in ListDirSorted that the directory entries all belong
2017-07-18 23:39:42 +01:00
Nick Craig-Wood
93423a0812
swift: fix zero length directory markekrs showing in the subdirectory listing
...
This was causing lots of duplicated files to be copied.
2017-07-18 23:38:48 +01:00
Nick Craig-Wood
78f33f5d6e
Add gdm85 to contributors
2017-07-18 15:16:17 +01:00
gdm85
209b7da3b2
gcs: Add ability to specify location and storage class via config and command line
...
* Add gcs-location and gcs-storage-class options for Google Cloud Storage
* Added config options (same as S3)
* Updated configuration example in documentation for Google Cloud Storage
2017-07-18 15:15:29 +01:00
Nick Craig-Wood
6f71260acf
Add --tpslimit and --tpslimit-burst to limit transactions per second for HTTP
...
This is useful if you are being rate limited or banned by your cloud
storage provider.
2017-07-16 17:25:39 +01:00
Nick Craig-Wood
ec6c3f2686
vendor: remove github.com/tsenart/tb
2017-07-16 16:14:44 +01:00
Nick Craig-Wood
62e28d0a72
Replace token bucket limiter github.com/tsenart/tb with golang.org/x/time/rate
...
In tests tsenart/tb has proved inaccurate at low rates.
2017-07-16 16:14:44 +01:00
Nick Craig-Wood
470642f2b7
vendor: add vendor/golang.org/x/time/rate
2017-07-14 05:35:00 +01:00
Nick Craig-Wood
b5002eb6a4
drive: document google docs sometimes fail to download
2017-07-10 23:15:30 +01:00
Nick Craig-Wood
ee5698b3a9
drive: Add docs on duplicated files, and re-copying
2017-07-09 23:32:34 +01:00
Nick Craig-Wood
728ff231ab
Link wiki from main website - fixes #1156
2017-07-09 22:48:52 +01:00
Nick Craig-Wood
542f938ce2
website: Decrease spacing between menu items
...
...as they were overflowing the page before. Thanks to Amy Craig-Wood
for CSS wrangling!
2017-07-09 22:48:26 +01:00
Nick Craig-Wood
e24d0ac94d
Add slack invite to website menu - fixes #1145
2017-07-08 22:30:35 +01:00
Nick Craig-Wood
da2e2544ee
Fix tests on Windows
2017-07-08 16:26:41 +01:00
Nick Craig-Wood
72add5ab27
sync: state whether duplicates are objects are directories
2017-07-08 15:42:18 +01:00
Nick Craig-Wood
9ac72ee53f
Make commit number in beta version tag be 3 digits always
2017-07-07 21:31:52 +01:00
Nick Craig-Wood
c3dac2e385
dropbox: fix large directory listings
2017-07-07 21:20:07 +01:00
Nick Craig-Wood
92294a4a92
drive: Add --drive-trashed-only and remove obsolete --drive-full-list
...
* Add --drive-trashed-only to show only the contents of the trash
* Remove --drive-full-list as it is obsolete
* Tidy the docs for the drive options
2017-07-06 15:32:57 +01:00
Nick Craig-Wood
69ff009264
Use a stable sort for sorting directory entries
...
This is useful if there are duplicates. Assuming the remote delivers
the entries in a consistent order, this will give the best user
experience in syncing as it will consistently use the first entry for
the sync comparison.
2017-07-06 14:07:26 +01:00
Nick Craig-Wood
27b157580e
Move make_test_files.go into bin
2017-07-06 11:54:57 +01:00
Nick Craig-Wood
3f288bc9ea
Added decrypt_names.py to help decoding encrypted logs
2017-07-06 11:53:39 +01:00
Nick Craig-Wood
ce1b9a7daf
swift,hubic: fix paged directory listings
...
This was caused by rclone adjusting the object names. If the last
object in the listing page happened to be a directory, rclone would
remove the / which caused the next page to start in the wrong place.
2017-07-06 11:31:37 +01:00
Nick Craig-Wood
f0512d1a52
Fix missing fs.Dir -> fs.Directory
2017-07-06 11:31:36 +01:00
Stefan Breunig
51866fbd34
drive: add missing seek to start on retries of chunked uploads
...
follow up to ee13bc6775
2017-07-05 18:52:04 +02:00
Stefan Breunig
ee13bc6775
drive: fix stats accounting for upload - fixes #970 , #968
2017-07-04 19:56:46 +02:00
Nick Craig-Wood
e86f62c3e8
Add rclone info internal command for testing out limits of remotes
2017-07-03 15:05:27 +01:00
Nick Craig-Wood
6c3bf629a1
yandex: fix fs.Name()
...
Put in tests for fs.Root() and fs.Name() for all remotes
2017-07-03 13:39:31 +01:00
Nick Craig-Wood
575e779b55
Warn about duplicate files when syncing - fixes #1506
...
Error about unsorted directories and test thoroughly
2017-06-30 21:24:13 +01:00
Nick Craig-Wood
dc56ad9816
sftp, local: refactor to stop storing os.FileInfo in preparation for serialization
2017-06-30 14:27:27 +01:00
Nick Craig-Wood
e7d04fc103
Create fs.Directory interface and use it everywhere
2017-06-30 14:26:59 +01:00