summaryrefslogtreecommitdiffstats
path: root/admin/WebConsole/comandos/jscripts
Commit message (Collapse)AuthorAgeFilesLines
* #1008 Restore support for >4 partitionsJavier Sánchez Parra2021-01-121-14/+27
| | | | | | | | | | | | | WebConsole "Partition and Format"/"Particionar y Formatear" supported more than 4 partitions when it used SocketHidra. When we changed it to use HTTP requests we introduced a limit of 4 partitions. This commit: * Restores "Partition and Format" support for more than 4 partitions. * Adapts client-side checks (JavaScript) for more than 4 partitions and GPT.
* #1008 Add support to work with GPT tablesJavier Sánchez Parra2020-11-271-1/+2
| | | | | | | | | | | | | | | | | | WebConsole needs to rely on /shell/run to work with GPT tables. Because "Partition and Format"/"Particionar y Formatear" form always supposes that the partition table is MBR/MSDOS. "Setup"/"Configurar" script from "Cloning Engine" also supposes that the partition table is MBR/MSDOS. But it uses "Boot.lib" library, that can create MBR and GTP partitions. This commit: * Adds WebConsole support to work with GPT tables. - Adds input field where the user can select between MSDOS and GPT table types. * Adds "Setup" support to work with GPT tables. - Adds script parameter that expects a string with "MSDOS" or "GPT".
* #1008 Add support for partitioning several disksJavier Sánchez Parra2020-11-251-1/+1
| | | | | | | WebConsole only supports for partitioning and formatting the first disk of the client. POST /setup calls in ogserver and ogclient support for multiple disks. Update WebConsole to allow to choose which disk do you want to partition and format.
* #1001 Remove trailing \r and \n in some scriptsJavier Sánchez Parra2020-08-251-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | We find that scripts sent by "Assistants"/"Asistentes" are losing the last character and scripts send by "Run Script"/"Ejecutar Script" have a trailing line feed (\n). This is happening because shell() function, which calls "/shell/run" of ogServer REST API, expects scripts send by "Asistentes" and "Run Script" to have two trailing characters and removes them. But "Assistants" only put one trailing char (\r) and "Run Script" put three trailing chars (\n\n\r). To avoid problems when running scripts without the last char or with trailing line feed this patch updates WebConsole to: 1) "Assistants" no longer put one trailing character at the end of the script 2) "Run Script" no longer puts three trailing characters at the end of the script 3) shell() expects no trailing chars in scripts sent by "Assistants" and "Run Script".
* #834: Revert some JavaScript strict comparisonsJavier Sánchez Parra2019-05-033-3/+3
| | | | | Undoes some strict comparisons added in the commit a7406f2 because it is necessary to compare different data types
* #834: Fix Javascript comparisons and variable declarations.Ramón M. Gómez2019-02-219-85/+86
|
* #834: Fixing more code cleanup: file encoding, CSS units, HTML tags, and ↵Ramón M. Gómez2019-02-051-3/+3
| | | | trailing spaces.
* #834: Fixing more code cleanup: some file encoding, CSS units, Javascript ↵Ramón M. Gómez2019-02-042-70/+66
| | | | comparisons, HTML tags, PHP variables.
* #834: Check for more variable definitions and continue code cleanup.Ramón M. Gómez2019-01-211-1/+0
|
* #806: Show error message when partition size < 0 (thanks to Javier Sanchez, ↵Ramón M. Gómez2019-01-181-0/+6
| | | | jsanchez@soleta.eu).
* #834: Limpiar código JavaScript: terminar instrucciones con ";" y evitar ↵ramon2018-03-0110-106/+106
| | | | | | asignaciones duplicadas. git-svn-id: https://opengnsys.es/svn/branches/version1.1@5630 a21b9725-9963-47de-94b9-378ad31fedc9
* #821: Cambios en el comando Particionar y Formatear:ramon2018-01-181-1/+1
| | | | | | | | | * Soportar varios grupos de configuraciones en ámbito de aulas. * Nuevas cabeceras más descriptivas y con traducción al inglés. * Avisar si un grupo de ordenadores tiene discos con distinto tamaño e indicar que debe desagruparse para poder aplicar los cambios. En el formulario de configuración de aula, indicar que hay grupos de ordenadores con distinto tamaño de disco. git-svn-id: https://opengnsys.es/svn/branches/version1.1@5559 a21b9725-9963-47de-94b9-378ad31fedc9
* #806 Comando particionar y formatear: Se corrige errata en javascript por la ↵irina2017-10-031-2/+0
| | | | | | que no suma el tamaño de la primera partición git-svn-id: https://opengnsys.es/svn/branches/version1.1@5440 a21b9725-9963-47de-94b9-378ad31fedc9
* 806 Comando particionar y formatear: se modifica javascript para que ↵irina2017-09-271-1/+36
| | | | | | controle el tamaño total de las particiones. git-svn-id: https://opengnsys.es/svn/branches/version1.1@5436 a21b9725-9963-47de-94b9-378ad31fedc9
* #779 Consola comando enviar mensaje: Sólo permite ejecución inmediata. ↵irina2017-06-011-4/+5
| | | | | | Comprobación javascript permite saltos de línea en el mensaje git-svn-id: https://opengnsys.es/svn/branches/version1.1@5330 a21b9725-9963-47de-94b9-378ad31fedc9
* #779 Consola Web: Se crea comando 'enviar mensaje'irina2017-04-071-0/+48
| | | | git-svn-id: https://opengnsys.es/svn/branches/version1.1@5258 a21b9725-9963-47de-94b9-378ad31fedc9
* #718 Consola: el comando ejecutar script permite seleccionar el modo de ↵irina2017-03-271-0/+6
| | | | | | ejecución de los agentes nuevos· git-svn-id: https://opengnsys.es/svn/branches/version1.1@5247 a21b9725-9963-47de-94b9-378ad31fedc9
* #720 Se corrige error en el comando restaurar de la consola, si en el aviso ↵irina2016-03-041-1/+12
| | | | | | de UNICAST se cancela la acción no se envía a los equipos git-svn-id: https://opengnsys.es/svn/branches/version1.1@4816 a21b9725-9963-47de-94b9-378ad31fedc9
* #679 Varios repos: crear imagen permite elegir el repositorio de destino de ↵irina2015-11-251-4/+2
| | | | | | la imagen git-svn-id: https://opengnsys.es/svn/branches/version1.1@4745 a21b9725-9963-47de-94b9-378ad31fedc9
* #721 Consola restaurar image: se corrige el filtro de los equipos cuando ↵irina2015-10-191-11/+19
| | | | | | están agrupados según particiones git-svn-id: https://opengnsys.es/svn/branches/version1.1@4702 a21b9725-9963-47de-94b9-378ad31fedc9
* #665 Iniciar sesión - se corrige error: al utilizar el ámbito aula sólo ↵irina2015-06-051-1/+1
| | | | | | lanzaba el comando para primer equipo git-svn-id: https://opengnsys.es/svn/branches/version1.1@4643 a21b9725-9963-47de-94b9-378ad31fedc9
* Version 1.1: Integrar las últimas modificaciones incluidas en la versión 1.0.ramon2015-05-261-0/+16
| | | | git-svn-id: https://opengnsys.es/svn/branches/version1.1@4631 a21b9725-9963-47de-94b9-378ad31fedc9
* #673: Actualizar código incluido en OepnGnSys 1.0.6 sobre la rama ↵ramon2015-04-202-3/+5
| | | | | | {{{version1.1}}} para desarrollar la nueva versión. git-svn-id: https://opengnsys.es/svn/branches/version1.1@4609 a21b9725-9963-47de-94b9-378ad31fedc9
* #665 IniciarSesion: envia accion a los equipos comunes entre la seleccion de ↵irina2014-10-231-9/+42
| | | | | | la configuración y el filtro. git-svn-id: https://opengnsys.es/svn/branches/version1.0@4409 a21b9725-9963-47de-94b9-378ad31fedc9
* git-svn-id: https://opengnsys.es/svn/branches/version1.0@4214 ↵alonso2014-04-021-1/+1
| | | | a21b9725-9963-47de-94b9-378ad31fedc9
* #565 correccion errata: formulario restaurar imagen basica no comprobaba el ↵irina2014-03-191-0/+8
| | | | | | campo del tipo de sincronizacion git-svn-id: https://opengnsys.es/svn/branches/version1.0@4196 a21b9725-9963-47de-94b9-378ad31fedc9
* Solucionado fallo del comando Ejecutar Script cuando no se incluia un salto ↵ramon2013-12-031-0/+1
| | | | | | de línea final, según el [wiki:Reunion281113#Comandoejecutarscript acta de la reunión de 28/11/2013]. git-svn-id: https://opengnsys.es/svn/branches/version1.0@4095 a21b9725-9963-47de-94b9-378ad31fedc9
* #565 Adaptación script sincronizadas version 2 a la consola de administraciónirina2013-11-252-2/+2
| | | | git-svn-id: https://opengnsys.es/svn/branches/version1.0@4091 a21b9725-9963-47de-94b9-378ad31fedc9
* git-svn-id: https://opengnsys.es/svn/branches/version1.0@4090 ↵alonso2013-11-221-2/+26
| | | | a21b9725-9963-47de-94b9-378ad31fedc9
* git-svn-id: https://opengnsys.es/svn/branches/version1.0@3972 ↵alonso2013-07-081-9/+12
| | | | a21b9725-9963-47de-94b9-378ad31fedc9
* git-svn-id: https://opengnsys.es/svn/branches/version1.0@3871 ↵alonso2013-06-122-0/+21
| | | | a21b9725-9963-47de-94b9-378ad31fedc9
* #601: Corregir errata en variable (integrado de revisión r3851).ramon2013-06-051-1/+1
| | | | git-svn-id: https://opengnsys.es/svn/branches/version1.0@3852 a21b9725-9963-47de-94b9-378ad31fedc9
* #601: Integrar código revisión r3847 con javascript del comando Inventario ↵ramon2013-06-041-3/+6
| | | | | | de Software. git-svn-id: https://opengnsys.es/svn/branches/version1.0@3848 a21b9725-9963-47de-94b9-378ad31fedc9
* #601: Integrar código revisión r3845 para solucionado fallo en el ↵ramon2013-06-031-4/+7
| | | | | | javascript de comando Crear Imagen; mostrar configuración de varios discos en comandos Iniciar Sesión e Inventario de Software. git-svn-id: https://opengnsys.es/svn/branches/version1.0@3846 a21b9725-9963-47de-94b9-378ad31fedc9
* git-svn-id: https://opengnsys.es/svn/branches/version1.0@3815 ↵alonso2013-05-221-2/+15
| | | | a21b9725-9963-47de-94b9-378ad31fedc9
* #601: Integrar código del ticket:601 en rama de desarrollo.ramon2013-05-215-24/+37
| | | | git-svn-id: https://opengnsys.es/svn/branches/version1.0@3807 a21b9725-9963-47de-94b9-378ad31fedc9
* git-svn-id: https://opengnsys.es/svn/branches/version1.0@3774 ↵alonso2013-05-072-71/+89
| | | | a21b9725-9963-47de-94b9-378ad31fedc9
* Cambiar desplegable de operaciones por checkbox de formateoalonso2013-04-091-1/+8
| | | | git-svn-id: https://opengnsys.es/svn/branches/version1.0@3736 a21b9725-9963-47de-94b9-378ad31fedc9
* git-svn-id: https://opengnsys.es/svn/branches/version1.0@3701 ↵alonso2013-03-191-24/+105
| | | | a21b9725-9963-47de-94b9-378ad31fedc9
* git-svn-id: https://opengnsys.es/svn/branches/version1.0@3674 ↵alonso2013-03-081-1/+1
| | | | a21b9725-9963-47de-94b9-378ad31fedc9
* Versión 1.0.5, #565: Integrar código del ticket:565 en rama de desarrollo.ramon2012-11-285-1/+387
| | | | git-svn-id: https://opengnsys.es/svn/branches/version1.0@3446 a21b9725-9963-47de-94b9-378ad31fedc9
* Versión 1.0.5, #524: Integrar código del ticket:524, eliminar imagen de ↵ramon2012-11-081-0/+44
| | | | | | caché. git-svn-id: https://opengnsys.es/svn/branches/version1.0@3401 a21b9725-9963-47de-94b9-378ad31fedc9
* Versión 1.0.4, #505: Integrar código del ticket para filtro de ejecución ↵ramon2012-06-127-2/+9
| | | | | | comandos. git-svn-id: https://opengnsys.es/svn/branches/version1.0@3176 a21b9725-9963-47de-94b9-378ad31fedc9
* #483 internacionalización opciones de comandos. TODO nombre de los comandosadv2012-02-091-8/+16
| | | | git-svn-id: https://opengnsys.es/svn/branches/version1.0@2549 a21b9725-9963-47de-94b9-378ad31fedc9
* version1.0 eliminandos pruebas de asistentes dentro de estructura comandos #359adv2011-04-081-83/+0
| | | | git-svn-id: https://opengnsys.es/svn/branches/version1.0@1752 a21b9725-9963-47de-94b9-378ad31fedc9
* branch version 1.0 modulo ubicador de ordenadores dentro de aula.adv2011-02-271-12/+22
| | | | git-svn-id: https://opengnsys.es/svn/branches/version1.0@1506 a21b9725-9963-47de-94b9-378ad31fedc9
* branch version 1.0 log REPOMAN: ogAdmRepoAux >> ogAdmRepo.log ↵adv2011-02-251-2/+0
| | | | | | sendFileMcast >> ogAdmRepoMulticast.log git-svn-id: https://opengnsys.es/svn/branches/version1.0@1505 a21b9725-9963-47de-94b9-378ad31fedc9
* version 1.0 correccion modulos webadv2011-02-241-5/+43
| | | | git-svn-id: https://opengnsys.es/svn/branches/version1.0@1501 a21b9725-9963-47de-94b9-378ad31fedc9
* integracion 1.0 - modulos web - ticket:301adv2011-02-231-0/+37
| | | | git-svn-id: https://opengnsys.es/svn/branches/version1.0@1481 a21b9725-9963-47de-94b9-378ad31fedc9
* git-svn-id: https://opengnsys.es/svn/trunk@1314 ↵alonso2010-10-2312-0/+774
| | | | a21b9725-9963-47de-94b9-378ad31fedc9