summaryrefslogtreecommitdiffstats
path: root/admin/WebConsole/principal
Commit message (Collapse)AuthorAgeFilesLines
* #1048: Fix TFTPBOOT directory hardcoded in Advanced Netboot form.Ramón M. Gómez2021-07-211-6/+7
|
* #995 Fix client speed view inside a roomJose M. Guisado2021-05-191-8/+12
| | | | | | | | | | | | Before, speed information was not shown in the corresponding computer, but from first to last element in the table, this did not take into account for shutdown computers or the position inside the room for a given computer. This fix maps ips to speed information so it can later be indexed to show information correctly. Fixes: 8634dd3 (#995 Show client link speed if available)
* #1047 console - status:Irina Gómez2021-05-111-0/+3
| | | | | | | | There is a function that collects the computers in the classroom and another that paints them, passing the computers from one to another through a global variable. If a classroom has fewer computers than the previous one, they paint more than necessary. The problem has arisen when including the layout of the classroom in the status: when it was painted in an old way there was an index that limited the number of computers, with the new layout of the classroom it takes all of those in the variable. The variable is flushed every time the computers are collected.
* #995 Show client link speed if availableJose M. Guisado2021-05-101-0/+14
| | | | | | | If the clients API response included speed information, show it in the default room view. In case link speed is less than 1000 Mbit, highlight so.
* #718 Increase ogAgent probe timeoutJavier Sánchez Parra2021-05-101-1/+4
| | | | | Otherwise, webconsole fails to fetch status of computers with ogAgent when there are too many (100 approx.).
* #949 Fix ogagent.log parserJavier Sánchez Parra2021-05-031-1/+1
| | | | | | | | | Webconsole parses ogagent.log searching an IP without terminator character. Thus, it takes entries with the selected IP and with IPs that start as the selected IP. For example, if it searches for 10.1.30.10, it shows entries of 10.1.30.10, 10.1.30.100, 10.1.30.101... Fix ogagent.log parser to only show entries of the selected IP.
* #1043 Add WOL_SENT state supportJose M. Guisado2021-04-291-1/+1
| | | | | | Adds ogServer wol state, used to report WoL packet sending. This state can timeout (returning to off) or change to a new state after clients report a new one.
* #991: Add maintenace status to lab status legend.Ramón M. Gómez2021-03-091-3/+3
|
* #1031 Admin console: in the SQL query the ambiguity in the field ↵Irina Gómez2021-02-181-1/+1
| | | | | | 'inremotepc' is removed. (Reported by Ramón Gómez - US).
* #1024 disable option to move a single computerID-1020_logrotateBugantoniodoblas2021-02-091-6/+6
|
* #944 Fix status in console, when there is only one computer in lab without ↵OpenGnsys2020-11-051-1/+1
| | | | columns and row property.
* #998 disable incremental imageIsabel Arrans2020-08-262-26/+0
| | | | This API is not supported by ogClient yet and it uses the obsolete socket hydra API.
* #980 Update POST /mode to the new ogServer APIRoberto Hueso Gómez2020-08-141-2/+2
| | | | | This patch selects the machines whose modes need to be changed using the client's IP rather than their scope names.
* #991: Status screen shows computers in maintenance mode with transparency.Ramón M. Gómez2020-07-161-14/+18
|
* #980 Add Virtual statusJavier Sánchez Parra2020-06-261-0/+5
| | | | | Since version 1.2.0, OpenGnsys supports ogVDI hypervisor OS. This commit a new status which indicates that clients are running ogVDI
* #580 Removes conmutar/purgar button from the menu (web)Javier Sánchez Parra2020-06-022-42/+0
| | | | | | | | | The new ogAdmServer's improvements and functionalities make the conmutar/purgar button deprecated. Thanks to libev now the ogAdmServer knows itself when a clients has desconected. This commit removes conmutar/purgar button from all the contextual menus (room, room group, computer and computer group).
* #944: Merge branch 'labgrid'Ramón M. Gómez2020-06-011-31/+80
|\
| * #944: Show the lab. grid.Ramón M. Gómez2019-12-131-31/+80
| |
* | Mover.Ordenadores.Aulas_integrar ficherosAlberto UMA2020-05-162-1/+1124
| |
* | #947: Fix bug when counting RemotePC-enabled labs.Ramón M. Gómez2020-05-141-2/+2
| |
* | Revert "#969 Images tree: lists are used for show tree and context menues."irinagomez2020-03-171-222/+1
| | | | | | | | This reverts commit 46eee4148b92d3218dfe47544623018db540a77b.
* | #969 Images tree: lists are used for show tree and context menues.Irina Gómez2020-03-161-1/+222
| |
* | #949: Add session info to the computer properties form.Ramón M. Gómez2020-01-091-11/+104
| |
* | #947: Link the statistics page from the help page.Ramón M. Gómez2019-12-181-0/+1
| |
* | #947: New web page with Organization Unit statistics obtained from de database.Ramón M. Gómez2019-12-181-0/+127
|/
* #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
* #915 Remove all references to SocketHidraRoberto Hueso Gómez2019-10-296-6/+0
| | | | | This patch removes all remaining references to SocketHidra. The existing code uses the REST API ogAdmServer.
* #915 Remove dead code that uses SocketHidraRoberto Hueso Gómez2019-10-292-284/+0
| | | | This patch removes files that are dead code and that also use SocketHidra.
* #834: Setting a default value for some PHP variables to avoid warnings.Ramón M. Gómez2019-08-221-1/+1
|
* Merge branch 'devel' into uefiIrina Gómez2019-06-054-102/+13
|\ | | | | | | Fast foward with devel branch
| * #915 adapt web console to use new refresh command in REST APIJavier Sánchez Parra2019-05-301-19/+2
| | | | | | | | SocketHidra "actualizar" has been replaced by POST /refresh.
| * #915 adapt web console to use new stop command in REST APIJavier Sánchez Parra2019-05-301-19/+2
| | | | | | | | SocketHidra "purgar" has been replaced by POST /stop.
| * #915 adapt web console to use new REST API in OgAdmServerOpenGnSys Support Team2019-05-272-64/+9
| | | | | | | | | | | | 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ómez2019-05-139-23/+22
|\|
| * #834: Fix some HTML tags, remove trailing tabs and convert newlines to Unix ↵Ramón M. Gómez2019-02-251-7/+4
| | | | | | | | format.
| * #834: Remove all redundant PHP closing tags.Ramón M. Gómez2019-01-235-5/+5
| |
| * #834: More PHP/HTML/CSS code cleanup.Ramón M. Gómez2019-01-231-1/+2
| |
| * #834: Check for more variable definitions and continue code cleanup.Ramón M. Gómez2019-01-212-5/+4
| |
| * #834: Correct undefined variables and some spell checking.Ramón M. Gómez2019-01-192-5/+7
| |
* | #802 #888 When console create template, if in the other type (uefi|bios) ↵Irina Gómez2019-03-251-19/+32
| | | | | | | | exist a template with the same descriptión, uses his file name.
* | #802 #888 When the computer or repo propierties change, the console ↵Irina Gómez2019-03-151-1/+0
| | | | | | | | regenerate the PXE files for bios and uefi.
* | #802 #888 Fix error in 8c88e08: NetbootAvanzado UEFI compatibilityIrina Gómez2019-02-222-3/+2
| |
* | #802 #888 Console: in management of NetBootAvanzado can use bios and uefi ↵Irina Gómez2019-02-203-848/+505
| | | | | | | | templates.
* | #802 setclientmode: Crea configuración PXE para BIOS y UEFI. Permite pasar ↵Irina Gómez2019-02-131-1/+2
| | | | | | | | la información de acceso a la base de datos en un fichero.
* | #802 NetBootAvanzado: Se muestran las plantillas BIOS y UEFI. Se utiliza el ↵Irina Gómez2019-02-122-79/+69
|/ | | | script setclientmode para crear los archivos PXE de los equipos
* #867: REST API documentacion added to help screen.Ramón M. Gómez2018-11-273-12/+9
|
* #870 Propiedades ordenadores: permite no asignar repositorio al equipo. ↵Irina Gómez2018-11-201-3/+2
| | | | Árbol de imágenes: se muestran bien las imágenes diferenciales de un repositorio borrado.
* #870 Crear imagen: si no existe repositorio asignado al ordenador se muestra ↵Irina Gómez2018-11-081-3/+5
| | | | un mensaje informativo. Árbol imágenes: se muestran las de los repositorios borrados.
* #867 Página de ayuda: cambio estilo e índices de array de mensajes en inglés.Irina Gómez2018-10-184-11/+15
|
* #867: Integrating commit {{{ba1f95c}}}.Ramón M. Gómez2018-10-172-2/+2
|