Safihre
3945eafb76
Update text files for 2.3.7 Beta 1
6 years ago
Safihre
763088e6a6
Add option to fail jobs based on first-articles
6 years ago
Safihre
a6ac88d5da
Improve History information of failed jobs
6 years ago
Safihre
d35ebec8f9
Snapcraft uses the devel keyword
6 years ago
Safihre
aee2747220
Update Snapcraft config
Based on feedback in #1201
6 years ago
Safihre
eae68bd6ba
RSS feedwithout ID would crash
See https://forums.sabnzbd.org/viewtopic.php?f=2&t=23910
@OneCDOnly
6 years ago
Safihre
190ec0a472
Update text files for 2.3.6
6 years ago
Safihre
468f01d839
Make clear that require_modern_tls is TLS 1.2 and above
@sanderjo
6 years ago
Erik Berkun-Drevnig
b03d68b434
Fix missing unrar, fix Python encoding
6 years ago
Safihre
0298beac15
Update text files for 2.3.6 RC 1
6 years ago
SABnzbd Automation
be6f047e31
Automatic translation update
6 years ago
Safihre
e8206371e4
Update Wizard example URL
6 years ago
SABnzbd Automation
6609248fce
Automatic translation update
7 years ago
Safihre
0ae5c7f8aa
Code improvements
7 years ago
Sander Jo
02b6f63156
Option require_modern_tls if you want TLS 1.2 or higher for NNTPS
7 years ago
Safihre
2b665667af
Unavailable feeds would crash reading
7 years ago
jcfp
ad7fc240c7
help output: add -1 param for logging, 7z as supported file ext ( #1192 )
* help output: add -1 param for logging, 7z as supported file ext
* stop the universe from expanding
7 years ago
jcfp
aef878a0f2
update snapcraft url
the old link only displays a 'your session has expired' message...
7 years ago
Erik Berkun-Drevnig
2a967b62d9
Add Travis and AppVeyor badges ( #1186 )
* Add Travis and AppVeyor badges
* Add snap, issue resolution and license badges
* Switch master to develop branch
* Update README.md
7 years ago
Safihre
4c5ca149ba
Update MultiPar to v1.3.0.2
7 years ago
jcfp
54d6e0dc21
fix extension filters in linux tray
correct typo (nbz) in filter name and bring the extension filters in line with the supported types (cf. sabnzbd/constants.py:99-100)
7 years ago
Erik Berkun-Drevnig
ecb1403776
Add initial snap support ( #1183 )
* Add initial snap support
* Apply review feedback
* Fix armhf and arm64 builds
* Use PPA and build lang files
* Add openssl for x86
* Remove unnecessary stage-packages
* Improve arch grammar
* Add back dev packages for building extensions
* Add back missing SSL
* Add icon
* Update snapcraft.yaml
7 years ago
Safihre
7e5c6d1c04
Update text files for 2.3.6 Beta 1
7 years ago
Safihre
96b140dee0
Update included Python license
7 years ago
Safihre
2e098b641f
Update UnRar to 5.61 for macOS and Windows
7 years ago
Sander Jo
6678cb9d56
Remove \x00 from par2 creator info: uniformed method
7 years ago
Sander Jo
4b67405d16
Remove \x00 from par2 creator info
7 years ago
Safihre
7463a4abdc
Existing RSS-feeds don't have the infourl yet
Rookie mistake.
7 years ago
SABnzbd Automation
163523048b
Automatic translation update
7 years ago
Safihre
4892bc18f3
Prevent endless loop when disk-space is exceeded
It was a nice idea, to keep retrying to save the job, but it also breaks the pp-actions as it gets removed before it is ready to be removed.
Closes #1095
7 years ago
Safihre
217b2436f2
Detect RSS-feed login redirect and show specific error
Before it would overwrite specific errors detected above by general "No entries" warning.
7 years ago
Safihre
a9247ba934
No URL-encoding of RSS-URL's with comma's
Some indexers don't like that!
7 years ago
Safihre
8b2a6ef825
Link to details page of RSS-feed item if provided
7 years ago
Safihre
320495671b
Add RSS-source icon to all tabs
7 years ago
Safihre
5ab872afa0
Assume correct SSL if test-host disabled
Closes #1179
7 years ago
Safihre
7ecb31805e
Add API-capability to modify RSS filters
Closes #1154
7 years ago
Safihre
e8ebeb843c
Retry All would not Retry URL's
Closes #1164
7 years ago
Safihre
3840678913
Rename thread-database getter
Each thread needs it's own DB-connection (see Python-docs). So for each CherryPy-thread we need to store the thread connection. The name of the function made it sound like we create a whole new connection, which isn't the case.
7 years ago
Safihre
da7082b17e
Sending Retry for already completed jobs would give traceback
Due to missing file/folder.
See: https://forums.sabnzbd.org/viewtopic.php?f=2&t=23587
7 years ago
Safihre
6198f95e1e
Do not log null-bytes in par2-creator
#1153
7 years ago
Safihre
76c7a6ce95
Update text files for 2.3.5
7 years ago
Safihre
01bd0bdce0
Small cleanup of generated POT file
7 years ago
Safihre
fa908de6e9
Test a unicode download
Broken-unicode job is still work-in-progress
7 years ago
Safihre
f05a6c6f76
Add seperate servers for each test-OS
7 years ago
Safihre
d86fb42d28
Code-style changes
7 years ago
Safihre
7a7ce47769
Remove redundant parentheses
7 years ago
Safihre
40e57845a7
Correctly sort additional blocks to be added
Oops, .pop() gets the last one not the first one.
7 years ago
Safihre
884dedc9d1
Failed file join would not result in failed job
7 years ago
Safihre
8e1f4e14a2
MultiPar repair of joinable files doesn't join them
7 years ago
Safihre
1190742127
Correctly report CRC errors in (7)zip archives
They were reported as password errors.
7 years ago