ShyPike
2ac2ce6996
Plush: Add "missing articles" to hover popup in Queue.
14 years ago
ShyPike
0bc7e28aa6
Plush is the default skin, so it should be the fall-back for invalid names too.
14 years ago
ShyPike
477b058f3d
Update text files for 0.6.3RC3
14 years ago
ShyPike
4762d5367b
Prevent saving of job-admin when a duplicate is detected, because it doesn't have an ID yet.
14 years ago
ShyPike
bc382524c7
Removing job from download queue must be done when the Assembler has finished the last file, not when the Queue has read the last article.
This explains the time a job is invisible when going from Queue to History.
14 years ago
ShyPike
76597fbc9e
Add logging when detecting a corrupt post-process queue file.
14 years ago
ShyPike
6f2e63b28f
Add support for folder browser in the WebUI.
Extra api call:
Full form:
api?mode=browser&name=<path>&output=json
Compact form:
api?mode=browser&name=<path>&output=json&compact=1
14 years ago
ShyPike
3592a28873
Remove random string from Plush skin.
14 years ago
ShyPike
7055314c33
Better support for Linux hibernate/suspend by supporting DBus.UPower too.
14 years ago
ShyPike
c8782021b3
Stop making the tgz distro for osx sources.
14 years ago
ShyPike
361f641bd0
Repair entries from rss_data.sab as much as possible instead of discarding them.
14 years ago
ShyPike
f488482bfe
Update translations.
14 years ago
ShyPike
951b35f26b
Update text files for 0.6.3RC2
14 years ago
ShyPike
122bedeab8
In Config->Servers, when saving server settings, don't verify server address when 'enable' is off.
Otherwise it's not possible to disable a server that doesn't resolve any longer.
14 years ago
ShyPike
f7213767f0
Fine-tune the %fn support in folder names.
14 years ago
ShyPike
5bd84ac3b5
Sorting functions: allow %fn to be used in folder names too.
14 years ago
ShyPike
fc9ef22a1e
Save job's admin to disk when it's individually paused.
14 years ago
ShyPike
66d42f7924
Log a bit more for Postprocessing.
14 years ago
ShyPike
d24fea13fd
In API: use callback support also in error messages.
14 years ago
ShyPike
f34a02bcef
Remove obsolete commented-out code from package.py
14 years ago
ShyPike
5b4ea24345
Remove obsolete cherrypy warning from package.py
14 years ago
ShyPike
309c556f35
On OSX, the topmenu did not always send the right URL to the browser.
14 years ago
ShyPike
bc92c51d5e
Update text files for 0.6.3RC1
14 years ago
ShyPike
a54a1b4545
Title was not used as job name when manually downloading an item from an RSS overview.
Add special option rss_filenames to suppress use of RSS titles as job names.
Sanitize RSS titles before using them as name parameter in the manual RSS download links (due to trouble with the " character).
14 years ago
ShyPike
a511c22c54
Verify integrity of rss_data.sab at startup to prevent later crashes.
14 years ago
ShyPike
a7392f8991
Convert double quote character in Unix folder names to single quote (to avoid Samba issues).
14 years ago
ShyPike
44f189671a
The single folder option will now let unrar and unzip unpack without any folders.
Also: skip unpack_check for any file containing characters unmappable to latin1.
14 years ago
ShyPike
de88dca243
Fix typo in unpack_check UI in Plush.
14 years ago
ShyPike
6c76c6a461
Update Curl license text.
14 years ago
ShyPike
2f0ab6979d
Do a more reliable Python version check in get_from_url().
14 years ago
ShyPike
de222cdb44
Use curl .exe only to communicate with an https session, othewise use urllib2.
14 years ago
ShyPike
f0129d4a76
Update translations.
14 years ago
ShyPike
64fe224160
Final attempt to fix the NZB-association problem for Windows (Vista/7/Server2008).
Replace standalone "curl" with the cygwin version of curl, which depends only on standard Windows DLLs.
Also fix a typo that prevented Python 2.5 from being detected.
14 years ago
ShyPike
f32cdc8c3a
Fix saving of attributes of the Default catagory in the smpl skin.
14 years ago
ShyPike
0f1a03497c
The NSIS uninstaller must remove Romanian email templates too.
14 years ago
ShyPike
a94d1145cd
Support for binaries based on Python 2.6+. Include the VS90 DLL and manifest files as distrubuted by the Bazaar Windows installer.
14 years ago
ShyPike
8d470ca57f
Add CherryPy module as complete source tree.
14 years ago
ShyPike
0bbc060c65
Support storing of files in the category folder without a job folder.
The user sets this behaviour by ending the catagory path with an asterisk *
The Sorting functions will ignore this feature.
14 years ago
ShyPike
62f4647117
Implement automatic redirection of HTTP to HTTPS, when server is set to HTTPS-only.
Required a patch of CherryPy (wsgiserver/__init__.py).
14 years ago
ShyPike
ce305e5bf9
Add UI for unpack_check and make the default value "on" again.
14 years ago
ShyPike
6b0580c3fd
NZB paths on the command line should be made absolute before being sent to the running instance.
14 years ago
ShyPike
1feaf775d4
Update text files for 0.6.2 Final.
14 years ago
ShyPike
322436a9b9
Update translations.
14 years ago
ShyPike
2d633daf06
Correct headers for "disk full" email.
14 years ago
ShyPike
03fc8da459
Make email date header RFC2822 compliant.
(So, don't use a localized string).
14 years ago
ShyPike
8134dd0d32
Cleanup comment.
14 years ago
ShyPike
45f6418163
Add missing translatable text.
14 years ago
ShyPike
bfe4fe0a6d
Fix failing NZB-extension association on Windows 7 and Vista when using an HTTPS-only configuration.
The cause is that Python 2.5 on Windows doesn't properly implement urllib2.urlopen for htps calls to ipv6 addresses
(like localhost in Windows 7).
The work-around is to use an external CURL program to handle the API calls to the running SABnzbd instance.
14 years ago
ShyPike
6efbe4563c
Fixed more untranslatable texts in Plush.
14 years ago
ShyPike
c1c27c1c69
Add "Exit" button to first Wizard page.
14 years ago