-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
fix(accounts): new account quota value #53273
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
Conversation
Signed-off-by: SebastianKrupinski <[email protected]>
|
/compile |
|
/backport to stable31 |
Signed-off-by: nextcloud-command <[email protected]>
|
I thought it was GiB on server side 🤔 |
A string "25 GB" the UserRow in the user list does the same thing. I'm guessing this is a work around for 32bit support as an integer input would limit the input to 4GB. Idk I though it was odd we where using a string. |
|
@come-nc can I get a second approval. Please |
Summary
Before
After
Checklist