Skip to content
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

[Bug]: “Your storage is full, files can not be updated or synced anymore!” notification is displayed to users with quota set to 0 Bytes #43535

Closed
4 of 8 tasks
jkhradil opened this issue Feb 12, 2024 · 3 comments · Fixed by #43666

Comments

@jkhradil
Copy link

⚠️ This issue respects the following points: ⚠️

Bug description

Nextcloud shows “Your storage is full, files can not be updated or synced anymore!” notification when user's quota is exceeded or backend storage is full. Since version 28 this notification is also displayed to users with quota set to 0 Bytes. This quota is commonly used to create "read-only" users, to whom this notification is confusing and it would be better if wasn't shown.

Steps to reproduce

  1. Cerate a user with quota set to 0 Bytes.
  2. Login as this user.
  3. See “Your storage is full, files can not be updated or synced anymore!” notification.

Expected behavior

“Your storage is full, files can not be updated or synced anymore!” should not be displayed to users with quota set to 0 Bytes.

Installation method

None

Nextcloud Server version

28

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

Additional info

I can send PR with a fix if you'll agree.

@jkhradil jkhradil added 0. Needs triage Pending check for reproducibility or if it fits our roadmap bug labels Feb 12, 2024
@solracsf
Copy link
Member

I can send PR with a fix if you'll agree.

Please do :)

jkhradil added a commit to jkhradil/nextcloud-server that referenced this issue Feb 13, 2024
Fix for nextcloud#43535

Signed-off-by: jkhradil <jkhradil@gmail.com>
jkhradil added a commit to jkhradil/nextcloud-server that referenced this issue Feb 13, 2024
Resolves nextcloud#43535

Signed-off-by: jkhradil <jkhradil@gmail.com>
@jsobiecki
Copy link

jsobiecki commented Feb 13, 2024

I confirm this issue with latest nextcloud (28.0.2).

skjnldsv pushed a commit to jkhradil/nextcloud-server that referenced this issue Feb 15, 2024
Resolves nextcloud#43535

Signed-off-by: jkhradil <jkhradil@gmail.com>
@veitw
Copy link

veitw commented Feb 16, 2024

Same issue for me. My users are only allowed to store files inside group folders and hence have a personal quota of 0 bytes. They are quite confused being permanently confronted with this notification.

Seconding integration of jkhradil's patch.

joshtrichards pushed a commit to jkhradil/nextcloud-server that referenced this issue Feb 18, 2024
Resolves nextcloud#43535

Signed-off-by: jkhradil <jkhradil@gmail.com>
joshtrichards added a commit that referenced this issue Feb 19, 2024
…quotas

Fixes #43535 
Fixes #43280 

Replaces #43544 

Signed-off-by: Josh <josh.t.richards@gmail.com>
nextcloud-command pushed a commit that referenced this issue Feb 19, 2024
…quotas

Fixes #43535
Fixes #43280

Replaces #43544

Signed-off-by: Josh <josh.t.richards@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
@joshtrichards joshtrichards added 3. to review Waiting for reviews feature: files and removed 0. Needs triage Pending check for reproducibility or if it fits our roadmap labels Feb 19, 2024
backportbot bot pushed a commit that referenced this issue Feb 20, 2024
…quotas

Fixes #43535

Fixes #43280

Replaces #43544

Signed-off-by: Josh <josh.t.richards@gmail.com>

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>

[skip ci]
nextcloud-command pushed a commit that referenced this issue Feb 20, 2024
…quotas

Fixes #43535

Fixes #43280

Replaces #43544

Signed-off-by: Josh <josh.t.richards@gmail.com>

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
backportbot bot pushed a commit that referenced this issue Feb 21, 2024
…quotas

Fixes #43535

Fixes #43280

Replaces #43544

Signed-off-by: Josh <josh.t.richards@gmail.com>

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>

[skip ci]
nextcloud-command pushed a commit that referenced this issue Feb 21, 2024
…quotas

Fixes #43535

Fixes #43280

Replaces #43544

Signed-off-by: Josh <josh.t.richards@gmail.com>

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
hardviper pushed a commit to hardviper/server that referenced this issue Feb 21, 2024
…quotas

Fixes nextcloud#43535
Fixes nextcloud#43280

Replaces nextcloud#43544

Signed-off-by: Josh <josh.t.richards@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Signed-off-by: d.kudrinskiy <hardviper@icloud.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
6 participants