shypike
d90ca686c1
Improve logging of API-calls "addlocalfile" and "addurl".
10 years ago
shypike
1994e0535e
On Windows, mass-purging failed jobs from History left some files behind.
Cause: path check did not take long-path notation into account.
Solves issue #227
10 years ago
shypike
a1040a144d
On Windows, failed jobs removed from History left some files behind.
Cause: path check did not take long-path notation into account.
Solves issue #230
10 years ago
shypike
687ab5d4f5
Update text files and copyright year.
10 years ago
shypike
64bf6c5cf1
Add "password" field to the "Retry from History" function.
This way you can retry a job with a different password.
10 years ago
shypike
a0536c8fed
Add "Retry All" function.
Sends all failed jobs back to the queue.
10 years ago
shypike
3ea0bbcae5
API calls change_opts, change_script, change_cat now return "false" in case of errors.
Previously they always returned "true".
10 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
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
oopoa
5d13e8fa7d
Add api for server usage statistics.
11 years ago
shypike
7475c02a0f
When testing notifications for Growl and Prowl, use new parameters without needing to save first.
11 years ago
Jostein Kjønigsen
4026904e9c
Support testing email based on values in UI instead of stored config.
11 years ago
shypike
2e77dd594e
Add "pause_pp" to the API.
11 years ago
shypike
34c6795519
Show job's ETA when its priority is forced, but queue is paused.
12 years ago
shypike
7d272c6695
Add password entry box to "File Details" page (Plush only).
Also extend api call "queue_rename" with a password parameter (value3).
12 years ago
manandre
9608481fa5
Add of GUID field in Queue RSS feed
The NZO id is used as unique id for the queue RSS feed to help some RSS
readers (like Thunderbird) to identify articles when the link field is
the same for all articles
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
6904b2de1f
Show free disk space using flexible factors instead of fixed "GB".
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
d7a59acc7f
Fix another merge error.
12 years ago
shypike
a24598deee
Fix merge error.
12 years ago
shypike
9fe8f5e446
Improved duplicate detection.
The generic version is based on the md5sum of the combined article-identifiers and no longer on the NZB backup.
Episode detection is based on the name/season/episode extraction from the job title.
There's now an option for generic detection and an option for episode detection.
All info is stored in the History database, under a new user_version number "1" because two new columns are needed.
12 years ago
shypike
c281bb4d30
Enhance security settings for external access.
User can set the range of the local network ("local_range").
Access for anything outside the local network is controlled by "inet_exposure".
The access levels are: none, nzb-only, api, full-api, full-ui
12 years ago
shypike
ecc2d6b1fd
Restructure Config->Notifications and add Prowl support.
- Prowl support
- Separate settings for each notification service
12 years ago
shypike
944568d6dc
Remove all legacy code for newzbin and nzbmatrix.
12 years ago
shypike
c91c226071
Optimize and correct testing for string property.
Don't test for "isinstance(x, str) or isinstance(x, unicode)" but for "isinstance(x, basestring)".
Correct some places that forgot to test for unicode (so test for basestring).
12 years ago
shypike
7eff48cd00
Fix bad handling by API of Sort menu in Plush (improved).
Fix the root cause (in nzbqueue.py) instead of the symptom (in api.py).
12 years ago
shypike
193d1125ba
Fix bad handling by API of Sort menu in Plush.
Leads to (invisible) crashes in the UI, but also to warnings and failure of the sort.
12 years ago
shypike
32ba0ad001
Plush: add "resume pp" entry to pulldown menu, when pause_pp event is scheduled.
The option allows manual resume of a scheduled paused post-processing.
12 years ago
shypike
620e10a69f
Convert to Unicode application.
This breaks compatibility with existing 0.7.x queues.
Polish and Romanian no longer need conversion to latin1.
12 years ago
shypike
90895116a2
Support "Search" box in queue display and Purge-queue command.
Python part.
12 years ago
shypike
153f92e697
"Failed" message should also appear in email notifications.
12 years ago
shypike
7651f709ad
API functions "addfile" and "addlocalfile" now support "nzbname" parameter for ZIP files with single NZB.
Also, prevent crash on calling "cat_convert" in those api functions (undefined).
13 years ago
ShyPike
ba6dcfd467
Don't show speed and ETA when download is paused during post-processing.
13 years ago
shypike
e2c1de5008
Prevent soft-crash when api-function "addfile" is called without parameters.
13 years ago
ShyPike
05670ea599
Make "auth" call backward-compatible with 0.6.x releases.
Return "apikey" when no key is sent, instead of "badkey".
13 years ago
ShyPike
cdd39e6777
Plush: Purge history will now use the active filter.
When selecting one of the buttons in the Purge History dialog will
now use the current filter to select jobs to be deleted.
This is more what people expect to happen.
13 years ago
ShyPike
f029c4eb4f
Add a default limit to API-call "history" in order to prevent over-sized output.
Some external tools query the full history repeatedly.
Add a default value for the API call "history" as a work-around.
Calls that have a start and limit parameter will work unchanged.
The default limit can be set in the Special "history_limit".
13 years ago
ShyPike
20768df430
Remove leak of SQLite database handles.
The non-UI threads need to close the db handles after using.
Move the unnecessary proxy for the database sizes for the bpsmeter.
13 years ago
ShyPike
258699f1db
Add scheduled task "Remove failed jobs".
13 years ago
shypike
56e9b54cd9
Add parameter "pp_active" to the "qstatus" api call, showing state of Postprocessing.
13 years ago
ShyPike
0cc7812e1f
Treat 7zip archives as an NZB source (like ZIPs and RARs).
13 years ago
ShyPike
6358312272
Replaced a few missed strings to be substituted with constants.Status values.
13 years ago
ShyPike
5f02ec00f9
Don't show nonsense NZB age when still trying to get it from an indexer.
13 years ago
ShyPike
3a531c6d2b
API calls "addurl" and "addid" can use the same code so that either will take newzbin IDs or regular URLs.
13 years ago
shypike
347ba999b4
Reduce amount of info requested when updating Windows Tray icon and OSX top menu.
The Windows Tray icon queried for free diskspace, while it is never shown.
The OSX top menu should query for no more queue entries than it will show (10).
The OSX top menu queue didn't show accented characters properly.
13 years ago
shypike
f799fc08f7
Remove some debugging lines.
13 years ago
ShyPike
11a1ce4a6c
Set UI-ready flag sooner.
13 years ago
shypike
9610a5a0dd
Do HTML quoting for " and ' characters in skin texts.
Improve skin text translation cache implementation.
13 years ago
ShyPike
b4232369fe
Add "xcat" parameter to api-calls "addfile" and "addlocalfile" allowing an indexer category to be sent. This category will be mapped to a user-defined category.
13 years ago