Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-09-03 | Parameter needs to be given. | Guillaume Mazoyer | |
2014-09-03 | Add config to disallow the use of private and reserved IP ranges. | Guillaume Mazoyer | |
2014-08-29 | Real fix for doc update when page has been reset. | Guillaume Mazoyer | |
2014-08-29 | Revert "Fix help dialog not displaying proper text after clicking on the ↵ | Guillaume Mazoyer | |
reset button." This reverts commit 5d0e0cd50373d02aaf6e9f0289ade1f1a22fbe5f. Another fix must be found. | |||
2014-08-29 | Fix help dialog not displaying proper text after clicking on the reset button. | Guillaume Mazoyer | |
2014-08-29 | Remove useless checks for variables that should always be defined. | Guillaume Mazoyer | |
2014-08-26 | Remove command in label to use kbd (not a proper use of label). | Guillaume Mazoyer | |
2014-08-13 | Tiny change, pass as parameter of the constructor. | 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-07 | Tiny changes on BIRD doc. | Guillaume Mazoyer | |
2014-08-06 | More code documentation. | Guillaume Mazoyer | |
2014-08-06 | Merge pull request #11 from rboissat/master | Guillaume Mazoyer | |
Fixing quagga instructions. | |||
2014-08-06 | fixing quagga instructions | Romain Boissat rboissat | |
2014-08-06 | Don't forget to add 'lg' in the 'bird' group. | Guillaume Mazoyer | |
2014-08-06 | Add documentation for BIRD. | 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-06 | Merge pull request #10 from rboissat/master | Guillaume Mazoyer | |
Fixing FQDN input for Cisco. | |||
2014-08-06 | fixing FQDN input for cisco | Romain Boissat rboissat | |
2014-08-05 | Merge pull request #9 from rboissat/master | Guillaume Mazoyer | |
Fixing typos. | |||
2014-08-05 | fixing derp | Romain Boissat rboissat | |
2014-08-05 | fixing derp | Romain Boissat rboissat | |
2014-08-05 | fixing derp | Romain Boissat rboissat | |
2014-08-05 | Merge pull request #8 from rboissat/master | Guillaume Mazoyer | |
Adding cisco help file. | |||
2014-08-05 | Merge remote-tracking branch 'upstream/master' | Romain Boissat rboissat | |
2014-08-05 | writing quagga/linux help file | Romain Boissat rboissat | |
2014-08-05 | Merge pull request #7 from rboissat/master | Guillaume Mazoyer | |
Cisco help file. | |||
2014-08-05 | Merge remote-tracking branch 'upstream/master' | Romain Boissat rboissat | |
2014-08-05 | Revert help title back to <h4> (header of modal too large with <h3>). | Guillaume Mazoyer | |
2014-08-05 | fixing derp | Romain Boissat rboissat | |
2014-08-05 | fixing syntax | Romain Boissat rboissat | |
2014-08-05 | writing cisco help file | Romain Boissat rboissat | |
2014-08-05 | Merge pull request #6 from rboissat/master | Guillaume Mazoyer | |
Fixing hierarchical titles in help frame. | |||
2014-08-05 | Fixing hierarchical titles in help frame | Romain Boissat rboissat | |
2014-08-05 | Move boostrap and phpseclib to a dedicated libraries directory. | Guillaume Mazoyer | |
2014-08-05 | Add a disclaimer to the top of the config.default.php. | Guillaume Mazoyer | |
2014-08-05 | Merge pull request #5 from rboissat/master | Guillaume Mazoyer | |
Adding a disclaimer to example config file and moving out some defaults. | |||
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-08-05 | Don't hardcode BIRD binaries paths. | Guillaume Mazoyer | |
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 | Fix README.md. | Guillaume Mazoyer | |
2014-08-05 | Merge pull request #4 from rboissat/master | Guillaume Mazoyer | |
Docs + HTTP_X_FORWARDED_FOR. | |||
2014-08-05 | Don't use AJAX global events, use local events only. | Guillaume Mazoyer | |
2014-08-05 | Merge remote-tracking branch 'upstream/master' | Romain Boissat rboissat | |
2014-08-05 | Syntax cleanup. | Guillaume Mazoyer | |