summaryrefslogtreecommitdiffstats
path: root/admin
Commit message (Expand)AuthorAgeFilesLines
* #915 Correct config file route in web API REST libJavier Sánchez Parra2019-06-251-1/+1
* #915 Add API token to common_request() in web consoleJavier Sánchez Parra2019-06-241-0/+6
* #915 Add API token to tests in ogAdmServer/tests/units/*Javier Sánchez Parra2019-06-246-12/+20
* #915 update installer to add APITOKEN= to ogAdmServer.cfgJavier Sánchez Parra2019-06-241-0/+1
* #915 add support for HTTP AuthorizationOpenGnSys Support Team2019-06-243-11/+35
* #915 Remove unnecessary return in ogAdmServer/tests/run-tests.pyJavier Sánchez Parra2019-06-121-4/+0
* #915 Remove unused parameter to common_request()Javier Sánchez Parra2019-06-121-1/+1
* #896 Fix memory leak in wake_up_broadcast()Javier Sánchez Parra2019-06-121-1/+1
* #915 The order of the json field is irrelevant in GET /clientsJavier Sánchez Parra2019-06-111-1/+3
* #802 Advanced Boot Management sends to 'sendclientmode' script access data to...Irina Gómez2019-06-101-12/+3
* #903: Fix bug when returning duplicate check value.Ramón M. Gómez2019-06-071-1/+1
* Merge branch 'devel' into uefiIrina Gómez2019-06-055-5/+13
|\
| * #913: Adapting commit {{{0fcdc63}}} from master branch.Ramón M. Gómez2019-06-052-4/+11
| * #914: Fix version number.Ramón M. Gómez2019-06-053-1/+2
* | Merge branch 'devel' into uefiIrina Gómez2019-06-0533-611/+1431
|\|
| * #915: Merge branch devel-ogadmserver-rest-api into develRamón M. Gómez2019-06-0428-482/+1283
| |\
| | * #915 add test for POST /session REST APIJavier Sánchez Parra2019-05-311-0/+20
| | * #915 add test for POST /shell/output REST APIJavier Sánchez Parra2019-05-311-0/+18
| | * #915 add test for POST /shell/run REST APIJavier Sánchez Parra2019-05-311-0/+18
| | * #915 add test for POST /wol REST APIJavier Sánchez Parra2019-05-311-0/+20
| | * #915 add test for POST /clients REST APIJavier Sánchez Parra2019-05-311-0/+19
| | * #915 add test for GET /clients REST APIJavier Sánchez Parra2019-05-311-0/+18
| | * #915 add unit test infrastructure for REST APIJavier Sánchez Parra2019-05-312-0/+49
| | * #915 validate message length based on announced Content-Length fieldOpenGnSys Support Team2019-05-311-10/+14
| | * #915 adapt web console to use new refresh command in REST APIJavier Sánchez Parra2019-05-302-19/+12
| | * #915 adapt web console to use new stop command in REST APIJavier Sánchez Parra2019-05-302-20/+13
| | * #915 adapt web console to use new reboot command in REST APIJavier Sánchez Parra2019-05-302-1/+16
| | * #915 adapt web console to use new poweroff command in REST APIJavier Sánchez Parra2019-05-302-7/+24
| | * #915 rename IDCOMAND* to OG_CMD_ID_*Javier Sánchez Parra2019-05-301-3/+4
| | * #915 remove Actualizar(), Purgar(), Reiniciar() and IniciarSesion()OpenGnSys Support Team2019-05-301-86/+0
| | * #915 add POST refresh command to REST API in ogAdmServerOpenGnSys Support Team2019-05-302-0/+30
| | * #915 add POST stop command to REST API in ogAdmServerOpenGnSys Support Team2019-05-303-0/+31
| | * #915 add POST reboot command to REST API in ogAdmServerOpenGnSys Support Team2019-05-303-0/+31
| | * #915 add POST poweroff command to REST API in ogAdmServerOpenGnSys Support Team2019-05-303-0/+31
| | * #915 add og_cmd_legacy_send()OpenGnSys Support Team2019-05-291-4/+5
| | * #915 adapt web console to use new REST API in OgAdmServerOpenGnSys Support Team2019-05-275-70/+159
| | * #915 remove Sondeo(), respuestaSondeo(), ConsolaRemota(), Arrancar() and EcoC...OpenGnSys Support Team2019-05-271-199/+0
| | * #915 add POST session command to REST API in ogAdmServerOpenGnSys Support Team2019-05-273-0/+80
| | * #915 add POST shell/output command to REST API in ogAdmServerOpenGnSys Support Team2019-05-273-0/+95
| | * #915 add run command to REST API in ogAdmServerOpenGnSys Support Team2019-05-273-0/+77
| | * #915 add wol command to REST API in ogAdmServerOpenGnSys Support Team2019-05-273-0/+110
| | * #915 Pass array of addresses to WakeUp()OpenGnSys Support Team2019-05-272-10/+17
| | * #915 add clients command to REST API in ogAdmServerOpenGnSys Support Team2019-05-273-7/+90
| | * #915 add initial REST API for ogAdmServerOpenGnSys Support Team2019-05-274-5/+181
| | * #915 add og_msg_alloc() and og_msg_free()OpenGnSys Support Team2019-05-271-9/+25
| | * #915 add og_send_cmd()OpenGnSys Support Team2019-05-271-13/+25
| | * #915 add og_socket_server_init()OpenGnSys Support Team2019-05-271-18/+28
| | * #915 add og_client_state_process_payload()OpenGnSys Support Team2019-05-271-20/+31
| | * #915 add og_client_state_recv_hdr()OpenGnSys Support Team2019-05-271-23/+35
| * | #891: Boot (wake) command is sent by both server and client repository.Ramón M. Gómez2019-05-302-53/+29
| |/