summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* #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
* #1061 add timeout to pending scheduled commandsJose M. Guisado2021-09-063-0/+14
* #1054 Fix og_legacy_partition code buffer sizeJose M. Guisado2021-07-261-1/+2
* #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-222-3/+14
* #1051 Fix command schedule for several clientsJose M. Guisado2021-07-211-3/+24
* #915 Add POST /task/add methodJavier Sánchez Parra2021-07-013-0/+187
* #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
* constify json parse helper functionOpenGnSys Support Team2021-06-102-10/+10