wisp-gg / frontend

The frontend for WISP Game Panel
https://wisp.gg
MIT License
41 stars 15 forks source link

Check that compares disk usage with disk space #416

Open larsjarred9 opened 1 year ago

larsjarred9 commented 1 year ago

This pull request should resolve #409 Where it was possible to upload a file and the front-end would not have checked if the file upload was even valid so you could upload 1tb for example and fill the server above its capacity.

The code is a basic check that checks the server limit and uploads disk usage and then either continues or gives an error.

aidenfarley commented 7 months ago

Is this still currently an issue?