Commit Graph

  • 5f4d7154c0 fs: fix tristate conversion to JSON Nick Craig-Wood 2023-03-16 18:20:23 +00:00
  • bad8a01850 fs: allow boolean features to be enabled with --disable !Feature Nick Craig-Wood 2023-03-14 15:59:44 +00:00
  • d808c3848a Add ed to contributors Nick Craig-Wood 2023-03-27 16:17:29 +01:00
  • 3f0bec2ee9 webdav: make pacer minSleep configurable ed 2023-03-26 20:36:48 +00:00
  • 8fb9eb2fee sync: make --suffix-keep-extension preserve 2 part extensions like .tar.gz Nick Craig-Wood 2023-03-26 16:55:03 +01:00
  • 01fa15a7d9 Add Aditya Basu to contributors Nick Craig-Wood 2023-03-27 14:23:55 +01:00
  • 6aaa5d7a75 Add jumbi77 to contributors Nick Craig-Wood 2023-03-27 14:23:55 +01:00
  • b4d3411637 Add Juang, Yi-Lin to contributors Nick Craig-Wood 2023-03-27 14:23:55 +01:00
  • 01ddc8ca6c Add NickIAm to contributors Nick Craig-Wood 2023-03-27 14:23:55 +01:00
  • 16c1e7149e Add yuudi to contributors Nick Craig-Wood 2023-03-27 14:23:55 +01:00
  • 0374ea2c79 Use jwt-go (golang-jwt) instead of deprecated jws (x/oauth2/jws) albertony 2022-06-25 15:33:12 +02:00
  • 2e2451f8ec lib/rest: fix problems re-using HTTP connections Nick Craig-Wood 2023-03-24 10:05:27 +00:00
  • bd1e3448b3 build: add exclude for misspell linter albertony 2022-08-30 12:39:48 +02:00
  • 20909fa294 build: enable misspell linter albertony 2022-08-30 12:39:21 +02:00
  • c502e00c87 fs: fix infinite recursive call in pacer ModifyCalculator (fixes issue reported by the staticcheck linter) albertony 2023-03-26 13:10:52 +02:00
  • 9172c9b3dd crypt: reduce allocations albertony 2023-03-26 00:24:38 +01:00
  • 78deab05f9 netstorage: ignore false positive from the staticcheck linter regarding header name not being canonical albertony 2022-08-21 16:42:17 +02:00
  • 6c9d377bbb vfs: ignore false positive from the unused linter albertony 2023-03-25 23:30:15 +01:00
  • 62ddc9b7f9 vfscache: remove unused code (fixes issue reported by the unused linter) albertony 2023-03-25 23:29:05 +01:00
  • 448ae49fa4 webgui: remove unused code (fixes issue reported by the unused linter) albertony 2023-03-25 23:27:55 +01:00
  • 5f3c276d0a zoho: remove unused code (fixes issue reported by the unused linter) albertony 2023-03-25 23:23:15 +01:00
  • 9cea493f58 union: remove unused code (fixes issue reported by the unused linter) albertony 2023-03-25 23:22:56 +01:00
  • 400d1a4468 swift: remove unused code (fixes issue reported by the unused linter) albertony 2023-03-25 23:22:37 +01:00
  • 851ce0f4fe seafile: remove unused code for legacy API v2 (fixes issue reported by the unused linter) albertony 2023-03-25 23:20:29 +01:00
  • cc885bd39a hidrive: remove unused code (fixes issue reported by the unused linter) albertony 2023-03-25 23:17:54 +01:00
  • a1a8c21c70 dropbox: remove unused code (fixes issue reported by the unused linter) albertony 2023-03-25 23:17:35 +01:00
  • 6ef4bd8c45 cache: remove unused code (fixes issue reported by the unused linter) albertony 2023-03-25 23:17:10 +01:00
  • fb316123ec azureblob: remove unused code (fixes issue reported by the unused linter) albertony 2023-03-25 23:16:54 +01:00
  • 270af61665 smb: code cleanup to avoid overwriting ctx before first use (fixes issue reported by the staticcheck linter) albertony 2023-03-25 23:22:08 +01:00
  • 155f4f2e21 mount: replace deprecated bazil/fuse specific constants with syscall constants albertony 2023-03-25 23:27:07 +01:00
  • eaf593884b serve/ftp: use io.SeekEnd instead of os.SEEK_END (deprecated since Go 1.7) albertony 2023-03-25 23:24:21 +01:00
  • 930574c6e9 oracleobjectstorage: remove empty branch (fixes issue reported by the staticcheck linter) albertony 2023-03-25 23:19:42 +01:00
  • c1586a9866 onedrive: report any list errors during cleanup albertony 2023-03-25 17:28:37 +01:00
  • 432eb74814 lib: avoid unnecessary use of fmt.Sprintf for string constant albertony 2023-03-25 23:28:27 +01:00
  • 92fb644fb6 test: use decompressed.String() instead of string(decompressed.Bytes()) albertony 2022-08-21 20:46:31 +02:00
  • bb92af693a test: do not test deprecated and unused Dial and DialTLS functions on http Transport type albertony 2022-08-21 16:47:55 +02:00
  • eb5fd07131 mount: error strings should not be capitalized albertony 2023-03-25 23:27:31 +01:00
  • b2ce7c9aa6 hidrive: error strings should not be capitalized albertony 2022-08-21 20:00:30 +02:00
  • d6b46e41dd build: replace deprecated linters deadcode, structcheck and varcheckadd with unused albertony 2022-08-28 12:12:17 +02:00
  • 254c6ef1dd build: add lint ignore comment required for golangci-staticcheck in addition to stand-alone staticcheck albertony 2022-08-20 15:25:39 +02:00
  • 547f943851 build: exclude known issues from the staticcheck linting in ci albertony 2022-08-20 20:54:18 +02:00
  • 8611c9f6f7 build: add staticcheck, gosimple and stylecheck linting to the build pipeline - fixes #6273 albertony 2022-08-20 13:35:58 +02:00
  • f6576237a4 fs: fix typos found by codespell Dimitri Papadopoulos 2023-03-25 08:20:46 +01:00
  • 207b64865e fstest: fix typo found by codespell Dimitri Papadopoulos 2023-03-25 08:30:54 +01:00
  • 9ee1b21ec2 vfs: fix typos found by codespell Dimitri Papadopoulos 2023-03-25 08:10:16 +01:00
  • 55a12bd639 backend: fix repeated words typos Dimitri Papadopoulos 2023-03-25 08:58:44 +01:00
  • 3b4a57dab9 build(deps): bump github.com/aws/aws-sdk-go from 1.44.227 to 1.44.228 dependabot[bot] 2023-03-23 23:03:22 +00:00
  • afe158f878 docs: fix typos found by codespell Dimitri Papadopoulos 2023-03-24 14:31:39 +01:00
  • 722a3f32cc cmdtest: fix typos found by codespell Dimitri Papadopoulos 2023-03-24 14:22:48 +01:00
  • 9183618082 backend: fix typos found by codespell Dimitri Papadopoulos 2023-03-24 14:14:51 +01:00
  • 18ebca3979 lib: fix typos found by codespell Dimitri Papadopoulos 2023-03-24 14:17:23 +01:00
  • e84d2c9e5f docs: add info about # of parallel checks for rclone check/cryptcheck Nick Craig-Wood 2023-03-24 12:43:45 +00:00
  • e98b61ceeb docs: update install with docker interactive use Aditya Basu 2023-03-24 07:42:58 -04:00
  • 19f9fca2f6 docs: document how the configuration file is written, and that an .old file will be deleted albertony 2022-08-28 17:55:55 +02:00
  • 7dbf1ab66f docs: add info about # of parallel checks for rclone check/cryptcheck jumbi77 2023-03-24 12:35:58 +01:00
  • bfe272bf67 backend: fix typos found by codespell Dimitri Papadopoulos 2022-09-20 08:54:47 +02:00
  • cce8936802 cmd: fix typos found by codespell Dimitri Papadopoulos 2022-09-20 09:02:27 +02:00
  • 043bf3567d drive: update drive service account guide Juang, Yi-Lin 2023-03-24 19:31:46 +08:00
  • 1b2f2c0d69 docs: add section about --vfs-cache-max-age NickIAm 2023-03-24 19:28:34 +08:00
  • 4b376514a6 doc: Clarify the srcFs and dstRs when using local filesystem yuudi 2023-03-24 07:25:39 -04:00
  • c27e6a89b0 drive: add env_auth to drive provider Peter Brunner 2023-03-24 07:11:21 -04:00
  • 76c6e3b15c build: set Rclone as file description since it is shown as process name in task manager albertony 2023-03-23 17:49:43 +01:00
  • 48ec00cc1a rc: fix missing --rc flags Nick Craig-Wood 2023-03-23 12:04:17 +00:00
  • 866600a73b build(deps): bump github.com/aws/aws-sdk-go from 1.44.226 to 1.44.227 dependabot[bot] 2023-03-22 22:12:05 +00:00
  • d8f4cd4d5f drive: fix change notify picking up files outside the root Nick Craig-Wood 2023-02-28 11:40:05 +00:00
  • d0810b602a crypt: add --crypt-pass-bad-blocks to allow corrupted file output Nick Craig-Wood 2023-03-06 17:54:07 +00:00
  • d5afcf9e34 crypt: try not to return "unexpected EOF" error Nick Craig-Wood 2023-03-06 17:49:50 +00:00
  • 07c4d95f38 crypt: fix tests assert.Error which should have been assert.EqualError Nick Craig-Wood 2023-03-06 18:05:01 +00:00
  • fd83071b6b rc: fix operations/stat with trailing / Nick Craig-Wood 2023-03-07 18:02:03 +00:00
  • e042d9089f fs: Fix interaction between --progress and --interactive Nick Craig-Wood 2023-03-03 14:17:02 +00:00
  • cdfa0beafb lib/atexit: ensure OnError only calls cancel function once Nick Craig-Wood 2023-03-22 10:44:47 +00:00
  • ddb3b17e96 s3: fix hang on aborting multpart upload with iDrive e2 Nick Craig-Wood 2023-03-22 10:23:17 +00:00
  • 32f71c97ea Add Zach Kipp to contributors Nick Craig-Wood 2023-03-22 12:50:45 +00:00
  • 53853116fb build(deps): bump github.com/aws/aws-sdk-go from 1.44.223 to 1.44.226 dependabot[bot] 2023-03-21 23:04:53 +00:00
  • a887856998 build(deps): bump github.com/oracle/oci-go-sdk/v65 dependabot[bot] 2023-03-21 23:03:59 +00:00
  • 0df7466d2b cmd/rcd: Fix command docs to include command specific prefix (#6675) Zach Kipp 2023-01-10 21:05:44 -08:00
  • 23579e3b99 cmd/ncdu: refactor redraw handling eNV25 2023-01-17 17:44:54 +04:00
  • 3affba6fa6 build: remove duplicate linux/arm64 build Nick Craig-Wood 2023-03-21 16:25:46 +00:00
  • 542677d807 s3: fix --s3-versions on individual objects Nick Craig-Wood 2023-03-21 12:44:45 +00:00
  • d481aa8613 Revert "s3: fix InvalidRequest copying to a locked bucket from a source with no MD5SUM" Nick Craig-Wood 2023-03-21 11:43:35 +00:00
  • 15e633fa8b build: disable provenance in docker build Nick Craig-Wood 2023-03-20 18:09:54 +00:00
  • 732c24c624 build(deps): bump docker/build-push-action from 3 to 4 dependabot[bot] 2023-03-20 11:55:25 +00:00
  • 75dfdbf211 ci: revert revive settings back to fix lint Nick Craig-Wood 2023-03-20 14:17:18 +00:00
  • 5f07113a4b docs: install: how to uninstall rclone via winget asdffdsazqqq 2023-03-20 10:51:42 -04:00
  • 6a380bcc67 build: fix dockerfile reference in beta image pipeline Richard Tweed 2023-03-20 11:54:31 +00:00
  • 97276ce765 build(deps): bump google.golang.org/api from 0.112.0 to 0.114.0 dependabot[bot] 2023-03-17 14:44:37 +00:00
  • a23a7a807f build(deps): bump github.com/klauspost/compress from 1.16.0 to 1.16.3 dependabot[bot] 2023-03-17 14:44:48 +00:00
  • c6a4caaf7e build(deps): bump goftp.io/server dependabot[bot] 2023-03-17 14:45:02 +00:00
  • 5574733dcb build(deps): bump github.com/oracle/oci-go-sdk/v65 dependabot[bot] 2023-03-17 14:45:41 +00:00
  • 49c21d0b6e build(deps): bump github.com/aws/aws-sdk-go from 1.44.218 to 1.44.223 dependabot[bot] 2023-03-17 14:44:06 +00:00
  • 0ea2ce3674 cmd/ncdu: fix screen corruption when logging eNV25 2023-01-17 21:57:56 +04:00
  • 3ddf824251 build(deps): bump actions/setup-go from 3 to 4 dependabot[bot] 2023-03-17 14:08:53 +00:00
  • 68fdff3c27 build: ensure users with no secrets (dependabot) don't run android upload step Nick Craig-Wood 2023-03-17 12:11:41 +00:00
  • c003485ae3 build: ensure users with no secrets (dependabot) don't run deploy step Nick Craig-Wood 2023-03-17 12:11:41 +00:00
  • 99d5080191 Add Richard Tweed to contributors Nick Craig-Wood 2023-03-17 13:48:59 +00:00
  • 2ad217eedd librclone:Added example on using librclone with golang. alankrit 2023-03-11 20:47:54 +00:00
  • a3eb7f1142 jottacloud: fix vfs writeback stuck in a failed upload loop with file versioning disabled albertony 2023-03-16 22:37:10 +01:00
  • 6d620b6d88 build: update docker beta build to latest actions and to push to ghcr Richard Tweed 2023-03-17 11:54:01 +00:00
  • 9f8357ada7 sftp: fix using key_use_agent and key_file together needing private key file Arnav Singh 2023-03-17 04:44:19 -07:00
  • e5a1bcb1ce s3: fix InvalidRequest copying to a locked bucket from a source with no MD5SUM Nick Craig-Wood 2023-03-16 17:49:11 +00:00