shypike
28aac3c70f
Accept "nzbname" parameter in api-call "add url" even when a ZIP file is retrieved.
12 years ago
shypike
0aa0d8ad12
Accept partial par2 file when no others are available.
12 years ago
shypike
b305bf96a9
Option to make a job fail when user script exit code is non-zero.
'script_can_fail' in Config->Special.
12 years ago
shypike
aa783ae3b5
Add "From SxxEyy" filter to RSS.
A "require" filter that sets a minimum season/episode.
12 years ago
shypike
c55a517002
When post has just one par2-set, use full wildcard so that all files are repair and par candidates.
12 years ago
shypike
39f34a8355
Fix encryption detection again.
12 years ago
shypike
91c65817e7
Restore automatic recovery from 404 errors.
12 years ago
shypike
0b75447477
Better detection of incorrect par2 parameters.
12 years ago
shypike
4a64235cb6
Prevent needless error message when creating OSX top menu.
12 years ago
shypike
13c72b41a2
Fix crash on SFV-only downloads.
12 years ago
shypike
8328a36b5d
Linux: compensate for par2 renaming files to CP1252 on UTF-8 file systems.
Par2-classic on Unix systems will rename files to CP1252 when running on UTF-8 file systems.
On such systems, this renaming must be undone before further processing.
12 years ago
shypike
d03568141d
Fix omitted mkdir in package.py
12 years ago
shypike
821937e64f
Fix problem in encryption detection.
12 years ago
shypike
d4717aac31
Make misc.globber() function behave when it gets a non-existing path.
12 years ago
shypike
7e5ce06e12
Update language templates.
12 years ago
shypike
d8ba7577f8
List NZB age in the download report.
12 years ago
shypike
ef1db24880
Show downloaded amount per server in download report.
12 years ago
shypike
c83300eb16
Make parameter errors visible in some Config Pages.
Messages about bad parameters were not shown in the Config skin's pages.
Fix this for: General, Folders and Notifications.
12 years ago
shypike
9516d80746
Remove support for upgrading very old data on OSX.
Also clean up some missed cache_dir references.
12 years ago
shypike
486d1113df
Remove all support for pre-0.6.x style queues.
12 years ago
shypike
b3d24d7f3d
Avoid problems with long paths in the temporary download folder,
The par2 tool does not support paths above 259 in any way.
Take extra measures to prevent long paths from being used,
by trimming the download path.
When over sized paths are still generated, abort post-processing with a clear error message.
12 years ago
shypike
edd1002313
Add long path support for Windows.
Use "\\?\" prefix for all path-related handling in post-processing.
Use shortened paths for unpacking and user scripting.
Also support oversized paths in "incomplete" as long as the base folder is below 260.
12 years ago
shypike
99939db461
Prevent needless reevaluation of show titles for pending post-processing jobs.
12 years ago
shypike
da8d9d0a89
In paths, "~" should always be the user's home folder and not the base folder.
12 years ago
shypike
6904b2de1f
Show free disk space using flexible factors instead of fixed "GB".
12 years ago
shypike
0f18771534
Allow "Default" category to be selected in Multi-ops.
12 years ago
shypike
82f76e04fe
Fix issue with multiple selection in Config->Sorting.
'platform_encode' crashed on lists.
12 years ago
shypike
28c45ed4aa
Allow for weird encoding of names of uploaded NZB files.
Sometimes CherryPy returns correct Unicode, sometimes UTF-8 disguised as Unicode.
12 years ago
shypike
4e69fa3f4a
CherryPy Patch: allow UTF-8 encoding of headers.
Modern browsers can use non standardized UTF-8 encoding on headers, most notably the Content-Disposition.
In Content-Disposition it is used to carry file names.
Patch CherryPy so that UTF-8 is tried before ISO-8859-1.
12 years ago
shypike
dacfe8b29e
Resolve "derefer.me" links to NZB files.
12 years ago
shypike
27b65cd136
Add "Enable/Disable quota management" to Scheduler.
This allows user to set a period in which quota are ignored.
12 years ago
shypike
39ac8d9bee
Touch up Bonjour support.
12 years ago
shypike
330cd0623c
Ignore a number of special folders used by NAS systems when looking for orphaned jobs.
"@eaDir" and ".AppleDouble"
12 years ago
shypike
795b9f8e60
When creating a new database, set the right user_version.
12 years ago
shypike
3c7d8ab241
When repairing queue, don't try to recover non-job items in the admin/future folder.
12 years ago
shypike
46dd2137ea
Add Bonjour/ZeroConfig Support.
Basic ZeroConfig support, only when SABnzbd listens to external addresses.
On all platforms, ZeroConfig/Bonjour libraries fail to implement "localhost" support properly.
Default on when support libraries are installed, special option to disable in case of trouble.
HTTP-->HTTPS redirection only enabled when ZeroConfig is active.
12 years ago
shypike
7d9afc3bbd
CherryPy patch: allow setting of a HTTPS-->HTTP forwarding using "301 Moved Permanently".
Needed for later Bonjour support.
12 years ago
shypike
33e8ffd571
Fix incorrect code after removal of newzbin support.
12 years ago
shypike
1e518ef6a6
Config: fix error in Cfg->General->"External Internet access".
12 years ago
shypike
8fd993d14e
Remove spaces from RSS URL-s.
12 years ago
shypike
7580b3f5ed
Config and Wizard skins: fix problem with Unicode when using Chrome.
The Config skin and the Wizard were missing a proper Content-Type in <head>.
12 years ago
shypike
81bbd07c21
Make encryption detection more careful.
12 years ago
shypike
2cf2492871
Config-skin: Move clean-up list from Config->General to Config->Switches->Post-processing.
12 years ago
shypike
500b25e46f
Update some UI texts.
12 years ago
shypike
56a2e492b4
Solve some fringe issues for OSX.
12 years ago
shypike
2cf0b65c83
Add refresh button to Status-Connections page.
12 years ago
shypike
3b81d84333
Errors/warnings for Notifications were not extended with parameters.
12 years ago
shypike
5128e6eef1
Fix issue where a recovered lost job would get the name "None" in the queue.
Problem happens when the orphaned job doesn't have an attribute file.
Not a normal use case, but possible as a result of a crash.
12 years ago
shypike
ba080f346b
Let API calls for the queue provide more feedback.
Return True and list of affected ids
Return False (and empty list) when no ids matched.
12 years ago
shypike
bdfa862796
Only warn user about missing max line speed when an actual speed limit percentage is set.
12 years ago