Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-12-08 | Update bootstrap to 3.3.1. | Guillaume Mazoyer | |
2014-12-08 | Define more default values. | Guillaume Mazoyer | |
Some can be set to 'null' to avoid displaying some info. | |||
2014-11-17 | Code format. Always use () for functions. | Guillaume Mazoyer | |
2014-11-04 | Add Juniper JunOS documentation | Guillaume Mazoyer | |
Must be improved with user restricted to specific commands. | |||
2014-10-31 | Fix loading of Bootstrap JS. | Guillaume Mazoyer | |
2014-10-30 | Update Boostrap to 3.3.0. | Guillaume Mazoyer | |
2014-10-10 | Handle apache2 version >= 2.4 and <= 2.4. | Guillaume Mazoyer | |
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-24 | Externalize output formatter to a dedicated function. | Guillaume Mazoyer | |
The dedicated function 'format_output(command, output)' can be redefined by router and can be used to format the output according to what is inside. In this way, the output can be formatted differently according to the router type and the command. | |||
2014-09-10 | Merge pull request #12 from bcollet/master | Guillaume Mazoyer | |
Fixing show route AS behaviour on Juniper platforms. | |||
2014-09-10 | Fixing show route AS behaviour on Juniper platforms | Benjamin Collet | |
2014-09-08 | Remove useless condition. | 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 | 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 | |