Add per-user storage view#40506
Closed
pako81 wants to merge 3 commits intoowncloud:release-10.12.0from
pako81:add_per_user_storage
Closed
Add per-user storage view#40506pako81 wants to merge 3 commits intoowncloud:release-10.12.0from pako81:add_per_user_storage
pako81 wants to merge 3 commits intoowncloud:release-10.12.0from
pako81:add_per_user_storage
Conversation
Author
|
This is a follow-up of #40477 |
added 2 commits
November 22, 2022 14:42
Contributor
|
Note: this touches the same code areas as #40588 - we need to merge one of these, then make sure to rebase the other and test it again. |
Contributor
|
@pako81 the branch for this in your repo https://github.com/pako81/core has disappeared. |
Author
|
@phil-davis thanks for noticing it - the branch was deleted by mistake. Let's wait for #40588 to get merged and I will then open a new PR on a new branch in core repo for this one. This will not anyway be in 10.12.0 so we have some time. |
Author
|
Closing this in favour of #40657 |
11 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Add per-user storage view
Related Issue
Motivation and Context
Make possible to visualise used storage on per-user basis
How Has This Been Tested?
Storage Usedwill display the amount of used storage for every user. This option can be also opted in/out underSettingsin order to align with all other available users' options.Types of changes
Checklist: