summaryrefslogtreecommitdiff
path: root/index.php
AgeCommit message (Collapse)Author
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
2014-07-05Fix duplicate <body> tag.Guillaume Mazoyer
2014-07-05Remove useless JS script.Guillaume Mazoyer
2014-07-04Set autofocus on the parameters field.Guillaume Mazoyer
2014-07-04Use bootstrap hidden class to hide the spam prevention field.Guillaume Mazoyer
2014-06-29Update to use bootstrap 3.2.0.Guillaume Mazoyer
2014-06-20Remove useless code.Guillaume Mazoyer
Fix undefined variable. Fix BIRD commands.
2014-06-13Make header clickable.Guillaume Mazoyer
2014-06-11Handle error more properly.Guillaume Mazoyer
Exception are forwarded up to be able to inform the user about it.
2014-06-10New directory js/ for Javascript file.Guillaume Mazoyer
Use a local jquery instead of an online one.
2014-06-04Typo fix.Guillaume Mazoyer
2014-06-04Provide a way to hide/show the visitor IP address.Guillaume Mazoyer
2014-06-04Provide a way to not display the title.Guillaume Mazoyer
2014-06-04Avoid obvious spam with a hidden field that must not be filled.Guillaume Mazoyer
2014-06-03Rename main JS file.Guillaume Mazoyer
2014-06-03Disable form elements when the form is submitted.Guillaume Mazoyer
2014-05-30Missing character.Guillaume Mazoyer
2014-05-30Re-add page title.Guillaume Mazoyer
2014-05-29Add reference to this project.Guillaume Mazoyer
2014-05-29The disclaimer text must already be in HTML in the config file.Guillaume Mazoyer
2014-05-29Rewrite index.php in object style.Guillaume Mazoyer
Add a way to define an order in the frontpage between routers/commands/parameters/buttons.
2014-05-29Some cleanup on index.Guillaume Mazoyer
2014-05-29Revert last commit.Guillaume Mazoyer
2014-05-29Prevent PHP to be executed when not going through index.php.Guillaume Mazoyer
2014-05-29Don't remove name tags.Guillaume Mazoyer
2014-05-29Fix form-control for tags.Guillaume Mazoyer
2014-05-29Add license headers.Guillaume Mazoyer
2014-05-29Code format.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.