shypike
1df2943d05
Update text files for 0.7.20
11 years ago
shypike
543eeae124
Make sure that Rating support is suppressed completely when disabled.
11 years ago
shypike
8ed2f7a175
Update some license files.
11 years ago
shypike
074c78ce31
Update text files for 0.7.20RC2
11 years ago
shypike
01b93ce8eb
More flexibility in Rating meta data.
11 years ago
shypike
ff42913359
Update unrar to 5.11 for (Snow)Leopard on Intel, but not for PPC.
There's no unrar 5.* release for PPC.
11 years ago
shypike
9b3dcb0bda
Merge pull request #184 from sanderjo/0.7.x
Measure and log Pystone performance, and - if possible - CPU type
11 years ago
shypike
a9cfff0ce3
Update text files for 0.7.20RC1
11 years ago
shypike
ca4db6b428
Support for the NZB meta field "x-rating-host".
11 years ago
shypike
f986f649d2
Let the API-call "Retry" return the new nzo_id of the job.
Also change the status of a doomed re-fetch from "Failed" to "Fetching".
11 years ago
shypike
48b47535b6
Update copyright year.
11 years ago
shypike
194fbce7ae
Added an issue and made some language corrections.
11 years ago
shypike
17ae4d9974
OSX Yosemite: make top-menu icon compatible with "Dark Mode".
11 years ago
shypike
cdaf7ae973
Fix problem of testing email server with existing parameters.
In existing email parameters the password consists only of asterisks.
In that case, get the password from storage.
Also improve the logging of failed authentication attempts.
11 years ago
shypike
1390a17950
Update unrar for OSX to 5.11
(Earlier update wasn't right for OSX.)
11 years ago
shypike
852b0e3cc2
Update text files for 0.7.19
11 years ago
shypike
d3715e0ab9
Support double quotes to delineate parameters in category match lists.
"a b", "c d"
is now properly handled. The double quotes needed HTML-quoting.
11 years ago
shypike
8d28d8f000
Correct spelling of OSX release names.
11 years ago
shypike
1a3dd15609
When sanitizing names, preserve "." and ".." elements in paths.
"sanitize_foldername()" was too eager to remove "." characters, thus removing "." and "..".
When using a single folder, the final "." element would be replaced with "unknown".
11 years ago
shypike
ad58dde0e0
The after-unrar-check needs to take the "flat_unpack" option into account.
11 years ago
sanderjo
da317d9054
Scheduling logging in proper format (hh:mm), so 08:05 instead of 8:5
Old:
2014-10-26 08:03:11,305::DEBUG::[scheduler:127] scheduling speedlimit(['5000']) on days [1, 2, 3, 4, 5, 6, 7] at 8:5
New:
2014-10-26 08:18:45,493::DEBUG::[scheduler:127] scheduling speedlimit(['5000']) on days [1, 2, 3, 4, 5, 6, 7] at 08:05
11 years ago
shypike
9e344114d6
When a comma is present in a file name, quotes are needed when passed to a user script.
The replacement list2cmdline() should handle commas.
11 years ago
shypike
2cc73c8ad1
Update OSX DMG image.
Make MountainLion/Mavericks/Yosemite the default choice.
Separate folders for SnowLeopard and Lion.
11 years ago
shypike
efe473b4d7
Update OSX signing.
Lion build can only be signed on Lion.
ML/Mav build must be signed on Mav.
11 years ago
shypike
f9e02458e7
Update text files for 0.7.19RC4
11 years ago
shypike
07d8ceb284
Fix problem of a job's destination path getting damaged on Windows.
"D:\folder\map" would become "D:folder\map", giving nasty side-effects.
11 years ago
shypike
fc141b6cb6
Update text files for 0.7.19RC3
11 years ago
shypike
4b31bea0e3
Change renaming of duplicate files from file.ext-->file.ext.1 to file.ext-->file.1.ext
Works better when encountering multiple rar/par sets with identically named files.
11 years ago
shypike
44b1b6ca2e
Corrected meta-data name
11 years ago
shypike
8da8b62446
Make OSX MountainLion build compatible with Mavericks.
11 years ago
shypike
dc03414659
Do not remove a leading dot in a path element.
"/folder/.hidden/" must be preserved.
"/folder/hidden./" must be converted to "/folder/hidden/"
11 years ago
shypike
be7222de8f
Windows UNC paths, used as final destination, were damaged.
misc.sanitize_and_trim_path() did not handle UNC paths properly.
11 years ago
shypike
0f64495d25
Update text files for release 0.7.19RC3
11 years ago
shypike
9f82347e72
Update OSX signing method
11 years ago
shypike
f22b26ba09
Treat RAR CRC errors like "incorrect password"
Older versions of unrar report wrong passwords as CRC errors.
Therefor, try the next password (if available) when a CRC error is reported.
11 years ago
shypike
f9081afe80
Auto-update rating_host value.
11 years ago
SanderJ
4904ff4bd9
Measure and log Pystone performance, and - if possible - CPU type
Pystone performance will give an indication of the performance that can be expected from SAB, par2 and unrar
11 years ago
shypike
8c2eda4e4b
Update text files for 0.7.19RC2
11 years ago
shypike
5591127a0e
Expose the rating_host setting to Config->Special.
11 years ago
shypike
823ec4fad8
Add Finnish translation
11 years ago
Johannes 'fish' Ziemke
661dc33912
Add Dockerfile
Usage:
docker build -t sabnzbd .
docker run -p 127.0.0.1:8080:8080 sabnzbd
11 years ago
shypike
28370c826a
Merge pull request #183 from sanderjo/0.7.x
Extra logging in case of Loading .../.sabnzbd/admin/Rating.sab failed
11 years ago
sanderjo
12086a247f
Extra logging in case of Loading .../.sabnzbd/admin/Rating.sab failed
Will print the exact except error message in the error message.
11 years ago
shypike
f53c25ccc5
Update text files for 0.7.19RC2
11 years ago
shypike
04d31bd807
OSX Signing is now only possible on OSX Mavericks, so check this.
11 years ago
shypike
433711bdc6
Prevent folder trimming from removing embedded passwords in filenames.
Reduce the number of calls to sanitize_foldername() and rely on NzbObject to do its work.
Also allow "oversized" incomplete folders to be sent back to the queue, by not sanitizing/trimming again.
11 years ago
shypike
376428d12d
Fix potential problem with timestamps in RSS.
11 years ago
shypike
8969b7c87e
Make sure the final destination path is always sanitized and trimmed.
Titles coming from RSS and processed by Sorting escaped sanitation.
11 years ago
shypike
92bc48c241
When matching SFV files with RAR-sets, do this case-insensitive.
11 years ago
shypike
d85708c5f5
Small code improvement "unwanted extensions".
11 years ago