nextcloud / server

☁️ Nextcloud server, a safe home for all your data
https://nextcloud.com
GNU Affero General Public License v3.0
27.42k stars 4.07k forks source link

Cleanup button to remove "List of invalid files" #29680

Open cscholz opened 3 years ago

cscholz commented 3 years ago

Is your feature request related to a problem? Please describe. No

Describe the solution you'd like Nextcloud offers the security function to list faulty or missing files in the WebGUI.

Suggestion: A cleanup button to directly delete unnecessary files. Files with a different hash value should be excluded from this.

GUI

Administrator > Settings > Overview > 
Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the documentation ↗. (List of invalid files… / Rescan…)

Technical information
=====================
The following list covers which files have failed the integrity check. Please read
the previous linked documentation to learn more about the errors and how to fix
them.

Results
=======
- core
    - INVALID_HASH
        - core/Application.php < should not be affected
    - EXTRA_FILE
        - 3rdparty/brick/math/psalm-baseline.xml < should not be affected

Describe alternatives you've considered console compatible output. Example:

    - EXTRA_FILE
    rm 3rdparty/brick/math/psalm-baseline.xml
ygirod commented 7 months ago

Something new ?