Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #812: Usar fichero de configuración JSON en comandos Configurar e Iniciar ↵ | Ramón M. Gómez | 2019-12-12 | 2 | -3/+1 |
| | | | | Sesión. | ||||
* | #812: Tomar tipos de partición del fichero JSON en formularios de comandos web. | Ramón M. Gómez | 2019-12-12 | 1 | -1/+36 |
| | |||||
* | #812: configuraciones web leen tipo de partición del fichero de configuración. | Ramón M. Gómez | 2019-12-12 | 2 | -3/+2 |
| | |||||
* | #812: integrar r5653 de SVN en rama {{{configfile}}} de Git. | Ramón M. Gómez | 2019-12-12 | 1 | -0/+40 |
| | |||||
* | #812: Usar fichero de configuración JSON en comandos Configurar e Iniciar ↵ | Ramón M. Gómez | 2019-12-12 | 5 | -60/+86 |
| | | | | Sesión. | ||||
* | #812: Tomar tipos de partición del fichero JSON en formularios de comandos web. | Ramón M. Gómez | 2019-12-12 | 5 | -59/+108 |
| | |||||
* | #812: configuraciones web leen tipo de partición del fichero de configuración. | Ramón M. Gómez | 2019-12-12 | 2 | -15/+14 |
| | |||||
* | #812: integrar r5653 de SVN en rama {{{configfile}}} de Git. | Ramón M. Gómez | 2019-12-12 | 4 | -126/+71 |
| | |||||
* | #940: Replace obsolete function `platform.linux_distribution` with ↵ | Ramón M. Gómez | 2019-12-11 | 4 | -5/+8 |
| | | | | `distro.os_release_attr`. | ||||
* | #937 Web form "particionesRemotas": fix bug client syntax disk-part | adv | 2019-12-10 | 1 | -1/+1 |
| | |||||
* | #937 #906 formRemotePartitionCloning: Show Target list from the ↵ | adv | 2019-12-09 | 1 | -4/+17 |
| | | | | | | | | "pintaConfiguraciones" table Remote Cloning Wizard shows partition target list as a query to the "pintaConfiguraciones" table. Code from the other Wizards is reused. | ||||
* | #937 #906 formRemotePartitionCloning: show "partition configuration table" | adv | 2019-12-09 | 1 | -0/+11 |
| | | | | | | | | Remote Cloning Wizard shows "partition configuration table" before the form. The table shows the content of the images in the cache Code from the other Wizards is reused. | ||||
* | #936 form deploy web shows duplicate partitions | adv | 2019-12-09 | 1 | -4/+3 |
| | | | | | | | The multidimensional array that is generated from the configurations doubled the entries. The multidimensional array is changed to a simple array where the index is the string composed of disk id part id The select "idpartition" form will have the array index as text. | ||||
* | #934 Web Netboot form not filter the PC group scope | adv | 2019-12-09 | 1 | -0/+1 |
| | | | | | | The netboot web form does not correctly filter the computer group scope. There is a BUG in the "case" to filter the scopes. The file is boot_grub4dos.php | ||||
* | #914 Computer properties: Fix error in cancel button. | Irina Gómez | 2019-12-05 | 1 | -4/+4 |
| | |||||
* | #915 Fix WoL command support in queued commands | Javier Sánchez Parra | 2019-12-03 | 1 | -1/+2 |
| | | | | | | | | | | | | | Irina reports that the Wake on Lan command does not work in queued commands. This bug appeared when we fixed duplicated command execution when added to the queue (ccb862b). It is caused because the client needs to be ON to ask itself for the queued command, but the WoL command can not work this way because the client is OFF. This commit changes the behaviour of gestor_Comandos.php to always send the WoL command immediately. | ||||
* | #914: Releasing OpenGnsys 1.1.1 (Espeto). | Ramón M. Gómez | 2019-11-29 | 1 | -0/+10 |
| | |||||
* | #914: Linking database upgrade file from `pre` version to OpenGnsys 1.1.1 | Ramón M. Gómez | 2019-11-29 | 2 | -56/+31 |
| | |||||
* | #914: Remove unused files. | Ramón M. Gómez | 2019-11-29 | 1 | -0/+0 |
| | |||||
* | #924 Fix that only the commands without session were checked | Javier Sánchez Parra | 2019-11-25 | 1 | -0/+5 |
| | | | | | | | | | | | Irina reports that the bug fixed in 78a97c5 happens again when you run a command with a session (queue of actions). The bug was introduced in 78a97c5, the goal of the commit was to change the behaviour of respuestaEstandar to always check the result of a command, whether it has a session or not. But, instead of this behaviour, the commit changes respuestaEstandar to only check the commands without session. | ||||
* | #914: Delete unused variables. | Ramón M. Gómez | 2019-11-25 | 1 | -7/+0 |
| | |||||
* | #914 Fix error in repository properties when list images of organization ↵ | Irina Gómez | 2019-11-22 | 1 | -6/+44 |
| | | | | unit with subdirectory separated. | ||||
* | #915 Fix WoL command support in procedures and tasks | Javier Sánchez Parra | 2019-11-22 | 1 | -1/+15 |
| | | | | | | | | | | | | | | Irina reports that the Wake on Lan command does not work in procedures. The client/computer does not turn on, causing that any of the other commands are executed. This bug appears when we adapt the procedures and tasks to work with the new API REST of the ogAdmServer. It is caused because the client needs to be on to ask itself for the pending commands, but the WoL command can not work this way because the client is off. This commit changes the behaviour of recorreProcedimientos to send the WoL command without the client has to ask. | ||||
* | #839: Always update the partition types when obtaining the computer ↵ | Ramón M. Gómez | 2019-11-21 | 1 | -1/+2 |
| | | | | configuration. | ||||
* | #834: Delete duplicate lines in lab properties form. | Ramón M. Gómez | 2019-11-20 | 1 | -2/+0 |
| | |||||
* | #915 #932: Fix lost variable in Wake-On-Lan function. | Ramón M. Gómez | 2019-11-20 | 1 | -0/+1 |
| | |||||
* | #915 Fix error: run_command needs parameter 'cadenamac' for WOL. | Irina Gómez | 2019-11-20 | 1 | -2/+2 |
| | |||||
* | #914 Software inventory command in console improved info message when no ↵ | Irina Gómez | 2019-11-20 | 2 | -1/+2 |
| | | | | operating system is detected. | ||||
* | #839: Clearest code and fix typos in `rest/index.php` file. | Ramón M. Gómez | 2019-11-18 | 1 | -16/+15 |
| | |||||
* | #839: Fix a PHP 7 compatibility bug in REST private functions ↵ | Ramón M. Gómez | 2019-11-18 | 1 | -28/+16 |
| | | | | `jsonResponseNow` to avoid HTTP error 500 and redefine some log messages. | ||||
* | #816: Updating web REST API definition. | Ramón M. Gómez | 2019-11-15 | 1 | -43/+45 |
| | |||||
* | #915 Fix duplicated command execution when added to the queue | Roberto Hueso Gómez | 2019-11-15 | 1 | -45/+52 |
| | | | | | | | | This patch fixes duplicated command execution by running queue scheduler instead of directly calling the command's REST API function. If command is already queued, then execute pending commands. Otherwise, invoke the OgAdmServer REST API. | ||||
* | #915 Test malformed payload for POST commands | Roberto Hueso Gómez | 2019-11-14 | 16 | -0/+109 |
| | | | | | | | | | | | | | | | | | | | | | | | | This patch includes tests for the remaining REST API commands: POST /shell/output POST /session POST /poweroff POST /reboot POST /stop POST /refresh POST /hardware POST /software POST /image/create POST /image/restore POST /setup POST /image/create/basic POST /image/create/incremental POST /image/restore/basic POST /image/restore/incremental POST /run/schedule This test covers requests that are missing one of the parameters in its payload. | ||||
* | #932: REST route `POST /repository/poweron` accepts MAC addresses without ↵ | Ramón M. Gómez | 2019-11-14 | 1 | -13/+15 |
| | | | | colon characters. | ||||
* | #914 Login command in console improved info message when no operating ↵ | Irina Gómez | 2019-11-14 | 4 | -1/+4 |
| | | | | system is detected. | ||||
* | #915 Test malformed payload for POST /shell/run | Roberto Hueso Gómez | 2019-11-13 | 1 | -0/+9 |
| | | | | | This test covers requests that do not contain 1 of the parameters in their payloads. | ||||
* | #915 Test malformed payload for POST /wol | Roberto Hueso Gómez | 2019-11-13 | 1 | -0/+9 |
| | | | | | This test covers requests that do not contain 1 of the parameters in their payloads. | ||||
* | #915 Test malformed payload for POST /clients | Roberto Hueso Gómez | 2019-11-13 | 1 | -0/+4 |
| | | | | | This test covers requests that do not contain 1 of the parameters in their payloads. | ||||
* | #915 Return HTTP 400 error code in og_client_state_process_payload_rest | Roberto Hueso Gómez | 2019-11-13 | 1 | -1/+1 |
| | | | | | This patch meets RFC 7235 and returns an HTTP 400 error code when ogAdmServer recieves a wrong request. | ||||
* | #915 Extend REST API POST no payload tests to all remaining tests. | Roberto Hueso Gómez | 2019-11-13 | 11 | -0/+44 |
| | | | | | | | | | | | | | | | | | This patch extends tests for requests without any payload in the following REST API POST functions: - /clients - /wol - /shell/run - /shell/output - /session - /poweroff - /reboot - /stop - /refresh - /hardware - /software | ||||
* | #915 Rename POST /image/setup for /setup in REST API | Roberto Hueso Gómez | 2019-11-13 | 4 | -7/+7 |
| | | | | 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 Adapt POST /shell/run test to the 'echo' parameter | Roberto Hueso Gómez | 2019-11-12 | 1 | -1/+3 |
| | |||||
* | #915 Add 'echo' parameter to POST /shell/run | Roberto Hueso Gómez | 2019-11-12 | 1 | -4/+31 |
| | | | | 'echo' parameter makes possible for users to request the console output. | ||||
* | #915 Fix og_json_parse_clients flags for empty arrays | Roberto Hueso Gómez | 2019-11-12 | 1 | -2/+2 |
| | | | | | This patch prevents the flag OG_REST_PARAM_ADDR to be activated when the array is empty. | ||||
* | #915 Validate POST /run/schedule REST API parameters | Roberto Hueso Gómez | 2019-11-12 | 1 | -0/+3 |
| | | | | This patch ensures that all required parameters are sent in the request. | ||||
* | #915 Validate POST /image/restore/incremental REST API parameters | Roberto Hueso Gómez | 2019-11-12 | 1 | -10/+40 |
| | | | | This patch ensures that all required parameters are sent in the request. | ||||
* | #915 Validate POST /image/restore/basic REST API parameters | Roberto Hueso Gómez | 2019-11-12 | 1 | -10/+38 |
| | | | | This patch ensures that all required parameters are sent in the request. | ||||
* | #915 Validate POST /image/create/incremental REST API parameters | Roberto Hueso Gómez | 2019-11-12 | 1 | -7/+32 |
| | | | | This patch ensures that all required parameters are sent in the request. | ||||
* | #915 Validate POST /image/create/basic REST API parameters | Roberto Hueso Gómez | 2019-11-12 | 1 | -34/+84 |
| | | | | This patch ensures that all required parameters are sent in the request. |