da25305ba0
docs: update backend config samples
2024-08-17 16:00:18 +02:00
47588a7fd0
docs: fix typo in batcher docs for dropbox and googlephotos
2024-07-24 10:58:22 +01:00
93e8a976ef
Version v1.67.0
2024-06-14 16:04:51 +01:00
b6013a5e68
Version v1.66.0
2024-03-10 11:22:43 +00:00
82b963e372
Version v1.65.0
2023-11-26 16:07:39 +00:00
a7faf05393
docs: cleanup backend hashes sections
2023-11-20 17:43:57 +00:00
4c5a21703e
docs: dropbox: Explain that Teams needs "Full Dropbox"
2023-07-28 17:52:29 +09:00
e8cbc54a06
docs: dropbox get client id, clarify you need to click a button
2023-07-01 17:50:40 +01:00
e90537b2e9
Version v1.63.0
2023-06-30 14:11:17 +01:00
beea4d5119
lib/oauthutil: Improved usability of config flows needing web browser
...
The config question "Use auto config?" confused many users and lead to
recurring forum posts from users that were unaware that they were using
a remote or headless machine.
This commit makes the question and possible options more descriptive
and precise.
This commit also adds references to the guide on remote setup in the
documentation of backends using oauth as primary authentication.
2022-12-09 14:41:05 +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
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
f9354fff2f
Version v1.58.0
2022-03-18 12:29:54 +00:00
169990e270
Version v1.57.0
2021-11-01 15:45:40 +00:00
c2597a4fa3
docs: cleanup header levels in backend docs ( #5698 )
2021-10-14 15:40:18 +02:00
37ff05a5fa
Version v1.56.0
2021-07-20 19:45:41 +01:00
08040a57b0
dropbox: improve "own App IP" instructions ( #5325 )
...
Instructions in https://rclone.org/dropbox/#get-your-own-dropbox-app-id
are a little incomplete. I had to guess a few extra details to make things work.
This patch adds missing parts.
Fixes #5242
2021-05-14 17:42:30 +03:00
2e4b65f888
dropbox: add --dropbox-batch-mode flag to speed up uploading #5156
...
This adds 3 upload modes for dropbox off, sync and async and makes
sync the default.
This should improve uploads (especially for small files) greatly.
2021-05-14 14:07:44 +01:00
2925e1384c
Use binary prefixes for size and rate units
...
Includes adding support for additional size input suffix Mi and MiB, treated equivalent to M.
Extends binary suffix output with letter i, e.g. Ki and Mi.
Centralizes creation of bit/byte unit strings.
2021-04-27 02:25:52 +03:00
fcba51557f
dropbox: set visibility in link sharing when --expire is set
...
Note that due to a bug in the dropbox SDK you'll need to set --expire
to access this.
See: https://github.com/dropbox/dropbox-sdk-go-unofficial/issues/75
See: https://forum.rclone.org/t/rclone-link-dropbox-permissions/23211
2021-04-07 13:58:37 +01:00
6e2e2d9eb2
Version v1.55.0
2021-03-31 19:12:08 +01:00
e4a87f772f
docs: spelling: e.g.
...
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com >
2020-10-28 18:16:23 +00:00
b3964efe4d
docs/dropbox: update docs with information regarding the new flags to access shared files and folders
2020-09-08 19:02:35 +02: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
80391fbcd4
dropbox: Add copyright detector info in limitations section in the docs
...
Dropbox files protected by copyright can't be synced and results
in an error. This issue reflects that in the Dropbox's limitations
section to warn rclone users and give info about why this error
occurs due that by default Dropbox API doesn't give enough info.
Proposed by the original repo owner in this comment:
https://github.com/rclone/rclone/issues/2301#issuecomment-388291079
Co-authored-by: Nick Craig-Wood <nick@craig-wood.com >
2020-05-31 12:22:54 +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
48eef2fb3c
docs: add missing word
2020-05-26 13:49:09 +01:00
23f7943645
Dropbox: Add info about required redirect url
2020-03-20 14:51:53 +00:00
43daecd89b
Version v1.51.0
2020-02-01 10:40:01 +00:00
c57ea8d867
docs: add instructions to create your own dropbox app ID
2019-10-28 16:49:16 +00:00
d211347d46
dropbox: use lib/encoder
2019-09-30 14:05:49 +01:00
73e010aff9
docs: make the config walkthroughs consistent for each backend
2019-08-26 10:47:17 +01:00
93810a739d
docs: update fontawesome free to 5.10.2 and fixup broken images
2019-08-25 11:09:19 +01:00
d35bd15762
Version v1.45
2018-11-24 13:44:25 +00:00
78b9bd77f5
docs: auto generate backend options documentation
...
This inserts the output of "rclone help backend xxx" into the help
pages for each backend.
2018-10-06 11:47:46 +01:00
a9273c5da5
docs: move documentation for options from docs/content into backends
...
In the following commit, the documentation will be autogenerated.
2018-10-06 11:47:46 +01:00
d18928962c
dropbox: make dropbox for business folders accessible #2003
...
Paths prefixed with / on a dropbox for business plan will now start at
the root instead of the users home directory.
2018-06-13 11:03:34 +01:00
196da4d903
dropbox: fix a typo in the docs
2018-04-13 13:24:58 +01:00
8357a82eee
dropbox: change default chunk size to 48MB now we are buffering them in memory
2017-11-22 17:15:37 +00:00
6381959850
dropbox: support Dropbox content hashing scheme - fixes #1302
...
* add support to hashing module
* add dbhashsum to list the hashes
* add support to dropbox module
This means objects up and downloaded to/from Dropbox will have their
hashes checked.
Note after this change local objects are calculating MD5, SHA1 and
DBHASH which is excessive and needs to be fixed.
2017-05-29 12:04:44 +01:00
8e214e838e
dropbox: Update dropbox to use the v2 API #349
...
This is feature complete with the old version but now supports modification times.
2017-05-29 12:04:33 +01:00
7e858f4b8d
dropbox: typo
...
dropbix -> dropbox.
2017-04-25 08:07:37 +01:00
4652db34a4
Update config docs - fixes #1174
2017-03-05 10:14:57 +00:00
3c87a0d0dc
Update remote docs to show correct setup process
2017-01-10 13:09:52 +00:00
56adb52a21
Rename Amazon Cloud Drive to Amazon Drive - fixes #532
2016-07-11 12:42:44 +01:00
f469905d07
dropbox: Note 10,000 files limitation on purge - fixes #374
2016-03-22 14:46:43 +00:00
090ce00afc
Clarify Dropbox docs on mod times - fixes #345
2016-02-21 13:52:00 +00:00
377986d599
Update config walk throughs with new style choice menu
2016-02-21 13:40:16 +00:00