summaryrefslogtreecommitdiffstats
path: root/admin/WebConsole/rest
Commit message (Collapse)AuthorAgeFilesLines
* #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
|
* #932: REST route `POST /repository/poweron` accepts MAC addresses without ↵Ramón M. Gómez2019-11-141-13/+15
| | | | colon characters.
* #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 all references to SocketHidraRoberto Hueso Gómez2019-10-291-1/+0
| | | | | This patch removes all remaining references to SocketHidra. The existing code uses the REST API ogAdmServer.
* #839: Drop database event when remote access reservation is finished.Ramón M. Gómez2019-10-241-2/+4
|
* #839: Avoid error code 500 when redirecting a logout operation to the remote ↵Ramón M. Gómez2019-10-241-4/+5
| | | | access server (UDS).
* #915: Remove REST function `sendCommand` obsoleted by the ogAdmServer REST API.Ramón M. Gómez2019-10-231-38/+0
|
* #915: Adapt RemotePC reservation function to the new ogAdmServer REST API.Ramón M. Gómez2019-10-231-20/+7
|
* #915: REST function to get client status uses new ogAdmServer REST API.Ramón M. Gómez2019-10-231-28/+6
|
* #708: Fix a typo when composing the software inventory.Ramón M. Gómez2019-10-021-1/+1
|
* #839: Reservation (power-on) operation is also sent to client repository (as ↵Ramón M. Gómez2019-09-231-3/+17
| | | | in {{{e57b608}}} commit).
* #891: Boot (wake) command is sent by both server and client repository.Ramón M. Gómez2019-05-301-45/+19
|
* #892: extract ogAdmServer data from the configuration fileJavier Sánchez Parra2019-01-301-28/+36
|
* #892: Use ogAdmServer Wake on LanJavier Sánchez Parra2019-01-291-16/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gestor_Comando.php only execute wakeonlan_repo.php when wake up command is called. * wakeonlan_repo.php send new needed parameters for ogAdmServer WoL. * repository.php use ogAdmServer WoL instead of wakeonlan perl script. * opengnsys_installer.sh and opengnsys_update.sh don't have wakeonlan perl script dependency anymore. # Please enter the commit message for your changes. Lines starting # with '#' will be kept; you may remove them yourself if you want to. # An empty message aborts the commit. # # Date: Mon Jan 28 10:22:57 2019 +0100 # # On branch devel # Your branch is ahead of 'origin/devel' by 1 commit. # (use "git push" to publish your local commits) # # Changes to be committed: # modified: admin/WebConsole/comandos/gestores/gestor_Comandos.php # modified: admin/WebConsole/comandos/gestores/wakeonlan_repo.php # modified: admin/WebConsole/rest/repository.php # modified: installer/opengnsys_installer.sh # modified: installer/opengnsys_update.sh # # Untracked files: # 0001-892-Use-ogAdmServer-Wake-on-Lan.patch # 0001-892-Use-ogAdmServer-Wake-on-Lan.zip #
* #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-0/+1
|
* #834: Check for more variable definitions and continue code cleanup.Ramón M. Gómez2019-01-211-0/+2
|
* #875: Remove unused field from repositories table and update list of closed ↵Ramón M. Gómez2018-11-211-1/+0
| | | | tickets.
* #843: API REST uses new version file.Ramón M. Gómez2018-06-122-10/+20
|
* #708: Corregir error en verificación de administrdor de UO.Ramón M. Gómez2018-05-232-53/+53
|
* #839: Correción en API REST para RemotePC: permitir sesión ilimitada si ↵ramon2018-04-302-9/+12
| | | | | | parámetro {{{deadLine=0}}}. git-svn-id: https://opengnsys.es/svn/branches/version1.1@5763 a21b9725-9963-47de-94b9-378ad31fedc9
* #816 #834: Incluir PC de profesor en API REST, limpiar código y revisar ↵ramon2018-03-061-75/+87
| | | | | | comentarios. git-svn-id: https://opengnsys.es/svn/branches/version1.1@5640 a21b9725-9963-47de-94b9-378ad31fedc9
* #804 uso de Mysqli por compatibilidad de php7irina2018-02-271-1/+1
| | | | git-svn-id: https://opengnsys.es/svn/branches/version1.1@5620 a21b9725-9963-47de-94b9-378ad31fedc9
* #730: Cambios menores:ramon2018-02-201-2/+5
| | | | | | | | | - Correcciones en comentarios. - Corrección al actualizar la BD. - Incluir {{{curl}}} en lista de paquetes a instalar en ogLive. - Volver a activar Wake-On-Lan al arrancar clientes. git-svn-id: https://opengnsys.es/svn/branches/version1.1@5601 a21b9725-9963-47de-94b9-378ad31fedc9
* #708: Compatibilidad con funciones horarias de PHP 5.6+.ramon2018-02-061-0/+6
| | | | git-svn-id: https://opengnsys.es/svn/branches/version1.1@5589 a21b9725-9963-47de-94b9-378ad31fedc9
* #718: Adaptar la API REST que atiende notificaciones de ''logout'' de OGAgent.ramon2017-12-202-3/+7
| | | | git-svn-id: https://opengnsys.es/svn/branches/version1.1@5539 a21b9725-9963-47de-94b9-378ad31fedc9
* #743: Mejoras en petición Wake-On-Lan a repositorio:ramon2017-12-141-1/+29
| | | | | | | | | * documentar API REST, * hacer una única llamada múltiple a todos los repositorios afectados, * mostrar aviso si ha habido algún problema de conexión con un repo, * incluir dependencias de instalación/actualización. git-svn-id: https://opengnsys.es/svn/branches/version1.1@5534 a21b9725-9963-47de-94b9-378ad31fedc9
* #743: Usar formato JSON en entrada a ruta REST {{{POST /repository/poweron}}}.ramon2017-12-141-5/+3
| | | | git-svn-id: https://opengnsys.es/svn/branches/version1.1@5533 a21b9725-9963-47de-94b9-378ad31fedc9
* #708: API REST guarda idioma de la sesión para adaptar los mensajes de fin ↵ramon2017-12-121-2/+14
| | | | | | de acceso remoto. git-svn-id: https://opengnsys.es/svn/branches/version1.1@5529 a21b9725-9963-47de-94b9-378ad31fedc9
* #708: Corrección errata en consulta SQL que provocaba duplicado de ↵ramon2017-11-271-1/+1
| | | | | | operaciones en cola de ejecución de OGAgent. git-svn-id: https://opengnsys.es/svn/branches/version1.1@5519 a21b9725-9963-47de-94b9-378ad31fedc9
* #708: Comprobar parámetro {{{urllogin}}} en los valores de sesión para ↵ramon2017-11-271-2/+2
| | | | | | Remote PC. git-svn-id: https://opengnsys.es/svn/branches/version1.1@5517 a21b9725-9963-47de-94b9-378ad31fedc9
* #810: Soportar obtención de cabeceras sin usar Apache y reducir el código.ramon2017-11-081-21/+11
| | | | git-svn-id: https://opengnsys.es/svn/branches/version1.1@5501 a21b9725-9963-47de-94b9-378ad31fedc9
* #708: Cambiar política de asignación a recurso no disponible si ↵ramon2017-11-061-16/+13
| | | | | | {{{deadLine}}} es 0 en ruta REST {{{ous/:ouid/labs/:labid/clients/:clntid/session}}} y corregir errata en mensaje de log. git-svn-id: https://opengnsys.es/svn/branches/version1.1@5498 a21b9725-9963-47de-94b9-378ad31fedc9
* #708: Tiempo de sesión ilimitado si parámetro {{{deadLine}}} es 0 en ruta ↵ramon2017-11-062-14/+20
| | | | | | REST {{{ous/:ouid/labs/:labid/clients/:clntid/session}}}. git-svn-id: https://opengnsys.es/svn/branches/version1.1@5496 a21b9725-9963-47de-94b9-378ad31fedc9
* #708 #810: Añadir depuración en ruta de RemotePC; adaptar mensajes en ↵ramon2017-11-031-0/+4
| | | | | | propiedades de repositorio. git-svn-id: https://opengnsys.es/svn/branches/version1.1@5495 a21b9725-9963-47de-94b9-378ad31fedc9
* #708: Componer correctamente los valores enteros en mensajes JSON de las ↵ramon2017-10-313-46/+49
| | | | | | respuestas REST (sin comillas). git-svn-id: https://opengnsys.es/svn/branches/version1.1@5490 a21b9725-9963-47de-94b9-378ad31fedc9
* #708: Corregir otra errata en r5484.ramon2017-10-261-2/+1
| | | | git-svn-id: https://opengnsys.es/svn/branches/version1.1@5487 a21b9725-9963-47de-94b9-378ad31fedc9
* #708: Corregir errata en r5484.ramon2017-10-261-0/+1
| | | | git-svn-id: https://opengnsys.es/svn/branches/version1.1@5486 a21b9725-9963-47de-94b9-378ad31fedc9
* #708: Adaptar SQL a la estructura de la tabla de operaciones de OGAgent.ramon2017-10-261-3/+7
| | | | git-svn-id: https://opengnsys.es/svn/branches/version1.1@5484 a21b9725-9963-47de-94b9-378ad31fedc9
* #708: Guardar datos de fin de sessión remota y comandos de aviso.ramon2017-10-253-12/+72
| | | | git-svn-id: https://opengnsys.es/svn/branches/version1.1@5482 a21b9725-9963-47de-94b9-378ad31fedc9
* #708 #810: Actualizar documentación de API REST y añadir parámetro ↵ramon2017-10-232-3/+38
| | | | | | {{{locked}}} al modelo de datos de imagen del repositorio. git-svn-id: https://opengnsys.es/svn/branches/version1.1@5478 a21b9725-9963-47de-94b9-378ad31fedc9
* #708: Nueva ruta REST {{{GET /repository/image/:uo/:imagen}}} para obtener ↵ramon2017-10-231-12/+25
| | | | | | datos de una imagen propia de una UO y adaptar la salida a la documentación. git-svn-id: https://opengnsys.es/svn/branches/version1.1@5474 a21b9725-9963-47de-94b9-378ad31fedc9
* #810: Nueva ruta REST {{{GET /repository/image/:nombre}}} para obtener datos ↵ramon2017-10-191-0/+42
| | | | | | de una imagen almacenada en el repositorio. git-svn-id: https://opengnsys.es/svn/branches/version1.1@5473 a21b9725-9963-47de-94b9-378ad31fedc9
* #708: Añadir mensajes de log al inicio/fin de cada ruta REST.ramon2017-10-172-4/+42
| | | | git-svn-id: https://opengnsys.es/svn/branches/version1.1@5467 a21b9725-9963-47de-94b9-378ad31fedc9
* #810: Convertir datos a bytes para ruta REST {{{/repository/images}}}; ↵ramon2017-10-161-11/+2
| | | | | | propiedades de repositorio convierte tamaños a valor legible. git-svn-id: https://opengnsys.es/svn/branches/version1.1@5463 a21b9725-9963-47de-94b9-378ad31fedc9
* #708: Añadir depuración a rutas REST para proyecto RemotePC y preparar ↵ramon2017-10-161-16/+100
| | | | | | nueva ruta de datos de sesión. git-svn-id: https://opengnsys.es/svn/branches/version1.1@5462 a21b9725-9963-47de-94b9-378ad31fedc9
* #708 #718: Corrección errata en consulta de ruta REST {{{/ogagent/loggedout}}}.ramon2017-10-131-1/+1
| | | | git-svn-id: https://opengnsys.es/svn/branches/version1.1@5461 a21b9725-9963-47de-94b9-378ad31fedc9
* #810: Indicar si existen backups de imágenes en ruta RREST ↵ramon2017-10-132-2/+17
| | | | | | {{{/repository/images}}}. git-svn-id: https://opengnsys.es/svn/branches/version1.1@5460 a21b9725-9963-47de-94b9-378ad31fedc9