summaryrefslogtreecommitdiff
path: root/index.php
AgeCommit message (Collapse)Author
2018-01-01Copyright updated to 2018.Guillaume Mazoyer
2017-05-21Update jQuery to 3.2.1.Guillaume Mazoyer
2017-05-21Add variable for repository URL.Guillaume Mazoyer
2017-03-25Update jQuery to 3.2.0.Guillaume Mazoyer
2017-01-03Copyright updated to 2017.Guillaume Mazoyer
2016-10-13Include jQuery 3.1.1.Guillaume Mazoyer
2016-08-01Update jQuery to 3.1.0 (since Bootstrap is compatible).Guillaume Mazoyer
2016-07-25Update Bootstrap to 3.3.7.Guillaume Mazoyer
2016-06-13Remove useless tag when disabling IP version.Guillaume Mazoyer
2016-06-13Per router options to disable/enable IP versions.Guillaume Mazoyer
Remove the global options to disable/enable IPv6 or IPv4. These options can now be used on the router configuration level, which seems more appropriate.
2016-06-12Add new configuration options to enable/disable IPv6 or IPv4.Guillaume Mazoyer
When disabling IPv6 or IPv4, the looking glass will not try to use both IP protocol versions when looking for an AS routes or when pinging or tracerouting. If an IP address of a disabling IP version is used, the user will have an error in return of its command. This error will tell him that the IP version he is trying to use is disabled. Please note that when trying to ping or traceroute a hostname from a Cisco or a Juniper device, this looking glass will not prevent the device to use a disabled IP version when executing its command. This commit also contains some small changes with HTML tags.
2016-06-02Update jQuery to 2.2.4.Guillaume Mazoyer
2016-05-20Update jQuery to 2.2.3.Guillaume Mazoyer
2016-03-14Simplify some conditions.Guillaume Mazoyer
2016-03-14Peering Policy configuration options.Guillaume Mazoyer
Add configuration variable to set the path to a file containing a peering policy. This file must be readable by the webserver and must contain HTML formatted text (on which CSS rules will be applied). If the variable is set to null, no peering policy will be displayed.
2016-02-19Small change for UI buttons.Guillaume Mazoyer
2016-02-08Update jQuery to 2.2.0.Guillaume Mazoyer
2016-01-08Update Bootstrap to 3.3.6.Guillaume Mazoyer
2015-07-23Rework hostname parameter check.Guillaume Mazoyer
Rename FQDN to hostname which seems more appropriate. Refactor match_fqdn / match_hostname function to use a more accurate way of checking a potential hostname.
2015-07-13Update Bootstrap to 3.3.5.Guillaume Mazoyer
2015-05-19Update JQuery to 2.1.4.Guillaume Mazoyer
Also move JQuery to the 'libs' directory.
2015-04-21Update Bootstrap to 3.3.4.Guillaume Mazoyer
2015-02-09Fix confusing variable name.Guillaume Mazoyer
There is only one parameter to check so rename the confusing 'parameters' variable name to 'parameter' accross all the code base.
2015-01-27Update Bootstrap to 3.3.2.Guillaume Mazoyer
2015-01-15Update copyrights.Guillaume Mazoyer
2015-01-13FQDN are usable for ping and traceroute.Guillaume Mazoyer
2014-12-19Update jquery to 2.1.3.Guillaume Mazoyer
2014-12-18Option to configure the header's link.Guillaume Mazoyer
Use $config['frontpage']['header_link'] to give a link to be used when the header is clicked. The default value is null and means that no link will be used.
2014-12-10Release 1.0.0.looking-glass-1.0.0Guillaume Mazoyer
2014-12-08Update bootstrap to 3.3.1.Guillaume Mazoyer
2014-12-08Define more default values.Guillaume Mazoyer
Some can be set to 'null' to avoid displaying some info.
2014-11-17Code format. Always use () for functions.Guillaume Mazoyer
2014-10-31Fix loading of Bootstrap JS.Guillaume Mazoyer
2014-10-30Update Boostrap to 3.3.0.Guillaume Mazoyer
2014-08-29Remove useless checks for variables that should always be defined.Guillaume Mazoyer
2014-08-13Tiny change, pass as parameter of the constructor.Guillaume Mazoyer
2014-08-10Fix typo.Guillaume Mazoyer
2014-08-10Add ability to use another Bootstrap theme.Guillaume Mazoyer
2014-08-10Add config option to enable/disable the bootstrap theme.Guillaume Mazoyer
2014-08-06Reminder of the command in the help modal.Guillaume Mazoyer
2014-08-05Revert help title back to <h4> (header of modal too large with <h3>).Guillaume Mazoyer
2014-08-05Fixing hierarchical titles in help frameRomain Boissat rboissat
2014-08-05Move boostrap and phpseclib to a dedicated libraries directory.Guillaume Mazoyer
2014-08-05Add config.defaults.php to set default configuration options.Guillaume Mazoyer
The defaults can be overriden in the config.php file but some of them are fine as defaults. This will help in having a config.php file as short as we can. Also move utils.php to the includes directory.
2014-08-05Add help button.Guillaume Mazoyer
Add a help button to the parameter field to get more information about the selected command and especially about the parameter needed for the command to be properly executed. The help appears in a modal dialog whose content is updated when a command is selected.
2014-08-05Syntax cleanup.Guillaume Mazoyer
2014-08-05adding HTTP_X_FORWARDED_FOR supportRomain Boissat rboissat
2014-08-04Split IPv4 and IPv6 results.Guillaume Mazoyer
Show the executed command for each output.
2014-07-31Fix contact mail link.Guillaume Mazoyer
2014-07-18Use jquery 2.x.y instead of 1.x.y.Guillaume Mazoyer