Commit graph

389 commits

Author SHA1 Message Date
emanuele-f
86d2ad35a6 Fix ntopng version cache not working 2017-05-31 22:13:14 +02:00
emanuele-f
c088f1d7a6 Fix bad time visualization when minutes are 0 2017-05-30 00:20:11 +02:00
Takayuki Onodera
0a4cd9d8b8 Localize icmp messages 2017-05-26 15:44:23 +09:00
Takayuki Onodera
1ae8782cc2 Localize flow status messages 2017-05-26 13:09:53 +09:00
emanuele-f
d89e66826b Make protocols dropdown order case insensitive 2017-05-25 11:47:00 +02:00
Simone Mainardi
b63a45443f Fixes broken interface selection using interface descriptions 2017-05-24 17:11:52 +02:00
emanuele-f
b8879ee933 Make bridge wizard interface specific 2017-05-24 16:10:34 +02:00
Simone Mainardi
5ed4197333 Win interfaces names fixes 2017-05-24 12:23:37 +02:00
Simone Mainardi
b50c287768 Win Fixes 2017-05-24 12:09:29 +02:00
emanuele-f
9d0773f40b Add Unknown Devices view 2017-05-23 23:02:06 +02:00
Luca Deri
017844c6a8 Interface name mapping with human readable name 2017-05-22 22:04:57 +02:00
Simone Mainardi
1e4b0636ed Windows nagios fix 2017-05-22 11:52:18 +02:00
Takayuki Onodera
378ba4c2cb Localize host details page 2017-05-19 16:37:27 +09:00
emanuele-f
8f3b730bea Fix geomap visualization 2017-05-18 16:54:20 +02:00
Luca Deri
b0ccf9a96f Added getPathDivider() 2017-05-18 13:16:20 +02:00
emanuele-f
3124ac1620 Uniform slack alert message 2017-05-17 18:01:31 +02:00
emanuele-f
e7ab4af605 Preferences improvements
- Add a Secondary DNS server
- Organize the featured DNS list into a table
- Split shaping directions only on advanced preferences
- Add redirection URL
2017-05-17 15:48:41 +02:00
emanuele-f
2d1a0a518d Little fixes 2017-05-16 14:46:45 +02:00
emanuele-f
8434061fa5 Fix captive portal preference disabled when non-bridged interface is selected 2017-05-15 20:58:00 +02:00
emanuele-f
1ee2be27d3 Bridge wizard complete 2017-05-12 21:43:24 +02:00
emanuele-f
3f80dbaa32 Do not capitalize metric in threshold cross messages 2017-05-12 12:41:30 +02:00
Takayuki Onodera
6a400c72f4 Localize some pages for interface 2017-05-12 16:55:28 +09:00
emanuele-f
19c2aa8d4d Bridge wizard gui implementation 2017-05-12 01:06:46 +02:00
emanuele-f
83f18227f7 Threshold configuration page improvements 2017-05-08 20:55:52 +02:00
emanuele-f
ca1d85c94e Make interface realtime refresh rate configurable 2017-05-08 12:23:52 +02:00
emanuele-f
c0083bde08 Use getResolvedAddress to get alert host information 2017-05-04 21:47:06 +02:00
emanuele-f
9097333cf1 Always show IPv6 suffix in IPv6 host names 2017-05-04 21:28:11 +02:00
emanuele-f
979fbd74e9 Move to the UTF-8 encoding.
This migration is necessary since Lua scripts sources use the UTF-8 encoding while the web browser sees the iso-8859-1 encoding, and this incongruence breaks the visualization of some non-ascii characters.
2017-05-04 18:56:04 +02:00
emanuele-f
1c38df48c9 Unify character encoding header code 2017-05-04 17:12:06 +02:00
emanuele-f
10be6c2190 Fix host alert configuration issues 2017-05-04 16:30:39 +02:00
emanuele-f
f2eb15ba76 Fix alerts dashboard look 2017-05-03 18:03:03 +02:00
Simone Mainardi
4eeae18cef Adds alert notes and descriptions 2017-05-02 22:13:43 +02:00
Simone Mainardi
d85302d80f Fixes host activity alert 2017-05-02 17:19:06 +02:00
emanuele-f
9aa7b31552 Add SafeSearch and Global DNS in traffic bridge preferences. 2017-05-02 12:47:33 +02:00
Luca Deri
24f0808c23 Merge pull request #1197 from emanuele-f/password_change
Force default admin password change
2017-05-02 12:14:48 +02:00
Luca Deri
1c532234ce Reworked childSafe display 2017-05-01 23:15:57 +02:00
emanuele-f
011b7f5cdf Force default admin password change 2017-04-27 21:15:58 +02:00
Emanuele Faranda
7d8d26efdc Merge pull request #1182 from emanuele-f/alerts_with_cache
Alerts with cache
2017-04-26 20:32:46 +02:00
emanuele-f
d6469510ee Add startup alert engine and use it for MYSQL open files limit check 2017-04-26 18:12:40 +02:00
emanuele-f
1545dcb73e Host Flows alert becomes a threshold alert 2017-04-26 15:50:54 +02:00
Simone Mainardi
7b13e2e6a1 Adds an engine id to the engaged alerts 2017-04-24 12:22:47 +02:00
emanuele-f
eb167e8dee Fix localization key collision causing blank historical explorer page 2017-04-23 17:21:23 +02:00
emanuele-f
04e01c24b0 Re-enable alerts generation. Use structured format functions. 2017-04-22 18:58:32 +02:00
emanuele-f
a51a57283d flows_stats localization 2017-04-20 00:18:32 +02:00
emanuele-f
a10d6c4f7d Fix login issue with special characters.
The special characters were URL encoded during HTTP request and saved in URL encoded form.
The login used the unencoded password instead, and this resulted in a password hash mismatch which prevented user login.

Now the password hash is calculated on the unencoded password.
2017-04-14 18:20:36 +02:00
Emanuele Faranda
1fbbe86e39 Prevent assigning a network to the multiple Host Pools (#1150)
* Prevent assigning a network to the multiple Host Pools

* Simplify host pool search interface

* Fix for MAC addresses bugs and add user notifications

* Fix issues caused by the use of non normalized network keys

* Changes a warning message
2017-04-14 12:17:16 +02:00
emanuele-f
eb7fae8c4c Visualize flow quota status information 2017-04-10 11:07:07 +02:00
Luca Deri
fc53648a2b Implemented data anonymization #1068 2017-04-09 11:37:24 +02:00
Simone Mainardi
4d891dddbb Traffic labels standardization
fixes #1132
2017-04-07 17:36:27 +02:00
Simone Mainardi
310433275b Fixes traffic rates/volumes labels 2017-04-05 23:10:32 +02:00