Commit graph

4340 commits

Author SHA1 Message Date
Simone Mainardi
124abf391f Updates JS deps: d3, dc and crossfilter
New versions are:
d3 3.5.17
dc 2.1.8
crossfilter 1.3.12

Possibly affects #1300
2017-07-13 19:53:00 +02:00
emanuele-f
7f20e8f839 Make manage pools page paginatedy 2017-06-21 13:48:19 +02:00
emanuele-f
2449844a56 Remove unused files after commit 2e9b8377b1 2017-06-12 15:37:05 +02:00
emanuele-f
21d0e55dd0 Remove host_stats_top 2017-06-08 10:07:33 +02:00
Takayuki Onodera
843812a124 Localize geolocation's note in js code
Several javascript functions are added in a new lua file to localize
geolocation's note.
2017-06-08 16:35:30 +09:00
emanuele-f
ee03ae818e Add gui host pools limits by version 2017-05-31 15:47:08 +02:00
emanuele-f
8551521bae Make guest pools in wizard a checkbox rather than a choice 2017-05-31 12:46:45 +02:00
emanuele-f
78fbe7cc9f Bridge wizard improvements.
- Add the possibility to choose default Guests and Children pools
- Restore the cog icon menu link
- Show an error message if local networks are missing when the captive portal is off
- Remove the custom member field and use the local networks instead when the captive portal is off
- Improve informative messages
2017-05-27 20:14:34 +02:00
emanuele-f
80e48760b4 Add host pool links 2017-05-25 19:22:54 +02:00
emanuele-f
b8879ee933 Make bridge wizard interface specific 2017-05-24 16:10:34 +02:00
emanuele-f
a97fd53a6f Add change pool action in pool members view 2017-05-22 19:47:03 +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
Simone Mainardi
89df67d697 Update javascript libraries
- jquery.js 1.11.1 -> 3.2.1
- jquery-ui.js 1.11.4 -> 1.12.1
- moment.js 2.10.6 -> 2.18.1
- bootstrap-datetimepicker.js 4.15.35 -> 4.17.47

Update necessary to fix XSS and DoS vulnerabilities
2017-05-16 18:13:13 +02:00
emanuele-f
2dbc15793d Fix ays plugin activating with bridge wizard form 2017-05-15 18:42:17 +02:00
emanuele-f
3be93aad69 Fix host link 2017-05-15 12:56:27 +02:00
emanuele-f
1ee2be27d3 Bridge wizard complete 2017-05-12 21:43:24 +02:00
emanuele-f
19c2aa8d4d Bridge wizard gui implementation 2017-05-12 01:06:46 +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
1557cf5a98 Improve detected alerts page 2017-05-08 16:55:05 +02:00
emanuele-f
10be6c2190 Fix host alert configuration issues 2017-05-04 16:30:39 +02:00
emanuele-f
21171bbd73 Fix Math.sign missing in Internet Explorer 2017-05-04 13:26:23 +02:00
emanuele-f
f2eb15ba76 Fix alerts dashboard look 2017-05-03 18:03:03 +02:00
emanuele-f
c5c74bcd19 Fix wrong perPage value 2017-05-02 14:43:25 +02:00
Simone Mainardi
2873438712 Handles VLAN statistics in both UI and backend
VLAN statistics are now properly accounted both in the front and
in the backend.

It is now required to add a toggle preference to save their
statistics (presently statistics are always saved) and it is
also requested to browse their historical protocols.
2017-04-23 12:58:10 +02:00
Simone Mainardi
a43636bdb0 Fixes AS stats in the GUI 2017-04-20 11:56:33 +02:00
emanuele-f
a51a57283d flows_stats localization 2017-04-20 00:18:32 +02:00
Simone Mainardi
5014669d12 Implements Autonomous Systems hash table 2017-04-19 23:19:16 +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-f
ea5db96bb0 Fixes #1139 2017-04-12 20:15:25 +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
emanuele-f
7ff33f2e64 Localize report page 2017-04-05 19:24:39 +02:00
Simone Mainardi
6060e561db Stantardizes data rates to the SI
https://en.wikipedia.org/wiki/Data_rate_units
2017-04-05 15:59:15 +02:00
emanuele-f
0ee87cfd4e Implement ARP distribution stats 2017-03-31 13:16:05 +02:00
emanuele-f
42904dd034 Implement HostPool time and bytes quota limit in inline mode 2017-03-29 19:42:31 +02:00
Josh Soref
55fb1aa851 spelling: functions 2017-03-07 05:06:26 +00:00
Josh Soref
78e78c018c Fixes spellings and typos
Thank goes to
Josh Soref <jsoref@users.noreply.github.com>
2017-03-06 17:54:48 +01:00
emanuele-f
2e2c275b43 FIx javascript error when no data is available 2017-02-28 10:18:17 +01:00
emanuele-f
7c32f4d92f Parameters fixes 2017-02-08 17:09:51 +01:00
Emanuele Faranda
afdfac1c9c Lua scripts parameters validation (#970)
* partial work

* Migrate 'mode' parameters

* Migrate alerts types

* Fix some interface ids

* Partial work

* Partial work

* End of work for _GET parameters

* Work in progress

* Add support for special parameters

* Preferences validation

* Fixes and improvements

* Enforce interger validation
2017-02-08 12:25:35 +01:00
emanuele-f
c1b6e53ce4 Add search host pool member field 2017-01-31 20:16:10 +01:00
Emanuele Faranda
2a843966da Add alias and device type columns to host pools (#953)
* Add alias and device type columns to host pools

* Add host pool members links when available

* Add host pool links

* Implement host pool members pagination

* Host Pools GUI fixes and improvements

* Remove hardcoded columns number

* Host Pools GUI fixes

* Remove debug print
2017-01-27 17:48:58 +01:00
Simone Mainardi
c45849d73e Allows sort L7 Devices by mac address 2017-01-26 15:36:05 +01:00
Simone Mainardi
72d4630114 Makes host pools visible in the community version 2017-01-26 14:54:12 +01:00
Simone Mainardi
e5a57d93ad Fixes for host pools historical stats 2017-01-26 14:41:14 +01:00
emanuele-f
5c305ba6a1 Add GUI side support for host pools stats 2017-01-26 11:53:24 +01:00
Luca Deri
6205d88f56 Added support in captive portal for iOS and Kindle devices
Created minimal header for speeding up load of login pages
2017-01-23 01:29:34 +01:00
emanuele-f
04c72b2038 UI improvements and fixes
- Show confirmation alert when trying to delete some item
- Disable VLAN field for mac addresses in Host Pools and handle accordingly
- Remove Host Pool id column
- Remove Full Name user field minimum length restriction
- Other fixes
2017-01-19 18:33:25 +01:00