Commit 631f464
committed
Support for user file quota
1 parent f95148a commit 631f464
File tree
5 files changed
+47
-6
lines changed- src
- cloud/src
5 files changed
+47
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
111 | | - | |
| 111 | + | |
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | | - | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
118 | 121 | | |
119 | 122 | | |
120 | 123 | | |
121 | 124 | | |
122 | 125 | | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
123 | 141 | | |
124 | 142 | | |
125 | 143 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
75 | | - | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
76 | 79 | | |
77 | 80 | | |
78 | 81 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
387 | 387 | | |
388 | 388 | | |
389 | 389 | | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
390 | 400 | | |
391 | 401 | | |
392 | 402 | | |
| |||
523 | 533 | | |
524 | 534 | | |
525 | 535 | | |
| 536 | + | |
| 537 | + | |
| 538 | + | |
| 539 | + | |
| 540 | + | |
| 541 | + | |
| 542 | + | |
| 543 | + | |
| 544 | + | |
| 545 | + | |
526 | 546 | | |
527 | 547 | | |
528 | 548 | | |
| |||
Submodule range-cloud-lib updated 22 files
- CMakeLists.txt+13
- include/rcl_cloud_client.h+8
- include/rcl_file_info.h+4
- include/rcl_file_manager.h+139
- include/rcl_file_manager_cache.h+48
- include/rcl_file_manager_settings.h+57
- include/rcl_file_quota.h+78
- include/rcl_file_tools.h+4
- include/rcl_http_server.h-5
- include/rcl_software_manager.h+2-2
- include/rcl_tls_trust_store.h+6
- include/rcl_user_info.h+10
- src/rcl_cloud_client.cpp+19-7
- src/rcl_file_info.cpp+19
- src/rcl_file_manager.cpp+405
- src/rcl_file_manager_cache.cpp+117
- src/rcl_file_manager_settings.cpp+62
- src/rcl_file_quota.cpp+115
- src/rcl_file_tools.cpp+6
- src/rcl_http_server.cpp+3-9
- src/rcl_tls_trust_store.cpp+20
- src/rcl_user_info.cpp+25
0 commit comments