This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
nzbget
Watch
1
Star
0
Fork
0
You've already forked nzbget
mirror of
https://github.com/nzbget/nzbget.git
synced
2026-06-12 05:34:15 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
dbda657e6ec9e5fbf27428236a220fafd706ba91
nzbget
/
webui
History
Andrey Prygunkov
7d2b895bfb
updated URLs to fetch version information during automatic updates
2015-05-09 11:57:20 +00:00
..
img
eliminated the distinction between manual pause and soft-pause; there is only one pause register now; options "ParPauseQueue", "UnpackPauseQueue" and "ScriptPauseQueue" do not change the state of the pause but instead are respected directly; RPC-methods "pausedownload2" and "resumedownload2" are aliases to "pausedownload" and "resumedownload" (kept for compatibility); field "Download2Paused" of RPC-method "status" is an alias to "DownloadPaused" (kept for compatibility); action "D2" of remote commands "--pause/-P" and "--unpause/-U" is not supported anymore
2014-02-19 21:45:56 +00:00
lib
added collecting of download volume statistics data per news server; in web-interface the data is shown as chart in "Statistics and Status" dialog; new RPC-method "servervolumes" returns the collected data
2014-04-01 21:06:31 +00:00
config.js
updated URLs to fetch version information during automatic updates
2015-05-09 11:57:20 +00:00
downloads.js
added hidden webui setting "rowSelect" to select records by clicking on any part of the row, not just on the check mark; to activate it change the setting "rowSelect" in webui/index.js
2015-03-20 20:02:44 +00:00
edit.js
added confirmation dialog for command "Download again" in history list
2015-04-11 11:32:49 +00:00
fasttable.js
added filter buttons to messages tab (info, warning, etc.); also changed the color of filter buttons in feed view and feed filter dialogs (from blue to black)
2013-08-07 20:09:43 +00:00
feed.js
added a small button near feed name in the feed menu on downloads-page; a click on the button fetches the feed, whereas a click on the feed title shows feed's content (as before)
2015-02-22 22:05:59 +00:00
history.js
added confirmation dialog for command "Download again" in history list
2015-04-11 11:32:49 +00:00
index.html
added confirmation dialog for command "Download again" in history list
2015-04-11 11:32:49 +00:00
index.js
fixed: web-interface may fail to load on Firefox mobile
2015-04-25 19:54:47 +00:00
messages.js
added filter buttons to messages tab (info, warning, etc.); also changed the color of filter buttons in feed view and feed filter dialogs (from blue to black)
2013-08-07 20:09:43 +00:00
status.js
added article cache: new option "ArticleCache" defines memory limit to use for cache; when cache is active the articles are written into cache first and then all flushed to disk into the destination file; article cache reduces disk IO and may reduce file fragmentation improving post-processing speed (unpack); it works with both writing modes (direct write on and off); when option "DirectWrite" is disabled the cache should be big enough (for best performance) to accommodate all articles of one file (sometimes up to 500 MB) in order to avoid writing articles into temporary files, otherwise temporary files are used for articles which do not fill into cache; when used in combination with DirectWrite there is no such limitation and even a small cache (100 MB or even less) can be used effectively; when the cache becomes full it is flushed automatically (directly into destination file) providing room for new articles; new row in the "statistics and status dialog" in web-interface indicates the amount of memory used for cache; new fields "ArticleCacheLo", "ArticleCacheHi" and "ArticleCacheMB" returned by RPC-method "status"; refactor: parts of unit "ArticleDownloader" responsible for writing into disk were moved into new unit "ArticleWriter"
2014-07-18 22:48:35 +00:00
style.css
1) added button "Test Connection" to make a news server connection test from web-interface; 2) improved timeout handling when connecting to news servers which have multiple addresses; 3) improved error handling when communicating with secure servers (do not trying to send quit-command if connection could not be established or was interrupted; this avoids unnecessary timeout)
2015-03-31 19:52:57 +00:00
upload.js
fixed: web interface showed an error box when trying to submit files with extensions other than .nzb, although these files could be processed by a scan-script; now the error is not shown if any scan-script is set in options
2014-09-05 20:22:49 +00:00
util.js
added restricted user and add-user; restricted user has access to most program functions but cannot see security related options (including usernames and passwords) and cannot save configuration; restricted user can be used with other programs and web-sites; add-user can only add new downloads via RPC-API and can be used with other programs or web-sites
2015-02-20 21:05:51 +00:00