Safihre
f6c15490cc
Set version to 3.2.0-develop and drop Python 3.5 support
5 years ago
Safihre
61cefb3308
Warn about Python 3.5 support being dropped after 3.1.0
Closes #1607
5 years ago
Safihre
420a3d385d
Let CherryPy handle relative URL-redirection
Need for proxies!
https://forums.sabnzbd.org/viewtopic.php?f=2&t=24925
https://forums.sabnzbd.org/viewtopic.php?f=11&t=24790
5 years ago
Safihre
433dcab02b
Update code-style
5 years ago
Safihre
fcc4a44695
Removed logging in macOS sabApp that resulted in double logging
5 years ago
Safihre
1452ddd5e4
Do not crash if certifi certificates are not available
This could happen on Windows, due to overactive virus scanners
5 years ago
Safihre
0a5a4ec0da
List Cheetah minimal version in requirements.txt
5 years ago
Safihre
c953498a9d
Correct spelling error warning_helpful
1f554816b6
Thanks @albino1
5 years ago
Safihre
1f554816b6
Add option to disable helpful warnings
Closes #1112
5 years ago
Safihre
1dd4afa5e2
Generalize use of certifi module
5 years ago
Safihre
4566f23984
Revert "Use pyOpenSSL for HTTPS in CherryPy"
This reverts commit 084b2b357f
.
5 years ago
Safihre
084b2b357f
Use pyOpenSSL for HTTPS in CherryPy
Closes #1548 , #1519
5 years ago
Safihre
a624669b4d
On Windows only support Multipar for verification
And make startup logging nicer: #1506
5 years ago
Safihre
7e5a43e95c
Revert "Code-formatting: optimize imports"
This reverts commit db5ff8c7e1
.
Does not work on Python 3.4/3.6. Not really sure why, but don't want to investigate right now.
5 years ago
Safihre
db5ff8c7e1
Code-formatting: optimize imports
5 years ago
Safihre
15ad60f8a9
Refactor the adding of NZB's ( #1502 )
- All is handled by sabnzbd.add_nzbfile
- Moved the actual file-processing to nzbparser
- We always support gzip in URLGrabber
- Remove upload.py, all handled by add_nzbfile
- Rework the dirscanner and urlgrabber to the new reality
- Retry job was broken if you added a file
5 years ago
Safihre
9155ade937
Correct logging formatting in errors/warnings
5 years ago
Safihre
9bcbcaefdf
Black code-style everything
5 years ago
Safihre
3259f83b9d
Do not use variable names that shadow built-in ones
Maybe fixes https://forums.sabnzbd.org/viewtopic.php?f=11&t=24785
5 years ago
Safihre
83cbab6318
Remove older cfg items
5 years ago
Safihre
adcb690662
Move apireg to utils directory
5 years ago
Safihre
233ab2ee6e
Restore Windows Service functionality
5 years ago
Safihre
bd6db4707d
Move parsing of CMDLINE
5 years ago
Safihre
379602fbb9
Remove six dependency
5 years ago
Safihre
efcb09a5b7
Correct deprecated regex format (1)
5 years ago
Safihre
e3720b31f0
Update releasenotes and print missing module
Closes #1411
5 years ago
Safihre
6d8c264e90
Update copyright year to 2020
5 years ago
Safihre
fed8747e04
Correct getattr usage to hasattr
5 years ago
Safihre
1c94db79b0
Restore macOS menu options
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
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
jcfp
d1e2986510
Switch from pynotify to notify2 ( #1366 )
* switch from pynotify to notify2
* remove gntp leftovers
* ensure DISPLAY is set
5 years ago
Safihre
e7efb3f804
Use PyObjC instead of C-module to send notifications on macOS
5 years ago
jcfp
58d2c54823
convert linux systray to python3 and gi
5 years ago
Safihre
d3c9adc69f
Warn about .pyc files
Relates to #1332
6 years ago
Safihre
a8e50421e5
Py3: CherryPy now fixed the SSL Error 0
6 years ago
Safihre
6b3f8bd255
Py3: Remove error.log if it is too big
Including tests
6 years ago
Safihre
b0332e141c
Remove error.log if it is too big
6 years ago
Safihre
fb238af7de
Notify develop-users that we will switch to Python 3
6 years ago
Safihre
052762fd03
Py3: Re-organize forking/daemonizing for Python 3
And added basic tests that it can fork.
Closes #1237 and #1255
6 years ago
Safihre
5e80c2aab9
Py3: Get rid of SSL error when HTTPS enabled
cherrypy/cherrypy/issues/1618
6 years ago
Safihre
33d64fc152
Py3: Require Python 3.5+
Closes #1245
6 years ago
Safihre
d0d1beab88
Py3: Rework displaying of long-paths in interface
6 years ago
Safihre
0c2cfd6225
Revert "Notify develop-users that we will switch to Python 3"
This reverts commit 6ed9dcfc95
.
6 years ago
Safihre
c62025bfca
Py3: Link to wiki-page on start-up errors
6 years ago
Safihre
6ed9dcfc95
Notify develop-users that we will switch to Python 3
6 years ago
Safihre
24c7707fc0
Py3: Incorrect warning about not being UTF-8
6 years ago
Safihre
3b9f3ba378
Py3: Check for required modules and general refactoring
6 years ago
Safihre
38eca9a7d4
Py3: Add test for new encoding function
6 years ago