nextcloud/server

Improve feedback for full storage

Open

#3,471 opened on Feb 13, 2017

View on GitHub
 (8 comments) (0 reactions) (0 assignees)PHP (4,865 forks)batch import
1. to developdesignenhancementfeature: external storagefeature: filesgood first issue

Repository metrics

Stars
 (34,953 stars)
PR merge metrics
 (Avg merge 20d) (627 merged PRs in 30d)

Description

  • set up a files external mount point that should be used by all users
  • set quota to 0 (so that they only can upload to the mount points)

It would now be nice to not show the warning Your storage is full, files can not be updated or synced anymore! if there are mount points specified (or show it less invasive).

@nextcloud/designers Ideas? Maybe something like we use in the read only shares, which is not that invasive:

bildschirmfoto 2017-02-13 um 13 22 24

Contributor guide