shypike
7b8e09613d
Log more info about failure to remove item from History.
11 years ago
oopoa
5d13e8fa7d
Add api for server usage statistics.
11 years ago
sanderjo
15e7cd9d6c
Logs in which rar file unwanted extension
11 years ago
shypike
218bf66391
Don't pass seemingly "joinable" files to par2. No longer needed since we use a wildcard.
Can lead to problems on Windows due to a potentially huge amount of parameters.
No longer needed since we're using the wild-card parameter nowadays.
11 years ago
shypike
6d5b095b2b
Fix bug that prevented multiple sets in one NZB from joining.
11 years ago
sanderjo
2c18d49efa
Handle server side 5xx problems
11 years ago
Der-Jan
1488758155
Set pwd to none when empty
11 years ago
JessThrysoee
d8ca1ed4f4
Use default-path in Plush cookies.
Cookies are not port specific. When sending cookies with path=/ to
http://localhost:8090/sabnzbd/ these cookies also turn up when
requesting e.g. http://localhost/apache2 or http://localhost:8080/tomcat and so on.
To avoid polluting the global cookie space, simply do not specify a path
when setting the cookie. This will result in a cookie with the default-path,
i.e. path=/sabnzbd for http://localhost:8090/sabnzbd .
11 years ago
shypike
60b8fbfc7b
Prevent false encryption messages.
Probably not encrypted when multiple files are in a RAR.
11 years ago
shypike
9a37449aa5
Prevent false positives for encryption detection.
Weird posts with double rar-ed subtitles.
11 years ago
shypike
bb992b441f
Implement support for X-Failure call-back URL.
Optionally to be called when par2 verification fails, the RAR files have CRC errors or the right password isn't known.
11 years ago
shypike
99521ca931
Prevent crash in unpacking due to unset variable.
11 years ago
shypike
ced3301c07
Fix problem with series name extraction in TVSort.
The latin1() call is now obsolete, but would convert None to u"None".
11 years ago
shypike
e6094141a0
Update main POT file.
11 years ago
shypike
7475c02a0f
When testing notifications for Growl and Prowl, use new parameters without needing to save first.
11 years ago
shypike
d58ef71a9d
Prevent URLs in the queue from getting ”sanitized”.
11 years ago
shypike
134a9b1507
Fix merge error.
Merge conflict of commit ef02b5eb
(X-DNZB-Failure) wasn't resolved.
11 years ago
shypike
82d1d78d9c
Using priority "Force" will override the duplicate NZB check.
Will work when manually entering an NZB.
11 years ago
shypike
6b1f9c0a50
Implement support to detect unwanted extensions inside RAR archives.
unwanted_extensions = .exe, .bla
action_on_unwanted_extensions = 1
11 years ago
shypike
7cbb6d5705
Prevent pseudo error message when testing "Notification Center".
11 years ago
Jostein Kjønigsen
4026904e9c
Support testing email based on values in UI instead of stored config.
11 years ago
shypike
0286f0736c
Don't trim file names when renaming them (so revert to old behavior).
11 years ago
shypike
2e77dd594e
Add "pause_pp" to the API.
11 years ago
shypike
c2adc2b846
Pause/abort on encryption failed when pre-check was active.
11 years ago
shypike
2c90cf9f13
Also remove colons ":" with option sanitize_safe
11 years ago
shypike
6f6d57f76d
Update OSX DMG template for Mavericks.
11 years ago
shypike
262b1304f4
Support "retry-after" attribute (for NZBFinder), used for rate limiting of NZB grabs.
11 years ago
shypike
fbc2deb054
Sanitize names when renaming files and folders.
11 years ago
shypike
a37c1e9a87
Make RAR/RAR5 detection more robust.
11 years ago
shypike
630c03f99f
Support double quotes in password entry boxes on job detail page.
11 years ago
shypike
6ae257d463
Prevent embedded password from getting damaged by sanitizing.
11 years ago
shypike
b19f082d5a
Extend password boxes on file details page.
11 years ago
shypike
2e24d073b9
Provisional RAR5 support.
Recognize magic rar5 marker and the "incorrect password" message.
11 years ago
shypike
37f3c482f0
Add password fields to File Detail pages of "smpl" and "Classic" skins.
Also remove previous band-aid to preserve passwords after repeated scans.
Scan is now only needed when old-style API call is done (so without password field).
11 years ago
shypike
70262b516c
When checking unrar, prevent creating a zombie process on some systems.
11 years ago
shypike
38a7263aee
Prevent unwanted change of queue order after editing job details.
When an explicit priority is set, the category evaluation should not temporarily change the priority,
which will cause a re-sort within the priority group.
11 years ago
Ed Courtenay
5145dfd4a3
Fix trailing slash
11 years ago
shypike
b072a3be57
Add Special option ”warn_dupl_jobs” to suppress/enable warning about duplicate jobs.
11 years ago
shypike
ebda0bf267
Support UNC paths in Sort expressions (Windows).
11 years ago
shypike
861ce9b4b2
Remove race-condition in PP-queue exit that prevented shutdown.
11 years ago
shypike
ba069ae8a3
Allow "Force" priority to be set in the NZO page.
Otherwise "Force" jobs will lose their priority when other fields are changed on the NZO page.
11 years ago
shypike
d3852666a7
Make sure a manually entered decryption password has no leading spaces.
11 years ago
shypike
805e97b581
Prevent PP queue timeout construction from keeping the CPU awake.
Due to a bug in the Python libraries queue.get(timeout=3) will awake the CPU every 50 msec.
The new code will only use the timeout to detect an empty queue.
If empty, but no end-of-queue check was needed, then launch an indefinite get().
11 years ago
shypike
56d9a74a39
Add more logging about password file results.
11 years ago
shypike
b20991ac4b
Add Special option "flat_unpack" to remove embedded folders in archives.
11 years ago
shypike
d685280f30
Upgrade unrar to 5.01
12 years ago
shypike
725f2cf489
Fix problem with space added to password coming from a file name.
Regression caused by redesign of password scanner.
12 years ago
shypike
676c235fe6
Don’t send 8th parameter to user script when empty.
Modify sample script to show 8th parameter.
12 years ago
shypike
ef02b5eb62
Add some basic support for X-DNZB-Failure and X-DNZB-Details headers coming from indexers.
”Failure” will send an extra URL parameter to the post processing script.
”Details” will override ”More-info” in the History.
12 years ago
shypike
204df02d5d
Add provisional support for unrar 5.
The report text for encrypted files has changed in unrar 5.
Thank you, Sander!
12 years ago