summaryrefslogtreecommitdiffstats
path: root/interface/js/app/rspamd.js
Commit message (Collapse)AuthorAgeFilesLines
* [WebUI] Migrate to Bootstrap v5.2moisseev2023-03-231-9/+9
|
* [WebUI] Hide extra To detail row on small screensmoisseev2022-08-281-0/+9
|
* [WebUI] Fix privileged access for secure_ipmoisseev2022-06-061-1/+2
|
* [WebUI] Learn a random server of "All SERVERS"moisseev2022-04-261-0/+5
| | | | Issue: #4157
* [WebUI] Add HTTP (Ajax) request timeout settingmoisseev2022-04-181-4/+29
| | | | Issue: #4009
* [Minor] Use existing constantmoisseev2022-04-181-2/+2
|
* [WebUI] Replace pie chart librarymoisseev2022-02-201-93/+10
|
* [Minor] Dismiss popover by clicking outsidemoisseev2021-06-231-0/+13
|
* [WebUI] Disable bootstrap tooltipsmoisseev2021-06-221-7/+3
| | | | that are too difficult to handle properly for dynamic HTML content.
* [Minor] Rework symbol description tooltipsmoisseev2021-06-171-25/+10
|
* [WebUI] Fix click on icons inside buttonsmoisseev2021-06-161-3/+3
|
* [Minor] Wait until "auth" Ajax request finishesmoisseev2021-06-161-12/+13
|
* [WebUI] Add date locale settingmoisseev2021-06-121-1/+74
|
* [Minor] Avoid browser console warningAlexander Moisseev2021-01-301-1/+0
| | | Fixes: #3627
* [WebUI] Disable Refresh until ongoing requestsmoisseev2020-11-201-1/+6
| | | | are finished
* [Minor] Add `complete` callbackmoisseev2020-11-201-1/+3
| | | | which to be called when requests to all neighbours are finished.
* [WebUI] Add History tab autorefreshingmoisseev2020-11-191-3/+17
| | | | Issue: #820
* [WebUI] Escape reserved HTML characters in editormoisseev2020-10-171-20/+21
| | | | Issue: #3522
* [WebUI] Avoid error messages on connectmoisseev2020-10-011-4/+5
| | | | | | in read-only mode Reported by: @nwhisper via Telegram group
* [WebUI] Rework navbar buttonsmoisseev2020-08-231-15/+14
| | | | | | - Convert navbar buttons to <button> elements - Do not disable Refresh button when auto-refresh is disabled - Do not refresh current tab on auto-refresh interval change
* [WebUI] Remove event listeners on disconnectmoisseev2020-08-021-0/+4
|
* [WebUI] Add preloadermoisseev2020-07-261-0/+3
|
* [WebUI] Hide navbar while page is loadingmoisseev2020-07-251-3/+1
|
* [Minor] Use class for hiding WebUI elementsmoisseev2020-07-111-8/+0
|
* [WebUI] Rework actions formmoisseev2020-07-111-0/+4
|
* [WebUI] Fix login modalmoisseev2020-07-091-9/+8
|
* [WebUI] Replace Glyphicons with Font Awesome SVG+JSmoisseev2020-07-061-2/+2
|
* [WebUI] Migrate to Bootstrap 4.5moisseev2020-07-011-16/+16
|
* [WebUI] Add selectors referencemoisseev2020-06-201-1/+1
|
* Merge pull request #3397 from moisseev/webuiVsevolod Stakhov2020-06-071-0/+6
|\ | | | | [Minor] Hide Refresh button when it is unused
| * [Minor] Hide Refresh button when it is unusedmoisseev2020-06-071-0/+6
| |
* | [WebUI] Add "Test selectors" tabmoisseev2020-06-071-2/+6
|/
* [WebUI] Add auto-refresh interval settingsmoisseev2020-03-061-13/+66
|
* [WebUI] Rename Throughput time intervalsmoisseev2019-08-301-2/+2
| | | | <hourly|daily|weekly|monthly> -> <by day|by week|by month|by year>
* [Minor] WebUI: Use public getSelector() functionmoisseev2019-08-201-1/+2
|
* [WebUI] Rework scan results displaymoisseev2019-08-201-6/+398
|
* [Minor] WebUI: Remove unused codemoisseev2019-06-151-2/+0
|
* [WebUI] Add URL fragments (#) supportmoisseev2019-05-121-4/+25
| | | | | | | | for tab switching - Show the correct tab when the page is loaded if there is a hash in the URL. - Changing the hash in the URL when the tab is changed. - Change the tab when the hash changes in the URL (back / forward buttons).
* [WebUI] Fix AJAX request URLmoisseev2019-05-091-1/+1
| | | | Fixes: #1552
* [WebUI] Combine Scan and Learning into one tabAlexander Moisseev2019-03-311-2/+2
| | | | Closes: #1441
* [WebUI] Notify user if uploaded data was not learnedAlexander Moisseev2018-12-211-2/+2
| | | | #2684
* [WebUI] Do not display password form when secure_ip is setAlexander Moisseev2018-10-021-52/+51
| | | | Fixes: #2553
* [Minor] Guard for-inAlexander Moisseev2018-09-191-0/+1
|
* [Minor] Remove extra parenthesesAlexander Moisseev2018-09-171-1/+1
|
* [Minor] Enforce consistent key-value spacingAlexander Moisseev2018-09-161-3/+3
|
* [Minor] Drop Crockford's `switch` indentationAlexander Moisseev2018-09-151-29/+30
|
* [Minor] Initialize variables at declarationAlexander Moisseev2018-09-151-1/+1
|
* [Minor] Require capitalized constructor namesAlexander Moisseev2018-09-151-2/+2
|
* [WebUI] Add progress bar for AJAX requestsAlexander Moisseev2018-09-021-2/+25
|
* [WebUI] Destroy summary table on disconnectAlexander Moisseev2018-09-011-2/+2
|