49f69196c2
Version v1.68.0
2024-09-08 16:21:56 +01:00
d15704ef9f
rcserver: implement prometheus metrics on a dedicated port - fixes #7940
2024-09-06 15:00:36 +01:00
612c717ea0
docs: rc: fix correct _path to _root in on the fly backend docs
2024-07-30 10:19:47 +01:00
8fbb259091
rc: add options/info call to enumerate options
...
This also makes some fields in the Options block optional - these are
documented in rc.md
2024-07-15 11:09:54 +01:00
92368f6d2b
rcserver: set ModTime
for dirs and files served by --rc-serve
2024-04-02 12:10:45 +01:00
b6013a5e68
Version v1.66.0
2024-03-10 11:22:43 +00:00
91b54aafcc
rc: add srcFs and dstFs to core/stats and core/transferred stats
...
Before this change it wasn't possible to see where transfers were
going from and to in core/stats and core/transferred.
When use in rclone mount in particular this made interpreting the
stats very hard.
2024-02-02 11:43:10 +00:00
82b963e372
Version v1.65.0
2023-11-26 16:07:39 +00:00
77f7bb08af
Version v1.64.0
2023-09-11 15:59:44 +01:00
2a6675cffd
docs: fix typo in rc docs - fixes #7287
2023-09-11 09:34:22 +01:00
089df7d977
bisync: add rc parameters for new flags
...
Added rc support for the flags recently introduced in #6971 .
createEmptySrcDirs
ignoreListingChecksum
resilient
2023-09-05 08:53:58 +01:00
e90537b2e9
Version v1.63.0
2023-06-30 14:11:17 +01:00
77c7077458
Version v1.62.0
2023-03-14 12:42:23 +00:00
71227986db
docs: remove link to nonexistent uploadfile command - fixes #6693
2023-01-12 20:13:02 +01:00
2001cc0831
Version v1.61.0
2022-12-20 17:16:14 +00:00
959cd938bc
docs: Add minimum versions to all the backend pages and some of the other pages
2022-11-18 14:41:24 +00:00
01dbbff62e
Version v1.60.0
2022-10-21 15:06:08 +01:00
d2fef05fe4
httplib: Add --xxx-min-tls-version option to select minimum tls values for HTTP servers
...
This allows administrators to disable TLS 1.0 and 1.1, for example.
Example:
rclone rcd --rc-min-tls-version=tls1.2 --rc-cert <cert> --rc-key <key>
2022-10-19 17:13:12 +01:00
ce3b65e6dc
all: fix spelling across the project
...
* abcdefghijklmnopqrstuvwxyz
* accounting
* additional
* allowed
* almost
* already
* appropriately
* arise
* bandwidth
* behave
* bidirectional
* brackets
* cached
* characters
* cloud
* committing
* concatenating
* configured
* constructs
* current
* cutoff
* deferred
* different
* directory
* disposition
* dropbox
* either way
* error
* excess
* experiments
* explicitly
* externally
* files
* github
* gzipped
* hierarchies
* huffman
* hyphen
* implicitly
* independent
* insensitive
* integrity
* libraries
* literally
* metadata
* mimics
* missing
* modification
* multipart
* multiple
* nightmare
* nonexistent
* number
* obscure
* ourselves
* overridden
* potatoes
* preexisting
* priority
* received
* remote
* replacement
* represents
* reproducibility
* response
* satisfies
* sensitive
* separately
* separator
* specifying
* string
* successful
* synchronization
* syncing
* šenfeld
* take
* temporarily
* testcontents
* that
* the
* themselves
* throttling
* timeout
* transaction
* transferred
* unnecessary
* using
* webbrowser
* which
* with
* workspace
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com >
2022-08-30 11:16:26 +02:00
00a684d877
Version v1.59.0
2022-07-09 18:09:25 +01:00
de5ccaab8e
docs: cross link doc pages for related commands
2022-06-21 23:43:00 +02:00
74af6409d4
docs/rc: added missing global flags ( #6083 )
2022-05-16 13:00:19 +02:00
d77736c21a
docs/size: extend documentation of size command
2022-04-26 19:37:15 +02:00
f9354fff2f
Version v1.58.0
2022-03-18 12:29:54 +00:00
328f0e7135
docs: fix links to rc debug commands
2021-12-30 21:52:34 +01:00
a52814eed9
docs: fix links to rc data types section
2021-12-30 20:46:39 +01:00
c08d48a50d
docs: improve grammar and fix typos ( #5361 )
...
This alters some comments in source files, but is interested mainly in documentation files and help messages.
2021-11-04 12:50:43 +01:00
169990e270
Version v1.57.0
2021-11-01 15:45:40 +00:00
37ff05a5fa
Version v1.56.0
2021-07-20 19:45:41 +01:00
98579608ec
docs: cleanup spelling of size and rate units
2021-04-27 02:25:52 +03:00
6e2e2d9eb2
Version v1.55.0
2021-03-31 19:12:08 +01:00
58d82a5c73
rc: allow fs= params to be a JSON blob
2021-03-30 17:07:27 +01:00
1b92e4636e
rc: implement passing filter config with _filter parameter
2021-02-23 10:54:40 +00:00
9c667be2a1
docs: remove dead link from rc.md ( #5038 )
2021-02-18 01:37:17 +03:00
6ecb5794bc
rc: add _config parameter to set global config for just this rc call
2021-02-07 14:56:41 +00:00
ae3963e4b4
fs: Add string alternatives for setting options over the rc
...
Before this change options were read and set in native format. This
means for example nanoseconds for durations or an integer for
enumerated types, which isn't very convenient for humans.
This change enables these types to be set with a string with the
syntax as used in the command line instead, so `"10s"` rather than
`10000000000` or `"DEBUG"` rather than `8` for log level.
2021-02-07 14:56:41 +00:00
7f5ee5d81f
Version v1.54.0
2021-02-02 14:17:09 +00:00
5ae5e1dd56
docs: add an extra paragraph with links to rclone rc and the HTTP API
...
See: https://forum.rclone.org/t/rcd-endpoint-documenation/20949
2020-12-11 10:58:59 +00:00
e4a87f772f
docs: spelling: e.g.
...
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com >
2020-10-28 18:16:23 +00:00
344bce7e2a
docs: fix formatting of rc docs page
...
See: https://forum.rclone.org/t/rclone-1-53-release/18880/24
2020-09-03 11:53:24 +01:00
510ac341e1
Version v1.53.0
2020-09-02 17:00:18 +01:00
744828a4de
rc: allow JSON parameters to simplify command line usage
...
If the parameter being passed is an object then it can be passed as a
JSON string rather than using the `--json` flag which simplifies the
command line.
rclone rc operations/list fs=/tmp remote=test opt='{"showHash": true}'
Rather than
rclone rc operations/list --json '{"fs": "/tmp", "remote": "test", "opt": {"showHash": true}}'
2020-07-22 18:40:52 +01:00
e62c032184
docs: remove manually set dates and use git dates instead
2020-06-01 13:07:46 +01:00
4d6af44045
docs: update all auto generated docs
2020-05-27 17:31:09 +01:00
74b8cbfb84
docs: set unsafe HTML parsing to false and fix raw HTML insertion
...
This means that markdown files can't contain <thing> any more.
2020-05-27 17:31:09 +01:00
2bd786a452
docs: fix rc docs and update anchors for new Hugo version
2020-05-27 17:31:08 +01:00
fb169a8b54
doc: fix typos throughout docs
2020-05-19 12:02:44 +01:00
38a4d50e73
rcd: Add Prometheus metrics support - fixes #3858
...
Signed-off-by: Gary Kim <gary@garykim.dev >
2020-03-01 09:58:34 +00:00
43daecd89b
Version v1.51.0
2020-02-01 10:40:01 +00:00
ccaca04a5d
rcd: move webgui apart; option to disable browser
...
Fix #3601 , #3785
2020-01-20 12:27:55 +00:00