index
:
opengnsys
918-git-images
969_node_tree
ID-1020_logrotateBug
ID-1037_Mostrar.TipoDisco.Web
ID-1038_Muestra.el.numero.de.ordenadores
ID-1039_Asignar_Disco.Particion.Imagen.AccesoRemoto
ID-824_Iniciar.Sistema.Restaurado
blank-panel
configfile
debian-pkg
devel-ogadmserver-for-master
disk-image
legacy
master
master-1037
old-main
pjlink
webconsole3
legacy repository
opengnsys@soleta.eu
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
admin
Commit message (
Expand
)
Author
Age
Files
Lines
*
#915 Improve error management for og_json_parse_partition()
Roberto Hueso Gómez
2019-10-07
1
-7
/
+23
*
Adapt web to use new image/setup cmd in REST API
Roberto Hueso Gómez
2019-10-07
2
-0
/
+58
*
Add test for POST /image/create command
Roberto Hueso Gómez
2019-10-07
2
-0
/
+2
*
#915 Add POST "image/setup" command to REST API in ogAdmServer
Roberto Hueso Gómez
2019-10-07
1
-0
/
+100
*
#915 Remove Apagar, CrearImagen, RestaurarImagen, InventarioHardware, Inventa...
OpenGnSys Support Team
2019-10-03
1
-110
/
+0
*
#915: adapt web to use OG_REST_PARAM_ID constant
Javier Sánchez Parra
2019-10-03
1
-1
/
+1
*
#708: Fix a typo when composing the software inventory.
Ramón M. Gómez
2019-10-02
1
-1
/
+1
*
#915: adapt test to use id and profile fields
OpenGnSys Support Team
2019-10-01
1
-1
/
+1
*
#915: Adapt web to use new image/restore cmd in REST API
Roberto Hueso Gómez
2019-10-01
2
-0
/
+31
*
#915: Add POST /image/restore command to REST API in ogAdmServer
Roberto Hueso Gómez
2019-10-01
3
-0
/
+65
*
#915: Adapt web to use new image/create cmd in REST API
Roberto Hueso Gómez
2019-10-01
2
-0
/
+34
*
#915: add og_json_parse_string() and use it
Roberto Hueso Gómez
2019-10-01
1
-70
/
+17
*
#915: Add POST /image/create command to REST API in ogAdmServer
Roberto Hueso Gómez
2019-10-01
3
-0
/
+104
*
#915: Removes braces for single statement if branch
Roberto Hueso Gómez
2019-10-01
1
-4
/
+3
*
#802 #888 opengnsys_update.sh: The names of PXE templates for BIOS are change...
Irina Gómez
2019-09-27
1
-0
/
+2
*
#839: Reservation (power-on) operation is also sent to client repository (as ...
Ramón M. Gómez
2019-09-23
1
-3
/
+17
*
#928 Multicast ports are allowed from 9000 to 9100.
Irina Gómez
2019-09-23
1
-2
/
+2
*
#919: How to use new URLs in menus.
Ramón M. Gómez
2019-09-23
2
-16
/
+6
*
#914: Fix OGAgent installation instructions.
Ramón M. Gómez
2019-09-20
1
-5
/
+4
*
#915: Fix file descriptor leak in og_socket_server_init() from exit path
Roberto Hueso Gómez
2019-09-19
1
-0
/
+1
*
#915: Return 400 status code in POST methods when no payload is attached
Roberto Hueso Gómez
2019-09-19
2
-12
/
+21
*
#915: Fix incorrect method and code in invalid GET requests
Roberto Hueso Gómez
2019-09-18
4
-8
/
+8
*
#915: Remove duplicated test
Roberto Hueso Gómez
2019-09-18
1
-4
/
+0
*
#915: more descriptive function name in test
Roberto Hueso Gómez
2019-09-18
1
-1
/
+1
*
#858: The tip of the day is shown only when entering the web console. change ...
Irina Gómez
2019-09-18
6
-29
/
+43
*
#915 add test for too large HTTP request fields
Javier Sánchez Parra
2019-09-10
1
-0
/
+29
*
#915 check HTTP Content-Length size
Javier Sánchez Parra
2019-09-10
1
-1
/
+3
*
#858 Messages and images for tip of the day are included.
Irina Gómez
2019-09-06
13
-2
/
+80
*
#915 fix missing null-terminated string
Javier Sánchez Parra
2019-09-05
1
-1
/
+1
*
#915 adds test for too large HTTP request
Javier Sánchez Parra
2019-09-04
1
-0
/
+19
*
#915 do not bail out when failing to send message to stale clients
OpenGnSys Support Team
2019-09-02
1
-4
/
+2
*
#559 fix out of bound array access
Javier Sánchez Parra
2019-08-28
1
-1
/
+1
*
#915 check ogAdmServer binary existence when running pythong tests
Javier Sánchez Parra
2019-08-28
1
-0
/
+4
*
#915 add missing brackets to WOL API test json
Javier Sánchez Parra
2019-08-28
1
-2
/
+2
*
#915 trim unknown command syslog error to the initial 32 bytes
OpenGnSys Support Team
2019-08-28
1
-1
/
+1
*
#915 add syslog error when HTTP request processing fails
OpenGnSys Support Team
2019-08-28
1
-4
/
+17
*
#915 add og_server_internal_error()
OpenGnSys Support Team
2019-08-28
1
-5
/
+12
*
#915 add syslog debugging for HTTP request
OpenGnSys Support Team
2019-08-28
1
-4
/
+4
*
#915 close connection to REST API if request is too long
OpenGnSys Support Team
2019-08-28
1
-1
/
+8
*
#915 add OG_CLIENTS_MAX definition
OpenGnSys Support Team
2019-08-28
1
-2
/
+4
*
#915 set maximum REST API response to 64 Kbytes
OpenGnSys Support Team
2019-08-28
1
-2
/
+4
*
#915 json_dump_callback() takes flags as a parameter
OpenGnSys Support Team
2019-08-28
1
-2
/
+2
*
#915 allow up to 4096 clients from REST API
OpenGnSys Support Team
2019-08-28
1
-2
/
+2
*
#915 reply with HTTP 405 when the method is incorrect
Javier Sánchez Parra
2019-08-27
1
-12
/
+25
*
#915 internal error response if reply is too long
OpenGnSys Support Team
2019-08-27
1
-4
/
+11
*
#834: Setting a default value for some PHP variables to avoid warnings.
Ramón M. Gómez
2019-08-22
4
-5
/
+10
*
#802 For EFI partition: in console in 'RestoreImage' command can't select it ...
Irina Gómez
2019-08-12
6
-19
/
+34
*
#915 do not print misleading API error on web console
Javier Sánchez Parra
2019-07-31
1
-1
/
+1
*
#921 Fixs 'Action queue': explode in php 7 don't support several delimiters.
Irina Gómez
2019-07-30
1
-1
/
+1
*
#891 fix crash in wol command
OpenGnSys Support Team
2019-07-29
1
-6
/
+6
[next]