shypike
aaa2105eaa
Make notification behavior consistent with the way the UI shows the options.
Also correct the "startup" defaults for ncenter, ntfosd and growl.
11 years ago
shypike
32c15771b4
Correct error in Notification Center options.
11 years ago
shypike
5019681d81
Reduce risk of crashing on bad pystone library.
11 years ago
shypike
80bc55f8c7
Support of a list for "local_range" option.
11 years ago
shypike
2b209e8a1f
Detect major OSX versions.
Affects defaults for Growl and NotificationCenter before and after MountainLion (8).
Affects top menu icon on Yosemite (10) and higher.
11 years ago
shypike
9079c05b97
Implement "send_group" and "ssl_type" per server instead of global.
11 years ago
shypike
5bed2e6b68
Enable TLS V1 for SSL server connections.
Default to value "t1" (TLS V1), except when obsolete option ssl_type was set to "v2".
11 years ago
shypike
bb6eeacaac
Move some options from Specials to Switches and vv.
Also add some missing options to smpl and Plush.
11 years ago
shypike
96c72fa4c5
Show the "enable_meta" option in Config->Switches.
And remove from "Specials".
11 years ago
shypike
d9e2868a7b
Remove encoding.titler()
Work-around no longer needed for Unicode.
11 years ago
shypike
e184f730e2
Remove traces of 8bit ASCII support.
Remove or replace calls to latin1().
Replace all Ta() calls with T().
11 years ago
shypike
f30059e07a
Additional logging for folder renaming.
11 years ago
shypike
b0146a393a
Update some license files.
11 years ago
shypike
d2e69fa005
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
30f022d933
Measure and log Pystone performance, and - if possible - CPU type
11 years ago
shypike
0d6606a4a7
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
50fe8baeef
Update copyright year.
11 years ago
shypike
7e74169113
Added an issue and made some language corrections.
11 years ago
shypike
c7735a5be7
OSX Yosemite: make top-menu icon compatible with "Dark Mode".
11 years ago
shypike
88f0b6d9ac
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
4dc58c8229
Update unrar for OSX to 5.11
11 years ago
shypike
a139f7dc49
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
3a80fed408
Correct spelling of OSX release names.
11 years ago
shypike
5d2cb81604
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
d44c2265ff
The after-unrar-check needs to take the "flat_unpack" option into account.
11 years ago
shypike
59a1256d5b
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
f3507b5355
Update OSX DMG image.
Make MountainLion/Mavericks/Yosemite the default choice.
Separate folders for SnowLeopard and Lion.
11 years ago
shypike
6675ef85df
Update OSX signing.
Lion build can only be signed on Lion.
ML/Mav build must be signed on Mav.
11 years ago
shypike
f9ef3e73fd
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
fdb64576eb
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
064d97a190
Make OSX MountainLion build compatible with Mavericks.
11 years ago
shypike
01306fb8ac
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
7eebbdeff7
Windows UNC paths, used as final destination, were damaged.
misc.sanitize_and_trim_path() did not handle UNC paths properly.
11 years ago
shypike
0413d3075a
Update OSX signing method
11 years ago
shypike
0fe1637ef9
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
Johannes 'fish' Ziemke
3cfa03d30f
Add Dockerfile
Usage:
docker build -t sabnzbd .
docker run -p 127.0.0.1:8080:8080 sabnzbd
11 years ago
sanderjo
d7154c2743
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
fee13a1fb2
OSX Signing is now only possible on OSX Mavericks, so check this.
11 years ago
shypike
18f9037816
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
663b90d664
Fix potential problem with timestamps in RSS.
11 years ago
shypike
d7463ff607
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
9442823b38
When matching SFV files with RAR-sets, do this case-insensitive.
11 years ago
shypike
6d88b84e8a
Small code improvement "unwanted extensions".
11 years ago
sanderjo
0e8d41ef4d
cfg.unwanted_extensions() is a list so check must be cfg.unwanted_extensions() != []
Signed-off-by: sanderjo <sander.jonkers+github@gmail.com>
11 years ago
sanderjo
d58c1e43c3
Put the last rar immediately the first rar, so that unwanted extensions will get detected earlier.
Signed-off-by: sanderjo <sander.jonkers+github@gmail.com>
11 years ago
shypike
867bb9bf8e
Limit article cache to 1G to prevent a memory size bug in the _yenc module.
11 years ago
shypike
7e6e5e12b7
Upgrade unrar to version 5.11 (Windows)
11 years ago
shypike
3be0670d3d
Sort order of RSS feeds incorrect due to UI using wrong time field.
11 years ago
shypike
7b1f798586
Prevent further pauses by "unwanted extension", once the user has resumed the job after the first stop.
Part of this code was accidentally included in commit 081010d50b
This is the missing part.
11 years ago
shypike
45a8ec6306
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