6 Commits

Author SHA1 Message Date
Cnly
468760e5e7 Merge 'olihey/onedrive_graph' into graph
Squashed commit of the following:

commit b898a732834de497d7748ff20782d82981066927
Author: Cnly <minecnly@gmail.com>
Date:   Sat Aug 18 17:13:46 2018 +0800

    onedrive: graph: fix supported hash types for different drive types

commit 106c62b634bbcb0015541ef576f6fe20b1c57caf
Author: Cnly <minecnly@gmail.com>
Date:   Fri Aug 17 20:28:29 2018 +0800

    onedrive: simple upload API only supports max 4MB files

commit 661795756f9a722003fc20a83e743ca901059acb
Merge: 8998c7fd 199454f9
Author: Cnly <minecnly@gmail.com>
Date:   Fri Aug 17 16:08:35 2018 +0800

    Merge remote-tracking branch 'olihey/onedrive_graph' into graph

    # Conflicts:
    #	backend/onedrive/api/types.go
    #	backend/onedrive/onedrive.go

commit 199454f9dcfcf4aed6654d98bded39cb3dc6db84
Author: Oliver Heyme <olihey@googlemail.com>
Date:   Mon Feb 5 08:13:07 2018 +0100

    [onedrive] Send modDate at create upload session and fix list children

commit 6997d0f90f01aeeb3fb93819ede13b978b0ac560
Author: Oliver Heyme <olihey@googlemail.com>
Date:   Thu Jan 25 21:17:19 2018 +0100

    Better error handling

commit fb58aeb06355a03b2fb59ae07e720b80512fb64b
Author: Oliver Heyme <olihey@googlemail.com>
Date:   Thu Jan 25 18:13:17 2018 +0100

    Added more options for adding a OneDrive Remote

commit 82c848a60a52b49c6f45c7053ccdab115bf9e2fc
Author: Oliver Heyme <olihey@googlemail.com>
Date:   Thu Jan 25 16:13:59 2018 +0100

    test succeed

commit daf22065f0dd681e954a877db467b9d9493731bd
Author: Oliver Heyme <olihey@googlemail.com>
Date:   Thu Jan 25 10:28:27 2018 +0100

    [onedrive] Enable writting

commit 0510f71ed992ffb7e0e0041d03adbe9b8a4d2889
Author: Oliver Heyme <olihey@googlemail.com>
Date:   Thu Jan 25 09:26:03 2018 +0100

    Changed to Microsoft graph
2018-08-22 15:24:44 +08:00
Yoni Jah
b1bd17a220 onedrive: shared folder support - fixes #1200 2018-07-11 18:48:59 +01:00
Nick Craig-Wood
1a3fb21a77 onedrive: add QuickXorHash support for OneDrive for business - fixes #2262 2018-04-20 21:03:03 +01:00
Nick Craig-Wood
1ac6dacf0f about: complete other providers and re-work internals
* Implement about for:
    * local, crypt, cache, drive, swift, hubic, onedrive, pcloud, dropbox
  * Implement `--json` and `---full` flag for `rclone about`
  * change About interface to return a Usage structure
  * Remove operations.About as it is too thin an interface
  * Implement Integration test

Relates to #1138 and #1564
2018-04-17 21:53:27 +01:00
Oliver Heyme
7f744033d8 onedrive: Removed upload cutoff and always do session uploads
Set modtime on copy


Added versioning issue to OneDrive documentation
2018-03-15 20:18:11 +00:00
Nick Craig-Wood
b8b620f5c2 Move all backends into backend directory 2018-01-12 17:07:38 +00:00