Safihre
1c94db79b0
Restore macOS menu options
5 years ago
Sander
26e1a7222d
Make happyEyeballs work again on Python 3.8 / Ubuntu 20.04 with SSL
wrap_socket(s) without extra parameter works on both Python 3.5 / Ubuntu 16.04 and Python 3.8 / Ubuntu 20.04
Solves https://github.com/sabnzbd/sabnzbd/issues/1396
5 years ago
Sander
cdde5eed6d
Describe python version needed in README
5 years ago
Sander
a3ce436244
Pre-check HTTPS CERT and KEY files. Give warning if not good. ( #1393 )
* Pre-check HTTPS CERT and KEY files. Give warning if not good.
* Pre-check HTTPS CERT and KEY files: include traceback info
* Pre-check HTTPS CERT and KEY files: auto-launch browser with HTTP
5 years ago
Safihre
350ea662b5
Fix the loading of alternative skins
Closes #1392
5 years ago
Sander Jonkers
ac70bd890a
Make Pre-Check Work Again
5 years ago
Safihre
f301afe4da
Stop Direct Unpacker if unrar can't open files
Closes #1359
5 years ago
thezoggy
c0d0964300
Upgrade unrar to 5.90 ( #1383 )
5 years ago
thezoggy
aeabbe4085
Upgrade multipar to 1.3.0.7 (command line still reports it is version 1.3.0.6 // https://github.com/Yutaka-Sawada/MultiPar/issues/1 ) ( #1384 )
5 years ago
Sander
f0abcc4ae7
On Linux 5.4+, "exfat" with native driver is now correctly recognized as NOT FAT. ( #1380 )
5 years ago
Sander
0662fd70e2
Detect and reports whether running inside Docker ( #1378 )
* Detect and reports whether running inside Docker
* Detect and reports whether running inside Docker
* black-compliant formatting
Co-authored-by: Sander Jo <sanderjonkers+github@gmail.com>
5 years ago
Safihre
721976eb43
Handle non-RAR jobs in the RAR-deobfuscater
5 years ago
Safihre
f068919266
Code-style postproc
5 years ago
Sander Jo
ef91138e27
rar3-format: corrected to rNN (instead of rNNN)
5 years ago
Sander Jo
be5be641ed
Deobfuscate mixed rar sets
5 years ago
Safihre
2a8aea43e6
Correct formatting in notifier
5 years ago
Sander Jo
face626896
RSS-feed: correctly handle strange dates on Windows
5 years ago
Safihre
07d0731a5e
Add ES_CONTINUOUS flag to avoid going sleep while downloading on Windows
Closes #1370
5 years ago
jcfp
d1e2986510
Switch from pynotify to notify2 ( #1366 )
* switch from pynotify to notify2
* remove gntp leftovers
* ensure DISPLAY is set
5 years ago
Safihre
b0a50a2eac
Remove deprecated parameter from gettext
5 years ago
SABnzbd Automation
c8b26a7b76
Automatic translation update
5 years ago
Safihre
4740fc8745
Remove unused filename extractions from newsunpack
5 years ago
Safihre
33819ef547
Update UnRar to 5.80
5 years ago
Safihre
38dc0f54cc
Correct parsing of UnRar 5.80 password errors
Closes #1365
5 years ago
Safihre
cf8d2676a4
Pass the error of create_real_path to the user
Closes #1363
5 years ago
Bas Nijholt
47b99cfc13
use lock as a contextmanager ( #1364 )
5 years ago
Safihre
e7efb3f804
Use PyObjC instead of C-module to send notifications on macOS
5 years ago
Safihre
1a494cbf14
Move sleepless-test to the right directory
5 years ago
Safihre
25efb7018c
Remove Growl
Project hasn't been updated in 5 years or more.
5 years ago
Alex Hermann
002bdc0793
Py3: Replace xrange with range
https://docs.python.org/3.0/whatsnew/3.0.html#views-and-iterators-instead-of-lists
5 years ago
Safihre
8a62e325a1
Py3: macOS specific fixes
More will be needed
5 years ago
Safihre
5a7e1a1699
Use PyObjC instead of C-module to keep macOS awake
Super duper awesome if I may say so!
5 years ago
Safihre
1445bc3a90
Keep system awake also when post-processing is active
5 years ago
SABnzbd Automation
612c378bb8
Automatic translation update
5 years ago
Safihre
0f25ec018e
Update translatable texts
5 years ago
SABnzbd Automation
85baf39bfc
Automatic translation update
5 years ago
Safihre
441cb042a2
Py3: Restore translating of Windows-installer file
5 years ago
Sander Jo
22084de58e
detect, inform and abort uuencoded posts (KISS)
5 years ago
jcfp
4dab43721d
comment out pygobject, add note about pycairo deps
5 years ago
jcfp
efaa4c7647
add version and environment marker for pygobject
5 years ago
jcfp
58d2c54823
convert linux systray to python3 and gi
5 years ago
Safihre
50a5cdfac2
Py3: Remove lines from newswrapper
We only use the raw-socket-data in Py3 version
5 years ago
Safihre
97df88a5ad
Skip failing daemon test on MacOS
Trying to figure out what is going wrong, it just results in a hard kill of the Python process.
5 years ago
Safihre
b7e5df1356
Update translation base files
5 years ago
SABnzbd Automation
efcee62fa5
Automatic translation update
5 years ago
Safihre
17719b1b5b
Add PyObjC to macOS requirements
5 years ago
Safihre
c08dd7bdee
Merge branch 'feature/selenium' into develop
5 years ago
Safihre
5c0815728e
Add PyCache to gitignore
Strange it wasn't there
5 years ago
Safihre
5df525ce6b
Py3: Pre-queue parameters need to be strings
On WIndows this always happened due to list2command, so I never noticed. In Py2 version this used the unicoder() function, so also on other platforms it was fixed.
Closes #1344
6 years ago
Safihre
4e1a06c78a
Notification queue_done was not implemented
Closes #1330
6 years ago