Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | SQL: Nuke more unused relics of the past | Kristian Lyngstol | 2016-11-15 | -89/+1 |
| | ||||
* | Remove switch_temp table relic.... | Kristian Lyngstol | 2016-11-15 | -30/+0 |
| | | | | Hasn't been used since tg15 afaik. | |||
* | Start clean switches-table | Kristian Lyngstol | 2016-11-15 | -5/+1 |
| | | | | Lots of cruft | |||
* | Last tweak of schemat: | Kristian Lyngstol | 2016-09-10 | -1/+1 |
| | ||||
* | Schema-update | Kristian Lyngstol | 2016-09-10 | -0/+1 |
| | ||||
* | sql: Bump schema to include multi-dhcpd-support | Kristian Lyngstol | 2016-06-30 | -2/+3 |
| | ||||
* | Remove comments from SQL | Kristian Lyngstol | 2016-05-18 | -69/+0 |
| | ||||
* | Add SQL for backlog stuff too (ops) | Kristian Lyngstol | 2016-05-18 | -0/+43 |
| | ||||
* | Add config read-api and use it to detect public access | Kristian Lyngstol | 2016-05-16 | -1/+52 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | |||
* | Add schema and start build and test-framework | Kristian Lyngstol | 2016-04-13 | -0/+682 |
DB is looking OK so far in the test. |