summaryrefslogtreecommitdiffstats
path: root/admin
Commit message (Expand)AuthorAgeFilesLines
* #915 Improve error management for og_json_parse_partition()Roberto Hueso Gómez2019-10-071-7/+23
* Adapt web to use new image/setup cmd in REST APIRoberto Hueso Gómez2019-10-072-0/+58
* Add test for POST /image/create commandRoberto Hueso Gómez2019-10-072-0/+2
* #915 Add POST "image/setup" command to REST API in ogAdmServerRoberto Hueso Gómez2019-10-071-0/+100
* #915 Remove Apagar, CrearImagen, RestaurarImagen, InventarioHardware, Inventa...OpenGnSys Support Team2019-10-031-110/+0
* #915: adapt web to use OG_REST_PARAM_ID constantJavier Sánchez Parra2019-10-031-1/+1
* #708: Fix a typo when composing the software inventory.Ramón M. Gómez2019-10-021-1/+1
* #915: adapt test to use id and profile fieldsOpenGnSys Support Team2019-10-011-1/+1
* #915: Adapt web to use new image/restore cmd in REST APIRoberto Hueso Gómez2019-10-012-0/+31
* #915: Add POST /image/restore command to REST API in ogAdmServerRoberto Hueso Gómez2019-10-013-0/+65
* #915: Adapt web to use new image/create cmd in REST APIRoberto Hueso Gómez2019-10-012-0/+34
* #915: add og_json_parse_string() and use itRoberto Hueso Gómez2019-10-011-70/+17
* #915: Add POST /image/create command to REST API in ogAdmServerRoberto Hueso Gómez2019-10-013-0/+104
* #915: Removes braces for single statement if branchRoberto Hueso Gómez2019-10-011-4/+3
* #802 #888 opengnsys_update.sh: The names of PXE templates for BIOS are change...Irina Gómez2019-09-271-0/+2
* #839: Reservation (power-on) operation is also sent to client repository (as ...Ramón M. Gómez2019-09-231-3/+17
* #928 Multicast ports are allowed from 9000 to 9100.Irina Gómez2019-09-231-2/+2
* #919: How to use new URLs in menus.Ramón M. Gómez2019-09-232-16/+6
* #914: Fix OGAgent installation instructions.Ramón M. Gómez2019-09-201-5/+4
* #915: Fix file descriptor leak in og_socket_server_init() from exit pathRoberto Hueso Gómez2019-09-191-0/+1
* #915: Return 400 status code in POST methods when no payload is attachedRoberto Hueso Gómez2019-09-192-12/+21
* #915: Fix incorrect method and code in invalid GET requestsRoberto Hueso Gómez2019-09-184-8/+8
* #915: Remove duplicated testRoberto Hueso Gómez2019-09-181-4/+0
* #915: more descriptive function name in testRoberto Hueso Gómez2019-09-181-1/+1
* #858: The tip of the day is shown only when entering the web console. change ...Irina Gómez2019-09-186-29/+43
* #915 add test for too large HTTP request fieldsJavier Sánchez Parra2019-09-101-0/+29
* #915 check HTTP Content-Length sizeJavier Sánchez Parra2019-09-101-1/+3
* #858 Messages and images for tip of the day are included.Irina Gómez2019-09-0613-2/+80
* #915 fix missing null-terminated stringJavier Sánchez Parra2019-09-051-1/+1
* #915 adds test for too large HTTP requestJavier Sánchez Parra2019-09-041-0/+19
* #915 do not bail out when failing to send message to stale clientsOpenGnSys Support Team2019-09-021-4/+2
* #559 fix out of bound array accessJavier Sánchez Parra2019-08-281-1/+1
* #915 check ogAdmServer binary existence when running pythong testsJavier Sánchez Parra2019-08-281-0/+4
* #915 add missing brackets to WOL API test jsonJavier Sánchez Parra2019-08-281-2/+2
* #915 trim unknown command syslog error to the initial 32 bytesOpenGnSys Support Team2019-08-281-1/+1
* #915 add syslog error when HTTP request processing failsOpenGnSys Support Team2019-08-281-4/+17
* #915 add og_server_internal_error()OpenGnSys Support Team2019-08-281-5/+12
* #915 add syslog debugging for HTTP requestOpenGnSys Support Team2019-08-281-4/+4
* #915 close connection to REST API if request is too longOpenGnSys Support Team2019-08-281-1/+8
* #915 add OG_CLIENTS_MAX definitionOpenGnSys Support Team2019-08-281-2/+4
* #915 set maximum REST API response to 64 KbytesOpenGnSys Support Team2019-08-281-2/+4
* #915 json_dump_callback() takes flags as a parameterOpenGnSys Support Team2019-08-281-2/+2
* #915 allow up to 4096 clients from REST APIOpenGnSys Support Team2019-08-281-2/+2
* #915 reply with HTTP 405 when the method is incorrectJavier Sánchez Parra2019-08-271-12/+25
* #915 internal error response if reply is too longOpenGnSys Support Team2019-08-271-4/+11
* #834: Setting a default value for some PHP variables to avoid warnings.Ramón M. Gómez2019-08-224-5/+10
* #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