* Add pause on full Complete Download Folder and optional time limit for full disk pause
* Use nzo.bytes_tried in completed dir disk full check
* It's so black or white
* Don't pause on full download disk until it's necessary and don't apply timed pause to temporary disk
* Simpler ifs
* Compare with downloaded bytes, not remaining
* Fix comparison
* Increase pause check to 90% finished
* Subtract par2 files and increase limit to 95%
* Use checkbox for automatic resume and task scheduler for checking free space
* Make canceling resume task a separate method
* Black
* Replace some logging.debug with logging.info
* Remove sabnzbd.directunpacker.abort_all
* Rewrite explain-fulldisk_autoresume explanation
* Ignore complete_free if 0
* Style changes
* Remove scheduled task if the downloading is continued
* 'Every few minutes'
* Fix unchecking of fulldisk_autoresume in config page and don't do autoresume task if it has been disabled
* Black is rather picky
Co-authored-by: Safihre <safihre@sabnzbd.org>
* Add option for unlimited width
* Add skintext
* Select multiple extra columns
* Fix some markup
* Suggested changes
* Retrigger tests
* Make it possible to select multiple history columns as well
* Do not show extra columns on <1200px
* Fix Add NZB-row
Co-authored-by: Safihre <safihre@sabnzbd.org>
* GUI show warning for enabling HTTPS
* GUI show warning for enabling HTTPS. Make black happy
* GUI show warning for enabling HTTPS: warning in separate string
* GUI show warning for enabling HTTPS: Warning embedded
* GUI show warning for enabling HTTPS: proper class stuff
* Show current server speed on server config page
* Show server bps on Status and interface page
* Make black happy
* Remove server bps from config page
* Small optimization tweak
Co-authored-by: Safihre <safihre@sabnzbd.org>