Sander
65cd41b3c1
happyeyeballs.py: no more -X dev ResourceWarning with unreachable port ( #1493 )
5 years ago
Sander
8a7d3e8d2a
INSTALL.txt: updated details installation from source ( #1485 )
* INSTALL.txt: updated details installation from source
* INSTALL.txt: updated details installation from source on Linux and PyPI
5 years ago
Safihre
ce29c1f5cb
Updata Javascript libraries in the Config
5 years ago
Safihre
f738469444
Update Javascript libraries in Glitter
But not Bootstrap, because the icons are still bad.
5 years ago
Safihre
4ec25f7a60
Queue-item labels no longer part of name but separate API-property
5 years ago
jcfp
c6ccffd1df
fix urllib deprecation warning, base64 encoding in _build_request() ( #1490 )
* fix urllib deprecation warning, base64 encoding in _build_request()
* set user_passwd from urllib supplied values
5 years ago
Sander
539be8fca9
newsunpack.py: is_sfv_file() fix DeprecationWarning in regexp ( #1491 )
5 years ago
Safihre
f53bf6a4a4
Add automatic closing of stale issues
5 years ago
jcfp
e9b4340a25
extend filesystem tests ( #1481 )
* extend filesystem tests
* fix test failure when no explicit umask was set
* have black uglify the code
* require case-sensitive fs for test_capitalization_linux
* run black with -l120 instead
* make windows-compatible, fix some minor issues
* mark xfail rather than comment out part of trim_win_path
5 years ago
Safihre
a5b075426b
Force Python 3.5 compatibility in black-check
5 years ago
Safihre
b58d26354d
Request access to the HOME folder in the snap
https://forums.sabnzbd.org/viewtopic.php?f=3&t=24168
5 years ago
Safihre
75f5066941
Move black to the Python 3.8 job
5 years ago
Sander
d40cebd34d
pytest: postproc -> rar_renamer() ( #1469 )
* pytest: postproc -> rar_renamer()
* pytest: postproc -> rar_renamer(): remove trailing slash
* pytest: postproc -> rar_renamer(): remove trailing slash
* pytest: postproc -> rar_renamer(): check on matching filenames
* pytest: postproc -> rar_renamer(): appveyor Windows compatible, cleaner coding
* pytest: postproc -> rar_renamer(): appveyor Windows compatible, cleaner coding
* pytest: postproc -> rar_renamer(): try without minus
* pytest: postproc -> rar_renamer(): try with distutils.dir_util.copy_tree() instead of shutil.copytree()
* pytest: postproc -> rar_renamer(): formatting to make Travis happy
* pytest: postproc -> rar_renamer(): correct printing in pytest.fail()
5 years ago
Safihre
4b5c0a6e87
Update .gitignore to match new build results
5 years ago
Safihre
faedd22329
Update text files for 3.0.0 Beta 2
5 years ago
Safihre
2aafa1d30d
Remove executable and special permissions for files ( #1481 )
5 years ago
Safihre
331395f665
Rename article_found to article_success
5 years ago
Safihre
ac4a643a8f
Remove debug_log_decoding special setting
Just use --log-all if you want everything.
5 years ago
Safihre
e43622fd66
Refactor the decoder failure handling - Retry all CRC errors
5 years ago
Safihre
d8cb71eaf4
Add hover color for queue and history in Glitter Night
Closes #1478
5 years ago
SABnzbd Automation
57afca7fc2
Automatic translation update
5 years ago
Safihre
7cda4d9ce2
Remove unused code in ArticleCache
5 years ago
Safihre
5a7eb4c462
Correctly check for duplicate files inside NZB using first article
This reverts commit 58f20959cc
.
5 years ago
Safihre
53003d5289
Update repr of nzf and nzo objects
5 years ago
Safihre
58f20959cc
Importing NZB's could crash due to not having a first article
5 years ago
Sander
586168fbb3
internetspeed: run twice to get best result ( #1468 )
5 years ago
Safihre
53292f07b1
Correct correcting of double parameters in API-calls
Closes #1465
5 years ago
Safihre
4d1f36d60d
Update text files for 3.0.0 Beta 1
5 years ago
Sander
c67ec03d5e
rar_renamer: Handling of No matching earlier rar file ( #1463 )
5 years ago
Safihre
1cd6023600
Styles changes to is_sfv_file
5 years ago
Safihre
05501d8c8d
Make decoder and postproc more robust against weird data
Relates to #1351
5 years ago
Safihre
44bfcf1106
Unwanted extension check was overly aggressively deleting folders
5 years ago
Safihre
e6ae17445c
Remove handling of missing username/password that was never used
Because higher up this status-code is already handled!
5 years ago
Sander
f0ef984276
find and use obfuscated SFV files ( #1459 )
* isSFVfile(): Checks if given file is a SFV file, and returns result as boolean
* Obfuscated SFV files: find and use them
* Obfuscated SFV files: rename to is_sfv_file()
* is_sfv_file(): regexp based, minor stuff, pytest
* is_sfv_file(): pytest according to black
5 years ago
Safihre
99090bb731
Correct formatting of nzbparser and update texts
5 years ago
Safihre
8b818e1eb5
Prevent saving and editing through API when config is locked
5 years ago
Safihre
f20e7137e6
Remove qstatus-call
5 years ago
Safihre
fbde994106
Replace "session" by "apikey"
Out with the old crap
5 years ago
Safihre
51c9da73fe
Remove tapi and replace by api
5 years ago
Safihre
83cbab6318
Remove older cfg items
5 years ago
Safihre
739e86b6b0
Incomplete NZB's always throw parse-errors
So we don't really have "Incomplete" ones anymore.
5 years ago
Safihre
491d1111a2
implementing __eq__ also requires __hash__
Closes #1458
5 years ago
Safihre
e7ca53447a
Automatically skip truly duplicate files when adding NZB's
We now compare byte size and ID of first article of the file. If those match, we assume it's the same file. No more need for reject_duplicate_files.
Closes #1453
5 years ago
Safihre
4f79dd70e6
Remove unused property article_count
5 years ago
jcfp
e09b7e2c45
correct regex in check_mount
5 years ago
Safihre
52c4dce922
Re-work handling of non-decodable articles
These used to be send to the Decoder, now handled directly
5 years ago
Safihre
75111c11cb
Use lock when reading from Direct Unpacker to prevent crash on delete
5 years ago
Safihre
9d5f3b69bd
Always use Chrome and chromedriver from PPA
5 years ago
Safihre
3cd6a71256
Hopeless jobs checks could interfere with eachother
The check based on first articles and based on files differ on opinions!
5 years ago
Safihre
e8b4ab2c18
Do not trigger Direct Unpack for sets we can't parse
5 years ago