Nick Craig-Wood
77f7bb08af
Version v1.64.0
2023-09-11 15:59:44 +01:00
Nick Craig-Wood
fa4d171f62
protondrive: complete docs with all references to Proton Drive
2023-09-10 11:57:39 +01:00
Oksana
628ff8e524
quatrix: add backend to support Quatrix
...
Co-authored-by: Volodymyr Kit <v.kit@maytech.net>
2023-09-08 14:31:29 +01:00
r-ricci
9844704567
docs: remove contributor's old email
2023-08-23 12:31:48 +01:00
Chun-Hung Tseng
014acc902d
protondrive: add protondrive backend - fixes #6072
2023-07-22 10:46:21 +01:00
Nick Craig-Wood
13e5701f2a
build: add new sponsors page to docs
2023-07-17 14:28:40 +01:00
wiserain
243bcc9d07
pikpak: new backend
...
Fixes #6429
2023-04-04 16:33:48 +01:00
albertony
76c6e3b15c
build: set Rclone as file description since it is shown as process name in task manager
2023-03-23 18:55:57 +01:00
Nick Craig-Wood
f578896745
Set Github release to draft while uploading binaries
2023-03-15 14:53:21 +00:00
albertony
5386ffc8f2
build: correct building for ARMv5 and ARMv6
...
Explicitly set ARM version in GOARM build variable, to avoid relying
on some default value which differs when compiling natively and when
cross-compiling, and which is also incorrectly documented as being
6 when in reality it is 5.
Fix incorrect labelling of ARMv5 builds as ARMv6, and change
architecture of .rpm and .deb packages containing them to
match.
Add ARMv6 builds, to complement existing ARMv5 and ARMv7, and to
reduce disruption due to previous ARMv5 builds incorrectly being
identified as ARMv6, and to provide .rpm and .deb packages with the
same ARMv6 architectures as was previously also published
(then containing ARMv5 binaries).
See #6528
Background info:
https://github.com/golang/go/wiki/GoArm
https://go.dev/doc/install/source#environment
661e931dd1/src/cmd/dist/build.go (L140-L144)
661e931dd1/src/cmd/dist/util.go (L392-L422)
2023-02-04 13:32:26 +01:00
Nick Craig-Wood
959cd938bc
docs: Add minimum versions to all the backend pages and some of the other pages
2022-11-18 14:41:24 +00:00
albertony
5d6b8141ec
Replace deprecated ioutil
...
As of Go 1.16, the same functionality is now provided by package io or
package os, and those implementations should be preferred in new code.
2022-11-07 11:41:47 +00:00
Manoj Ghosh
daf3162bcf
oracle-object-storage: minor docs update
2022-10-17 17:08:44 +01:00
Nick Craig-Wood
4e79de106a
hubic: remove backend as service has now shutdown - fixes #6481
2022-10-05 13:33:37 +01:00
Lesmiscore
2aa264b33c
smb: backend to support SMB - fixes #2042
2022-09-30 16:10:57 +01:00
Nick Craig-Wood
57803bee22
build: update tidy-beta to new layout
2022-09-12 20:32:17 +01:00
Ovidiu Victor Tatar
b4d847cadd
new backend: hidrive - fixes #1069
2022-07-08 18:24:54 +01:00
buengese
621c4ebe15
bin/make_backend_docs: allow generation of docs for just one backend
2022-06-16 15:45:32 +02:00
Nick Craig-Wood
4b358ff43b
combine: backend to combine multiple remotes in one directory tree
...
Fixes #5600
2022-06-08 14:57:25 +01:00
Eng Zer Jun
4f0ddb60e7
refactor: replace strings.Replace with strings.ReplaceAll
...
strings.ReplaceAll(s, old, new) is a wrapper function for
strings.Replace(s, old, new, -1). But strings.ReplaceAll is more
readable and removes the hardcoded -1.
Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
2022-05-17 11:08:37 +01:00
Nick Craig-Wood
deab86867c
build: support mount on windows/arm64 - all windows binaries now not cgo
...
This builds all windows binaries without CGO but with cmount.
cgofuse has a compile mode which works without CGO on Windows for
amd64/x86/arm64 architectures so switch to using that.
2022-04-29 18:04:21 +01:00
Lesmiscore
598364ad0f
backend/internetarchive: add support for Internet Archive
...
This adds support for Internet Archive (archive.org) Items.
2022-04-28 10:25:38 +01:00
Nick Craig-Wood
4c02f50ef5
build: update github.com/billziss-gh to github.com/winfsp
2022-04-13 10:18:26 +01:00
Nick Craig-Wood
ff1f173fc2
build: add bisync.md to docs builder and fix missing tardigrade.md stub
2022-03-18 11:22:23 +00:00
Nil Alexandrov
65652f7a75
Add Akamai Netstorage as a new backend.
2022-03-09 12:42:22 +00:00
Nick Craig-Wood
74898bac3b
build: add windows/arm64 build - NB this does not support mount yet #5828
2022-03-03 17:13:32 +00:00
Nick Craig-Wood
f22b703a51
storj: rename tardigrade backend to storj backend #5616
...
This adds an alias for backwards compatibility and leaves a stub
documentation page to redirect people to the new documentation.
2022-02-11 11:04:15 +00:00
Nick Craig-Wood
3e125443aa
build: fix ARM architecture version in .deb packages after nfpm change
...
Fixes #5973
2022-02-03 11:24:06 +00:00
Nick Craig-Wood
e43b5ce5e5
Remove github.com/pkg/errors and replace with std library version
...
This is possible now that we no longer support go1.12 and brings
rclone into line with standard practices in the Go world.
This also removes errors.New and errors.Errorf from lib/errors and
prefers the stdlib errors package over lib/errors.
2021-11-07 11:53:30 +00:00
Atílio Antônio
c08d48a50d
docs: improve grammar and fix typos ( #5361 )
...
This alters some comments in source files, but is interested mainly in documentation files and help messages.
2021-11-04 12:50:43 +01:00
Nick Craig-Wood
169990e270
Version v1.57.0
2021-11-01 15:45:40 +00:00
albertony
29b8c71522
build: force utf8 when updating backend docs from python script ( #5721 )
2021-10-15 18:51:57 +02:00
Ankur Gupta
c8d5606f2c
Removed multiple emails for Ankur Gupta
2021-10-08 10:25:42 +01:00
Abhinav Sharma
18f3929186
docs: update ignored email as per #5586
2021-09-12 18:46:37 +01:00
Ivan Andreev
24de896df2
build: apply gofmt from golang 1.17
2021-09-09 20:43:59 +03:00
Nick Craig-Wood
37ff05a5fa
Version v1.56.0
2021-07-20 19:45:41 +01:00
Nick Craig-Wood
aab29353d1
Update email address for Serge Pouliquen
2021-07-08 12:49:13 +01:00
Nick Craig-Wood
03229cf394
bin/config.py: add --rc flag for testing to an rclone rcd
#3455
2021-05-17 12:10:58 +01:00
Nick Craig-Wood
dbc5167281
bin: add config.py as an example of how to use the state based config #3455
2021-05-14 14:07:44 +01:00
noabody
b9d0ed4f5c
make_manual.py: fix missing comma for doc build after uptobox merge
...
This fixes a problem introduced in
cd69f9e6e8
uptobox: add docs
2021-04-19 16:18:18 +01:00
buengese
cd69f9e6e8
uptobox: add docs
2021-04-13 17:46:07 +02:00
Nick Craig-Wood
f890965020
test: add makefiles test command (converted from script)
2021-02-13 14:24:43 +00: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
5f943aabc8
build: Use GO386=softfloat instead of deprecated GO386=387 for 386 builds
2021-02-04 16:37:23 +00:00
Nick Craig-Wood
644cc69108
build: update GitHub release tool to use gh and put a link to changelog
...
Fixes #4994
2021-02-03 14:44:40 +00:00
Nick Craig-Wood
e3c238ac95
build: add -buildmode to cross-compile.go
...
This builds on
768e4c4735
build: Temporary fix for Windows build errors
But passes the -buildmode flag down to the cross-compile.go command
too.
2021-01-08 08:58:50 +00:00
Yury Stankevich
71edc75ca6
HDFS (Hadoop Distributed File System) implementation - #42
...
This includes an HDFS docker image to use with the integration tests.
Co-authored-by: Ivan Andreev <ivandeex@gmail.com>
Co-authored-by: Nick Craig-Wood <nick@craig-wood.com>
2021-01-07 09:48:51 +00:00
buengese
66c3f2f31f
new backend: zoho workdrive - fixes #4533
2020-12-30 17:56:08 +00:00
Nick Craig-Wood
a94e4d803b
build: update nfpm syntax to fix build of .deb/.rpm packages
2020-12-26 18:36:16 +00:00
buengese
d5181118cc
compress: finish docs
2020-12-02 16:30:02 +01:00