Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-09-25 | Start documentation for the configuration options. | Guillaume Mazoyer | |
2014-09-25 | Add documentation section in README.md. | Guillaume Mazoyer | |
2014-09-24 | Log 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-08 | Improve 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-03 | Add config to disallow the use of private and reserved IP ranges. | 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 | Start some functions documentation. | Guillaume Mazoyer | |
2014-08-06 | Add 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-06 | Reminder of the command in the help modal. | Guillaume Mazoyer | |
2014-08-05 | Add a disclaimer to the top of the config.default.php. | Guillaume Mazoyer | |
2014-08-05 | adding a disclaimer to example config file and moving out some defaults ↵ | Romain Boissat rboissat | |
values that aren't :) | |||
2014-08-05 | Add blank line. | 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-06-10 | Move CSS to a dedicated directory css/ | Guillaume Mazoyer | |
2014-06-10 | New directory js/ for Javascript file. | Guillaume Mazoyer | |
Use a local jquery instead of an online one. | |||
2014-06-04 | Avoid obvious spam with a hidden field that must not be filled. | Guillaume Mazoyer | |
2014-06-03 | Execute the JS after the DOM is ready. | Guillaume Mazoyer | |
2014-06-03 | Rename main JS file. | Guillaume Mazoyer | |
2014-06-03 | Disable form elements when the form is submitted. | Guillaume Mazoyer | |
2014-05-29 | Add reference to this project. | Guillaume Mazoyer | |
2014-05-29 | Apache 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. |