Commit Graph

  • 51859af8d9 ftp: fix SOCK proxy support - fixes #8892 (#8918) dougal 2025-10-24 14:50:13 +01:00
  • 4f60f8915d webdav: Add Access-Control-Max-Age header for CORS preflight caching - fixes #5078 viocha 2025-10-15 18:25:47 +08:00
  • 6663eb346f webdav: use SpaceSepList to parse bearer token command hunshcn 2025-10-22 21:05:05 +08:00
  • 1d0e1ea0b5 refactor: use strings.Builder to improve performance reddaisyy 2025-10-23 23:40:30 +08:00
  • 71631621c4 docs: re-arrange sponsors page Nick Craig-Wood 2025-10-23 14:45:08 +01:00
  • 31e904d84c docs: add Spectra Logic as a sponsor Nick Craig-Wood 2025-10-23 14:44:25 +01:00
  • 30c9843e3d Add Oleksandr Redko to contributors Nick Craig-Wood 2025-10-23 14:50:41 +01:00
  • c8a834f0e8 build: enable all govet checks (except fieldalignment and shadow) and fix issues. Oleksandr Redko 2025-10-22 20:37:58 +03:00
  • b272c50c4c march: fix --no-traverse being very slow - fixes #8860 Nick Craig-Wood 2025-10-22 12:28:06 +01:00
  • b8700e8042 Add vastonus to contributors Nick Craig-Wood 2025-10-22 14:14:39 +01:00
  • 73193b0565 s3: add new FileLu S5 endpoints kingston125 2025-10-22 07:25:05 -04:00
  • c4eef3065f build: remove obsolete build tag vastonus 2025-10-22 01:56:06 +08:00
  • ba2a642961 azurefiles: add ListP interface - #4788 Nick Craig-Wood 2025-10-21 14:59:14 +01:00
  • 979c6a573d dropbox: add ListP interface - #4788 Nick Craig-Wood 2025-10-21 14:55:35 +01:00
  • bbb866018e webdav: add ListP interface - #4788 Nick Craig-Wood 2025-10-21 14:20:24 +01:00
  • 7706f02294 pcloud: add ListP interface - #4788 Nick Craig-Wood 2025-10-21 13:05:02 +01:00
  • 6df7913181 box: add ListP interface - #4788 Nick Craig-Wood 2025-10-21 12:53:13 +01:00
  • c079495d1f onedrive: add ListP interface - #4788 Nick Craig-Wood 2025-10-21 12:49:01 +01:00
  • 3bf1ac5b07 drive: add ListP interface - #4788 Nick Craig-Wood 2025-10-21 12:46:02 +01:00
  • 091caa34c6 Add hunshcn to contributors Nick Craig-Wood 2025-10-21 18:40:11 +01:00
  • d507e9be39 webdav: optimize bearer token fetching with singleflight hunshcn 2025-10-21 10:58:21 +08:00
  • 3034ecf33f protondrive: add debug to help with #8860 FIXME DO NOT MERGE fix-8860-protondrive-no-traverse Nick Craig-Wood 2025-10-21 11:05:24 +01:00
  • 40b3251e41 Changelog updates from Version v1.71.2 Nick Craig-Wood 2025-10-20 16:56:02 +01:00
  • d376838f77 march: Implement --assume-listings-sorted to speed up sync starting fix-assume-listings-sorted Nick Craig-Wood 2025-06-30 16:19:25 +01:00
  • a2b292b31d Version v1.71.2 v1.71-stable Nick Craig-Wood 2025-10-20 12:59:58 +01:00
  • 84a8536711 Version v1.71.2 v1.71.2 Nick Craig-Wood 2025-10-20 12:59:58 +01:00
  • 4013f006b8 docs: update sponsors Nick Craig-Wood 2025-10-17 11:47:17 +01:00
  • 371fc61191 docs: update sponsor images Nick Craig-Wood 2025-10-15 16:30:23 +01:00
  • 0d9a95125c docs: update privacy policy with a section on user data Nick Craig-Wood 2025-10-14 12:00:29 +01:00
  • 386d3c5b4d gcs: add region us-east5 - fixes #8863 Dulani Woods 2025-09-30 03:20:48 -04:00
  • 3dceb72e9b index: add missing providers dougal 2025-10-10 14:33:23 +01:00
  • 30b016d8c0 docs: add missing ` dougal 2025-10-10 14:29:47 +01:00
  • b8e6d45482 mega: fix 402 payment required errors - fixes #8758 Nick Craig-Wood 2025-09-26 12:28:10 +01:00
  • dfdc69a3e1 docs: fix variants of --user-from-header iTrooz 2025-10-04 08:10:49 +02:00
  • 0908c346bb docs: add remote setup page to main docs dropdown albertony 2025-10-02 18:00:36 +02:00
  • f186b7554e docs: update remote setup page albertony 2025-10-02 15:19:55 +02:00
  • 4bbab927fa docs: add link from authorize command docs to remote setup docs albertony 2025-10-02 15:18:11 +02:00
  • 1c119f9330 docs: lowercase internet and web browser instead of Internet browser albertony 2025-10-02 14:52:58 +02:00
  • 089c4b1a69 docs: use the term backend name instead of fs name for authorize command albertony 2025-10-02 14:44:14 +02:00
  • b5ba737e14 bisync: fix race when CaptureOutput is used concurrently #8815 Nick Craig-Wood 2025-09-21 12:59:44 +01:00
  • 15f727f0e3 azurefiles: Fix server side copy not waiting for completion - fixes #8848 Vikas Bhansali 2025-09-26 17:11:42 +05:30
  • 01e1f90216 pikpak: fix unnecessary retries by using URL expire parameter - fixes #8601 Youfu Zhang 2025-09-19 11:46:26 +08:00
  • 997c73b586 serve http: fix: logging url on start dougal 2025-09-18 12:09:37 +01:00
  • ccd01f1a68 docs: fix typo Matt LaPaglia 2025-09-16 08:27:10 -04:00
  • 63c0dc773c b2: fix 1TB+ uploads dougal 2025-09-15 12:18:00 +01:00
  • 484d955ea8 lib/http: cleanup indentation and other whitespace in http serve template albertony 2025-10-04 08:49:01 +02:00
  • 8fa9f255a0 docs: improve formatting of http serve template parameters albertony 2025-10-04 08:41:40 +02:00
  • e7f11af1ca build: stop markdown linter leaving behind docker containers Nick Craig-Wood 2025-10-17 16:05:55 +01:00
  • 0b5c4cc442 Add Marco Ferretti to contributors Nick Craig-Wood 2025-10-20 11:51:14 +01:00
  • 178ddafdc7 s3: add cubbit as provider Marco Ferretti 2025-10-17 17:20:08 +02:00
  • ad316ec6e3 s3: add servercore as a provider dougal 2025-10-17 16:05:49 +01:00
  • 61b022dfc3 docs: update sponsors Nick Craig-Wood 2025-10-17 11:47:17 +01:00
  • ab60a77aba cluster: make workers write status and controller read the status cluster Nick Craig-Wood 2025-10-02 17:27:51 +01:00
  • 09535a06f7 cluster: add docs Nick Craig-Wood 2025-09-12 17:35:20 +01:00
  • 173b720173 rcd: obey --cluster if set to run as a cluster server Nick Craig-Wood 2025-07-31 17:18:47 +01:00
  • 6660e6ec7c sync,move,copy: add --cluster support Nick Craig-Wood 2025-09-11 09:35:46 +01:00
  • 14c604335e cluster: implement --cluster and related flags FIXME WIP Nick Craig-Wood 2025-07-25 15:40:02 +01:00
  • bfcb23b7b2 accounting: add AccountReadN for use in cluster Nick Craig-Wood 2025-07-31 17:16:40 +01:00
  • 46dbdb8cb7 fs: add NonDefaultRC for discovering options in use Nick Craig-Wood 2025-07-28 12:14:13 +01:00
  • 17932fcc38 fs: move tests into correct files Nick Craig-Wood 2025-09-10 15:54:56 +01:00
  • 77faa787e1 rc: add NewJobFromBytes for reading jobs from non HTTP transactions Nick Craig-Wood 2025-07-24 15:00:37 +01:00
  • 0701dd55cd rc: add job/batch for sending batches of rc commands to run concurrently Nick Craig-Wood 2025-07-22 16:10:51 +01:00
  • 1903b4c1a2 docs: update sponsor images Nick Craig-Wood 2025-10-15 16:30:23 +01:00
  • f7cbcf556f docs: update privacy policy with a section on user data Nick Craig-Wood 2025-10-14 12:00:29 +01:00
  • 3581e628c0 Add Dulani Woods to contributors Nick Craig-Wood 2025-10-14 16:23:55 +01:00
  • 62c41bf449 Add spiffytech to contributors Nick Craig-Wood 2025-10-14 16:23:55 +01:00
  • c5864e113b gcs: add region us-east5 - fixes #8863 Dulani Woods 2025-09-30 03:20:48 -04:00
  • 39259a5bd1 jottacloud: refactor service list from map to slice to get predefined order albertony 2025-10-04 14:26:02 +02:00
  • 2e376eb3b9 jottacloud: added support for traditional oauth authentication also for the main service albertony 2025-10-04 13:56:29 +02:00
  • de8e9d4693 oauthutil: improved debug logs from token refresh albertony 2025-10-09 15:23:03 +02:00
  • 710cf49bc6 backend: add S3 provider for Hetzner object storage #8183 spiffytech 2025-05-10 11:10:16 -04:00
  • 8dacac60ea jottacloud: improved token refresh handling albertony 2025-10-09 14:54:06 +02:00
  • 3a80d4d4b4 s3: provider reordering dougal 2025-10-10 14:51:38 +01:00
  • a531f987a8 index: add missing providers dougal 2025-10-10 14:33:23 +01:00
  • e906b8d0c4 docs: add missing ` dougal 2025-10-10 14:29:47 +01:00
  • a5932ef91a s3: add rabata as a provider dougal 2025-10-10 14:29:22 +01:00
  • 3afa563eaf mega: fix 402 payment required errors - fixes #8758 Nick Craig-Wood 2025-09-26 12:28:10 +01:00
  • 9d9654b31f Add Andrew Ruthven to contributors Nick Craig-Wood 2025-10-09 11:58:35 +01:00
  • cfe257f13d Add Microscotch to contributors Nick Craig-Wood 2025-10-09 11:58:35 +01:00
  • 0375efbd35 Add iTrooz to contributors Nick Craig-Wood 2025-10-09 11:58:35 +01:00
  • cad1954213 build: Bump SwiftAIO container to a newer one Andrew Ruthven 2025-10-04 09:11:46 +00:00
  • 604e37caa5 build: Retry stopping the test server Andrew Ruthven 2025-10-04 05:38:29 +00:00
  • b249d384b9 build: Increase attempts to connect to test server Andrew Ruthven 2025-10-04 01:54:26 +00:00
  • 04e91838db swift: If storage_policy isn't set, use the root containers policy Andrew Ruthven 2025-09-30 07:57:56 +00:00
  • 94829aaec5 proton: automated 2FA login with OTP secret key Microscotch 2025-10-06 17:18:38 +02:00
  • f574e3395c serve s3: fix log output to remove the EXTRA messages iTrooz 2025-10-06 16:17:21 +02:00
  • 2bc155a96a docs/jottacloud: update description of invalid_grant error according to changes albertony 2025-10-05 11:22:27 +02:00
  • adc8ea3427 jottacloud: add support for MediaMarkt Cloud as a whitelabel service albertony 2025-10-05 00:06:51 +02:00
  • f838c2a2f2 jottacloud: add support for MediaMarkt Cloud as a whitelabel service jotta-auth-refactor albertony 2025-10-04 17:50:13 +02:00
  • 068eea025c s3: add FileLu S5 provider kingston125 2025-10-04 10:48:01 -04:00
  • 49103c7348 jottacloud: refactor service list from map to slice to get predefined order albertony 2025-10-04 14:26:02 +02:00
  • 697874e399 jottacloud: added support for traditional oauth authentication also for the main service albertony 2025-10-04 13:56:29 +02:00
  • 4510aa679a docs: fix variants of --user-from-header iTrooz 2025-10-04 08:10:49 +02:00
  • 79281354c7 vfs: fix chunker integration test dougal 2025-10-03 16:47:15 +01:00
  • f57a178719 test_all: give TestZoho: extra time as it has been timing out Nick Craig-Wood 2025-10-03 16:03:29 +01:00
  • 44f2e2ed39 test_all: give TestCompressDrive: extra time as it has been timing out Nick Craig-Wood 2025-10-03 16:02:07 +01:00
  • 13e1752d94 rclone config string: reduce quoting with Human rendering for strings #8859 Nick Craig-Wood 2025-10-03 15:52:59 +01:00
  • bb82c0e43b Add juejinyuxitu to contributors Nick Craig-Wood 2025-10-03 15:54:06 +01:00
  • 1af7151e73 docs/jottacloud: update documentation with new whitelabel services and changed configuration flow albertony 2025-09-25 22:36:41 +02:00
  • fd63478ed6 jottacloud: abort attempts to run unsupported rclone authorize command albertony 2025-10-02 14:35:52 +02:00