Andrew Kreimer
6adb4056bb
docs: fix typos via codespell
...
build / windows (push) Waiting to run
build / other_os (push) Waiting to run
build / mac_amd64 (push) Waiting to run
build / mac_arm64 (push) Waiting to run
build / linux (push) Waiting to run
build / go1.23 (push) Waiting to run
build / linux_386 (push) Waiting to run
build / lint (push) Waiting to run
build / android-all (push) Waiting to run
Build & Push Docker Images / Build Docker Image for linux/386 (push) Waiting to run
Build & Push Docker Images / Build Docker Image for linux/amd64 (push) Waiting to run
Build & Push Docker Images / Build Docker Image for linux/arm/v6 (push) Waiting to run
Build & Push Docker Images / Build Docker Image for linux/arm/v7 (push) Waiting to run
Build & Push Docker Images / Build Docker Image for linux/arm64 (push) Waiting to run
Build & Push Docker Images / Merge & Push Final Docker Image (push) Blocked by required conditions
There are some types in the changelog.
Fix them via codespell.
2025-04-16 09:24:01 +02:00
Klaas Freitag
0b9671313b
webdav: add an ownCloud Infinite Scale vendor that enables tus chunked upload support
...
build / windows (push) Has been cancelled
build / other_os (push) Has been cancelled
build / mac_amd64 (push) Has been cancelled
build / mac_arm64 (push) Has been cancelled
build / linux (push) Has been cancelled
build / go1.23 (push) Has been cancelled
build / linux_386 (push) Has been cancelled
build / lint (push) Has been cancelled
build / android-all (push) Has been cancelled
Build & Push Docker Images / Build Docker Image for linux/arm/v6 (push) Has been cancelled
Build & Push Docker Images / Build Docker Image for linux/arm/v7 (push) Has been cancelled
Build & Push Docker Images / Build Docker Image for linux/arm64 (push) Has been cancelled
Build & Push Docker Images / Build Docker Image for linux/386 (push) Has been cancelled
Build & Push Docker Images / Build Docker Image for linux/amd64 (push) Has been cancelled
Build & Push Docker Images / Merge & Push Final Docker Image (push) Has been cancelled
This change adds a new vendor called "infinitescale" to the webdav
backend. It enables the ownCloud Infinite Scale
https://github.com/owncloud/ocis project and implements its specific
chunked uploader following the tus protocol https://tus.io
Signed-off-by: Christian Richter <crichter@owncloud.com>
Co-authored-by: Klaas Freitag <klaas.freitag@kiteworks.com>
Co-authored-by: Christian Richter <crichter@owncloud.com>
Co-authored-by: Christian Richter <1058116+dragonchaser@users.noreply.github.com>
Co-authored-by: Ralf Haferkamp <r.haferkamp@opencloud.eu>
2025-04-11 12:23:55 +01:00
Nick Craig-Wood
e0c99d6203
onedrive: fix metadata ordering in permissions
...
Before this change, due to a quirk in Graph, User permissions could be
lost when applying permissions.
Fixes #8465
2025-04-11 10:38:51 +01:00
Nick Craig-Wood
7af1a930b7
Add Ben Alex to contributors
2025-04-11 10:38:51 +01:00
Nick Craig-Wood
6e46ee4ffa
Add simwai to contributors
2025-04-11 10:38:51 +01:00
Ben Alex
4f1fc1a84e
iclouddrive: fix so created files are writable
...
Build & Push Docker Images / Build Docker Image for linux/386 (push) Has been cancelled
Build & Push Docker Images / Build Docker Image for linux/amd64 (push) Has been cancelled
Build & Push Docker Images / Build Docker Image for linux/arm/v6 (push) Has been cancelled
build / windows (push) Has been cancelled
build / other_os (push) Has been cancelled
build / mac_amd64 (push) Has been cancelled
build / mac_arm64 (push) Has been cancelled
build / linux (push) Has been cancelled
build / go1.23 (push) Has been cancelled
build / linux_386 (push) Has been cancelled
build / lint (push) Has been cancelled
build / android-all (push) Has been cancelled
Build & Push Docker Images / Build Docker Image for linux/arm/v7 (push) Has been cancelled
Build & Push Docker Images / Build Docker Image for linux/arm64 (push) Has been cancelled
Build & Push Docker Images / Merge & Push Final Docker Image (push) Has been cancelled
At present any created file (eg through the touch command, copy, mount
etc) is read-only in iCloud.
This has been reported by users at
https://forum.rclone.org/t/icloud-and-file-editing-permissions/50659 .
2025-04-10 11:38:38 +01:00
simwai
c10b6c5e8e
cmd/authorize: show required arguments in help text
build / windows (push) Waiting to run
build / other_os (push) Waiting to run
build / mac_amd64 (push) Waiting to run
build / mac_arm64 (push) Waiting to run
build / linux (push) Waiting to run
build / go1.23 (push) Waiting to run
build / linux_386 (push) Waiting to run
build / lint (push) Waiting to run
build / android-all (push) Waiting to run
Build & Push Docker Images / Build Docker Image for linux/386 (push) Waiting to run
Build & Push Docker Images / Build Docker Image for linux/amd64 (push) Waiting to run
Build & Push Docker Images / Build Docker Image for linux/arm/v6 (push) Waiting to run
Build & Push Docker Images / Build Docker Image for linux/arm/v7 (push) Waiting to run
Build & Push Docker Images / Build Docker Image for linux/arm64 (push) Waiting to run
Build & Push Docker Images / Merge & Push Final Docker Image (push) Blocked by required conditions
2025-04-09 16:30:38 +01:00
yuval-cloudinary
52ff407116
cloudinary: var naming convention - #8416
2025-04-09 15:03:59 +01:00
yuval-cloudinary
078d202f39
cloudinary: automatically add/remove known media files extensions #8416
2025-04-09 15:03:59 +01:00
Nick Craig-Wood
3e105f7e58
Add Markus Gerstel to contributors
2025-04-09 15:03:59 +01:00
Nick Craig-Wood
02ca72e30c
Add Enduriel to contributors
2025-04-09 15:03:59 +01:00
Nick Craig-Wood
e567c52457
Add huanghaojun to contributors
2025-04-09 15:03:59 +01:00
Nick Craig-Wood
10501d0398
Add simonmcnair to contributors
2025-04-09 15:03:59 +01:00
Nick Craig-Wood
972ed42661
Add Samantha Bowen to contributors
2025-04-09 15:03:59 +01:00
Markus Gerstel
48802b0a3b
s3: documentation regression - fixes #8438
...
We lost a previous documentation fix (#7077 ) detailing how to restore
single objects from AWS S3 Glacier.
Also make clearer that rclone provides restore functionality natively.
Co-authored-by: danielkrajnik <dan94kra@gmail.com>
2025-04-09 14:18:18 +01:00
Enduriel
a9c7c493cf
hash: add SHA512 support for file hashes
2025-04-09 14:16:22 +01:00
huanghaojun
49f6ed5f5e
vfs: fix inefficient directory caching when directory reads are slow
...
Before this change, when querying directories with large datasets, if
the query duration exceeded the directory cache expiration time, the
cache became invalid by the time results were retrieved. This means
every execution of `_readDir` triggers `_readDirFromEntries`,
resulting in prolonged processing times.
After this change we update the directory time with the time at the
end of the query.
2025-04-09 11:58:09 +01:00
simonmcnair
a5d03e0ada
docs: update fuse version in docker docs
2025-04-09 11:54:06 +01:00
Samantha Bowen
199f61cefa
fs/config: Read configuration passwords from stdin even when terminated with EOF - fixes #8480
2025-04-09 11:41:10 +01:00
Dan McArdle
fa78c6443e
cmd/gitannex: Reject unknown layout modes in INITREMOTE
...
This is a "fail fast" improvement. Now, we will reject invalid layout
modes at setup time, rather than deferring failure until the user
attempts a transfer.
2025-04-09 11:27:44 +01:00
Dan McArdle
52e2e4b84c
cmd/gitannex: Add configparse.go and refactor
...
This is a behavior-preserving refactor. I'm mostly just moving the code
that defines and parses configs (e.g. "rcloneremotename") into a new
source file. This lets us focus more on implementing the text protocol
in gitannex.go.
2025-04-09 11:27:44 +01:00
Dan McArdle
1c933372fe
cmd/gitannex: Permit remotes with options
...
It looks like commit 2a1e28f5f5683eaba22d67a0e253c95b934f8c41 did not
fix the errors in the integration tests that I hoped it would. Upon
further inspection, I noticed that I forgot that remotes can have
options just like backends.
This should fix some of the failing integration tests. For context:
https://github.com/rclone/rclone/pull/7987#issuecomment-2688580667
Specifically, I believe that TestGitAnnexFstestBackendCases/HandlesInit
should no longer fail on the Azure backend with "INITREMOTE-FAILURE
remote does not exist: TestAzureBlob,directory_markers:".
Issue #7984
2025-04-09 11:27:44 +01:00
Nick Craig-Wood
f5dfe3f5a6
serve ftp: add serve rc interface
2025-04-09 11:12:07 +01:00
Nick Craig-Wood
5702b7578c
serve sftp: add serve rc interface
2025-04-09 11:12:07 +01:00
Nick Craig-Wood
703788b40e
serve restic: add serve rc interface
2025-04-09 11:12:07 +01:00
Nick Craig-Wood
aef9c2117e
serve s3: add serve rc interface
2025-04-09 11:12:07 +01:00
Nick Craig-Wood
2a42d95385
serve dlna: add serve rc interface
2025-04-09 11:12:07 +01:00
Nick Craig-Wood
e37775bb41
serve webdav: add serve rc interface - fixes #4505
2025-04-09 11:12:07 +01:00
Nick Craig-Wood
780f4040ea
serve http: add serve rc interface
2025-04-09 11:12:07 +01:00
Nick Craig-Wood
0b7be6ffb9
serve nfs: add serve rc interface
2025-04-09 11:12:07 +01:00
Nick Craig-Wood
4d9a165e56
serve: Add rc control for serve commands #4505
...
This adds the framework for serving. The individual servers will be
added in separate commits.
2025-04-09 11:12:07 +01:00
Nick Craig-Wood
21e5fa192a
configstruct: add SetAny to parse config from the rc
...
Now that we have unified the config, we can make a much more
convenient rc interface which mirrors the command line exactly, rather
than using the structure of the internal Go structs.
2025-04-09 11:12:07 +01:00
Nick Craig-Wood
cf571ad661
rc: In options/info make FieldName contain a "." if it should be nested
...
Before this would have Output "FieldName": "ListenAddr" where it
actually needs to be set in a sub object "HTTP".
After this fix it outputs "FieldName": "HTTP.ListenAddr" to indicate
"ListenAddr" needs to be set in the object "HTTP".
2025-04-09 11:12:07 +01:00
Nick Craig-Wood
b1456835d8
serve restic: convert options to new style
2025-04-09 11:12:07 +01:00
Nick Craig-Wood
b930c4b437
serve s3: convert options to new style
2025-04-09 11:12:07 +01:00
Nick Craig-Wood
cebd588092
serve http: convert options to new style
2025-04-09 11:12:07 +01:00
Nick Craig-Wood
3c981e6c2c
serve webdav: convert options to new style
2025-04-09 11:12:07 +01:00
Nick Craig-Wood
6054c4e49d
auth proxy: convert options to new style
2025-04-09 11:12:07 +01:00
Nick Craig-Wood
028316ba5d
auth proxy: add VFS options parameter for use for default VFS
...
This is for use from the RC API.
2025-04-09 11:12:07 +01:00
Nick Craig-Wood
df457f5802
serve: make the servers self registering
...
This is so that they can import cmd/serve without causing an import
loop.
The active servers can now be configured by commenting lines out in
cmd/all/all.go like all the other commands.
2025-04-09 11:12:07 +01:00
Nick Craig-Wood
084e35c49d
lib/http: fix race between Serve() and Shutdown()
...
This was discovered by the race detector.
2025-04-09 11:12:07 +01:00
Nick Craig-Wood
90ea4a73ad
lib/http: add Addr() method to return the first configured server address
2025-04-09 11:12:07 +01:00
Nick Craig-Wood
efe8ac8f35
Add Danny Garside to contributors
2025-04-09 11:12:06 +01:00
Danny Garside
894ef3b375
docs: fix minor typo in box docs
build / linux_386 (push) Waiting to run
build / lint (push) Waiting to run
build / android-all (push) Waiting to run
Build & Push Docker Images / Build Docker Image for linux/386 (push) Waiting to run
Build & Push Docker Images / Build Docker Image for linux/amd64 (push) Waiting to run
Build & Push Docker Images / Build Docker Image for linux/arm/v6 (push) Waiting to run
Build & Push Docker Images / Build Docker Image for linux/arm/v7 (push) Waiting to run
Build & Push Docker Images / Build Docker Image for linux/arm64 (push) Waiting to run
Build & Push Docker Images / Merge & Push Final Docker Image (push) Blocked by required conditions
build / windows (push) Waiting to run
build / other_os (push) Waiting to run
build / mac_amd64 (push) Waiting to run
build / mac_arm64 (push) Waiting to run
build / linux (push) Waiting to run
build / go1.23 (push) Waiting to run
2025-04-08 20:51:22 +01:00
Nick Craig-Wood
385465bfa9
sync: implement --list-cutoff to allow on disk sorting for reduced memory use
...
Before this change, rclone had to load an entire directory into RAM in
order to sort it so it could be synced.
With directories with millions of entries, this used too much memory.
This fixes the probem by using an on disk sort when there are more
than --list-cutoff entries in a directory.
Fixes #7974
2025-04-08 18:02:24 +01:00
Nick Craig-Wood
0148bd4668
march: Implement callback based syncing
...
This changes the syncing method to take callbacks for directory
listings rather than being passed the entire directory listing at
once.
This will enable out of memory syncing.
2025-04-08 18:02:24 +01:00
Nick Craig-Wood
0f7ecf6f06
list: add ListDirSortedFn for callback oriented directory listing
...
This will be used for the out of memory sync
2025-04-08 15:14:09 +01:00
Nick Craig-Wood
08e81f8420
list: Implement Sorter to sort directory entries
...
Later this will be extended to do out of memory sorts
2025-04-08 15:14:09 +01:00
Nick Craig-Wood
0ac2d2f50f
cache: mark ListP as not supported yet
2025-04-08 15:14:09 +01:00
Nick Craig-Wood
42fcb0a6fc
hasher: implement ListP interface
2025-04-08 15:14:09 +01:00