summaryrefslogtreecommitdiff
path: root/includes
AgeCommit message (Collapse)Author
2015-02-09Forgotten 'parameters'.Guillaume Mazoyer
2015-01-15Update copyrights.Guillaume Mazoyer
2015-01-13FQDN are usable for ping and traceroute.Guillaume Mazoyer
2014-12-23Release 1.1.0.looking-glass-1.1.0Guillaume 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-13Option to hide commands.Guillaume Mazoyer
Set $config\['output'\]\['show_command'\] to true or false to show or hide the command in the output. Also fix ping/traceroute without FQDN on BIRD, Quagga and Cisco.
2014-12-10Release 1.0.0.looking-glass-1.0.0Guillaume 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-09-25Start documentation for the configuration options.Guillaume Mazoyer
2014-09-25Add documentation section in README.md.Guillaume Mazoyer
2014-09-24Log format can be configured.Guillaume Mazoyer
The format for each log can be configured with the configuration option defined by $config['logs']['format']. %D is for the time, %R is for the requester IP address, %H is for the host on which the command has been executed and %C is for the command. Warning! The configuration option to choose the logs file has been moved from $config['misc']['logs'] to $config['logs']['file'].
2014-09-08Improve output filters.Guillaume Mazoyer
Fix filters that could lead to filtered HTML output. Do not remove empty lines anymore, except for the last line. Do not try to loop over each line of the output if no filter are defined.
2014-09-03Add config to disallow the use of private and reserved IP ranges.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-06Start some functions documentation.Guillaume Mazoyer
2014-08-06Add ping/traceroute for FQDN on BIRD and Quagga.Guillaume Mazoyer
Basically this can work with all Linux boxes. It gets A and AAAA records from DNS and decide if it can uses IPv6 or IPv4 to ping or to traceroute. IPv6 is always preferred of course.
2014-08-06Reminder of the command in the help modal.Guillaume Mazoyer
2014-08-05Add a disclaimer to the top of the config.default.php.Guillaume Mazoyer
2014-08-05adding a disclaimer to example config file and moving out some defaults ↵Romain Boissat rboissat
values that aren't :)
2014-08-05Add blank line.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-06-10Move CSS to a dedicated directory css/Guillaume Mazoyer
2014-06-10New directory js/ for Javascript file.Guillaume Mazoyer
Use a local jquery instead of an online one.
2014-06-04Avoid obvious spam with a hidden field that must not be filled.Guillaume Mazoyer
2014-06-03Execute the JS after the DOM is ready.Guillaume Mazoyer
2014-06-03Rename main JS file.Guillaume Mazoyer
2014-06-03Disable form elements when the form is submitted.Guillaume Mazoyer
2014-05-29Add reference to this project.Guillaume Mazoyer
2014-05-29Apache 2.4 configuration to avoid to access the config.php file.Guillaume Mazoyer
First import of the whole source code (quite monolithic for now). Update configuration example.