a15f50254a
docs: grammar: if, then
...
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com >
2020-10-28 18:16:23 +00:00
3e1cb8302a
docs: spelling: etc.
...
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com >
2020-10-28 18:16:23 +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
bbe7eb35f1
docs: spelling: server-side
...
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com >
2020-10-28 18:16:23 +00:00
510ac341e1
Version v1.53.0
2020-09-02 17:00:18 +01:00
e62c032184
docs: remove manually set dates and use git dates instead
2020-06-01 13:07:46 +01:00
6882aeff97
Version v1.52.0
2020-05-27 17:31:10 +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
6d19bbba73
docs: add description to commands and index page
2020-05-27 17:31:08 +01:00
11f8cb32d1
docs: new flags
2020-05-27 17:31:08 +01:00
fb169a8b54
doc: fix typos throughout docs
2020-05-19 12:02:44 +01:00
93caa459e3
fs/config: add header-download and header-upload flags
2020-04-23 11:07:21 +01:00
158870bcdb
fs: Add --track-renames-strategy for configurable matching criteria for --track-renames
...
This commit adds the `--track-renames-strategy` flag which allows the
user to choose the strategy for tracking renames when using the
`--track-renames` flag.
This can be "hash" or "modtime" or both currently.
This, when used with `--track-renames-strategy modtime` enables
support for tracking renames in encrypted remotes.
Fixes #3696
Fixes #2721
2020-03-20 13:04:56 +00:00
eb0fc21533
fs: filter flags ability to read from stdin - fixes #4034
2020-03-16 17:16:50 +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
6fabf476cf
Version v1.50.0
2019-10-26 11:04:54 +01:00
a6387e1f81
Version v1.49.0
2019-08-26 15:25:20 +01:00
4ee6de5c3e
docs: add a new page with global flags and link to it from the command docs
...
In f544234 we removed the global flags from each command as it was
making each page very big and causing 1000s of lines of duplication in
the man page.
This change adds a new flags page with all the global flags on and
links each command page to it.
Fixes #3273
2019-06-20 16:45:44 +01:00