Commit Graph

  • 5ddedae431 fstest: fix compile after merge Nick Craig-Wood 2024-07-15 12:18:14 +01:00
  • e1b7bf7701 local: fix encoding of root path fix #7824 Statements like rclone copy <somewhere> . will spontaneously miss if . expands to a path with a Full Width replacement character. This is due to the incorrect order in which relative paths and decoding were handled in the original implementation. URenko 2024-05-09 18:50:08 +00:00
  • 2a615f4681 vfs: fix cache encoding with special characters - #7760 URenko 2024-04-22 13:36:38 +00:00
  • e041796bfe docs: correct description of encoding None and add Raw. URenko 2024-04-22 13:35:18 +00:00
  • 1b9217bc78 lib/encoder: add EncodeRaw URenko 2024-04-22 13:21:13 +00:00
  • 846c1aeed0 pikpak: non-buffered hash calculation for local source files wiserain 2024-07-01 17:52:05 +09:00
  • 56caab2033 b2: Include custom upload headers in large file info - fixes #7744 Pat Patterson 2024-04-09 14:13:33 -07:00
  • 495a5759d3 chore(deps): update github.com/rclone/gofakes3 itsHenry 2024-07-10 14:40:28 +00:00
  • d9bd6f35f2 fs/test: fix erratic test Nick Craig-Wood 2024-07-13 15:36:54 +01:00
  • 532a0818f7 fs: make sure we load the options defaults to start with Nick Craig-Wood 2024-07-12 15:12:05 +01:00
  • 91558ce6aa fs: fix the defaults overriding the actual config Nick Craig-Wood 2024-07-12 12:40:12 +01:00
  • 8fbb259091 rc: add options/info call to enumerate options Nick Craig-Wood 2024-07-10 18:24:13 +01:00
  • 4d2bc190cc fs: convert main options to new config system Nick Craig-Wood 2024-07-09 18:42:01 +01:00
  • c2bf300dd8 accounting: fix creating of global stats ignoring the config Nick Craig-Wood 2024-07-11 12:32:19 +01:00
  • c954c397d9 filter: convert options to new style Nick Craig-Wood 2024-07-04 17:29:50 +01:00
  • 25c6379688 filter: rename Opt to Options for consistency Nick Craig-Wood 2024-07-04 11:30:04 +01:00
  • ce1859cd82 rc: convert options to new style Nick Craig-Wood 2024-07-04 10:47:05 +01:00
  • cf25ae69ad lib/http: convert options to new style Nick Craig-Wood 2024-07-08 16:22:48 +01:00
  • dce8317042 log: convert options to new style Nick Craig-Wood 2024-07-04 09:41:32 +01:00
  • eff2497633 serve sftp: convert options to new style Nick Craig-Wood 2024-07-03 19:29:54 +01:00
  • 28ba4b832d serve nfs: convert options to new style Nick Craig-Wood 2024-07-03 19:20:43 +01:00
  • 58da1a165c serve ftp: convert options to new style Nick Craig-Wood 2024-07-03 19:14:56 +01:00
  • eec95a164d serve dlna: convert options to new style Nick Craig-Wood 2024-07-03 18:14:48 +01:00
  • 44cd2e07ca cmd/mountlib: convert mount options to new style Nick Craig-Wood 2024-07-02 10:39:48 +01:00
  • a28287e96d vfs: convert vfs options to new style Nick Craig-Wood 2024-07-03 11:34:29 +01:00
  • fc1d8dafd5 vfs: convert time.Duration option to fs.Duration Nick Craig-Wood 2024-07-02 17:31:51 +01:00
  • 2c57fe9826 cmd/mountlib: convert time.Duration option to fs.Duration Nick Craig-Wood 2024-07-02 10:26:15 +01:00
  • 7c51b10d15 configstruct: skip items with config:"-" Nick Craig-Wood 2024-07-08 16:20:33 +01:00
  • 3280b6b83c configstruct: allow parsing of []string encoded as JSON Nick Craig-Wood 2024-07-08 10:27:53 +01:00
  • 1a77a2f92b configstruct: make nested config structs work Nick Craig-Wood 2024-07-08 09:45:29 +01:00
  • c156716d01 configstruct: fix parsing of invalid booleans in the config Nick Craig-Wood 2024-07-03 21:19:40 +01:00
  • 0d9d0eef4c fs: check the names and types of the options blocks are correct Nick Craig-Wood 2024-07-08 10:47:23 +01:00
  • 2e653f8128 fs: make Flagger and FlaggerNP interfaces public so we can test flags elsewhere Nick Craig-Wood 2024-07-08 12:14:28 +01:00
  • e79273f9c9 fs: add Options registry and rework rc to use it Nick Craig-Wood 2024-07-03 17:22:47 +01:00
  • 8e10fe71f7 fs: allow []string to work in Options Nick Craig-Wood 2024-07-02 10:37:58 +01:00
  • c6ab37a59f flags: factor AddFlagsFromOptions from cmd Nick Craig-Wood 2024-07-01 18:09:58 +01:00
  • 671a15f65f fs: add Groups and FieldName to Option Nick Craig-Wood 2024-07-02 10:38:54 +01:00
  • 8d72698d5a fs: refactor fs.ConfigMap to take a prefix and Options rather than an fs.RegInfo Nick Craig-Wood 2024-07-01 18:06:49 +01:00
  • 6e853c82d8 sftp: ignore errors when closing the connection pool Nick Craig-Wood 2024-07-09 23:40:32 +01:00
  • 75ef84fdf6 onedrive: fix --onedrive-av-override fix-7934-onedrive-avoverride Nick Craig-Wood 2024-07-10 12:03:14 +01:00
  • 9a64413b1b Revert "onedrive: make server-side copy to work in more scenarios" fix-7939-onedrive-server-side-copy Nick Craig-Wood 2024-07-10 00:01:41 +01:00
  • 27267547b9 sftp: use uint32 for mtime Tomasz Melcer 2024-07-09 11:23:11 +02:00
  • cdcf0e5cb8 pikpak: optimize file move by removing unnecessary readMetaData() call wiserain 2024-07-08 18:16:00 +09:00
  • 6507770014 pikpak: fix error with copyto command wiserain 2024-07-08 10:37:42 +09:00
  • bd5799c079 swift: add workarounds for bad listings in Ceph RGW Paul Collins 2021-04-09 11:07:49 +12:00
  • c834eb7dcb sftp: fix docs on connections not to refer to concurrency Russ Bubley 2024-06-28 10:42:52 +01:00
  • 8d80df2c85 swift: add workarounds for bad listings in Ceph RGW fix-5224-swift-listings Paul Collins 2021-04-09 11:07:49 +12:00
  • 754e53dbcc docs: remove warp as silver sponsor Nick Craig-Wood 2024-06-24 10:24:34 +01:00
  • 5511fa441a onedrive: fix nil pointer error when uploading small files Nick Craig-Wood 2024-06-19 20:06:40 +01:00
  • 4ed4483bbc vfs: fix fatal error: sync: unlock of unlocked mutex in panics Nick Craig-Wood 2024-06-06 09:39:00 +01:00
  • 0e85ba5080 Add Filipe Herculano to contributors Nick Craig-Wood 2024-06-24 09:30:48 +01:00
  • e5095a7d7b Add Thearas to contributors Nick Craig-Wood 2024-06-24 09:30:48 +01:00
  • 300851e8bf pikpak: implement custom hash to replace wrong sha1 wiserain 2024-06-20 00:57:21 +09:00
  • cbccad9491 pikpak: improves data consistency by ensuring async tasks complete wiserain 2024-06-20 00:07:05 +09:00
  • 9f1a7cfa67 build(deps): bump docker/build-push-action from 5 to 6 dependabot[bot] 2024-06-17 22:56:03 +00:00
  • 1bdeabfa46 hdfs: retry the create too FIXME fix-7827-hdfs Nick Craig-Wood 2024-06-18 14:36:40 +01:00
  • d84a4c9ac1 s3: fix incorrect region for Magalu provider Filipe Herculano 2024-06-15 12:40:28 -04:00
  • 1c9da8c96a docs: recommend no_check_bucket = true for Alibaba - fixes #7889 Thearas 2024-06-13 11:38:18 +08:00
  • 656ef8952f hdfs: retry the io.Copy to see if that helps FIXME DO NOT MERGE Nick Craig-Wood 2024-06-15 17:34:49 +01:00
  • af9c5fef93 docs: tidy .gitignore for docs Nick Craig-Wood 2024-06-15 13:08:20 +01:00
  • 7060777d1d docs: fix hugo warning: found no layout file for "html" for kind "term" Nick Craig-Wood 2024-06-15 12:59:49 +01:00
  • 0197e7f4e5 docs: remove slug and url from command pages since they are no longer needed Nick Craig-Wood 2024-06-15 12:37:43 +01:00
  • c1c9e209f3 docs: fix hugo warning: found no layout file for "html" for kind "section" Nick Craig-Wood 2024-06-15 12:29:37 +01:00
  • fd182af866 serve dlna: fix panic: invalid argument to Int63n Nick Craig-Wood 2024-06-14 11:43:09 +01:00
  • 010ed973df hdfs: add debugging to try to debug #7827 FIXME DO NOT MERGE Nick Craig-Wood 2024-06-15 09:45:06 +01:00
  • 4ea629446f Start v1.68.0-DEV development Nick Craig-Wood 2024-06-14 17:54:27 +01:00
  • 93e8a976ef Version v1.67.0 v1.67.0 Nick Craig-Wood 2024-06-14 16:04:51 +01:00
  • 8470bdf810 s3: fix 405 error on HEAD for delete marker with versionId nielash 2024-06-12 01:00:26 -04:00
  • 1aa3a37a28 gitannex: make tests run more quietly - use go test -v for more info Nick Craig-Wood 2024-06-13 17:20:27 +01:00
  • ae887ad042 jottacloud: set metadata on server side copy and move - fixes #7900 albertony 2024-06-12 22:04:44 +02:00
  • d279fea44a qingstor: disable integration tests as test account suspended Nick Craig-Wood 2024-06-13 12:50:35 +01:00
  • 282e34f2d5 operations: add operations.ReadFile to read the contents of a file into memory Nick Craig-Wood 2023-09-02 18:14:17 +01:00
  • 021f25a748 fs: make ConfigFs take an fs.Info which makes it more useful Nick Craig-Wood 2023-09-02 18:13:42 +01:00
  • 18e9d039ad touch: fix using -R on certain backends Nick Craig-Wood 2024-03-08 12:07:28 +00:00
  • cbcfb90d9a serve s3: fix XML of error message Nick Craig-Wood 2024-04-14 18:17:33 +01:00
  • caba22a585 fs/logger: make the tests deterministic Nick Craig-Wood 2024-06-12 16:39:30 +01:00
  • 3fef8016b5 zoho: sleep for 60 seconds if rate limit error received Nick Craig-Wood 2024-06-11 21:18:44 +01:00
  • edf6537c61 zoho: remove simple file names complication which is no longer needed Nick Craig-Wood 2024-06-11 20:22:59 +01:00
  • 00f0e9df9d zoho: retry reading info if size wasn't returned Nick Craig-Wood 2024-06-11 20:22:38 +01:00
  • e6ab644350 zoho: fix throttling problem when uploading files Nick Craig-Wood 2024-06-11 19:28:26 +01:00
  • 61c18e3b60 zoho: use cursor listing for improved performance Nick Craig-Wood 2024-06-11 19:26:38 +01:00
  • 65889395d5 onedrive: fix onedrive personal direct share link fix-7898-onedrive-link Nick Craig-Wood 2024-06-12 11:42:35 +01:00
  • d068e0b1a9 operations: fix hashing problem in integration tests Nick Craig-Wood 2024-06-12 10:52:58 +01:00
  • a341065b8d Add Bill Fraser to contributors Nick Craig-Wood 2024-06-12 11:11:42 +01:00
  • 0c29a1fe31 Add Florian Klink to contributors Nick Craig-Wood 2024-06-12 11:11:42 +01:00
  • 1a40300b5f Add Michał Dzienisiewicz to contributors Nick Craig-Wood 2024-06-12 11:11:42 +01:00
  • 44be27729a build(deps): bump github.com/Azure/azure-sdk-for-go/sdk/azidentity dependabot[bot] 2024-06-11 20:28:57 +00:00
  • b7624287ac pikpak: implement configurable chunk size for multipart upload wiserain 2024-06-12 13:19:25 +09:00
  • 6db9f7180f docs: added info about --progress terminal width Evan Harris 2024-06-11 11:19:37 -05:00
  • b601961e54 pikpak: remove PublicLink from integration tests wiserain 2024-06-12 04:43:49 +09:00
  • 51aca9cf9d onedrive: add --onedrive-hard-delete to permanently delete files Nick Craig-Wood 2024-05-14 12:40:17 +01:00
  • 7c0645dda9 dropbox: add option to override root namespace Bill Fraser 2024-05-03 10:55:50 -07:00
  • aed77a8fb2 tree-wide: replace /bin/bash with /usr/bin/env bash Florian Klink 2024-05-24 12:01:58 +02:00
  • 4250dd98f3 protondrive: don't auth with an empty access token Michał Dzienisiewicz 2024-05-24 12:39:52 +02:00
  • c13118246c serve s3: fix in-memory metadata storing wrong modtime nielash 2024-04-29 02:36:34 -04:00
  • a56cd52025 vfs: fix renaming a directory nielash 2024-04-28 07:47:24 -04:00
  • 3ae4534ce6 fstest: make RandomRemoteName shorter nielash 2024-04-22 19:34:20 -04:00
  • 9c287c72d6 googlephotos: remove unnecessary nil check nielash 2024-05-18 22:05:48 -04:00
  • 862d5d6086 s3, googlecloudstorage, azureblob: fix encoding issue with dir path comparison nielash 2024-04-29 03:21:49 -04:00
  • 003f4531fe sync: don't test reading metadata if we can't write it Nick Craig-Wood 2024-06-11 11:30:32 +01:00