summaryrefslogtreecommitdiffstats
path: root/admin
Commit message (Expand)AuthorAgeFilesLines
* #802 For EFI partition: in console in 'RestoreImage' command can't select it ...Irina Gómez2019-08-126-19/+34
* #915 do not print misleading API error on web consoleJavier Sánchez Parra2019-07-311-1/+1
* #921 Fixs 'Action queue': explode in php 7 don't support several delimiters.Irina Gómez2019-07-301-1/+1
* #891 fix crash in wol commandOpenGnSys Support Team2019-07-291-6/+6
* #915 adds tests for a non existent methodJavier Sánchez Parra2019-07-151-0/+30
* #915 returns 401 when incorrect authentication happensJavier Sánchez Parra2019-07-151-1/+3
* #915 adds test for POST /software REST APIJavier Sánchez Parra2019-07-151-0/+20
* #915 adds test for POST /hardware REST APIJavier Sánchez Parra2019-07-151-0/+20
* #915 adds test for POST /refresh REST APIJavier Sánchez Parra2019-07-151-0/+20
* #915 adds test for POST /stop REST APIJavier Sánchez Parra2019-07-151-0/+20
* #915 adds test for POST /reboot REST APIJavier Sánchez Parra2019-07-151-0/+20
* #915 adds test for POST /poweroff REST APIJavier Sánchez Parra2019-07-151-0/+20
* #915 tests correct command, /sessionJavier Sánchez Parra2019-07-151-1/+1
* #559 fixes memory leak in tomaConfiguracion()Javier Sánchez Parra2019-07-151-0/+2
* #915 Improve test output using unittest discoverJavier Sánchez Parra2019-07-057-2/+1
* #915 adapt web to use new software cmd in REST APIJavier Sánchez Parra2019-07-032-0/+15
* #915 adapt web to use new hardware cmd in REST APIJavier Sánchez Parra2019-07-032-0/+15
* #915 add POST software command to REST API in ogAdmServerOpenGnSys Support Team2019-07-032-0/+31
* #915 add POST hardware command to REST API in ogAdmServerOpenGnSys Support Team2019-07-032-0/+31
* #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