summaryrefslogtreecommitdiffstats
path: root/src/rest.c
Commit message (Expand)AuthorAgeFilesLines
* #915 Add /room/add POST methodJavier Sánchez Parra2021-04-201-0/+123
* #915 increase maximum API REST response sizeJavier Sánchez Parra2021-04-191-1/+1
* #915 fix "response too large" error pathJavier Sánchez Parra2021-04-191-12/+9
* #915 validate response json sizeJavier Sánchez Parra2021-04-191-15/+65
* #915 Add /center/add POST methodJose M. Guisado2021-04-081-0/+84
* #915 Add GET /oglive/test REST API functionJavier Sánchez Parra2021-04-051-0/+31
* #1004 Add GET /images testDiego Crespo Quinta2021-03-301-1/+1
* #990 fix crash in wol with malformed IP addressOpenGnSys Support Team2021-03-301-1/+4
* #990 Use lab netmask to calculate broadcast addressJavier Sánchez Parra2021-03-171-6/+15
* #997 Fix og_tm_hours_maskJose M. Guisado2021-03-151-2/+2
* #997 Use stale check flag in schedule/updateJose M. Guisado2021-03-151-1/+19
* #942 return error if API REST parser failsOpenGnSys Support Team2021-03-151-38/+29
* #997 Remove unnecessary strdup in og_dbi_queue_*Jose M. Guisado2021-03-111-2/+2
* #997 Set stale check flag when processing schedule/createJose M. Guisado2021-03-111-1/+68
* #1004 Fix memleak in og_cmd_imagesJose M. Guisado2021-02-241-1/+1
* #942 memleak in og_send_request()OpenGnSys Support Team2021-02-231-0/+2
* #942 memleak in error pathOpenGnSys Support Team2021-02-231-87/+172
* #990 Fix og_cmd_wol memory leakJose M. Guisado2021-02-231-0/+6
* #1019 UAF in schedule runOpenGnSys Support Team2021-02-231-1/+4
* #1019 Fix queued Wake on LANJavier Sánchez Parra2021-02-221-0/+28
* #990 wol: migrate mac and netmask query to ogServerJose M. Guisado2021-02-151-69/+41
* #1004 Fix client setup disk size showing as 0Jose M. Guisado2021-02-091-2/+2
* #1019 Fix setup legacy string parserJavier Sánchez Parra2021-02-081-3/+8
* #1019 Fix restore-image legacy string parserJavier Sánchez Parra2021-02-081-1/+2
* #802 add uefi folder for post_modes pxe template lookupJose M. Guisado2021-01-131-3/+13
* #1010 Fix /software missing body in queued modeJavier Sánchez Parra2020-12-021-1/+16
* #1010 Adapt ogServer to send GET /softwareJavier Sánchez Parra2020-12-021-1/+1
* #915 Test GET /scopesDiego Crespo Quinta2020-12-011-0/+5
* #1008 Add support to work with GPT tablesJavier Sánchez Parra2020-11-271-0/+4
* #942 Add GET /session REST API functionRoberto Hueso Gómez2020-10-201-2/+99
* #942 Use client's IP as filter in GET /hardwareRoberto Hueso Gómez2020-10-201-17/+6
* #942 Add GET /software REST API functionRoberto Hueso Gómez2020-10-161-2/+97
* #942 Extend GET /images functionRoberto Hueso Gómez2020-10-141-6/+18
* #942 Create DB image when calling POST /image/createRoberto Hueso Gómez2020-10-141-6/+34
* Add REST POST /client/delete methodRoberto Hueso Gómez2020-10-081-0/+61
* #988 remove legacy configurationOpenGnSys Support Team2020-10-071-16/+16
* #988 rename og_server_cfg to cfgOpenGnSys Support Team2020-10-071-2/+2
* #941 Use fixed length strings in og_computer and og_dbi_get_computer_infoRoberto Hueso Gómez2020-10-061-25/+28
* #1004 Add GET /imagesJavier Sánchez Parra2020-09-291-0/+165
* #942 Add POST /client/add HTTP REST methodRoberto Hueso Gómez2020-09-241-0/+139
* #1004 Add GET /client/info HTTP REST methodRoberto Hueso Gómez2020-09-221-0/+88
* Fix size of og_cmd_get_client_setup() return arrayRoberto Hueso Gómez2020-09-151-1/+2
* #1004 Add GET /client/setup HTTP REST methodRoberto Hueso Gómez2020-09-141-0/+143
* #980 do not report busy client if probing is pendingOpenGnSys Support Team2020-08-211-1/+6
* #980 Add 'ip' field in GET /scopes requestRoberto Hueso Gómez2020-08-141-4/+4
* #980 Select POST /mode clients by ip instead of scope nameRoberto Hueso Gómez2020-08-141-14/+18
* #998 disable incremental image APIOpenGnSys Support Team2020-08-141-473/+0
* #980 fix compile warning in og_set_client_modeOpenGnSys Support Team2020-08-061-2/+2
* #980 error reporting in setclientmodeOpenGnSys Support Team2020-08-061-1/+3
* #986 Fixs error in 'Advanced Netboot' caused by loss information from ogserve...Irina Gómez2020-08-051-7/+12