summaryrefslogtreecommitdiffstats
path: root/admin/WebConsole
Commit message (Collapse)AuthorAgeFilesLines
* # 969 The labs tree is adapted to jquery:969_node_treeIrina Gómez2020-08-135-98/+423
| | | | | | | principal/aulas.php: the context menu uses identifiers for jquery. jscripts/arbol.js and jscripts/comunes.js: common functions include labs and computers. jscripts/aulas.js: new specific laboratory and computer functions. includes/arbol.php: the context menu call is modified to suit the case of computers.
* #969 Images tree is adapted to jquery:Irina Gómez2020-07-286-156/+144
| | | | | | | 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 principal/*.php: some links id are changed for jquery.Irina Gómez2020-07-238-35/+180
| | | | | | acciones.js - new functions: manageMenu, execute and program actions. arbol.js - showInfoNode and manageNode functions include the task type. comunes.js - new functions: removeGroup, move (node) and put (node in group).
* #969 arbol.php function 'nodos_arbol': fix bug in SQL request for tasks.Irina Gómez2020-07-221-1/+1
|
* #969 comunes.js: some function are replaced: insertGroup, modifyGroup and ↵Irina Gómez2020-07-216-81/+120
| | | | | | removeGroup. principal/*.php: links id are changed for jquery.
* #969 principal/*.php: links of context menu use jquery.Irina Gómez2020-07-176-41/+146
| | | | comunes.js: some function are replaced: insert, modify, remove and remove image.
* #969 principal/*.php: the context menu is ready for jquery.Irina Gómez2020-07-158-54/+133
| | | | arbol.js: functions for all objects: showInfo and manage.
* Style for separation line of contextual menu.Irina Gómez2020-04-241-1/+2
|
* Contextual menus are incluides in pages of left frame.Irina Gómez2020-04-247-162/+567
|
* Javascript functions for show and hidden contextual menu of left frame.Irina Gómez2020-04-241-0/+68
|
* functions nodos_arbol and grupos_arbol: If there isn't elements returns a ↵Irina Gómez2020-04-241-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.irinagomez2020-03-208-88/+178
| | | | 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 ↵irinagomez2020-03-198-48/+360
| | | | | | 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ómez2020-03-166-38/+481
|
* #962: Update warnings for the web command "Run Script" (Windows script does ↵Ramón M. Gómez2020-03-113-9/+6
| | | | not require escape characters).
* #959: Update OGAgent version and changelog.Ramón M. Gómez2020-02-241-0/+1
|
* #940: OGAgent for openSUSE installation instructions.Ramón M. Gómez2020-02-211-3/+13
|
* #946: Updating OGAgent installation instructions.Ramón M. Gómez2020-01-281-7/+18
|
* #849 Incorporation of Computers reloads computers tree in left frame.Irina Gómez2020-01-161-2/+11
|
* #949: Add session info to the computer properties form.Ramón M. Gómez2020-01-094-15/+128
|
* #948 Fix entity (Entidad) creationJavier Sánchez Parra2020-01-071-1/+1
| | | | | | | | | | | | | | | | | | Pepe Frias reports that the creation of a new entity does not work. The WebConsole throws this error: 004 : Comando Error - La sentencia SQL del comando no es correcta. The WebConsole treats the parameter $ogunit as a string but the Database treats $ogunit as a tinyint. So, when the WebConsole tries to do the query the Database throws an error code: 1366. Error number: 1366; Symbol: ER_TRUNCATED_WRONG_VALUE_FOR_FIELD; SQLSTATE: HY000 Message: Incorrect %s value: '%s' for column '%s' at row %ld This commit changes the behaviour of gestor_entidades.php to treat ogunit as an integer.
* #858 New tips of the day.Irina Gómez2019-12-206-4/+28
|
* #947: Link the statistics page from the help page.Ramón M. Gómez2019-12-184-0/+4
|
* #947: New web page with Organization Unit statistics obtained from de database.Ramón M. Gómez2019-12-184-0/+211
|
* #915 Fix EliminarImagenCache command on the WebConsoleJavier Sánchez Parra2019-12-131-0/+2
| | | | | | | | | | | | | Carmelo reports that EliminarImagenCache (Delete image from cache) command does not work. The image remains in place after the execution of the command. This command is actually a wrapper of the command EjecutarScript (POST /shell) with a different ID. Since gestor_Comandos.php did not expect a different ID, EliminarImagenCache did not work. This commit changes the behaviour of gestor_Comandos.php to handle the EliminarImagenCache ID and treat it as EjecutarScript.
* #937 Web form "particionesRemotas": fix bug client syntax disk-partadv2019-12-101-1/+1
|
* #937 #906 formRemotePartitionCloning: Show Target list from the ↵adv2019-12-091-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"adv2019-12-091-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 partitionsadv2019-12-091-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 scopeadv2019-12-091-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ómez2019-12-051-4/+4
|
* #915 Fix WoL command support in queued commandsJavier Sánchez Parra2019-12-031-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: Delete unused variables.Ramón M. Gómez2019-11-251-7/+0
|
* #914 Fix error in repository properties when list images of organization ↵Irina Gómez2019-11-221-6/+44
| | | | unit with subdirectory separated.
* #915 Fix WoL command support in procedures and tasksJavier Sánchez Parra2019-11-221-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.
* #834: Delete duplicate lines in lab properties form.Ramón M. Gómez2019-11-201-2/+0
|
* #915 #932: Fix lost variable in Wake-On-Lan function.Ramón M. Gómez2019-11-201-0/+1
|
* #915 Fix error: run_command needs parameter 'cadenamac' for WOL.Irina Gómez2019-11-201-2/+2
|
* #914 Software inventory command in console improved info message when no ↵Irina Gómez2019-11-202-1/+2
| | | | operating system is detected.
* #839: Clearest code and fix typos in `rest/index.php` file.Ramón M. Gómez2019-11-181-16/+15
|
* #839: Fix a PHP 7 compatibility bug in REST private functions ↵Ramón M. Gómez2019-11-181-28/+16
| | | | `jsonResponseNow` to avoid HTTP error 500 and redefine some log messages.
* #816: Updating web REST API definition.Ramón M. Gómez2019-11-151-43/+45
|
* #915 Fix duplicated command execution when added to the queueRoberto Hueso Gómez2019-11-151-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.
* #932: REST route `POST /repository/poweron` accepts MAC addresses without ↵Ramón M. Gómez2019-11-141-13/+15
| | | | colon characters.
* #914 Login command in console improved info message when no operating ↵Irina Gómez2019-11-144-1/+4
| | | | system is detected.
* #915 Rename POST /image/setup for /setup in REST APIRoberto Hueso Gómez2019-11-131-1/+1
| | | | This patch renames the setup command to avoid semantic confusion.
* #915 Adapt web to use 'echo' parameter of POST /shell/runRoberto Hueso Gómez2019-11-121-2/+8
|
* #839 #915: Fix bug in route `GET ↵Ramón M. Gómez2019-11-121-67/+59
| | | | /ous/:ouid/labs/:labid/clients/:clntid/status` when a client has never connected to the server.
* #915: Remove duplicate parameter definitions in `restfunctions.php`.Ramón M. Gómez2019-10-301-3/+0
|
* #915 Fix run script commandRoberto Hueso Gómez2019-10-302-0/+6
| | | | | This patch fixes run script command as it now uses REST API instead of SocketHidra.