summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* dbi: add server_id to og_computer structJose M. Guisado2023-08-232-0/+3
* rest: add POST client/server methodJose M. Guisado2023-08-231-0/+105
* rest: add DELETE operation to /server endpointJose M. Guisado2023-08-231-0/+49
* rest: support DELETE HTTP request methodJose M. Guisado2023-08-232-0/+4
* rest: add /server GET and POST methodsJose M. Guisado2023-08-231-0/+169
* rest: add optional param "backup" for create_imagev1.2.3Jose M. Guisado2023-07-072-0/+9
* core: log payload if sequences do not matchJose M. Guisado2023-07-031-3/+5
* core: add X-Sequence header supportv1.2.2Jose M. Guisado2023-06-133-3/+35
* client: harden og_resp_refreshJose M. Guisado2023-06-072-1/+11
* client: increase software inventory buffer sizeJose M. Guisado2023-04-201-1/+1
* Log ogClient sessions in ogagent.logv1.2.1Javier Sánchez Parra2022-11-021-4/+41
* #915 List all database images.Javier Sánchez Parra2022-07-071-3/+1
* #915 Add POST /repository/deleteJavier Sánchez Parra2022-07-011-0/+62
* #915 Add POST /repository/addJavier Sánchez Parra2022-07-012-0/+71
* #915 Extend GET /repositories with param idJavier Sánchez Parra2022-06-231-2/+5
* #915 Fix missing id on image creationJavier Sánchez Parra2022-06-201-0/+1
* #915 Use the repository id on image listJavier Sánchez Parra2022-06-202-9/+5
* #915 Use the repository id on image creationJavier Sánchez Parra2022-06-203-56/+64
* #1074 rest: set_mode: add support for different ogserver addressesJavier Sánchez Parra2022-06-012-1/+64
* #915 Set repository on image creationJavier Sánchez Parra2022-05-262-3/+46
* #915 Extend GET /images function with the repository IPJavier Sánchez Parra2022-05-262-2/+9
* #915 Add API GET /repositoriesJavier Sánchez Parra2022-05-261-0/+60
* #915 Fix conditional jump depending on uninitialised valueJavier Sánchez Parra2022-05-181-1/+1
* #915 Add last_cmd to GET /clients APIJavier Sánchez Parra2022-05-183-2/+45
* #915 Add support for link speed in the refresh responseJavier Sánchez Parra2022-05-091-0/+6
* #915 Set boot mode to ogLive on client creationJavier Sánchez Parra2022-03-281-0/+8
* #915 Remove template_name from og_set_client_modeJavier Sánchez Parra2022-03-281-43/+5
* #915 add seconds since ogserver has been launchedOpenGnSys Support Team2022-03-253-1/+10
* #915 Add GET /stats REST requestJavier Sánchez Parra2022-03-141-0/+62
* #1065 og_client_status compatible with webconsoleJose M. Guisado2022-02-021-3/+3
* #1043 check for WoL pending confirmation logic only for clientOpenGnSys Support Team2022-01-211-4/+4
* #915 release existing client on reconnectionsOpenGnSys Support Team2022-01-213-12/+32
* #915 remove temporary file to store shell outputOpenGnSys Support Team2022-01-184-44/+10
* #915 Initialize group when adding a new client to DBJavier Sánchez Parra2022-01-171-1/+2
* #1067 fix use-after-free in deliver pending commandOpenGnSys Support Team2021-12-231-0/+1
* #915 consolidate WoL sender functionOpenGnSys Support Team2021-12-226-100/+74
* #915 remove shim code to update database after image restore commandOpenGnSys Support Team2021-12-223-63/+26
* #915 remove dead code in ogAdmLibOpenGnSys Support Team2021-12-222-50/+1
* #915 Remove useless WoL shim codeOpenGnSys Support Team2021-12-203-50/+43
* #915 Add POST /oglive/set REST requestJavier Sánchez Parra2021-12-171-0/+114
* #1065 split og_status_session_toggleJose M. Guisado2021-12-031-9/+22
* #1065 Add support for client eventsJose M. Guisado2021-12-013-1/+78
* #915 Add folders to scopeJavier Sánchez Parra2021-11-261-31/+285
* #1043 fix timeout refreshOpenGnSys Support Team2021-11-232-18/+15
* #1065 client: add support for ogclient win stateJose M. Guisado2021-11-173-2/+9
* #1065 client: add support for ogclient linux stateJose M. Guisado2021-11-173-0/+11
* #1064 revisit error handling from ogClientOpenGnSys Support Team2021-11-122-14/+73
* #1042 incorrect initialization of software profiles arrayOpenGnSys Support Team2021-10-201-2/+3
* #915 Fix create image payload parsingJose M. Guisado2021-10-192-12/+11
* #915 Add POST /image/delete methodJavier Sánchez Parra2021-10-041-0/+90