summaryrefslogtreecommitdiffstats
path: root/src/rest.c
Commit message (Expand)AuthorAgeFilesLines
* #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-011-0/+66
* #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-201-8/+5
* #915 Use the repository id on image creationJavier Sánchez Parra2022-06-201-13/+24
* #1074 rest: set_mode: add support for different ogserver addressesJavier Sánchez Parra2022-06-011-1/+29
* #915 Set repository on image creationJavier Sánchez Parra2022-05-261-1/+3
* #915 Extend GET /images function with the repository IPJavier Sánchez Parra2022-05-261-2/+8
* #915 Add API GET /repositoriesJavier Sánchez Parra2022-05-261-0/+60
* #915 Add last_cmd to GET /clients APIJavier Sánchez Parra2022-05-181-2/+32
* #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-251-1/+5
* #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
* #915 release existing client on reconnectionsOpenGnSys Support Team2022-01-211-8/+16
* #915 remove temporary file to store shell outputOpenGnSys Support Team2022-01-181-32/+6
* #915 Initialize group when adding a new client to DBJavier Sánchez Parra2022-01-171-1/+2
* #915 consolidate WoL sender functionOpenGnSys Support Team2021-12-221-8/+16
* #915 Remove useless WoL shim codeOpenGnSys Support Team2021-12-201-13/+41
* #915 Add POST /oglive/set REST requestJavier Sánchez Parra2021-12-171-0/+114
* #1065 Add support for client eventsJose M. Guisado2021-12-011-0/+4
* #915 Add folders to scopeJavier Sánchez Parra2021-11-261-31/+285
* #1065 client: add support for ogclient win stateJose M. Guisado2021-11-171-0/+2
* #1065 client: add support for ogclient linux stateJose M. Guisado2021-11-171-0/+2
* #915 Fix create image payload parsingJose M. Guisado2021-10-191-12/+10
* #915 Add POST /image/delete methodJavier Sánchez Parra2021-10-041-0/+90
* #1061 add timeout to pending scheduled commandsJose M. Guisado2021-09-061-0/+1
* #1051 Initialize task_id once in og_cmd_post_schedule_commandJose M. Guisado2021-07-221-7/+7
* #1052 Populate session column when adding actionsJose M. Guisado2021-07-221-3/+13
* #1051 Fix command schedule for several clientsJose M. Guisado2021-07-211-3/+24
* #915 Add POST /task/add methodJavier Sánchez Parra2021-07-011-0/+162
* #915 Add POST /procedure/update methodJavier Sánchez Parra2021-06-291-0/+120
* Fix procedure id retrieving in steps creationJavier Sánchez Parra2021-06-291-3/+2
* #915 Filter queued commands by idJavier Sánchez Parra2021-06-161-1/+1
* #915 Add POST /procedure/run methodJavier Sánchez Parra2021-06-151-0/+97
* #915 Add procedure/deleteJose M. Guisado2021-06-111-0/+62
* #915 Revert filtering actions by id to "sesion" in og_dbi_queue_commandJose M. Guisado2021-06-101-1/+1
* #915 Add commands and procedures to procedure creationJavier Sánchez Parra2021-06-101-3/+73
* #915 Add schedule/commandJose M. Guisado2021-06-091-9/+210
* #942 Add POST /procedure/add methodJavier Sánchez Parra2021-05-311-0/+90
* Add REST POST /room/delete methodJavier Sánchez Parra2021-05-101-0/+59
* #942 Add REST POST /center/delete methodJavier Sánchez Parra2021-05-101-0/+59
* #995 Add link speed parsing to client probe responseJose M. Guisado2021-05-041-0/+1
* ogServer is AGPLv3+OpenGnSys Support Team2021-05-041-2/+3
* #1043 don't create wol entries when client is connectedJose M. Guisado2021-04-291-0/+3
* #1043 add WOL_SENT stateOpenGnSys Support Team2021-04-291-1/+68
* #1043 add function to append client to json treeOpenGnSys Support Team2021-04-291-18/+28