feat(server, web): quotas (#4471)

* feat: quotas

* chore: open api

* chore: update status box and upload error message

---------

Co-authored-by: Jason Rasmussen <jrasm91@gmail.com>
This commit is contained in:
cfitzw
2024-01-12 18:43:36 -06:00
committed by GitHub
parent f4edb6c4bd
commit deb1f970a8
63 changed files with 646 additions and 118 deletions

View File

@@ -41,6 +41,11 @@ void main() {
// TODO
});
// int quotaSizeInBytes
test('to test the property `quotaSizeInBytes`', () async {
// TODO
});
// String storageLabel
test('to test the property `storageLabel`', () async {
// TODO

View File

@@ -76,6 +76,16 @@ void main() {
// TODO
});
// int quotaSizeInBytes
test('to test the property `quotaSizeInBytes`', () async {
// TODO
});
// int quotaUsageInBytes
test('to test the property `quotaUsageInBytes`', () async {
// TODO
});
// bool shouldChangePassword
test('to test the property `shouldChangePassword`', () async {
// TODO

View File

@@ -56,6 +56,11 @@ void main() {
// TODO
});
// int quotaSizeInBytes
test('to test the property `quotaSizeInBytes`', () async {
// TODO
});
// bool shouldChangePassword
test('to test the property `shouldChangePassword`', () async {
// TODO

View File

@@ -21,6 +21,11 @@ void main() {
// TODO
});
// int quotaSizeInBytes
test('to test the property `quotaSizeInBytes`', () async {
// TODO
});
// int usage
test('to test the property `usage`', () async {
// TODO

View File

@@ -71,6 +71,16 @@ void main() {
// TODO
});
// int quotaSizeInBytes
test('to test the property `quotaSizeInBytes`', () async {
// TODO
});
// int quotaUsageInBytes
test('to test the property `quotaUsageInBytes`', () async {
// TODO
});
// bool shouldChangePassword
test('to test the property `shouldChangePassword`', () async {
// TODO