Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #1048: Fix TFTPBOOT directory hardcoded in Advanced Netboot form. | Ramón M. Gómez | 2021-07-21 | 1 | -6/+7 |
| | |||||
* | #995 Fix client speed view inside a room | Jose M. Guisado | 2021-05-19 | 1 | -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ómez | 2021-05-11 | 1 | -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 available | Jose M. Guisado | 2021-05-10 | 1 | -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 timeout | Javier Sánchez Parra | 2021-05-10 | 1 | -1/+4 |
| | | | | | Otherwise, webconsole fails to fetch status of computers with ogAgent when there are too many (100 approx.). | ||||
* | #949 Fix ogagent.log parser | Javier Sánchez Parra | 2021-05-03 | 1 | -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 support | Jose M. Guisado | 2021-04-29 | 1 | -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ómez | 2021-03-09 | 1 | -3/+3 |
| | |||||
* | #1031 Admin console: in the SQL query the ambiguity in the field ↵ | Irina Gómez | 2021-02-18 | 1 | -1/+1 |
| | | | | | | 'inremotepc' is removed. (Reported by Ramón Gómez - US). | ||||
* | #1024 disable option to move a single computerID-1020_logrotateBug | antoniodoblas | 2021-02-09 | 1 | -6/+6 |
| | |||||
* | #944 Fix status in console, when there is only one computer in lab without ↵ | OpenGnsys | 2020-11-05 | 1 | -1/+1 |
| | | | | columns and row property. | ||||
* | #998 disable incremental image | Isabel Arrans | 2020-08-26 | 2 | -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 API | Roberto Hueso Gómez | 2020-08-14 | 1 | -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ómez | 2020-07-16 | 1 | -14/+18 |
| | |||||
* | #980 Add Virtual status | Javier Sánchez Parra | 2020-06-26 | 1 | -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 Parra | 2020-06-02 | 2 | -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ómez | 2020-06-01 | 1 | -31/+80 |
|\ | |||||
| * | #944: Show the lab. grid. | Ramón M. Gómez | 2019-12-13 | 1 | -31/+80 |
| | | |||||
* | | Mover.Ordenadores.Aulas_integrar ficheros | Alberto UMA | 2020-05-16 | 2 | -1/+1124 |
| | | |||||
* | | #947: Fix bug when counting RemotePC-enabled labs. | Ramón M. Gómez | 2020-05-14 | 1 | -2/+2 |
| | | |||||
* | | Revert "#969 Images tree: lists are used for show tree and context menues." | irinagomez | 2020-03-17 | 1 | -222/+1 |
| | | | | | | | | This reverts commit 46eee4148b92d3218dfe47544623018db540a77b. | ||||
* | | #969 Images tree: lists are used for show tree and context menues. | Irina Gómez | 2020-03-16 | 1 | -1/+222 |
| | | |||||
* | | #949: Add session info to the computer properties form. | Ramón M. Gómez | 2020-01-09 | 1 | -11/+104 |
| | | |||||
* | | #947: Link the statistics page from the help page. | Ramón M. Gómez | 2019-12-18 | 1 | -0/+1 |
| | | |||||
* | | #947: New web page with Organization Unit statistics obtained from de database. | Ramón M. Gómez | 2019-12-18 | 1 | -0/+127 |
|/ | |||||
* | #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 | ||||
* | #915 Remove all references to SocketHidra | Roberto Hueso Gómez | 2019-10-29 | 6 | -6/+0 |
| | | | | | This patch removes all remaining references to SocketHidra. The existing code uses the REST API ogAdmServer. | ||||
* | #915 Remove dead code that uses SocketHidra | Roberto Hueso Gómez | 2019-10-29 | 2 | -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ómez | 2019-08-22 | 1 | -1/+1 |
| | |||||
* | Merge branch 'devel' into uefi | Irina Gómez | 2019-06-05 | 4 | -102/+13 |
|\ | | | | | | | 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 | -19/+2 |
| | | | | | | | | 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 | -19/+2 |
| | | | | | | | | SocketHidra "purgar" has been replaced by POST /stop. | ||||
| * | #915 adapt web console to use new REST API in OgAdmServer | OpenGnSys Support Team | 2019-05-27 | 2 | -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ómez | 2019-05-13 | 9 | -23/+22 |
|\| | |||||
| * | #834: Fix some HTML tags, remove trailing tabs and convert newlines to Unix ↵ | Ramón M. Gómez | 2019-02-25 | 1 | -7/+4 |
| | | | | | | | | format. | ||||
| * | #834: Remove all redundant PHP closing tags. | Ramón M. Gómez | 2019-01-23 | 5 | -5/+5 |
| | | |||||
| * | #834: More PHP/HTML/CSS code cleanup. | Ramón M. Gómez | 2019-01-23 | 1 | -1/+2 |
| | | |||||
| * | #834: Check for more variable definitions and continue code cleanup. | Ramón M. Gómez | 2019-01-21 | 2 | -5/+4 |
| | | |||||
| * | #834: Correct undefined variables and some spell checking. | Ramón M. Gómez | 2019-01-19 | 2 | -5/+7 |
| | | |||||
* | | #802 #888 When console create template, if in the other type (uefi|bios) ↵ | Irina Gómez | 2019-03-25 | 1 | -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ómez | 2019-03-15 | 1 | -1/+0 |
| | | | | | | | | regenerate the PXE files for bios and uefi. | ||||
* | | #802 #888 Fix error in 8c88e08: NetbootAvanzado UEFI compatibility | Irina Gómez | 2019-02-22 | 2 | -3/+2 |
| | | |||||
* | | #802 #888 Console: in management of NetBootAvanzado can use bios and uefi ↵ | Irina Gómez | 2019-02-20 | 3 | -848/+505 |
| | | | | | | | | templates. | ||||
* | | #802 setclientmode: Crea configuración PXE para BIOS y UEFI. Permite pasar ↵ | Irina Gómez | 2019-02-13 | 1 | -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ómez | 2019-02-12 | 2 | -79/+69 |
|/ | | | | script setclientmode para crear los archivos PXE de los equipos | ||||
* | #867: REST API documentacion added to help screen. | Ramón M. Gómez | 2018-11-27 | 3 | -12/+9 |
| | |||||
* | #870 Propiedades ordenadores: permite no asignar repositorio al equipo. ↵ | Irina Gómez | 2018-11-20 | 1 | -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ómez | 2018-11-08 | 1 | -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ómez | 2018-10-18 | 4 | -11/+15 |
| | |||||
* | #867: Integrating commit {{{ba1f95c}}}. | Ramón M. Gómez | 2018-10-17 | 2 | -2/+2 |
| |