77c7077458
Version v1.62.0
2023-03-14 12:42:23 +00:00
23d17b76be
onedrive: default onedrive personal to QuickXorHash
...
Before this change the hash used for Onedrive Personal was SHA1. From
July 2023 Microsoft is phasing out SHA1 hashes in favour of
QuickXorHash in Onedrive Personal. Onedrive Business and Sharepoint
remain using QuickXorHash as before.
This choice can be changed using the --onedrive-hash-type flag (and
config option) so that SHA1 can be selected while it is still
available in the transition period.
See: https://forum.rclone.org/t/microsoft-is-switching-onedrive-personal-to-quickxorhash-from-sha1/36296/
2023-03-02 19:32:35 +00:00
34333d9fa8
docs: added troubleshooting tips for Live Photos in OneDrive
2023-02-03 16:24:30 +00:00
b9d9f9edb0
docs: use --interactive instead of -i in examples to avoid confusion
2023-01-24 20:43:51 +01:00
8aebf12797
docs: fix unescaped HTML
2022-12-23 16:53:43 +00:00
c5a2c9b046
onedrive: document workaround for shared with me files
2022-12-12 12:04:28 +00: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
655d63b4fd
docs: fix a typo: aftering -> after
2022-09-14 11:14:32 +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
47539ec0e6
docs: fix minor typo in onedrive docs
2022-08-21 22:09:33 +02:00
03d0f331f7
onedrive: rename Onedrive(cn) 21Vianet to Vnet Group
...
The old site had shown a redirect page to the new one since 2021-4-21.
https://www.21vianet.com
The official site had renamed to Vnet Group also.
https://www.vnet.com/en/about
2022-07-17 17:07:23 +01:00
00a684d877
Version v1.59.0
2022-07-09 18:09:25 +01:00
bc70a95fca
docs: consistent capitalization of WebDAV, DLNA, HTTP
2022-06-21 23:43:00 +02:00
dcc128c70d
docs/onedrive: document creation of client ID for OneDrive Business
2022-06-17 07:33:56 +02:00
50c2e37aac
onedrive: add access scopes option
...
By default, rclone always requests read and write permissions. No matter what settings you configure in the AAD application. This option allows to explicitly request readonly permissions
Migrated read only option to access scope option and set disable_site_permission option to hidden.
2022-06-14 10:21:23 +01:00
9e9ead2ac4
onedrive: note that sharepoint also changes web files (.html, .aspx)
2022-04-03 12:43:23 +01:00
f9354fff2f
Version v1.58.0
2022-03-18 12:29:54 +00:00
bc23bf11db
onedrive: add config option for oauth scope Sites.Read.All ( #5883 )
2022-01-10 21:28:19 +08: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
63a24255f8
onedrive: handle HTTP 400 better in PublicLink() ( #5419 )
2021-07-27 17:55:57 +08:00
f39a08c9d7
clarification of the process for creating custom client_id
2021-07-24 09:19:48 +03:00
37ff05a5fa
Version v1.56.0
2021-07-20 19:45:41 +01:00
367cf984af
docs: added tip to reduce SharePoint throttling - fixes #5404
2021-07-08 11:39:52 +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
1fd9b483c8
onedrive: add list_chunk option
...
Add --onedrive-list-chunk option similar to existing options for azureblob, drive, and s3.
Suggested as a workaround for a OneDrive pagination bug
See: https://forum.rclone.org/t/unexpected-duplicates-on-onedrive-with-0s-in-filename/23164/8
2021-04-04 09:08:16 +01:00
7f5ee5d81f
Version v1.54.0
2021-02-02 14:17:09 +00:00
817987dfc4
docs: Update Onedrive max file size limit
2021-01-21 09:50:48 +00:00
78a76b0d29
onedrive: remove % and # from the set of encoded characters ( #4909 )
...
onedrive: remove % and # from the set of encoded characters
This fixes #4700 , fixes #4184 , fixes #2920 .
2021-01-08 12:07:17 +00:00
d833e49db9
docs: Update onedrive setup guide
...
I followed this guide and successfully set up OneDrive on rclone, but there is a detail which stumped me for some time.
You may not copy and paste `http://localhost:53682/ ` from this document to Microsoft's website, you must type it, otherwise it is not recognized as a valid address. I edited the line with this information.
2020-12-27 15:47:56 +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
b60ac7b66a
onedrive: document workaround for file size download errors #2036
2020-09-02 11:44:05 +01:00
1abc252ed3
onedrive: document refresh token expiry - fixes #4512
2020-08-21 15:56:41 +01:00
b401a727f7
onedrive: add --onedrive-no-versions flag to remove old versions - fixes #4106
2020-08-07 15:58:30 +01:00
8eb16ce89c
onedrive: implement rclone cleanup #4106
2020-08-07 15:58:30 +01:00
07b2ce4ab2
Avoid comma rendered in URL in onedrive.md ( #4438 )
...
Removed comma from the end of the Azure AD Applications List Blade URL since it was not resolving and customers were opening up support tickets with the Microsoft Azure AD team.
2020-07-15 15:55:00 +08:00
4e8fda228d
docs: Updated OneDrive max file size
2020-06-25 12:04:52 +01:00
e62c032184
docs: remove manually set dates and use git dates instead
2020-06-01 13:07:46 +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
56c9fdb53c
docs: updates filesize limitations for OneDrive Personal
2020-05-20 08:11:25 +01:00
fb169a8b54
doc: fix typos throughout docs
2020-05-19 12:02:44 +01:00
b71e1a16b1
docs: update account type during OneDrive app registration
2020-02-12 11:04:49 +00:00
43daecd89b
Version v1.51.0
2020-02-01 10:40:01 +00:00
87c844bce1
onedrive: clarify docs around making your own client ID
...
See: https://forum.rclone.org/t/onedrive-token-configuration-failure/13634
2020-01-11 16:30:13 +00:00
41ed33b08e
docs: update onedrive/sharepoint docs on some known issues
2019-10-12 12:08:22 +01:00
3d807ab449
docs: update onedrive docs on creating own client ID
...
Updated the creating "own Client ID and Key" based on new portal (portal.azure.com).
2019-10-11 15:24:54 +01:00