Commit Graph

2625 Commits

Author SHA1 Message Date
126d71b332 Add Anthony Pessy to contributors 2022-11-03 17:06:24 +00:00
df9be72a82 Add coultonluke to contributors 2022-11-03 17:06:24 +00:00
6aa8f7409a Add Samuel Johnson to contributors 2022-11-03 17:06:24 +00:00
2617610741 docs: add direct download link for windows arm64 2022-10-31 21:14:10 +01:00
53dd174f3d docs: corrected download links in windows install docs 2022-10-31 21:09:53 +01:00
1fc864fb32 oracle-object-storage: doc fix
See #6521
2022-10-28 20:32:17 +02:00
8114744bce docs: Update faq.md with bisync
Updated FAQ to clarify that experimental bi-sync is now available.
2022-10-23 11:15:09 +01:00
db5d582404 Start v1.61.0-DEV development 2022-10-21 16:15:53 +01:00
01dbbff62e Version v1.60.0 2022-10-21 15:06:08 +01:00
afa61e702c docs: remove hosted by tag as server has moved 2022-10-21 12:49:10 +01:00
546dc82793 Add Robert Newson to contributors 2022-10-21 12:49:10 +01:00
d9c4d95ab3 Add Tom Mombourquette to contributors 2022-10-21 12:49:10 +01:00
0fb1b75a02 Add Manoj Ghosh to contributors 2022-10-21 12:49:10 +01:00
0d2a62a927 docs: Describe connection strings in alias backend 2022-10-21 12:47:51 +01:00
b75c207208 oracle-object-storage: overview, docs update 2022-10-21 12:47:03 +01:00
dff223f195 install.sh: fix arm-v7 download 2022-10-21 12:35:58 +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
daf3162bcf oracle-object-storage: minor docs update 2022-10-17 17:08:44 +01:00
bb3272e837 Add Bachue Zhou to contributors 2022-10-14 11:11:56 +01:00
cb5b5635c7 Add Manoj Ghosh to contributors 2022-10-14 11:11:56 +01:00
66ed0ca726 s3: add Qiniu KODO to s3 provider list - fixes #6195 2022-10-13 15:49:22 +01:00
b16e50851a Add a native backend for oracle object storage - fixes #6299 2022-10-13 13:04:56 +01:00
0c1fb8b2b7 Add YanceyChiew to contributors 2022-10-07 14:14:08 +01:00
13b65104eb dlna: add SSDP AnnounceInterval flag option
The current default AnnounceInterval is too short, causing the
multicast domain to be flooded with NOTIFY announcements,
which may prevent other dlna devices from sleeping.

This change allows users to set the announcement interval,
and it's default value also increased to 12 minutes.

Even within the interval, rclone can still passively respond to
M-SEARCH requests from other devices.
2022-10-06 16:59:51 +01:00
4e79de106a hubic: remove backend as service has now shutdown - fixes #6481 2022-10-05 13:33:37 +01:00
b437d9461a Add Isaac Aymerich to contributors 2022-10-05 13:33:29 +01:00
910af597a1 Add Lorenzo Milesi to contributors 2022-10-05 13:33:29 +01:00
c10965ecfb Add Dimitri Papadopoulos Orfanos to contributors 2022-10-05 13:33:29 +01:00
a3c06b9bbe docs/content: remove duplicate Scaleway C14 Glacier
Scaleway S3/C14 is now called S3/Glacier. Since Glacier is already
mentioned in the Rclone Scaleway section, let's just remove this
entry from here.
2022-10-02 21:58:16 +01:00
2aa264b33c smb: backend to support SMB - fixes #2042 2022-09-30 16:10:57 +01:00
4e078765f9 docs: improve description of make command in install docs 2022-09-28 16:14:12 +02:00
7fbc928a19 docs: remove "After" in systemd mount example
See #6459
2022-09-26 19:14:10 +02:00
27096323db docs: remove "After" in automount example
According to [systemd.automount](https://www.freedesktop.org/software/systemd/man/systemd.automount.html) manual

> Note that automount units are separate from the mount itself, so you should 
> not set After= or Requires= for mount dependencies here. 
> For example, you should not set After=network-online.target or 
> similar on network filesystems. Doing so may result in an ordering cycle.
2022-09-26 19:11:29 +02:00
bc09105d2e Add Richard Bateman to contributors 2022-09-18 11:31:11 +01:00
04b54bbb1e Add Alexander Knorr to contributors 2022-09-16 16:57:23 +01:00
90cda2d6c2 Add Dmitry Deniskin to contributors 2022-09-16 16:57:23 +01:00
dbd9ce78e6 Add Øyvind Heddeland Instefjord to contributors 2022-09-16 16:57:23 +01:00
cbc18e2693 docs: update install docs to make more consistent
This also adds repology badges where appropriate to show versions in
external repositories.
2022-09-16 16:56:00 +01:00
67c675d7ad docs: add cholateley package manager to install instructions 2022-09-15 16:12:39 +01:00
c080b39e47 s3: add support for IONOS Cloud Storage 2022-09-15 16:04:34 +01:00
8504da496b Changelog updates from Version v1.59.2 2022-09-15 11:57:07 +01:00
6ce0168ba5 docs: better alignment of icons
Fixes issue with spacing between icon and text in backend docs headers.

This reverts the changes from PR #5889 and #5701, which aligned menu/dropdown items when
icons have different sizes, and implements an alternative fix which gives slightly better
results, and also is more of a native Font Awesome solution:

Font Awesome icons are designed on grid and share a consistent height. But they vary in
width depending on how wide or narrow each symbol is. If you prefer to work with icons
that have a consistent width, adding fa-fw will render each icon using the same width.
2022-09-14 12:19:57 +01:00
91f8894285 ftp: Add force_list_hidden option
Forces the use of `LIST -a` command
when listing a directory which should
list all hidden folders and files.
2022-09-14 12:10:58 +01:00
655d63b4fd docs: fix a typo: aftering -> after 2022-09-14 11:14:32 +01:00
be53dcc9c9 docs: add more information about --track-renames
See: https://forum.rclone.org/t/feature-question-how-does-rclone-track-renames-and-moves/32911/4
2022-09-12 11:54:35 +01:00
f279e4ab01 Add Josh Soref to contributors 2022-09-05 12:10:59 +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
2ea5b4f0b8 Add YFdyh000 to contributors 2022-08-30 10:26:03 +02:00
02b7613104 docs/jottacloud: improve description of the standard authentication 2022-08-28 10:31:39 +02:00
b342c6cf9c docs/ftp: improve documentation of anonymous ftp - fixes #5650 2022-08-28 10:22:29 +02:00