ShyPike
21c0193e80
Merge in Plush changes from pairofdimes' branch.
15 years ago
pairofdimes
0d05a88446
upgrade jquery colorbox plugin; change theme that is used
15 years ago
pairofdimes
a02edf297f
clear nzb file upload field on upload
15 years ago
pairofdimes
1337ef6c5c
fix nzbname setting for adding nzbs
15 years ago
pairofdimes
638ac57326
french translations
15 years ago
pairofdimes
bbbc588c6c
sync to 0.6.x
15 years ago
ShyPike
b032fccdab
Merge in fix for missing get_config api call.
15 years ago
Severin Heiniger
a2c19cbd3c
Remove dead code from '_api_del_config'.
15 years ago
Severin Heiniger
0ac000e8d0
Restore 'get_config' API method.
15 years ago
pairofdimes
1820d87a47
connections button alignment restart/scan/repair
15 years ago
pairofdimes
24f312c9c5
more strings to be translated
15 years ago
pairofdimes
fcf7887b84
sync with 0.6.x base
15 years ago
ShyPike
2de86be5fe
Regex for finding 101 season/episode also matched four-digit strings, due to incorrect quoting of regex specials.
15 years ago
ShyPike
e342f3a92e
Update French language file.
15 years ago
ShyPike
59267bd1fa
Fix email_full and email_rss options in Config->Email.
15 years ago
ShyPike
45eb3c5b6f
Display downloaded amounts per server in Config->Servers.
Move some smpl/plush texts to central text files.
Show download amounts in Classic History.
Prevent "empty" download amounts being saved.
Rename "bytes9.sab" to "totals9.sab" (prevents upgrade issues).
15 years ago
ShyPike
36561d0338
Per-server tracking of downloaded bytes.
Keep daily, weekly, monthly and grand total amounts.
When bytes file is not found, use what is in the history database.
15 years ago
pairofdimes
7206b7448a
warning message that javascript must be enabled
15 years ago
pairofdimes
9e0fe626f7
improve upon add nzb modal layout
15 years ago
ShyPike
c6276273e1
Fix postprocess crash due to uninitialized variable.
15 years ago
ShyPike
ae90471c80
Keep retrying when nzbmatrix sends nonsense data.
15 years ago
ShyPike
4f454c2b6f
Merge Plush improvements.
15 years ago
pairofdimes
45ce2d48f5
tweak add nzb modal positioning
15 years ago
ShyPike
9be5b64146
Use SFV files to verify downloaded files when no par2 files are available.
15 years ago
ShyPike
fb183370da
Fix small inefficiency in Assembler (uudecoding).
15 years ago
pairofdimes
3e7ec00a3c
button and loading graphic for nzb upload
15 years ago
pairofdimes
a20aec4e18
Update files to sabnzbd/0.6.x
15 years ago
pairofdimes
0fcd2c1657
misc ui tweaks
15 years ago
ShyPike
4d503becc6
Follow-up of Rev 2378:
Fix over-zealous detection of encrypted RAR files.
Prevent crash when rarfile.py cannot open next volume rar.
15 years ago
ShyPike
6d758d2218
Early detection of encrypted RAR files.
- Option to pause encrypted jobs
- When set, assembler.py checks each rar file and pauses job if encrypted (shows in queue)
- When a job password is set, there's no pause
- Accept " PASSWORD = <password>" in job titles (supported by nzbmatrix.com)
15 years ago
ShyPike
561ffe9ecc
Show duplicates in the RSS preview.
15 years ago
ShyPike
c7b062b584
Add matched filter number to RSS preview.
15 years ago
ShyPike
e9a2ca3ae8
Use the standard Python os.getloadavg() function instead of reading the pseudo file '/proc/loadavg'.
More portable.
15 years ago
ShyPike
214e0ac9c5
Accept ".gz" files coming from an URL fetch.
15 years ago
pairofdimes
34369c91df
Update files to sabnzbd/0.6.x
15 years ago
pairofdimes
25f1ae93f7
elevate multi-operations item in queue menu, likely to be used more than the other menu items
15 years ago
pairofdimes
52e917d7bd
translation strings for new features
15 years ago
pairofdimes
f305489a0a
add disconnect/restart buttons to main menu; minor changes in styling/redirect methods
15 years ago
pairofdimes
9a49a2ce7a
hide newzbin config
15 years ago
pairofdimes
01ab67d410
queue multi-operations checkbox persistence between refreshes
15 years ago
ShyPike
77a46ef2ea
TVSort: Accept any title after the season/episode term (but do strip the leading dash).
15 years ago
ShyPike
bf406c4fd0
Add season-episode recognition in 101 format where the first digit is the season and the subsequent two are the episode.
Only accepted when surrounded by space, dash, underscore or dot. At the end of a title the separator is not required.
15 years ago
ShyPike
aa614b4f89
Split interface.py into api.py and a reduced interface.py.
Implement the api_handler as a table-driven dispatcher to a collection of small functions.
Rename some functions to standard style.
15 years ago
ShyPike
645554ae7e
Support newzbin's X-DNZB headers for all indexers.
15 years ago
ShyPike
a56a2b6731
Replace all old-style objects with new-style objects.
Except for TryList, because that would break queue compatibility with previous releases.
15 years ago
pairofdimes
77bf0e7d60
Update files to sabnzbd/0.6.x
15 years ago
ShyPike
ca8f3bcad4
API: allow comma-separated lists of nzo_id's in change_opts, change_cat, change_script, set_priority.
Accept the lists at the nzbqueue.py level and remove from interface.py level.
15 years ago
pairofdimes
e3a921999c
Make queue multi-operations toggle-able. Currently checkbox values reset every queue refresh, will need to determine best way to handle (block refreshes? save checked statuses?)
15 years ago
pairofdimes
11543ef969
Remove new modal for Custom Pause Interval, would be a lot of work for a rare use case. Remove styling fixes that were meant to fix Chrome/Safari white footer problems because they didn't work.
15 years ago
pairofdimes
e154a58bd6
Extended API to allow setting cat/pp/script for multiple nzbs at same time, comma-delimited. Change implementation to behave more like set_priority_multiple()? Plush Multi-Operations now fully working.
15 years ago