Andrey Prygunkov
1d008bd1f5
#748 : removed outdated links from web interface
...
and merged Info and About tabs
2021-04-15 22:17:00 +02:00
Andrey Prygunkov
8c1e62ef49
fixed #731 : file selector in WebKit based browsers doesn't allow to choose the same file again
2021-04-15 21:28:47 +02:00
Sander
4546b0f368
#650 , #651 : corrected space characters in one js-file
2019-06-29 23:44:57 +02:00
Andrey Prygunkov
f1c1373c7d
#637 : nzbget version on about page
2019-05-13 18:20:51 +02:00
pfidr34
5dda6b2e49
#634 : correct typo in about dialog of web interface
2019-05-10 20:27:12 +02:00
Andrey Prygunkov
15f4955f38
#620 : wildcards in option AuthorizedIP
2019-03-10 21:52:08 +01:00
Andrey Prygunkov
67ca371c6b
#604 : suppress an LGTM alert
...
A false positive.
2019-01-19 13:19:45 +01:00
Andrey Prygunkov
b6927e992e
#604 : fixed LGTM alerts for JavaScript
2019-01-19 11:55:59 +01:00
Andrey Prygunkov
ea4ea2c901
#564 : click on logo switches to downloads tab
...
Infos from about dialog moved onto settings page.
2018-07-13 17:17:50 +02:00
Andrey Prygunkov
93ad31b9d8
#541 : preserving age and size info for urls from feed
...
and showing it in history of webui
2018-07-10 20:12:51 +02:00
Andrey Prygunkov
137ac1a3ee
fixed #532 : wrong favicon used on Android
...
Dynamically activate icon targeted for iOS only when running on iOS.
2018-04-15 18:16:46 +02:00
hatem zidi
cd6bf682f9
#483 : optimized mobile touch icon (favicon)
...
Optimized for desktop and mobile platforms.
2018-02-02 18:40:45 +01:00
Andrey Prygunkov
db102f5a15
#498 : fixed wrong case in unpack password parameter
2018-01-25 17:39:18 +01:00
Andrey Prygunkov
8dfca2a542
#461 , 7deb3c1b68: renamed "LogBuffer" in webui
2017-11-04 13:55:30 +01:00
Andrey Prygunkov
8545cb3581
#426 : show unpack password as plain field
2017-09-13 18:39:40 +02:00
Andrey Prygunkov
2ce9f0df38
#440 : notification control from main site
...
To not update all installations on release day but rather gradually
within several days (as defined in update-info file on web-site).
2017-09-11 21:17:51 +02:00
Andrey Prygunkov
38efd4a4de
#440 : help screen for update dialog
2017-09-07 17:48:51 +02:00
Andrey Prygunkov
80b8ee8dfb
#440 : automatic update check
...
New option "UpdateCheck”.
2017-09-05 20:31:11 +02:00
Andrey Prygunkov
47b1c1a2dd
#49 , #260 : 9dc2b8c71b: corrected formatting
2017-09-05 20:19:41 +02:00
Andrey Prygunkov
9c86dc70bd
#421 , #434 : fixed: filter buttons don't work in history
2017-08-27 17:37:44 +02:00
Andrey Prygunkov
1f6a360de5
#421 : fixed status buttons on history tab
2017-08-26 18:10:54 +02:00
Andrey Prygunkov
dcdc41ca9a
#421 , #422 : URL components should not be encoded as JSON
2017-08-26 11:34:36 +02:00
Andrey Prygunkov
0158614da2
#421 : update downloads table even if no changes
...
when there are active downloads in order to recalculate estimated time
2017-08-24 13:46:37 +02:00
Andrey Prygunkov
ca7807fa92
#421 : fixed missing semicolon in raphael.min.js
2017-08-23 18:07:59 +02:00
Andrey Prygunkov
cbe6c6a340
fixed #426 : options formatted as password fields when they shouldn't
2017-08-10 22:22:12 +02:00
Andrey Prygunkov
557e0580a7
#421 : 45b5727374: fixed messages filter buttons disappeared
2017-08-05 22:58:20 +02:00
Andrey Prygunkov
0135e605a8
#421 , #422 : do not parse json-response if it will not be used
...
… and small refactorings and fixes for error reporting
2017-07-30 23:40:54 +02:00
schnusch
546324d891
#421 , #422 : added detection of cached responses in WebUI's RPC
2017-07-30 23:40:47 +02:00
schnusch
43563e8dfb
#421 , #422 : removed remnants of 412 error handling
2017-07-30 23:40:38 +02:00
schnusch
4f5d357e3c
#421 , #422 : use GET requests for safe JsonRPC methods in WebUI
2017-07-30 23:40:30 +02:00
Andrey Prygunkov
a6c120bc82
#421 , #422 : avoid table updates if no changes
2017-07-30 23:40:29 +02:00
Andrey Prygunkov
5ac7c0398e
#421 , #422 : adjustments in ETag support
...
1) convert MD5 hash into string using standard method instead of base64;
2) if par2 isn’t available using another hash function from Util-unit;
3) avoid gzipping of response if it isn’t sent;
4) use BString class for header string formatting.
2017-07-30 23:40:29 +02:00
schnusch
0008f040b3
#421 , 422: added support for Etag an If-None-Match HTTP headers
...
The web server now support Etag generation for static files and some RPC
methods. If If-None-Match is given in the request and matches with the Etag
generated for the response than no data is sent and 304 or 412 is returned.
The JavaScript RPC calls also support the new HTTP error code by buffering
Etags and responses and will reuse the previous response if 412 is returned.
2017-07-30 23:40:13 +02:00
Andrey Prygunkov
45b5727374
#421 : call multiple API-methods simultaneously
2017-07-28 00:42:25 +02:00
Andrey Prygunkov
f001b0744b
#421 : reduce number of requests when loading webui
...
by combining all javascript-files into one and all css-files into one
2017-07-28 00:41:18 +02:00
Andrey Prygunkov
dd714355c4
nzbget/nzbget#388 : updated wiki links to use new url format
2017-06-09 18:41:40 +02:00
Andrey Prygunkov
a73d1ba56e
#31 : backup icon in history in phone theme
2017-05-12 19:14:02 +02:00
Andrey Prygunkov
55d080ac96
#50 : clear script execution log
...
before executing script
2017-04-12 19:41:28 +02:00
Andrey Prygunkov
0b14a2f869
#352 : showing volume stats from settings page
...
New button “Volume Statistics” in section “News Servers” of settings
page. Shows the same volume data as in global statistics dialog.
2017-04-07 20:40:46 +02:00
Andrey Prygunkov
bfee7c55cd
#50 : confirmation for commands marked as dangerous
2017-03-21 23:22:54 +01:00
Andrey Prygunkov
e839db7107
#50 : pass not yet saved options to script
2017-03-20 20:59:34 +01:00
Andrey Prygunkov
ffb16aa7bb
#50 : progress dialog for script execution log
...
New API-method “logscript”.
2017-03-20 20:30:19 +01:00
Andrey Prygunkov
a3b0b7675e
#50 : execute custom commands for scripts
...
New API-method “startscript”.
2017-03-17 20:24:14 +01:00
Andrey Prygunkov
602f62c17c
#50 : define custom buttons in extension scripts
2017-03-17 19:23:56 +01:00
Andrey Prygunkov
c02f708d74
#346 : save changes before performing actions in history dialog
2017-03-13 19:53:54 +01:00
Andrey Prygunkov
4cdbfc84dd
#346 : changing category via drop-down changes pp-parameters
...
accordingly to the new category.
2017-03-12 20:09:50 +01:00
Andrey Prygunkov
75ec856af3
#346 : improved hover effect
...
Increased clickable area and made the carets (triangles) clickable too.
2017-03-11 23:21:50 +01:00
Andrey Prygunkov
88b5e16597
#346 : multi-edit via drop-downs
...
If multiple items are selected and drop-down is shown for one of them
the menus work on all selected items.
2017-03-09 20:55:04 +01:00
Andrey Prygunkov
fff6fdd4eb
#346 : unified hover feedback for all drop-downs
2017-03-09 20:44:57 +01:00
Andrey Prygunkov
c4ff544459
#346 : drop-down for status in downloads and history
2017-03-08 20:16:17 +01:00