-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[User Management] User quota usage #12602
Comments
@MorrisJobke @craigpg FYI |
Someone posted a nice screenshot here: #8242 (comment) |
Our dashboard app calculates each days each user's used disk space with some other stats. It may help. Even if it was my first app developped for OC :) |
Yeah - but that is absolute pain and not really going to scale very well. - I'd prefer not to add some more hacks when the solution is as easy as to wait until the feature for calculation is available :-) |
This will be great to have this feature and I will use it with joice :) As for the scaling, I agree, but at the times I coded my app, I feared that oc_filecache may be sometimes incorrect (not-synced). |
@icewind1991 What is missing here to read the quota more easily? |
Postponed to 8.1 |
I'd love to have this @icewind1991 is there a somewhat fast API now so I can take a look at some point at this? :-) |
Not atm, there are plans to add a table with all mount points for users which will allow this to be done fast |
👍 |
@MTRichards When can we get this? 00004291 |
I will evaluate it in the context of 9.1. |
@bboule This is still an unsolved issue -> reopen and removing the blue label. |
Ref: #15166 |
Feature didn't make it into 9.1, also wasn't on the plan. |
Closing in favor of older ticket, I'll move the labels there: #1344 |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
As an admin, I want to be able to easily and quickly see the current quota usage of all of the users on the system.
Acceptance Criteria:
This should be integrated in the user management panel. This displays the % of used quota next to the quota drop down for each user in the table. The option is set in the settings panel on the bottom left (the gear). When the option is selected, a new column appears with this info displayed
The text was updated successfully, but these errors were encountered: