* Update uni_config bootstrap css to same version of js (3.3.7).
* small accessibility change, removed thin dot border on focus
* Ignore VS Code settings folder
* cherry picked 'Fix disabled select for Glitter Night'
* glitter night - fix search border color
* Add rtl on main page
* Adjustments to rtl
* Forgot to add black check for this checkout
* Remove unnecessary style
* Remove more redundant attributes
* Some more reordering and alignment
* Align sorting and nzb drop downs
* Update NZB details and shutdown page
* Fix format
* Fix SABnzbd Config title tag
* Change file list header direction
* Set rtl variables in build_header instead and test dir="rtl" in config pages
* Revert some changes and handle styling using CSS
* Move more items to CSS
* Config RTL
* Move even more to CSS
* Small tweak
Co-authored-by: Safihre <safihre@sabnzbd.org>
* First working version
* Remove pprint
* Black
* Use date type and move to 5 minute polling
* Give hints about intended usage in explain text
* Use scheduled tasks and some smaller changes
* Black
* Remove hidden fields from form
* Cleanup
* This is not the easiest part to get right
* Black hook take 3
* Rework the server check tasks
* Show quota left for server
* Move Server description
Co-authored-by: Safihre <safihre@sabnzbd.org>
Closes#1455
* Save all interface values if useGlobalOptions is true
* Try to fix the tests
* New test test
* Another test test
* Remove default value for interface_settings
* 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>