Skip to content

[Bug]: Hint for no space in files is gone for >= NC26 #41113

@datenangebot

Description

@datenangebot

⚠️ This issue respects the following points: ⚠️

Bug description

If a user has no storage space left NC25 shows a warning:
SCR-20231025-nhyv

Starting with NC26 this is gone:
SCR-20231025-nibd

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

  1. create a user with quota 0
  2. login as new user
  3. 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

No one assigned

    Type

    No type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions