Commit Graph

1226 Commits

Author SHA1 Message Date
Safihre
c33cabdff6 Update text files for 3.0.0 Alpha 1 2020-04-28 16:38:35 +02:00
Safihre
6d8c264e90 Update copyright year to 2020 2020-04-25 16:30:38 +02:00
Safihre
25efb7018c Remove Growl
Project hasn't been updated in 5 years or more.
2020-02-26 11:21:54 +01:00
Alex Hermann
002bdc0793 Py3: Replace xrange with range
https://docs.python.org/3.0/whatsnew/3.0.html#views-and-iterators-instead-of-lists
2020-02-25 21:36:32 +01:00
Sander Jo
e95e9d5254 "3" in SABnzbd logo on frontpage 2019-09-25 10:52:12 +02:00
Safihre
563173a325 Merge branch 'develop' into py3 2019-05-24 09:23:08 +02:00
Safihre
e1c61c41ca Display of Bytes/second speeds was incorrect
Not really relevant, but still
2019-05-07 09:11:25 +02:00
Safihre
2c92a7621c Test Download could fail if clicked on icon instead of button
Closes #1263
2019-04-02 08:26:53 +02:00
Safihre
8d5ad1d94f Merge branch 'develop' into py3 2019-03-13 09:24:47 +01:00
Safihre
83ccc0a765 Merge branch 'develop' into 2.3.x 2019-03-13 08:19:58 +01:00
Safihre
80e4b6e044 WIP: Add Internet Bandwidth Test 2019-03-07 21:27:38 +01:00
Safihre
d1cfa51a46 Always use correct supported file types
Closes #1227
It's also clear without the "Formats"
2019-02-26 17:27:33 +01:00
Safihre
b5f391e3fb Remove Glitter pre-loading of Queue and History
In Python 3 CherryPy is now so fast with serving requests.
2019-02-21 09:32:51 +01:00
Safihre
f280363df5 Merge branch 'develop' into 2.3.x 2019-02-11 07:46:21 +01:00
Safihre
3b9f3ba378 Py3: Check for required modules and general refactoring 2019-02-08 12:30:27 +01:00
Safihre
a63aff20f2 Display of Bytes/second speeds was incorrect
Not really relevant, but still
2019-02-06 09:25:58 +01:00
Safihre
cbbdccca81 Link supported file types in template
Closes #1227
2019-02-05 13:34:22 +01:00
Safihre
b6c4a48497 Py3: First fix of running external tools (unrar/par2/multipar)
Closes #1224
2019-01-25 16:16:55 +01:00
Safihre
1e786a1576 Merge branch 'develop' into py3 2019-01-25 13:42:34 +01:00
Safihre
b9a344992b Remove Email Templates Folder from Notifications page
This way we can hide it
2019-01-22 13:37:38 +01:00
Safihre
92ecc2d0d4 Merge branch 'develop' 2019-01-12 09:30:05 +01:00
Safihre
4c7f74b356 Show Details on Servers page could break graph display
Closes #1207
2019-01-01 12:02:06 +01:00
Safihre
71dc1b5310 Add option to quickly add test NZB 2018-12-26 22:44:53 +01:00
Safihre
2bbc286154 Py3: Remove smpl-skin 2018-12-26 10:43:01 +01:00
Safihre
e827487c11 Py3: Simplify multi-language support
No more need for unicode tricks
2018-12-25 22:50:21 +01:00
Safihre
d7bea6f134 Merge branch 'develop' into py3 2018-12-25 10:54:56 +01:00
Safihre
60afb7f444 Update copyright year to 2019 2018-12-24 11:51:48 +01:00
Safihre
9bc1601939 Merge branch 'develop' 2018-12-20 22:51:54 +01:00
Safihre
e8206371e4 Update Wizard example URL 2018-12-14 08:41:00 +01:00
Safihre
579e07adc3 Merge branch 'develop' into py3 2018-10-12 10:10:10 +02:00
Safihre
217b2436f2 Detect RSS-feed login redirect and show specific error
Before it would overwrite specific errors detected above by general "No entries" warning.
2018-10-09 14:26:49 +02:00
Safihre
8b2a6ef825 Link to details page of RSS-feed item if provided 2018-10-09 10:04:21 +02:00
Safihre
320495671b Add RSS-source icon to all tabs 2018-10-08 13:22:34 +02:00
Safihre
6d8a774443 Merge branch 'develop' 2018-09-07 10:41:57 +02:00
Safihre
d86fb42d28 Code-style changes 2018-09-05 14:51:16 +02:00
Safihre
9228bc28ff Typos in stylesheets 2018-08-22 07:58:24 +02:00
Safihre
531ef59e0a Small Config > General styling fix 2018-08-21 15:39:31 +02:00
Safihre
43d8283f5b Wizard final page not linking to Folders config page
Closes #1163
2018-07-31 22:07:01 +02:00
Safihre
281acce610 Py3: Fixes after merge of develop 2018-06-09 19:29:40 +02:00
Safihre
6cf701599c Merge branch 'develop' into py3 2018-05-30 15:07:10 +02:00
Safihre
1aed59d52e Merge branch 'develop' 2018-04-22 19:14:52 +02:00
Safihre
c872ee16ab Changing Server priority would give JSON-page 2018-04-17 15:53:09 +02:00
Safihre
f77cc43b7d Indicate that SMPL skin may lose functionality in future releases 2018-03-20 15:15:37 +01:00
Safihre
2cdf284578 Update copyright to 2018 2018-03-15 13:14:08 +01:00
Safihre
20fbea6e31 Rework security flow of webpages
Have 1 wrapper that checks all secuirty checks and exposes the package for CherryPy.
Cleaner code that can then be used to implement global security checks.
Merged wizard.py into interface.py and removed lots of overhead code that is handled by the general system.
2018-03-13 16:03:49 +01:00
Safihre
4686bc1fa6 Indicate that SMPL is no long supported 2018-03-13 08:21:17 +01:00
Safihre
ee0623d68b Set priority level of Windows subprocess from Config
Closes #1109.
Default changed from IDLE to NORMAL.
2018-03-12 16:34:10 +01:00
Safihre
0b9b28112d Make SSL-Ciphers a per-server setting
Closes #1110
2018-03-12 08:44:04 +01:00
Safihre
fe849d8805 Correct error display during adding of server 2018-02-13 08:26:55 +01:00
Safihre
b5dcfe0238 Show JSON-returned errors also to user in Config 2018-02-01 09:09:08 +01:00