Mitchell Cash
e9bfc541a6
Py3: Remove unused imports ( #1218 )
* Remove unused imports
* Remove unused std_time function
6 years ago
Safihre
50cf85d17e
Py3: Remove RSSLib
6 years ago
Safihre
e827487c11
Py3: Simplify multi-language support
No more need for unicode tricks
6 years ago
Safihre
60afb7f444
Update copyright year to 2019
6 years ago
Safihre
a6ac88d5da
Improve History information of failed jobs
6 years ago
Safihre
0ae5c7f8aa
Code improvements
7 years ago
Safihre
2341ea44ec
Py3: Fixes after merge from develop
And set the shebang to Python 3 specifc
7 years ago
Safihre
7ecb31805e
Add API-capability to modify RSS filters
Closes #1154
7 years ago
Safihre
e8ebeb843c
Retry All would not Retry URL's
Closes #1164
7 years ago
Safihre
3840678913
Rename thread-database getter
Each thread needs it's own DB-connection (see Python-docs). So for each CherryPy-thread we need to store the thread connection. The name of the function made it sound like we create a whole new connection, which isn't the case.
7 years ago
Safihre
d86fb42d28
Code-style changes
7 years ago
Safihre
7a7ce47769
Remove redundant parentheses
7 years ago
Safihre
5e722b27f3
Fix more errors and warnings found by code validation
7 years ago
Safihre
8a676aeab4
Use general shutdown_program function everywhere
7 years ago
Safihre
bd709a7bdd
Use VALID_NZB_FILES constant
7 years ago
Safihre
2cdf284578
Update copyright to 2018
7 years ago
Safihre
14b32f30f0
Remove callback from API
It was only half-implemented.
7 years ago
Safihre
00f262c90e
Rename tvsort.py to sorting.py for consistency
8 years ago
Safihre
c6226c6adb
Add per-day download-stats to server_stats API-call
Linked #1079
8 years ago
Safihre
74b7f383db
Always show 1 decimal for MB and above
So it is similar to the JS filesize function
8 years ago
Safihre
bac5523ce3
Py3: Move all filesystem operations to seperate file
8 years ago
Safihre
b2508f3fd1
Py3: Use long-paths everywhere and fix diskspeed test
8 years ago
Safihre
8ea79934b8
Py3: Optimize JSON output
8 years ago
Safihre
056f82a2ae
Py3: Basic running of external programs and fixing startup on Linux
8 years ago
Safihre
3b36cfe4c9
Py3: Remove over-active 2to3 dictionary items/keys/values conversion
8 years ago
Safihre
1499932625
Py3: Only support sabyenc, do not start without sabyenc/par2/unrar
8 years ago
Safihre
d963988fc6
Py3: Correct JSON output for interface
8 years ago
Safihre
c6054e622c
Py3: First 2to3 conversion
8 years ago
Safihre
02d08f38eb
Correct handeling of jobs fetching extra blocks
Always need to set status to Fetching when getting more blocks and not show the priority selector in Glitter to prevent it from updating the priority.
@OneCDOnly
8 years ago
Safihre
ec8302717f
Warnings API-call now returns a dict like it should
8 years ago
Safihre
6e48ebccc7
Correctly display time if server and brower are not in same timezone
#989
8 years ago
Safihre
1c6419ea65
Revert "Paused status for individual download trumps Force priority"
Oops, I was wrong. This reverts commit d06c11673f
.
8 years ago
Safihre
a2adeffc1a
Correctly count all bytes and drop 'missing' use 'mbmissing'
Reporting number of missing articles makes 0 sense, it's the MB that matters.
8 years ago
Safihre
d06c11673f
Paused status for individual download trumps Force priority
8 years ago
Safihre
12004802b6
Allow users to set custom basepath
Closes #904
https://forums.sabnzbd.org/viewtopic.php?f=11&t=22511
8 years ago
Safihre
6068ca6376
Disable CherryPy timeout monitor
Besides throwing errors, it doesn't really help anything. The actions still get performed.
See also: https://github.com/cherrypy/cherrypy/issues/1625
8 years ago
Safihre
dca63878db
Force priority should be listed as 'Downloading' even if Queue paused
Closes #1012
8 years ago
Safihre
ebf0526420
Do not show NZB-age when it is nonsense
For example with a grabbing NZB.
8 years ago
Safihre
2c1746a92d
Show Montly usage graphs per server in Config
8 years ago
Safihre
3b9f2b2cf0
Remove par2classic/cmdline for Windows and macOS
8 years ago
Safihre
d3cc4f9f07
Direct Unpack indicator for Queue
8 years ago
Safihre
14e3334682
Correctly handle disk-space calculations
No more glitches in the interface during downloading.
8 years ago
Safihre
111feb1b57
Show missing articles as MB instead of number of articles
8 years ago
Safihre
792e337936
Rename increase_last_history_update to history_updated
8 years ago
Safihre
6cd2e66052
Use actual counter for LAST_HISTORY_UPDATE
Would otherwise miss some updates
8 years ago
Safihre
8aa6362432
Remove NZBQueue wrapper functions
Direct-access!
8 years ago
Safihre
b3a9dc9eeb
Fix old code throughout
8 years ago
Safihre
2def600d21
Remove unused imports and functions (pyflakes)
8 years ago
Safihre
707d4a7a0c
Adding Multipar executables
9 years ago
Safihre
519c44a72a
skip_dashboard=1 default for fullstatus API-call
8 years ago