Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Remove comments from code in place of oplogs | Kristian Lyngstol | 2016-05-18 | -65/+1 |
| | ||||
* | Add basic oplog | Kristian Lyngstol | 2016-05-18 | -0/+44 |
| | | | | | | | | | | It still needs to be integrated with switches/info box, but this is a good start. Shows the last 5 log messages in an overlay on the map, with the rest visible in an oplog tab. Fixes #20 | |||
* | Add write-api for config | Kristian Lyngstol | 2016-05-16 | -0/+22 |
| | | | | References #54 | |||
* | Add config read-api and use it to detect public access | Kristian Lyngstol | 2016-05-16 | -0/+28 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | Currently no way to modify the settings except by manual SQL, but it's coming. This allows us to have event-specific configuration in the database. This commit adds js that uses this to detect if the frontend is a public vhost or not. There are currently only three columns provided in addition to ID. publicvhost: The domain name of the publicly accessible version of Gondul. shortname: code name for the vent. e.g dx16, tg17, etc. data: jsonb to contain most other settings as we see fit. Most settings will be stored in 'data' if it's only or mainly used by the frontend. This will allow frontend developers to supply arbitrary configuration options without the need for API or database changes in the future. Fixes #51 References #54 Still need the GUI for it. | |||
* | Move stuff from /opt/nms to /opt/gondul etc | Kristian Lyngstol | 2016-05-13 | -13/+13 |
| | | | | Still lots to do | |||
* | Tweak README and create doc/ directory | Kristian Lyngstol | 2016-04-14 | -131/+0 |
| | ||||
* | More work on adapting /opt and tests | Kristian Lyngstol | 2016-04-13 | -13/+13 |
| | ||||
* | Actual initial import | Kristian Lyngstol | 2016-04-12 | -0/+720 |
Fetched from tgmanage. |