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
shypike
bf2c23e79a
Fix for "Range" selection of queue.
Not a really good fix.
The code looks identical to the code for selecting files within an NZB (in config.js) , but it has some subtle error.
This is a fix which will work reasonably well.
Should be fixed properly later.
11 years ago
shypike
5635b20b90
Prevent crash when Windows SysTray function hits PyWin bug.
11 years ago
shypike
be7706d508
Sort queue on now visible name instead of original name.
11 years ago
shypike
d16404ab61
Remove special URL handling for nzbclub indexer, no longer needed.
11 years ago
shypike
3972e438ad
Improve "unwanted extension" text.
11 years ago
shypike
c9697a3f22
Allow "nzbname" parameter with just the password (like "/password).
Works also in AddNZB dialog.
11 years ago
shypike
0d14ac7763
In debug logging mode, use Google to determine our own IP address (IPv4 and IPv6).
Helpful for diagnosing troublesome setups.
11 years ago
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