-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Closed
Labels
Description
⚠️ This issue respects the following points: ⚠️
- This is a bug, not a question or a configuration/webserver/proxy issue.
- This issue is not already reported on Github OR Nextcloud Community Forum (I've searched it).
- Nextcloud Server is up to date. See Maintenance and Release Schedule for supported versions.
- I agree to follow Nextcloud's Code of Conduct.
Bug description
If a user has no storage space left NC25 shows a warning:

Starting with NC26 this is gone:

The FE looks for free_space to calculate the state for this hint.
This one looks like in NC25: <input type="hidden" id="free_space" value="0">
And in NC26: <input type="hidden" id="free_space" value="">
Steps to reproduce
- create a user with quota 0
- login as new user
- open files app
Expected behavior
There should be a hint that nothing can be created. But I am not sure if the hint for the permissions is correct, because it's based on missing storage not on missing permissions?! Just my 50cents.
Installation method
None
Nextcloud Server version
25
Operating system
None
PHP engine version
None
Web server
None
Database engine version
None
Is this bug present after an update or on a fresh install?
None
Are you using the Nextcloud Server Encryption module?
None
What user-backends are you using?
- Default user-backend (database)
- LDAP/ Active Directory
- SSO - SAML
- Other
Configuration report
No response
List of activated Apps
No response
Nextcloud Signing status
No response
Nextcloud Logs
No response
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done