Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-02-19 | Small change for UI buttons. | Guillaume Mazoyer | |
2016-02-08 | Update jQuery to 2.2.0. | Guillaume Mazoyer | |
2016-01-08 | Update Bootstrap to 3.3.6. | Guillaume Mazoyer | |
2015-07-23 | Rework 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-13 | Update Bootstrap to 3.3.5. | Guillaume Mazoyer | |
2015-05-19 | Update JQuery to 2.1.4. | Guillaume Mazoyer | |
Also move JQuery to the 'libs' directory. | |||
2015-04-21 | Update Bootstrap to 3.3.4. | Guillaume Mazoyer | |
2015-02-09 | Fix 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-27 | Update Bootstrap to 3.3.2. | Guillaume Mazoyer | |
2015-01-15 | Update copyrights. | Guillaume Mazoyer | |
2015-01-13 | FQDN are usable for ping and traceroute. | Guillaume Mazoyer | |
2014-12-19 | Update jquery to 2.1.3. | Guillaume Mazoyer | |
2014-12-18 | Option 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-10 | Release 1.0.0.looking-glass-1.0.0 | Guillaume Mazoyer | |
2014-12-08 | Update bootstrap to 3.3.1. | Guillaume Mazoyer | |
2014-12-08 | Define more default values. | Guillaume Mazoyer | |
Some can be set to 'null' to avoid displaying some info. | |||
2014-11-17 | Code format. Always use () for functions. | Guillaume Mazoyer | |
2014-10-31 | Fix loading of Bootstrap JS. | Guillaume Mazoyer | |
2014-10-30 | Update Boostrap to 3.3.0. | Guillaume Mazoyer | |
2014-08-29 | Remove useless checks for variables that should always be defined. | Guillaume Mazoyer | |
2014-08-13 | Tiny change, pass as parameter of the constructor. | Guillaume Mazoyer | |
2014-08-10 | Fix typo. | Guillaume Mazoyer | |
2014-08-10 | Add ability to use another Bootstrap theme. | Guillaume Mazoyer | |
2014-08-10 | Add config option to enable/disable the bootstrap theme. | Guillaume Mazoyer | |
2014-08-06 | Reminder of the command in the help modal. | Guillaume Mazoyer | |
2014-08-05 | Revert help title back to <h4> (header of modal too large with <h3>). | Guillaume Mazoyer | |
2014-08-05 | Fixing hierarchical titles in help frame | Romain Boissat rboissat | |
2014-08-05 | Move boostrap and phpseclib to a dedicated libraries directory. | Guillaume Mazoyer | |
2014-08-05 | Add 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-05 | Add 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-05 | Syntax cleanup. | Guillaume Mazoyer | |
2014-08-05 | adding HTTP_X_FORWARDED_FOR support | Romain Boissat rboissat | |
2014-08-04 | Split IPv4 and IPv6 results. | Guillaume Mazoyer | |
Show the executed command for each output. | |||
2014-07-31 | Fix contact mail link. | Guillaume Mazoyer | |
2014-07-18 | Use jquery 2.x.y instead of 1.x.y. | Guillaume Mazoyer | |
2014-07-05 | Fix duplicate <body> tag. | Guillaume Mazoyer | |
2014-07-05 | Remove useless JS script. | Guillaume Mazoyer | |
2014-07-04 | Set autofocus on the parameters field. | Guillaume Mazoyer | |
2014-07-04 | Use bootstrap hidden class to hide the spam prevention field. | Guillaume Mazoyer | |
2014-06-29 | Update to use bootstrap 3.2.0. | Guillaume Mazoyer | |
2014-06-20 | Remove useless code. | Guillaume Mazoyer | |
Fix undefined variable. Fix BIRD commands. | |||
2014-06-13 | Make header clickable. | Guillaume Mazoyer | |
2014-06-11 | Handle error more properly. | Guillaume Mazoyer | |
Exception are forwarded up to be able to inform the user about it. | |||
2014-06-10 | New directory js/ for Javascript file. | Guillaume Mazoyer | |
Use a local jquery instead of an online one. | |||
2014-06-04 | Typo fix. | Guillaume Mazoyer | |
2014-06-04 | Provide a way to hide/show the visitor IP address. | Guillaume Mazoyer | |
2014-06-04 | Provide a way to not display the title. | Guillaume Mazoyer | |
2014-06-04 | Avoid obvious spam with a hidden field that must not be filled. | Guillaume Mazoyer | |
2014-06-03 | Rename main JS file. | Guillaume Mazoyer | |
2014-06-03 | Disable form elements when the form is submitted. | Guillaume Mazoyer | |