Safihre
ab020a0654
Rework the naming of the main SABnzbd threads
5 years ago
Safihre
14e77f3f9b
Add typing hints to some SABnzbd-specific objects and general functions
Bye, Python 3.5.
Also includes fixes that I found because I added these type hints!
5 years ago
SABnzbd Automation
730d717936
Update translatable texts
5 years ago
Safihre
91a7a83cd5
Assume RarFile parses the correct filepaths for the RAR-volumes
Parsing UTF8 from command-line still fails.
https://forums.sabnzbd.org/viewtopic.php?p=122267#p122267
5 years ago
Safihre
6fb586e30f
work_name would not be sanatized when adding NZB's
Closes #1615
Now with tests, yeah.
5 years ago
SABnzbd Automation
05b069ab8e
Update translatable texts
5 years ago
Safihre
33a9eca696
More text-file updates for 3.2.0-develop
5 years ago
SABnzbd Automation
2b969c987c
Update translatable texts
5 years ago
Safihre
f6c15490cc
Set version to 3.2.0-develop and drop Python 3.5 support
5 years ago
SABnzbd Automation
da5e95595d
Update translatable texts
5 years ago
Safihre
56343b9d19
Update text files for 3.1.0RC1
5 years ago
SABnzbd Automation
d2a4f5cbe5
Update translatable texts
5 years ago
Safihre
bf5f071e9d
Show a clear error if user tries to set the Complete Folder as a subfolder of the Complete folder
5 years ago
Sander Jonkers
5d14aac430
deobfuscate: exclude BR files stuff, subdir unittest
5 years ago
Sander
f69f895418
Deobfuscate newfiles ( #1612 )
* deobfuscate: based on newfiles
* deobfuscate: based on newfiles, black-cleaned
* deobfuscate: yet another black try
* deobfuscate: with upgraded black module
* deobfuscate: improved unittests
* deobfuscate: improved unittests
* deobfuscate: improved unittests
* deobfuscate: removed deobfuscate_dir()
* deobfuscate: extra unittests: lite and nasty
* deobfuscate: black try again
* deobfuscate: black try again, and again
5 years ago
jcfp
e572c34743
show program name and version in tooltip ( #1611 )
5 years ago
SABnzbd Automation
822f3a760f
Update translatable texts
5 years ago
Safihre
274c236860
Add Python 3.9 to Travis and limit feedparser for Python 3.5
5 years ago
SABnzbd Automation
29d074732d
Update translatable texts
5 years ago
Safihre
097cec5283
Remove fallback in load_attribs
As it was included in 3.0.x, it can already be removed.
5 years ago
Safihre
f0ee73f03b
Only check for ratings when rating (indexer integration) is enabled
5 years ago
Safihre
691110af2c
Refactor the fetching of the history
Remove "completeness", make sure the active post-proc queue is also filtered.
Closes #595
sdfsdfsd
5 years ago
Safihre
1c7d3cc66d
Update text files for 3.1.0Beta2
5 years ago
Safihre
58df97961b
Do not crash on par2-only jobs
Closes #1608
5 years ago
Safihre
61cefb3308
Warn about Python 3.5 support being dropped after 3.1.0
Closes #1607
5 years ago
Safihre
694b0178e6
Revert "Add typing hints to some SABnzbd-specific objects"
This reverts commit b143767f8d
.
5 years ago
Safihre
48ae414941
Skip counting of downloaded bytes of postponed files
So we no longer see 110/100MB completed.
Articles could keep coming in after the par2 files were already postponed. When postponing the articles the bytes_tried are already decreased.
5 years ago
Safihre
b143767f8d
Add typing hints to some SABnzbd-specific objects
5 years ago
Sander
11de24ad4f
Deobfuscate final files: more intelligence, default obfuscated = True, ( #1603 )
* Deobfuscate final files: more intelligence, default obfuscated = True, more unit testing
* Deobfuscate final files: typo's
* Deobfuscate final files: cleanup of is_probably_obfuscated
5 years ago
Safihre
a9c5f2e184
Move priorities constant to constants
5 years ago
Safihre
ed3ad27560
Show version in Windows tray icon tooltip
Closes #1604
5 years ago
Safihre
a6632b6e3e
Consistency in build_history_info
Would show long-path notation for active history
5 years ago
SABnzbd Automation
2d49e7b4ce
Update translatable texts
5 years ago
Safihre
c097ad828d
Rework ArticleCache locking
Closes #1602
5 years ago
Safihre
7125ee469f
Correct: Duplicate Detection doesn't look at History filenames
fbb637e5e3
Closes #1601
5 years ago
Safihre
f91646f956
Log when sending a notification
5 years ago
SABnzbd Automation
5bd86b6fb7
Update translatable texts
5 years ago
Safihre
e12ed3e6f1
Style changes of database.py
5 years ago
Safihre
33a5d34bbf
Regression: Duplicate Detection doesn't look at History filenames
In py3-merge this code was lost.
fbb637e5e3
5 years ago
SABnzbd Automation
94662f5831
Update translatable texts
5 years ago
Safihre
a37ffe5b4d
Remove unnecessary WARNING label workaround
5 years ago
Safihre
fa1b421dad
Special files-in-nzb sorting for Unwanted Extensions did not work
And general rework of the sorting.
5 years ago
SABnzbd Automation
93727c52ae
Update translatable texts
5 years ago
Safihre
0108730004
Set a maximum on the maximum length of a foldername
Closes #1597
5 years ago
Safihre
10b97e708a
Move the parsing of priority=PAUSED when adding NZB's
Closes #1600
5 years ago
SABnzbd Automation
cfa23ca27e
Update translatable texts
5 years ago
Safihre
5290eaefc7
Fix styling of mult-edit box
Closes #1596
5 years ago
Safihre
2626b715ab
Skip os.makedirs on Windows if the folder already exists
https://bugs.python.org/issue41705
https://forums.sabnzbd.org/viewtopic.php?f=3&t=24939&p=122017
5 years ago
Safihre
99bc350f5f
Input for run_command needs to be a list in unrar_check
https://www.reddit.com/r/SABnzbd/comments/ilocdd/unrar_version_warning/
5 years ago
Safihre
ee38441779
On Windows we do need startupinfo in POpen to prevent popups
https://forums.sabnzbd.org/viewtopic.php?f=11&t=24944
5 years ago