Safihre
5f52535c44
Faster look-ups when restoring queue
8 years ago
Safihre
2f95410ab4
Allow for older queue-files
8 years ago
Safihre
5749c0c008
Keep TryList state
Part 1 of #973
8 years ago
Safihre
73c71ef4bf
Allow filenames with also 1-char file extension
8 years ago
Safihre
6bc1c51013
Remove server specific categories
Finally. This feature has only caused problems.
8 years ago
Safihre
bcdd3302a6
Stall prevention by checking TryList
8 years ago
Jonathon Saine
0fc3b60054
Add propercheck to allow PROPER/REAL/REPACK releases to bypass the series episode dupe check.
8 years ago
Safihre
e9b0d4d691
On to 2.3.0 we go
8 years ago
SABnzbd Automation
0dc2c6687d
Automatic translation update
8 years ago
Safihre
b061e582b6
Update text files for 2.2.0
8 years ago
Safihre
690731fd79
Update wizard Ad URL
8 years ago
Safihre
068b7ed7f5
Disk-speed test for Direct Unpack would cause restart
8 years ago
Safihre
aae2fdcd32
Update Unrar to 5.5.0 for Windows and macOS
Right on time.
Closes #935
8 years ago
Safihre
d3628a1eb7
CherryPy 8.1.2 - Catch the [Errno 0] Error
Untill a fix is found.
8 years ago
Safihre
9cc8176d87
Server-tests were broken due to deprecation warning
Linked #996
8 years ago
Safihre
27f83f21be
Update text files for 2.2.0RC3
8 years ago
Safihre
5e31a31a21
Make Server charts timezone-proof
Closes #997
8 years ago
Safihre
a077012478
Windows fix for subprocess would break when options were not specified
8 years ago
Safihre
fed0e0f765
Use win32api for power-options on Windows
8 years ago
Safihre
fbdbf7ab22
Improve par2 handeling by always parsing md5of16k and checking new sets
- We postpone only par2-files with actual blocks, in case of duplicate named par2 files that are of different sets we want all base-par2 files.
- The md5of16k is now calculated for every par2 file we get so we can rename everything.
- We also check during assembly if maybe a md5of16k is now available, in case the par2 file came in later.
- If a par2 file comes in, we double check if maybe this pack was not known yet. The setname might not be unique. This way we make sure that everything gets verified at the end.
Still need obfuscation improvements, but that's for later.
Linked #998
8 years ago
SABnzbd Automation
f013d38d00
Automatic translation update
8 years ago
Safihre
93b9c8a6da
Correctly escape the values in EN.po
8 years ago
SABnzbd Automation
e3a779bbc6
Automatic translation update
8 years ago
Safihre
adfce8c8b6
Update text files for 2.2.0RC2
8 years ago
Safihre
a49d68c0db
Double check that we have pynotify version we can work with
Closes #992
8 years ago
Safihre
e4156e76d1
Disable auto-zoom on mobile for adaptive pages
8 years ago
Safihre
35b66eea0e
Add more space to Config header just in case
8 years ago
Safihre
4d0cf8d45f
Correct naming and small style fix
8 years ago
Safihre
ad9fef5f41
Prevent SQL injection via category-argument with ' in them
8 years ago
Safihre
6235174995
CherryPy 8.1.2 - Correct f6c163b: macOS "Protocol wrong type for socket"
https://github.com/cherrypy/cheroot/pull/31
https://github.com/cherrypy/cheroot/pull/44
8 years ago
Safihre
4b9ca989c4
Correctly log the rar-files used by DirectUnpack
Not just assume we used them all.
8 years ago
Safihre
4d54aecceb
Check the workdir after extraction if we got everything
Sometimes there might be a file left that we did not extract. For example there are NZBs that have the main download in abc.part01.rar etc but also a abc.rar file with the NFO or other things.
SABnzbd would detect this as 1 set and not unpack both.
8 years ago
Safihre
11eeb6f2e9
Glitter filelist would not show 100% for very small files
Plus some cleanup of move-to-top/bottom code
8 years ago
Safihre
00364b1317
Only update RSS URI if it was modified
See #993
8 years ago
shypike
6666663f78
Fix typo in text about "allow duplicate files"
8 years ago
Safihre
3d6dfec47a
Disk-space check in Assembler and check if space to write current file
8 years ago
Safihre
0f3d44aa4b
safe_fnmatch should only do the matching
Oops, globber and globber_full are not the same!
8 years ago
SABnzbd Automation
d2d2471950
Automatic translation update
8 years ago
Safihre
b71343e8ab
Safe fnmatch everywhere, just to be sure
Linked #990
8 years ago
Safihre
489f3f4ba0
Catch special chars like "[]!*" to break fnmatch and thus repair
Closes #990
8 years ago
Safihre
3765e8c350
Add warning when many duplicate files were discarded
Linked #531 , Closes #986
8 years ago
Safihre
28d4f527b8
Fix the server-graphs
They did not display anything if it was the first of the month. Plus some style-fixes.
8 years ago
Safihre
1d8af8f97d
Correct counts if one_folder is enabled
8 years ago
Safihre
829ef4bee8
Only one_folder is a reason not to delete the folder in DircetUnpack
8 years ago
Safihre
7e40c12e47
Get rarfiles to delete from both RarFile and parsing Unrar output
RarFile will fail to list all volumes when the job is encrypted, it will only list the first volume. But parsing the output of Unrar will fail on special-char filenames (probably limited to Windows). So now only jobs that are encrypted *and* have many special-chars will not have all rars deleted correctly,
8 years ago
Safihre
37d8d659f5
Show deprication warning for Server Categories
8 years ago
Safihre
0a29291be2
Abort all direct unpackers when disk-full
8 years ago
Safihre
7f3a5f309b
Don't postpone if all par2 are desired and should be kept
Prevents downloading of all par2 in case people just wanted to keep some par2, but not all. If people really want all and no-cleanup, they should enable 'All par2'
8 years ago
Safihre
60ec5f9191
Less aggresive cache-busting
8 years ago
Safihre
d03e801e74
Only show import warnings when not gone
Can be removed if #952 is resolved
8 years ago