Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ogServer is AGPLv3+ | OpenGnSys Support Team | 2021-05-04 | 1 | -2/+3 |
| | | | | Update license header in files. | ||||
* | #941 Add og_json_parse_string_copy(...) function | Roberto Hueso Gómez | 2020-10-06 | 1 | -0/+15 |
| | | | | | This function provides an easy way to copy the content of a json string into a regular C string. | ||||
* | #1004 Handle new fields in /image/create response | Javier Sánchez Parra | 2020-09-10 | 1 | -0/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | ogClient now includes more information regarding the new image. This patch modifies ogServer to support new elements sent in ogClient /image/create response and store them in the database. Example of new /image/create response: { "disk": "1", "partition": "1", "code": "131", "id": "1", "name": "ubuntu", "repository": "192.168.56.10", "software": "Ubuntu 18.04.5 LTS \naccountsservice 0.6.45\n...", "clonator": "PARTCLONE", "compressor": "LZOP", "filesystem": "EXTFS", "datasize": 2100000 } New fields are "clonator", "compressor", "filesystem" and "datasize". | ||||
* | Add POST /modes REST request | Roberto Hueso Gómez | 2020-07-06 | 1 | -0/+29 |
| | | | | | | | | | | | | | This patch implements HTTP POST /modes request which can change the mode of any particular scope. Request: POST /modes { "scope": {"id": 1, "type": "computer"}, "mode": "pxe" } Response: 200 OK | ||||
* | #971 rename sources folder to src | OpenGnSys Support Team | 2020-06-26 | 1 | -0/+85 |
Use the same folder as in ogClient. |