Commit graph

705 commits

Author SHA1 Message Date
Simone Mainardi
7ed1e49888 Implements language selection 2017-07-19 11:58:46 +02:00
emanuele-f
caf3fad67a Fix bad alert probing preference 2017-07-17 11:04:26 +02:00
emanuele-f
a16f6f937d rework toggleTableButtonPrefs to reduce parameters number 2017-07-11 13:53:02 +02:00
emanuele-f
b0814d9487 Separate preferences menu from menu logic 2017-07-11 10:32:46 +02:00
emanuele-f
7f20e8f839 Make manage pools page paginatedy 2017-06-21 13:48:19 +02:00
emanuele-f
39a757b612 Improve flow interfaces usage help 2017-06-19 01:10:28 +02:00
Luca Deri
2f6800b7aa Added fix for displaying symbolic interface maes (and aliases) in user preferences 2017-06-06 19:36:53 +02:00
emanuele-f
2a4d7e0e1d Add pool graphs links in other pages, hide if disabled from preferences 2017-06-05 19:13:53 +02:00
emanuele-f
9226878dd3 Explain the per-member quotas option 2017-06-05 18:43:44 +02:00
emanuele-f
c6063a4ca3 Compilation fix 2017-05-31 19:12:49 +02:00
emanuele-f
ee03ae818e Add gui host pools limits by version 2017-05-31 15:47:08 +02:00
emanuele-f
ac07c48b7c Force username login always being lowercase 2017-05-29 11:39:19 +02:00
emanuele-f
b2e09822ad Move unassigned devices to the host pools page and allow to filter active/inactive devices 2017-05-26 20:59:42 +02:00
Luca Deri
7655356c35 Implemented VRF flow aggregation 2017-05-26 14:56:12 +02:00
emanuele-f
ffa39896eb Add interface check in captive portal login 2017-05-25 18:21:21 +02:00
emanuele-f
f740a81c40 Rework host pools parameters to avoid truncating POST data 2017-05-25 16:00:38 +02:00
emanuele-f
9d87125e4f Add left-over files 2017-05-23 23:26:25 +02:00
emanuele-f
a97fd53a6f Add change pool action in pool members view 2017-05-22 19:47:03 +02:00
emanuele-f
c643b40782 Avoid setting the manufacturer as the MAC alias 2017-05-22 13:01:23 +02:00
emanuele-f
4bc96c935a Host pools improvements
- Traffic Policy: get first available pool, not the "Not Assigned"
- Allow to change MAC address host pool from the MAC page
- When changing an IP address pool from the host page, change MAC address instead, if available
- Show the MAC manufacturer in the host pool memebers page and allow to set a filter with it
2017-05-22 12:47:10 +02:00
emanuele-f
3cf548123d Allwo empty redirection url 2017-05-20 11:46:55 +02:00
emanuele-f
01ef3f0782 Ui improvements 2017-05-18 19:36:26 +02:00
emanuele-f
9c973ca439 Move host activity detection code to attic 2017-05-17 22:19:37 +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
859284e070 Fixes #1239 2017-05-16 20:02:50 +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
30a99b1d92 Add a list of safe DNS servers to use in traffic bridge mode 2017-05-12 12:21:56 +02:00
emanuele-f
19c2aa8d4d Bridge wizard gui implementation 2017-05-12 01:06:46 +02:00
Simone Mainardi
f179bda9fc Disables nagios preferences when nagios is not available 2017-05-11 14:45:39 +02:00
emanuele-f
073537faff Make SSL alerts configurable from preferences 2017-05-10 17:40:13 +02:00
Simone Mainardi
b5e685f243 Implements per pool member quotas 2017-05-09 15:07:53 +02:00
emanuele-f
3496fb51c0 Add button to flush all alerts data 2017-05-08 23:31:46 +02:00
emanuele-f
83f18227f7 Threshold configuration page improvements 2017-05-08 20:55:52 +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
2c53dda60b Fix slack alerts notifications 2017-05-03 13:10:16 +02:00
emanuele-f
9aa7b31552 Add SafeSearch and Global DNS in traffic bridge preferences. 2017-05-02 12:47:33 +02:00
emanuele-f
f137f14ee5 Reload host pools when a new pool is added or configuration is changed 2017-05-01 16:02:32 +02:00
emanuele-f
bf803803da Hide children safe for non-inline interfaces 2017-04-28 11:08:41 +02:00
emanuele-f
f344f55116 Add children safe host pool option 2017-04-27 16:24:28 +02:00
emanuele-f
230d2f434c Show SNMP host information in pro version 2017-04-26 22:34:18 +02:00
emanuele-f
b83a93c6a5 Add preference to enable VLAN rrd dump and display VLAN rrd graphs 2017-04-24 13:00:24 +02:00
emanuele-f
31d26c4d76 Fixes #1169 2017-04-20 19:17:22 +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-f
12e6db4efb Fixes various community version bugs
- Top ports page
- Top ASNs page
- Top flow senders page
- ASN graphs
- Hosts comparison sankey, port filtering
- Blank preferences screen
- Host pools add/remove members errors
2017-04-14 16:38:19 +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
e32e7aa0a9 Fix automatic form submit in host pool member search 2017-04-12 20:29:13 +02:00
Luca Deri
fc53648a2b Implemented data anonymization #1068 2017-04-09 11:37:24 +02:00