summaryrefslogtreecommitdiffstats
path: root/interface
Commit message (Collapse)AuthorAgeFilesLines
...
* | [WebUI] Fix read onlyAnna Stakhova2016-12-121-2/+25
|/
* [WebUI] fix uptimeAnna Stakhova2016-12-111-0/+20
| | | | Add ajax to timer
* [WebUI] New sec to time functionAnna Stakhova2016-12-091-24/+21
|
* [WebUI] Set focus to password field (#1230)Andrew Lewis2016-12-061-0/+1
| | | | Reported-by: @madorin
* [WebUI] Load graph data on reconnect if the tab is activeAlexander Moisseev2016-11-301-0/+4
|
* Merge pull request #1209 from AnnaStakhova/masterVsevolod Stakhov2016-11-302-2/+10
|\ | | | | Make status responsive
| * [WebUI] Improve uptime responsiveAnna Stakhova2016-11-301-1/+4
| |
| * [WebUI] diagram centeredAnna Stakhova2016-11-291-1/+6
| | | | | | | | The diagram is centered for smal screen
* | [WebUI] Fix graph percentage mode resettingAlexander Moisseev2016-11-301-0/+1
| | | | | | | | | | on reconnect / reload Fixes: #1193
* | Merge pull request #1199 from neutechfi/masterVsevolod Stakhov2016-11-291-1/+1
|\ \ | | | | | | [WebUI] fix savesymbols absolute url to relative
| * | [WebUI] fix savesymbols absolute url to relativeToni Mattila2016-11-291-1/+1
| | |
* | | Merge pull request #1198 from AnnaStakhova/masterVsevolod Stakhov2016-11-291-3/+3
|\ \ \ | |/ / |/| / | |/ Make Status responsive
| * [WebUI] Make status responsive plusAnna Stakhova2016-11-281-2/+2
| |
| * [WebUI] Make Status responsiveAnna Stakhova2016-11-281-4/+4
| |
* | [WebUI] Update password promptAlexander Moisseev2016-11-282-6/+6
|/ | | | | Resolves: #1191 Submitted by: @andryyy
* Fix stat-box widthAnna Stakhova2016-11-261-1/+1
|
* Fix scan clear btnAnna Stakhova2016-11-263-11/+32
| | | | | | Fix scan clear btn Add upload btn (for future using) Improve navbar right buttons
* Fix maps displayAnna Stakhova2016-11-253-3/+12
|
* [WebUI] Slightly fix marginVsevolod Stakhov2016-11-151-1/+1
|
* [WebUI] Add Rspamd logoVsevolod Stakhov2016-11-152-1/+1
|
* [WebUI] Add support for errors ring in WebUIVsevolod Stakhov2016-11-142-0/+87
|
* [WebUI] Distinguish read-only interface, multiple bugs fixedVsevolod Stakhov2016-11-141-52/+23
|
* [WebUI] Update d3evolutionAlexander Moisseev2016-11-121-1/+1
| | | | | | Update to moisseev/D3Evolution@d5d42052dfb406d1d62b7fb9b1a2d9e2269c004e - Invert on-mouseover fading-out of paths - Enable mouse events for paths as well
* [WebUI] Add missing fontsAlexander Moisseev2016-11-032-0/+0
|
* [WebUI] Improve visual representation of symbols tableVsevolod Stakhov2016-11-023-12/+20
|
* [WebUI] Add missing elementsVsevolod Stakhov2016-11-022-2/+2
|
* [WebUI] Use local versions of css and jsVsevolod Stakhov2016-11-026-5/+28
|
* [WebUI] Use safer fontsVsevolod Stakhov2016-11-011-2/+2
|
* [WebUI] More fixes to symbols configVsevolod Stakhov2016-11-012-30/+15
|
* [WebUI] Further rework of symbols scoresVsevolod Stakhov2016-11-013-236/+187
|
* [WebUI] Rework symbols scoresVsevolod Stakhov2016-11-012-39/+70
|
* [WebUI] Update d3evolutionAlexander Moisseev2016-10-161-1/+1
| | | | | Update to moisseev/D3Evolution@6538632cfcbafd01e3685694bfe3283946018a14 - Change `null` area transition effect to fade-out/fade-in
* [WebUI] Ask for history reset confirmationAlexander Moisseev2016-10-151-2/+5
| | | | Issue: #1027 Reported by: @fenice2
* [WebUI] Improve history table length drop-down menuAlexander Moisseev2016-10-151-0/+2
| | | | | | | - set sane table lengths - save table display information (using a cookie) Issue: #1027 Reported by: @fenice2
* [Minor] Always use SSL for hotlinked webui assetsAndrew Lewis2016-10-051-5/+5
|
* [Minor] Fix bloody jsonpVsevolod Stakhov2016-10-041-0/+22
|
* [Minor] Update jqueryVsevolod Stakhov2016-10-041-1/+1
|
* [WebUI] Implement passwordless loginAndrew Lewis2016-10-041-0/+10
|
* WebUI: Add missing parameter to error handlersPavel Rochnyack2016-10-021-2/+2
|
* Revert "[WebUI] Fix saving actions from web interface (#769)"Andrew Lewis2016-09-051-4/+4
| | | | This reverts commit 692a0de56d09031d96864fc71bdefb361be41a33.
* [WebUI] Update d3evolutionAlexander Moisseev2016-08-221-1/+1
| | | | | Update to moisseev/D3Evolution@3e5867b9940eadf14b677fa2cd333e02a0929e4e - Fix stacked area yScale for negative values
* [WebUI] Retain history length on update (#829)Andrew Lewis2016-08-091-1/+8
|
* [WebUI] Try harder to clear password on disconnectAndrew Lewis2016-08-011-0/+1
|
* [WebUI] Clear connect password (#783)Andrew Lewis2016-08-011-0/+1
|
* [WebUI] Fix saving actions from web interface (#769)Andrew Lewis2016-08-011-4/+4
|
* [WebUI] Friendly error messages for failed learnsAndrew Lewis2016-07-261-9/+7
|
* [Fix] Fix displaying of rewrite subject in WebUIVsevolod Stakhov2016-07-191-6/+14
|
* [Minor] Remove symbols disappearing on focusVsevolod Stakhov2016-07-161-11/+0
| | | | | Issue: #696 Reported by: @moisseev
* [Fix] Fix fuzzy adding in webuiVsevolod Stakhov2016-07-161-7/+10
|
* [WebUI] Update d3evolutionAlexander Moisseev2016-07-103-1/+6
| | | | | | | | - Update to moisseev/D3Evolution@c73017a039bfb1377627f7d116f7aa0df92ad219 : - Fix X-axis scale - [Fix] Do not draw paths through undefined regions - [Feature] Display `null` values as colored areas - Add `step` interpolation