summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-08-29Remove useless checks for variables that should always be defined.Guillaume Mazoyer
2014-08-26Remove command in label to use kbd (not a proper use of label).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-07Tiny changes on BIRD doc.Guillaume Mazoyer
2014-08-06More code documentation.Guillaume Mazoyer
2014-08-06Merge pull request #11 from rboissat/masterGuillaume Mazoyer
Fixing quagga instructions.
2014-08-06fixing quagga instructionsRomain Boissat rboissat
2014-08-06Don't forget to add 'lg' in the 'bird' group.Guillaume Mazoyer
2014-08-06Add documentation for BIRD.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-06Merge pull request #10 from rboissat/masterGuillaume Mazoyer
Fixing FQDN input for Cisco.
2014-08-06fixing FQDN input for ciscoRomain Boissat rboissat
2014-08-05Merge pull request #9 from rboissat/masterGuillaume Mazoyer
Fixing typos.
2014-08-05fixing derpRomain Boissat rboissat
2014-08-05fixing derpRomain Boissat rboissat
2014-08-05fixing derpRomain Boissat rboissat
2014-08-05Merge pull request #8 from rboissat/masterGuillaume Mazoyer
Adding cisco help file.
2014-08-05Merge remote-tracking branch 'upstream/master'Romain Boissat rboissat
2014-08-05writing quagga/linux help fileRomain Boissat rboissat
2014-08-05Merge pull request #7 from rboissat/masterGuillaume Mazoyer
Cisco help file.
2014-08-05Merge remote-tracking branch 'upstream/master'Romain Boissat rboissat
2014-08-05Revert help title back to <h4> (header of modal too large with <h3>).Guillaume Mazoyer
2014-08-05fixing derpRomain Boissat rboissat
2014-08-05fixing syntaxRomain Boissat rboissat
2014-08-05writing cisco help fileRomain Boissat rboissat
2014-08-05Merge pull request #6 from rboissat/masterGuillaume Mazoyer
Fixing hierarchical titles in help frame.
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 a disclaimer to the top of the config.default.php.Guillaume Mazoyer
2014-08-05Merge pull request #5 from rboissat/masterGuillaume Mazoyer
Adding a disclaimer to example config file and moving out some defaults.
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-08-05Don't hardcode BIRD binaries paths.Guillaume Mazoyer
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-05Fix README.md.Guillaume Mazoyer
2014-08-05Merge pull request #4 from rboissat/masterGuillaume Mazoyer
Docs + HTTP_X_FORWARDED_FOR.
2014-08-05Don't use AJAX global events, use local events only.Guillaume Mazoyer
2014-08-05Merge remote-tracking branch 'upstream/master'Romain Boissat rboissat
2014-08-05Syntax cleanup.Guillaume Mazoyer
2014-08-05completing HTTP_X_FORWARDED_FOR supportRomain Boissat rboissat
2014-08-05adding initial 'docs' directory with basic filesRomain Boissat rboissat
2014-08-05Merge pull request #3 from rboissat/masterGuillaume Mazoyer
Adding HTTP_X_FORWARDED_FOR support.
2014-08-05adding HTTP_X_FORWARDED_FOR supportRomain Boissat rboissat
2014-08-05I need some sleep :|Guillaume Mazoyer