Sam Harrison
ae9960a4ed
filescom: add Files.com backend
2024-08-15 17:00:39 +01:00
Nick Craig-Wood
c1a98768bc
Implement Gofile backend - fixes #4632
2024-08-14 21:15:37 +01:00
Fornax
3b3625037c
Add pixeldrain backend
...
This commit adds support for pixeldrain's experimental filesystem API.
2024-08-12 13:35:44 +01:00
Nick Craig-Wood
642d4082ac
test_backend_sizes.py calculates space in the binary each backend uses #7998
2024-08-09 12:13:24 +01:00
Nick Craig-Wood
0470450583
build: disable wasm/js build due to go bug
...
Rclone is too big for js/wasm until
https://github.com/golang/go/issues/64856 is fixed
2024-08-04 12:18:34 +01:00
Florian Klink
aed77a8fb2
tree-wide: replace /bin/bash with /usr/bin/env bash
...
The latter is more portable, while the former only works on systems
where /bin/bash exists (or is symlinked appropriately).
2024-06-11 12:47:47 +01:00
Nick Craig-Wood
1fef8e667c
build: migrate bucket storage for the project to new provider
...
This changes
- beta.rclone.org
- www.rclone.org
- pub.rclone.org
- downloads.rclone.org
2024-04-25 17:04:18 +01:00
albertony
68bf6aa584
build: remove build constraint syntax for go 1.16 and older
2024-04-18 16:53:55 +02:00
psychopatt
522ab1de6d
docs: remove email from authors
2024-03-26 11:45:22 +00:00
iotmaestro
4b5c10f72e
Add a new backend for uloz.to
...
Note that this temporarily skips uploads of files over 2.5 GB.
See https://github.com/rclone/rclone/pull/7552#issuecomment-1956316492
for details.
2024-03-26 09:46:47 +00:00
Nick Craig-Wood
b6013a5e68
Version v1.66.0
2024-03-10 11:22:43 +00:00
Nick Craig-Wood
6e4dd2ab96
docs: ignore amazon cloud drive doc stub when building the docs
2024-01-25 16:35:33 +00:00
Nick Craig-Wood
0e746f25a3
amazonclouddrive: remove Amazon Drive backend code and docs #7539
...
The Amazon Drive backend is closed from 2023-12-31.
See: https://www.amazon.com/b?ie=UTF8&node=23943055011
2024-01-04 17:05:54 +00:00
emyarod
4751980659
docs: update contributor email
2023-12-08 11:21:26 +00:00
Nick Craig-Wood
82b963e372
Version v1.65.0
2023-11-26 16:07:39 +00:00
Abhinav Dhiman
36eb3cd660
imagekit: Added ImageKit backend
2023-11-24 18:18:01 +00:00
Nick Craig-Wood
47ca0c326e
fs: implement --metadata-mapper to transform metatadata with a user supplied program
2023-11-18 17:49:35 +00:00
viktor
a466ababd0
backend: add Linkbox backend
...
Add backend for linkbox.io with read and write capabilities
fixes #6960 #6629
2023-11-18 17:14:45 +00:00
Nick Craig-Wood
ddaf01ece9
azurefiles: finish docs and implementation and add optional interfaces
...
- use rclone's http Transport
- fix handling of 0 length files
- combine into one file and remove uneeded abstraction
- make `chunk_size` and `upload_concurrency` settable
- make auth the same as azureblob
- set the Features correctly
- implement `--azurefiles-max-stream-size`
- remove arbitrary sleep on Mkdir
- implement `--header-upload`
- implement read and write MimeType for objects
- implement optional methods
- About
- Copy
- DirMove
- Move
- OpenWriterAt
- PutStream
- finish documentation
- disable build on plan9 and js
Fixes #365
Fixes #7378
2023-11-18 16:48:23 +00:00
Nick Craig-Wood
cdf5a97bb6
bin/update_authors.py: add authors from Co-authored-by: lines too
2023-11-16 16:59:55 +00:00
albertony
4506f35f2e
build: refactor version info and icon resource handling on windows
...
This makes it easier to add resources with any build method, and also when
building librclone.dll.
Goversioninfo is now used as a library, instead of running it as a tool.
2023-11-01 12:44:04 +01:00
Joda Stößer
143df6f6d2
docs: change authors email for SimJoSt
2023-10-18 16:31:15 +01:00
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