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
f5443ac939
accounting: clear finished transfer in stats-reset
...
In order to reduce memory usage `stats-reset` also
clears finished transfers.
Fixes #3734
2019-11-18 14:25:32 +00:00
199ac61bde
rc: add methods to turn on blocking and mutex profiling
2019-10-28 22:11:38 +00:00
1868c77e16
rc: fix formatting of docs
2019-10-27 10:43:40 +00:00
6fabf476cf
Version v1.50.0
2019-10-26 11:04:54 +01:00
b63e9befe8
rc docs: fix code section not rendering properly due to missing quotes
2019-10-13 12:26:37 +01:00
5932acfee3
rc: fix docs for config/create /update /password
2019-09-03 08:34:15 +01:00
8247c8a6af
rc: add anchor tags to the docs so links are consistent
2019-08-13 11:57:01 +01:00
bbb8d43716
rc: (docs) Add new parameters --rc-web-gui and --rc-allow-origin, --rc-web-fetch-url and rc-web-gui-update to documentation.
2019-08-12 19:04:12 +01:00
6a3e301303
accounting: add call to clear stats
...
- Make calls more consistent by changing path to kebab case.
- Add stacktrace information to job panics
2019-08-02 16:56:19 +01:00
57d5de6fba
build: fix up package paths after repo move
...
git grep -l github.com/ncw/rclone | xargs -d'\n' perl -i~ -lpe 's|github.com/ncw/rclone|github.com/rclone/rclone|g'
goimports -w `find . -name \*.go`
2019-07-28 18:47:38 +01:00
ff235e4e56
docs: update documentation for stats
2019-07-28 14:48:19 +01:00
245fed513a
Version v1.48.0
2019-06-15 13:55:41 +01:00
93207ead9c
rc/jobs: make job expiry timeouts configurable
2019-06-15 09:55:32 +01:00
2b05bd9a08
rc: implement operations/publiclink the equivalent of rclone link
...
Fixes #3042
2019-03-17 09:41:31 +00:00
eb85ecc9c4
Version v1.46
2019-02-09 10:42:57 +00:00
c4b0a37b21
rc: improve docs on debugging
2018-11-10 10:18:13 +00:00
2b1194c57e
rc: update docs with new methods
2018-11-05 15:44:40 +00:00
75a88de55c
rc/rcserver: with --rc-files if auth set, pass on to URL opened
...
If `--rc-user` or `--rc-pass` is set then the URL that is opened with
`--rc-files` will have the authorization in the URL in the
`http://user:pass@localhost/ ` style.
2018-11-05 15:44:40 +00:00
fa0a9653d2
rc: methods marked as AuthRequired need auth unless --rc-no-auth
...
Methods which can read or mutate external storage will require
authorisation - enforce this. This can be overidden by `--rc-no-auth`.
2018-11-04 20:42:57 +00:00
89550e7121
rcserver: serve directories as well as files
2018-11-04 15:11:51 +00:00
0bfa9811f7
rc: factor server code into rcserver and implement serving objects
...
If a GET or HEAD request is receivied with a URL parameter of fs then
it will be served from that remote.
2018-11-03 11:32:00 +00:00
2089405e1b
fs/rc: add more infrastructure to help writing rc functions
...
- Fs cache for rc commands
- Helper functions for parsing the input
- Reshape command for manipulating JSON blobs
- Background Job starting, control, query and expiry
2018-11-02 17:32:20 +00:00