Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #969 Images tree is adapted to jquery: | Irina Gómez | 2020-07-28 | 1 | -15/+37 |
| | | | | | | | jscripts/imagenes.js and principal/imagenes.php: specific functions are removed and replaced by common functions. jscripts/arbol.js and jscripts/comunes.js: functions include cases for the types of images. includes/arbol.php: the case of the image is separated into the different image types. idiomas/php/esp/informacion_imagenes_esp.php: Fixs a text message. | ||||
* | #969 arbol.php function 'nodos_arbol': fix bug in SQL request for tasks. | Irina Gómez | 2020-07-22 | 1 | -1/+1 |
| | |||||
* | functions nodos_arbol and grupos_arbol: If there isn't elements returns a ↵ | Irina Gómez | 2020-04-24 | 1 | -47/+62 |
| | | | | | | | | empty array: element[int_node_tipe]=Array(); functions lista_grupo_arbol and lista_raiz_arbol: The active zone for show contextual menus is asociated to label (before was to 'li' elements). This avoids zones overlapping function lista_grupo_arbol: Fixs error in classrooms tree: before to list groups, the order of elements is incremented function lista_raiz_arbol: If all nodes is equal shows root tree. If nodes are diferent shows root and first level of tree. | ||||
* | #969 node tree: Left frame shows node tree. | irinagomez | 2020-03-20 | 1 | -21/+133 |
| | | | | Functions lista_raiz_arbol and lista_grupo_arbol are created and used in all left frames. | ||||
* | #969 node tree: Functions for get nodes and groups of nodes from database ↵ | irinagomez | 2020-03-19 | 1 | -0/+254 |
| | | | | | | are created and used in all left frames. For now frames show array of nodes and groups for debug. | ||||
* | #969 Images tree: lists are used for show tree and context menues. | Irina Gómez | 2020-03-16 | 1 | -0/+2 |
| | |||||
* | #914: Delete unused variables. | Ramón M. Gómez | 2019-11-25 | 1 | -7/+0 |
| | |||||
* | #914 Software inventory command in console improved info message when no ↵ | Irina Gómez | 2019-11-20 | 1 | -1/+1 |
| | | | | operating system is detected. | ||||
* | #914 Login command in console improved info message when no operating ↵ | Irina Gómez | 2019-11-14 | 1 | -1/+1 |
| | | | | system is detected. | ||||
* | #915 Rename POST /image/setup for /setup in REST API | Roberto Hueso Gómez | 2019-11-13 | 1 | -1/+1 |
| | | | | This patch renames the setup command to avoid semantic confusion. | ||||
* | #915 Adapt web to use 'echo' parameter of POST /shell/run | Roberto Hueso Gómez | 2019-11-12 | 1 | -2/+8 |
| | |||||
* | #915: Remove duplicate parameter definitions in `restfunctions.php`. | Ramón M. Gómez | 2019-10-30 | 1 | -3/+0 |
| | |||||
* | #915 Fix run script command | Roberto Hueso Gómez | 2019-10-30 | 1 | -0/+3 |
| | | | | | This patch fixes run script command as it now uses REST API instead of SocketHidra. | ||||
* | #915 Remove dead code that uses SocketHidra | Roberto Hueso Gómez | 2019-10-29 | 1 | -79/+0 |
| | | | | This patch removes files that are dead code and that also use SocketHidra. | ||||
* | #915 Adapt web to use the new run/schedule cmd in REST API | Roberto Hueso Gómez | 2019-10-25 | 1 | -0/+7 |
| | | | | | | This patch implements run/schedule in the set of available PHP functions. It also replaces old SocketHidra commands by run/schedule in gestor_colasacciones.php and gestor_ejecutaracciones.php. | ||||
* | #915 Change WebConsole to read API token from ogAdmServer.cfg | Javier Sánchez Parra | 2019-10-14 | 1 | -2/+2 |
| | | | | | | | | | | This commit changes restfunctions.php to read the API token of ogAmdServer from ogAdmRepo.cfg to ogAdmServer.cfg. This way it avoids possible communication errors if ogAdmRepo.cfg and ogAdmServer.cfg are desynced. In order to restfuntions.php can read ogAdmServer.cfg this commit also changes the permissions of the file. | ||||
* | #915 Fix POST "software" cmd in ogAdmServer and web | Javier Sánchez Parra | 2019-10-11 | 1 | -2/+8 |
| | | | | | | | | | | | | | | | | | | This patch adds the parameters "disk" and "partition" to POST "software" command. This way the client can create a software profile without failure. New request: POST /software { "clients":[ "192.168.56.12" ], "disk":"1", "partition":"1" } Reply: 200 OK | ||||
* | #915 Adapt web to use new image/restore/incremental cmd in REST API | Javier Sánchez Parra | 2019-10-11 | 1 | -0/+53 |
| | | | | SocketHidra command has been replaced by POST image/restore/incremental. | ||||
* | #915 Adapt web to use new REST API "image/create/incremental" command | Roberto Hueso Gómez | 2019-10-11 | 1 | -0/+48 |
| | | | | SocketHidra command has been replaced by POST "image/create/incremental". | ||||
* | #915 Adapt web to use new image/restore/basic cmd in REST API | Javier Sánchez Parra | 2019-10-09 | 1 | -0/+55 |
| | | | | SocketHidra command has been replaced by POST image/restore/basic. | ||||
* | #915 Adapt web to use new image/create/basic cmd in REST API | Javier Sánchez Parra | 2019-10-08 | 1 | -1/+55 |
| | | | | SocketHidra command has been replaced by POST image/create/basic. | ||||
* | Adapt web to use new image/setup cmd in REST API | Roberto Hueso Gómez | 2019-10-07 | 1 | -0/+53 |
| | | | | SocketHidra configurar has been replaced by POST image/setup. | ||||
* | #915: adapt web to use OG_REST_PARAM_ID constant | Javier Sánchez Parra | 2019-10-03 | 1 | -1/+1 |
| | | | | | Update restore_image() in restfunctions.php to use OG_REST_PARAM_ID constant. | ||||
* | #915: Adapt web to use new image/restore cmd in REST API | Roberto Hueso Gómez | 2019-10-01 | 1 | -0/+26 |
| | | | | SocketHidra restaurar imagen has been replaced by POST image/restore. | ||||
* | #915: Adapt web to use new image/create cmd in REST API | Roberto Hueso Gómez | 2019-10-01 | 1 | -0/+29 |
| | | | | SocketHidra crear imagen has been replaced by POST /imagen/create. | ||||
* | #834: Setting a default value for some PHP variables to avoid warnings. | Ramón M. Gómez | 2019-08-22 | 2 | -4/+8 |
| | |||||
* | #802 For EFI partition: in console in 'RestoreImage' command can't select it ↵ | Irina Gómez | 2019-08-12 | 1 | -18/+25 |
| | | | | and deploy wizard show a message. | ||||
* | #915 do not print misleading API error on web console | Javier Sánchez Parra | 2019-07-31 | 1 | -1/+1 |
| | | | | | | | | Irina reports a raw array showing in the web console when calling the new ogAdmServer API. var_export() prints the error message on the web instead of syslog. Changing var_export() for print_r() solves this bug. | ||||
* | #921 Fixs 'Action queue': explode in php 7 don't support several delimiters. | Irina Gómez | 2019-07-30 | 1 | -1/+1 |
| | |||||
* | #915 adapt web to use new software cmd in REST API | Javier Sánchez Parra | 2019-07-03 | 1 | -0/+10 |
| | | | | | SocketHidra software (inventario software) has been replaced by POST /software. | ||||
* | #915 adapt web to use new hardware cmd in REST API | Javier Sánchez Parra | 2019-07-03 | 1 | -0/+10 |
| | | | | | SocketHidra hardware (inventario hardware) has been replaced by POST /hardware. | ||||
* | #915 Correct config file route in web API REST lib | Javier Sánchez Parra | 2019-06-25 | 1 | -1/+1 |
| | | | | | The "magic" constant __DIR__ ensure a correct route regardless of where the methods are used | ||||
* | #915 Add API token to common_request() in web console | Javier Sánchez Parra | 2019-06-24 | 1 | -0/+6 |
| | | | | Add token parameter in REST API infrastructure in the web console. | ||||
* | #915 Remove unused parameter to common_request() | Javier Sánchez Parra | 2019-06-12 | 1 | -1/+1 |
| | | | | Remove unused parameter in REST API infrastructure. | ||||
* | #915 The order of the json field is irrelevant in GET /clients | Javier Sánchez Parra | 2019-06-11 | 1 | -1/+3 |
| | | | | | | | | | | Either: { "addr" : "192.168.2.1", "state" : "OPG" } or: { "state" : "OPG", "addr" : "192.168.2.1" } should be accepted, this patch updates the web console parser to accept both. | ||||
* | #802 Advanced Boot Management sends to 'sendclientmode' script access data ↵ | Irina Gómez | 2019-06-10 | 1 | -12/+3 |
| | | | | to the database as environment variables. | ||||
* | Merge branch 'devel' into uefi | Irina Gómez | 2019-06-05 | 1 | -1/+176 |
|\ | | | | | | | Fast foward with devel branch | ||||
| * | #915 adapt web console to use new refresh command in REST API | Javier Sánchez Parra | 2019-05-30 | 1 | -0/+10 |
| | | | | | | | | SocketHidra "actualizar" has been replaced by POST /refresh. | ||||
| * | #915 adapt web console to use new stop command in REST API | Javier Sánchez Parra | 2019-05-30 | 1 | -1/+11 |
| | | | | | | | | SocketHidra "purgar" has been replaced by POST /stop. | ||||
| * | #915 adapt web console to use new reboot command in REST API | Javier Sánchez Parra | 2019-05-30 | 1 | -0/+10 |
| | | | | | | | | SocketHidra reboot has been replaced by POST /reboot. | ||||
| * | #915 adapt web console to use new poweroff command in REST API | Javier Sánchez Parra | 2019-05-30 | 1 | -0/+10 |
| | | | | | | | | SocketHidra poweroff has been replaced by POST /poweroff. | ||||
| * | #915 adapt web console to use new REST API in OgAdmServer | OpenGnSys Support Team | 2019-05-27 | 1 | -1/+136 |
| | | | | | | | | | | | | Use new REST API in ogAdmServer. This allows us to start removing the old SockHidra code. | ||||
* | | Merge branch 'devel' into uefi (fast-forward) | Irina Gómez | 2019-05-13 | 19 | -285/+113 |
|\| | |||||
| * | #834: Fix wrong variable type. | Ramón M. Gómez | 2019-02-20 | 1 | -2/+2 |
| | | |||||
| * | #834: Fixing more code cleanup: some file encoding, CSS units, Javascript ↵ | Ramón M. Gómez | 2019-02-04 | 4 | -262/+97 |
| | | | | | | | | comparisons, HTML tags, PHP variables. | ||||
| * | #834: Remove all redundant PHP closing tags. | Ramón M. Gómez | 2019-01-23 | 15 | -17/+12 |
| | | |||||
| * | #834: Check for more variable definitions and continue code cleanup. | Ramón M. Gómez | 2019-01-21 | 1 | -2/+2 |
| | | |||||
| * | #834: Correct undefined variables and some spell checking. | Ramón M. Gómez | 2019-01-19 | 2 | -4/+2 |
| | | |||||
* | | #802 #888 When the computer or repo propierties change, the console ↵ | Irina Gómez | 2019-03-15 | 1 | -102/+40 |
|/ | | | | regenerate the PXE files for bios and uefi. | ||||
* | #872: Code cleaning. | Ramón M. Gómez | 2018-10-22 | 1 | -3/+0 |
| |