Commit c803372
authored
Features/onedrive part 3 (#22)
* Extending the Retrieval logic
Clean-up required but changes work :-)
* More updates to sync, metrics etc
* More user feedback
* Starting the download files code
* Initial version of the downlad code... still to be prove to work
* Comple v1 of the download
Fix bug where final token not saved
* Rework Downloads and batch update dB
* Add logging to keep the user updated on the dB saves
* Wdding concurrent downloads
* Update to create folder structure in dB before continuing
* Adding metrics for file / folder downloads
* Garbage in...Garbage out...
Amongst other "improvements", earlier commits ment duplication of files / folders in the db
whilst this ommit is RUBBISH, I am make as a stake in the ground where I can attempt to use the good bits, and bin the sh1t
* NuGet updates1 parent 29f1d6a commit c803372
File tree
25 files changed
+1501
-256
lines changed- .vscode
- src/services/AStar.Dev.OneDrive.Client
- Services
- ViewModels
- Views
25 files changed
+1501
-256
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
9 | 8 | | |
| 9 | + | |
Lines changed: 3 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | 60 | | |
70 | 61 | | |
71 | | - | |
72 | | - | |
| 62 | + | |
| 63 | + | |
73 | 64 | | |
74 | 65 | | |
75 | 66 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
| |||
76 | 77 | | |
77 | 78 | | |
78 | 79 | | |
79 | | - | |
| 80 | + | |
80 | 81 | | |
81 | | - | |
| 82 | + | |
82 | 83 | | |
83 | 84 | | |
84 | 85 | | |
| |||
95 | 96 | | |
96 | 97 | | |
97 | 98 | | |
| 99 | + | |
98 | 100 | | |
99 | 101 | | |
100 | 102 | | |
| |||
0 commit comments