Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-02-10 | Update GPL headers according to yesterday updates. | 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. | |||
2014-11-17 | Code format. Always use () for functions. | Guillaume Mazoyer | |
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-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 | completing HTTP_X_FORWARDED_FOR support | Romain Boissat rboissat | |
2014-06-20 | Remove useless code. | Guillaume Mazoyer | |
Fix undefined variable. Fix BIRD commands. | |||
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 | Rewrite of the routers part. | Guillaume Mazoyer | |
Should be more modular now to add other routers types. | |||
2014-06-04 | Little improvement for the logging function. | Guillaume Mazoyer | |
Log spamers into the logs file. | |||
2014-06-04 | Forget an important character. | Guillaume Mazoyer | |
2014-06-04 | Avoid obvious spam with a hidden field that must not be filled. | Guillaume Mazoyer | |
2014-05-31 | Start rewriting og the auth mecanism. | Guillaume Mazoyer | |
2014-05-29 | Revert last commit. | Guillaume Mazoyer | |
2014-05-29 | Prevent PHP to be executed when not going through index.php. | Guillaume Mazoyer | |
2014-05-29 | Add license headers. | 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. |