Releases: CESNET/liberouter-gui
Releases · CESNET/liberouter-gui
v1.0.0
v0.4.2
- Finalize logic of config.json files for modules and bootstrapping
- Change default DB provider to SQLite3
v0.4.1
Changelog
- fix assets inclusion
- fix logging in bootstrap script
- fix minor faults bootstrap script
- move modules to its own repo
v0.4.0
- Introduces new modular system described in #17 with bootstrapping
- rename root folders to better describe structure
- rewrite dbConnector to support NoSQL and SQL with named instances
- Write everything to wiki pages (#22)
- integrate Travis CI
- fix error AppModule is not NgModule
- merge #15
- many issues and bugs fixed: #11, #12, #13, #14, #19, #20
v0.3.2
Liberouter GUI is now linted
Add NEMEA Reporter Configuration
Minor distribution improvements
v0.3.1
Minor fixes
- when FTAS and NERD are missing configuration, add new one
- gracefull failing when mongodb is not running
- check if configuration is loaded in API
- .htaccess is now copied to dist/
- remove links from user sidebar
v0.3.0
Going from beta to proper release!
Complete overhaul of many parts of the Liberouter GUI
Front-end
- nicer Users module
- better module descriptions
- NEMEA module
- Dashboard is here 📊
- Events refactored and now fully operable
- Events react to whitelisting via _CESNET.Whitelisted flag
- FTAS module
- uses Configuration from database (means configurable path to FTAS instance)
- NERD module
- uses Configuration from database (means configurable path to NERD instance)
- many minor changes
Back-end
- dbConnector now a singleton instance
- minor refactoring
v0.2-beta
Beta version which introduces many improvements and changes
API
- reworked structure of Python backend to be more "library-like"
- better DB connector which is now truly a singleton instance
- ! Setup mode !
Front-end
- FTAS integration
- NERD integration
- SecurityCloud integration
- Setup mode
- minor style improvements
v0.2-alpha
Initial alpha version of Liberouter GUI, hurraaay!
To install clone the repo, initialize API with pip and setup WSGI (example config can be found in the /api folder).
To run front-end download file below, place it in the root web directory and thats it. If you want it in a subfolder change accordingly the base path in index.html.