Commit Graph

  • 8f84f91666 build: downgrade linter to use go1.24 until it is fixed for go1.25 Nick Craig-Wood 2025-08-13 15:48:09 +01:00
  • 2c91772bf1 build: update all dependencies Nick Craig-Wood 2025-08-13 13:31:40 +01:00
  • c3f721755d build: update to go1.25 and make go1.24 the minimum required version Nick Craig-Wood 2025-08-13 13:05:27 +01:00
  • 8a952583a5 Add Timothy Jacobs to contributors Nick Craig-Wood 2025-08-13 17:54:40 +01:00
  • fc5bd21e28 bisync: fix time.Local data race on tests - fixes #8272 nielash 2025-08-10 21:09:45 -04:00
  • be73a10a97 googlecloudstorage: fix rateLimitExceeded error on bisync tests nielash 2025-08-10 17:57:21 -04:00
  • 7edf8eb233 accounting: populate transfer snapshot with "what" value Timothy Jacobs 2025-08-13 11:25:38 -04:00
  • 99144dcbba build(deps): bump actions/checkout from 4 to 5 dependabot[bot] 2025-08-12 08:49:12 +00:00
  • 8f90f830bd build(deps): bump actions/download-artifact from 4 to 5 dependabot[bot] 2025-08-05 22:29:47 +00:00
  • 456108f29e googlecloudstorage: enable bisync integration tests nielash 2025-08-09 01:51:29 -04:00
  • f7968aad1c fstest: fix parsing of commas in -remotes nielash 2025-08-09 00:21:19 -04:00
  • 2a587d21c4 azurefiles: fix hash getting erased when modtime is set nielash 2025-08-08 23:38:05 -04:00
  • 4b0df05907 bisync: disable --sftp-copy-is-hardlink on sftp tests nielash 2025-08-08 21:48:17 -04:00
  • a92af34825 local: fix --copy-links on Windows when listing Junction points Anagh Kumar Baranwal 2025-08-10 00:33:34 +05:30
  • 8ffde402f6 operations: fix too many connections open when using --max-memory Nick Craig-Wood 2025-04-24 19:36:59 +01:00
  • 117d8d9fdb pool: fix deadlock with --max-memory and multipart transfers Nick Craig-Wood 2025-04-22 17:20:03 +01:00
  • 5050f42b8b pool: unify memory between multipart and asyncreader to use one pool Nick Craig-Wood 2025-04-24 16:50:03 +01:00
  • fcbcdea067 docs: update links to rcloneui Nick Craig-Wood 2025-08-05 16:25:58 +01:00
  • dc78afb1b3 oauthutil: warn if rclone authorize code can't be decoded #2732 fix-2732-authorize-length Nick Craig-Wood 2025-08-01 15:37:53 +01:00
  • d4e68bf66b docs: add MEGA S4 as a gold sponsor Nick Craig-Wood 2025-08-01 11:58:09 +01:00
  • 743d160fdd about: fix potential overflow of about in various backends Nick Craig-Wood 2025-07-30 18:40:25 +01:00
  • dc95f36bc1 box: fix about: cannot unmarshal number 1.0e+18 into Go struct field Nick Craig-Wood 2025-07-30 18:02:39 +01:00
  • d3e3af377a oauthutil: fix nil pointer crash when started with expired token Nick Craig-Wood 2025-07-30 17:40:17 +01:00
  • 279b48ccbd vfs: make --vfs-download-first flag WIP FIXME fix-4758-vfs-download-first Nick Craig-Wood 2025-03-03 16:02:17 +00:00
  • db4812fbfa rc: listremotes should send an empty array instead of nil n4n5 2025-07-25 16:37:25 +02:00
  • ff9cbab5fa config: add error if RCLONE_CONFIG_PASS was supplied but didn't decrypt config n4n5 2025-07-25 12:24:18 +02:00
  • 30d8ab5f2f rc: add config/unlock to unlock the config file n4n5 2025-07-25 12:19:07 +02:00
  • d71a4195d6 ftp: allow insecure TLS ciphers - fixes #8701 Anagh Kumar Baranwal 2025-07-23 20:20:31 +05:30
  • 64ed9b175f s3: set useAlreadyExists to false for Alibaba OSS zjx20 2025-07-22 15:04:19 +08:00
  • 2b10340e4e docs: update sponsors page Nick Craig-Wood 2025-07-24 15:19:15 +01:00
  • 24739b56d5 fs: allow global variables to be overriden or set on backend creation v1.70.3-sb.0 v1.70-stable-sb Nick Craig-Wood 2025-07-02 15:26:34 +01:00
  • a9178cab8c fs: allow setting of --http_proxy from command line Nick Craig-Wood 2025-07-02 17:20:58 +01:00
  • 3c596f8d11 fs: allow global variables to be overriden or set on backend creation Nick Craig-Wood 2025-07-02 15:26:34 +01:00
  • 6a9c221841 fs: allow setting of --http_proxy from command line Nick Craig-Wood 2025-07-02 17:20:58 +01:00
  • c49b24ff90 tests: cloudinary: remove test ignore after merging fix from #8707 Nick Craig-Wood 2025-07-23 13:05:28 +01:00
  • edbbfd1e86 Add Antonin Goude to contributors Nick Craig-Wood 2025-07-23 13:12:39 +01:00
  • 0e0af7499c Add Yu Xin to contributors Nick Craig-Wood 2025-07-23 13:12:39 +01:00
  • eb4fe3ef4c Add houance to contributors Nick Craig-Wood 2025-07-23 13:12:39 +01:00
  • 70eb0f21d9 Add Florent Vennetier to contributors Nick Craig-Wood 2025-07-23 13:12:39 +01:00
  • 12378bae27 Add n4n5 to contributors Nick Craig-Wood 2025-07-23 13:12:39 +01:00
  • 3c08c4df3a Add Albin Parou to contributors Nick Craig-Wood 2025-07-23 13:12:39 +01:00
  • 897509ae10 Add liubingrun to contributors Nick Craig-Wood 2025-07-23 13:12:39 +01:00
  • 0eb7ee2e16 sync: fix testLoggerVsLsf when backend only reads modtime nielash 2025-07-22 20:23:59 -04:00
  • c1ebfb7e04 sync: fix testLoggerVsLsf checking wrong fs nielash 2025-07-22 20:13:30 -04:00
  • 3d62058693 docs: fix make opengraph tags absolute as not all sites understand relative Nick Craig-Wood 2025-07-22 17:56:43 +01:00
  • fd9d860594 metadata - include hashes FIXME WIP fix-metadata-hash Nick Craig-Wood 2025-04-07 16:09:41 +01:00
  • 2804f5068a build: cache go build & test feat/cache-go-build-test Anagh Kumar Baranwal 2025-02-19 20:23:46 +05:30
  • 122890799f docs: update contributing guide regarding markdown documentation albertony 2025-07-13 23:13:07 +02:00
  • 65078d5846 build: add markdown linting to workflow albertony 2025-07-10 21:16:55 +02:00
  • 92f304902d build: add markdownlint configuration albertony 2025-07-10 21:04:58 +02:00
  • 45477a6c7d docs: minor format cleanup install.md albertony 2025-07-11 00:05:57 +02:00
  • 79b549b5a4 docs: fix markdownlint issue md049/emphasis-style albertony 2025-07-10 22:04:43 +02:00
  • 318880b4ad docs: fix markdownlint issue md036/no-emphasis-as-heading albertony 2025-07-10 21:57:53 +02:00
  • 75521dcf6e docs: fix markdownlint issue md033/no-inline-html albertony 2025-07-10 21:55:47 +02:00
  • 8bf20dd545 docs: fix markdownlint issue md025/single-title albertony 2025-07-10 21:55:04 +02:00
  • 744bce1246 docs: fix markdownlint issue md041/first-line-heading albertony 2025-07-10 21:46:58 +02:00
  • c817fc5c57 docs: fix markdownlint issue md001/heading-increment albertony 2025-07-10 18:36:44 +02:00
  • 0bb4d0a985 docs: fix markdownlint issue md003/heading-style albertony 2025-07-10 15:20:41 +02:00
  • a8605abd34 docs: fix markdownlint issue md034/no-bare-urls albertony 2025-07-10 14:46:12 +02:00
  • 953fb4490b docs: fix markdownlint issue md010/no-hard-tabs albertony 2025-07-10 15:09:56 +02:00
  • b17c3d18af docs: fix markdownlint issue md013/line-length albertony 2025-07-10 13:53:45 +02:00
  • b45580fa19 docs: fix markdownlint issue md038/no-space-in-code albertony 2025-07-10 14:19:57 +02:00
  • 1c26f40078 docs: fix markdownlint issue md040/fenced-code-language albertony 2025-07-10 14:17:42 +02:00
  • 667ad093eb docs: fix markdownlint issue md046/code-block-style albertony 2025-07-10 14:09:07 +02:00
  • 2c369aedf5 docs: fix markdownlint issue md037/no-space-in-emphasis albertony 2025-07-10 14:03:30 +02:00
  • 7a0d5ab0b4 docs: fix markdownlint issue md059/descriptive-link-text albertony 2025-07-10 14:00:54 +02:00
  • 75582b804b docs: fix markdownlint issues md007/ul-indent md004/ul-style albertony 2025-07-10 13:58:29 +02:00
  • 73452551c6 docs: fix markdownlint issue md012/no-multiple-blanks albertony 2025-07-10 13:57:24 +02:00
  • cb3cf5068b docs: fix markdownlint issue md058/blanks-around-tables albertony 2025-07-10 15:14:14 +02:00
  • 428f518771 docs: fix markdownlint issue md022/blanks-around-headings albertony 2025-07-10 14:18:07 +02:00
  • 0411a41e11 docs: fix markdownlint issue md031/blanks-around-fences albertony 2025-07-10 13:56:54 +02:00
  • 07b37bcd12 docs: fix markdownlint issue md032/blanks-around-lists albertony 2025-07-10 13:56:09 +02:00
  • 0506826ff5 docs: fix markdownlint issue md009/no-trailing-spaces albertony 2025-07-10 13:55:22 +02:00
  • 4fcd36a5ab docs: fix markdownlint issue md014/commands-show-output albertony 2025-07-10 14:46:57 +02:00
  • b2f43f39ba docs: fix markdownlint issues md007/ul-indent md004/ul-style (bin/update-authors.py) albertony 2025-07-11 07:46:52 +02:00
  • 074d73d12b docs: fix markdownlint issues md007/ul-indent md004/ul-style (authors.md) albertony 2025-07-11 07:46:35 +02:00
  • 6457bcf51e docs: add opengraph tags for website social media previews Nick Craig-Wood 2025-07-21 12:00:05 +01:00
  • 8d12519f3d mount: note that bucket based remotes can use directory markers Nick Craig-Wood 2025-07-21 10:48:26 +01:00
  • 8a7c401366 pikpak: add docs for methods to clarify name collision handling and restrictions wiserain 2025-07-15 17:38:22 +09:00
  • 0aae8f346f pikpak: enhance Copy method to handle name collisions and improve error management wiserain 2025-07-12 12:55:44 +09:00
  • e991328967 pikpak: enhance Move for better handling of error and name collision wiserain 2025-07-11 18:01:43 +09:00
  • 614d02a673 accounting: fix incorrect stats with --transfers=1 - fixes #8670 Yu Xin 2025-07-21 23:54:19 +08:00
  • 018ebdded5 rc: fix operations/check ignoring oneWay parameter houance 2025-07-21 23:41:08 +08:00
  • fc08983d71 s3: add OVHcloud Object Storage provider Florent Vennetier 2025-03-13 18:01:37 +01:00
  • 7b61084891 docs: rc: fix description of how to read local config n4n5 2025-07-21 16:42:37 +02:00
  • d1ac6c2fe1 build: limit check for edits of autogenerated files to only commits in a pull request albertony 2025-07-14 15:06:38 +02:00
  • da9c99272c build: extend check for edits of autogenerated files to all commits in a pull request albertony 2025-07-12 18:16:19 +02:00
  • 9c7594d78f smb: refresh Kerberos credentials when ccache file changes Sudipto Baral 2025-07-17 09:34:44 -04:00
  • 70226cc653 s3: fix multipart upload and server side copy when using bucket policy SSE-C Albin Parou 2025-07-17 15:29:31 +02:00
  • c20e4bd99c backend/s3: Fix memory leak by cloning strings #8683 liubingrun 2025-07-14 12:25:10 -04:00
  • ccfe153e9b purge: exit with a fatal error if filters are set on rclone purge Nick Craig-Wood 2025-04-08 21:12:36 +01:00
  • c9730bcaaf docs: Add Backblaze as a Platinum sponsor Nick Craig-Wood 2025-07-16 16:41:26 +01:00
  • 03dd7486c1 Add Sam Pegg to contributors Nick Craig-Wood 2025-07-17 11:15:37 +01:00
  • 6249009fdf googlephotos: added warning for Google Photos compatability-fixes #8672 raider13209 2025-07-17 10:06:49 +01:00
  • 8e2d76459f test: remove flakey TestChunkerChunk50bYandex: test Nick Craig-Wood 2025-07-11 14:18:40 +01:00
  • 5e539c6a72 docs: Consolidate entries for Josh Soref in contributors albertony 2025-07-13 14:05:45 +02:00
  • 8866112400 docs: remove dead link to example of writing a plugin albertony 2025-07-13 13:50:40 +02:00
  • 24835344eb encoder: add ForceNFC and ForceNFD options encoder-nfc nielash 2025-07-12 15:05:11 -04:00
  • bfdd5e2c22 filescom: document that hashes need to be enabled - fixes #8674 Nick Craig-Wood 2025-07-11 14:14:18 +01:00
  • f3f16cd2b9 Add Sudipto Baral to contributors Nick Craig-Wood 2025-07-11 14:15:50 +01:00