Safihre
fcb3d01194
Correct input placeholder styling in Night themes
2024-03-04 09:57:51 +01:00
Safihre
af0b53990c
Update text files for 4.2.3RC3
4.2.3RC3
2024-03-04 08:46:42 +01:00
Safihre
e3861954ba
Support NNTP code 220 after ARTICLE request
...
Closes #2817
2024-03-02 21:40:56 +01:00
Safihre
006dd8dc77
Do not log NNTP data in unknown status code warning
...
See #2817
2024-03-02 21:23:25 +01:00
Safihre
dbff203c62
Update text files for 4.2.3RC2
4.2.3RC2
2024-02-26 22:30:38 +01:00
Safihre
f45eb891cd
Correct translatable texts about connection threads
2024-02-26 22:23:51 +01:00
Safihre
77b58240cf
Reduce Server test timeout to 10s
...
Unless otherwise specified
Related to #2802
2024-02-26 22:23:51 +01:00
Safihre
97ae1ff10e
Refactor part of database.py
...
Use autocommit and skip unnecessary checks on every connect
2024-02-26 22:23:51 +01:00
Safihre
8734a4f24b
Update text files for 4.2.3RC1
4.2.3RC1
2024-02-19 22:19:43 +01:00
Shane Mc Cormack
480fce55a8
Handle NNTP error code 451 ( #2808 )
...
* Handle error code 451.
This is used by some servers to show that an article was intentionally removed.
Fix #2807
* Add a warning when an unknown status code is given for an article.
* Make warning message translatable.
2024-02-19 22:06:29 +01:00
thezoggy
d4136fadd2
Add missing tooltips ( #2800 )
...
Co-authored-by: Safihre <safihre@sabnzbd.org >
2024-02-18 13:42:48 +01:00
Safihre
308bc375bd
Update log message about version check
2024-02-18 13:42:31 +01:00
Safihre
3bbcf6a41e
Update standby command on macOS
2024-02-18 13:41:33 +01:00
Safihre
3d5d10a4c1
Remove parsing of Group command code
...
Since we never request it.
2024-02-18 13:41:05 +01:00
Safihre
0e979c14f0
Remove Send Group option
...
Closes #2715
2024-02-18 13:38:31 +01:00
Safihre
70f49114ac
Wrong archive password is used for Retry
...
Closes #2790
2024-02-18 13:38:13 +01:00
Safihre
699d75bb9f
Update text files for 4.2.2
2024-01-30 21:46:56 +01:00
Safihre
95822704c8
Update black formatting
2024-01-30 21:36:34 +01:00
Safihre
76e5f69e67
Only attempt Windows Toasts on Windows 10 and above
2024-01-29 16:34:03 +01:00
Safihre
abd31d0249
Update text files for 4.2.2RC2
4.2.2RC2
2024-01-24 13:28:19 +01:00
Safihre
9ae7ee6e2d
Add logging which notification will be sent
2024-01-22 15:15:44 +01:00
renovate[bot]
bf52430da8
Update all dependencies
2024-01-22 01:31:55 +00:00
Safihre
7005b3ee86
Do not trigger Duplicate Check twice on URL's
2024-01-21 22:00:12 +01:00
Safihre
8f2ea239c5
Do not send Windows notifications if ran as Service
2024-01-21 20:35:27 +01:00
Safihre
9ee2a8a98c
Add hover to Night style buttons
2024-01-19 13:56:43 +01:00
jcfp
6f0daf9d1b
Use local ipv6 if public fails and is rout able ( #2783 )
...
* use local ipv6 if routable
* always try a remote lookup anyway, for statistics purposes
2024-01-19 13:01:18 +01:00
Safihre
28ed424fa8
Cache CPU name for 1 hour
2024-01-18 21:40:08 +01:00
SABnzbd Automation
fe3e20b108
Update translatable texts
...
[skip ci]
2024-01-17 15:11:46 +00:00
Safihre
23f3b901e3
Update text files for 4.2.2RC1
4.2.2RC1
2024-01-17 16:11:00 +01:00
Safihre
567608b3c4
Using password=PW resulted in PW.nzb as password
...
Closes #2779
2024-01-17 14:51:35 +01:00
Safihre
4ff0f94d41
Add IRC and Discord label
2024-01-17 11:59:57 +01:00
Safihre
a56290489c
Only request addrinfo once per internetspeed
2024-01-17 11:53:56 +01:00
Safihre
aac4392f69
Handle brackets in potentical filenames in subjects
...
Closes #2772
2024-01-15 09:55:22 +01:00
SABnzbd Automation
c130feefc5
Update translatable texts
...
[skip ci]
2024-01-15 02:00:46 +00:00
renovate[bot]
474bcf5f05
Update dependency more-itertools to v10.2.0
2024-01-15 02:00:04 +00:00
Safihre
cf24ada3f1
Move helpful_warnings declaration so it's read as the very first
2024-01-10 16:23:07 +01:00
Safihre
7b26bb7171
Add 4.2.2 already to appdata
2024-01-10 13:32:35 +01:00
SABnzbd Automation
83d89ff05c
Update translatable texts
...
[skip ci]
2024-01-10 09:53:14 +00:00
Safihre
7034bdcbf6
Update text files for 4.2.2 Beta 1
...
Closes #2776
4.2.2Beta1
2024-01-10 10:52:24 +01:00
Safihre
4c12da5418
Update log anonymization for new IPv4/6 logging
...
Closes #2775
2024-01-10 09:07:23 +01:00
SABnzbd Automation
8bf1d2bc1f
Update translatable texts
...
[skip ci]
2024-01-10 05:54:35 +00:00
Steve Albrecht
900a99653f
Move UI theme selection out of advanced settings ( #2774 )
...
* Make UI theme selection a non-advanced setting
* Call stylesheet a "theme" instead of a "skin"
---------
Co-authored-by: sbalbrecht <stpehen.b.albrecht@gmail.com >
2024-01-10 06:53:54 +01:00
Safihre
f33fcfa7b1
Require only 5 characters to define a filename
2024-01-09 16:22:15 +01:00
SABnzbd Automation
130148d475
Update translatable texts
...
[skip ci]
2024-01-09 09:34:35 +00:00
Safihre
021f87eef3
Correct focus style of Config Night navbar
2024-01-09 10:33:45 +01:00
Safihre
8ef8788152
Correct logic error in guess_what
...
@jcfp This check seems very specific, are these conditions ever all True at the same time?
2024-01-08 15:34:31 +01:00
renovate[bot]
041756829a
Update dependency pyinstaller-hooks-contrib to v2023.12
2024-01-08 00:42:10 +00:00
Safihre
89c7f52d84
Do not ask for feedback about categories based on Groups anymore
...
It's staying.
2024-01-07 21:18:00 +01:00
SABnzbd Automation
c40b560d15
Update translatable texts
...
[skip ci]
2024-01-07 19:58:50 +00:00
Safihre
74f9391076
Explain that Retry disabled aborting due to missing articles
...
Closes #2765
2024-01-07 20:58:12 +01:00