summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | #942 Add weeks and week_days to the webconsole schedule (web)Javier Sánchez Parra2020-06-022-4/+8
| |
* | #942 Use /schedule/get in consulta_programaciones (web)Roberto Hueso Gómez2020-06-021-12/+21
| |
* | #942 Use both task_id and schedule_id in /schedule/get (web)OpenGnSys Support Team2020-06-022-4/+6
| |
* | #942 Adapt web to use /schedule get on /schedule/create (web)Roberto Hueso Gómez2020-06-022-0/+13
| |
* | #942 Implement update schedule (web)Roberto Hueso Gómez2020-06-022-4/+28
| |
* | #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).
* | #915 Add new case to command shell/run (web)Javier Sánchez Parra2020-06-022-8/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I tried to delete a cache image but the character "*" of the command was missing so the command fails. Command received: "rm -r /opt/opengnsys/cache/opt/opengnsys/images/test." Command expected: "rm -r /opt/opengnsys/cache/opt/opengnsys/images/test.*" This command adds a new case to the call shell/run. This new case is needed because in the case of deleting a image from the cache the web only has to delete the last character of the string instead of last two characters.
* | #942 Fix run script tasks encoding (web)Roberto Hueso Gómez2020-06-021-1/+4
| |
* | #942 Fix run script encoding (web)Roberto Hueso Gómez2020-06-021-1/+2
| | | | | | | | Run script commands should not be encoded as an URL.
* | #942 add create/delete schedule api to web (web)Javier Sánchez Parra2020-06-022-30/+58
| | | | | | | | Web updates for #942 Add support for scheduled tasks and commands
* | #942 Add /run/task to API REST (web)OpenGnSys Support Team2020-06-022-49/+8
| |
* | #942 Add weeks and week days to the schedule APIJavier Sánchez Parra2020-06-022-118/+174
| | | | | | | | | | | | * add og_schedule_create_weekdays() * add og_schedule_create_weeks() * add og_schedule_create_days()
* | #980 Complete API REST for ogClientRoberto Hueso Gómez2020-06-021-150/+591
| |
* | #971 remove obsolete codeOpenGnSys Support Team2020-06-022-1560/+8
| |
* | #942 Add REST API /schedule get functionRoberto Hueso Gómez2020-06-022-3/+170
| |
* | #942 Add support for scheduled tasks and commandsOpenGnSys Support Team2020-06-026-13/+851
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This field needs to be at least 31 bits long to store all days in a month. Other fields are also set to 32 bits because unsigned int length can change depending on the system. We also need to support the three ways that the ogAdmAgent and the WebConsole have to create an schedule. At first, we only supported the easiest method: * Hour, day, month and year -> 10:00, 28, february, 2020 This commit adds these two ways to create an schedule: * Hour, week day, month and year -> 10:00, Monday, february, 2020 * Hour, week, month and year -> 10:00, first week, february, 2020
* | #980 Add client REST API basic infrastructure in ogAdmServerRoberto Hueso Gómez2020-06-022-203/+971
| |
* | #942 Add /run/task to API RESTOpenGnSys Support Team2020-06-025-2/+576
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch adds a new command to the REST API to run tasks. A task (tarea) is composed of procedures (procedimientos), each procedure is composed of commands (acciones) that are represented through legacy sockHidra parameters in the database. This results in iterating over the task (tareas_acciones) table in the database to fetch the list of procedures (procedimientos). Then, this iterates over the list commands that compose a procedures represented through procedimientos_acciones table. Finally, this builds and sends the sockHidra legacy message for the client. This patch includes an implementation of the Linux linked list.
* | #970 autotools support for ogAdmServerOpenGnSys Support Team2020-06-025-40/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | To build and to install ogAdmServer: autoreconf -fi ./configure make make install Default prefix is /opt/opengnsys/ as usual. ogAdmServer uses autotools for compilation, so this patch adapts OpenGnsys updater and installer to use autotools for compilation.
* | #944: Update database files.Ramón M. Gómez2020-06-019-4/+8
| |
* | #944: Merge branch 'labgrid'Ramón M. Gómez2020-06-017-40/+159
|\ \
| * | #944: Update locale messages.Ramón M. Gómez2019-12-134-11/+25
| | |
| * | #944: Show the lab. grid.Ramón M. Gómez2019-12-131-31/+80
| | |
| * | #944: Add location selection boxes in the computer properties form.Ramón M. Gómez2019-12-132-5/+39
| | |
| * | #944: Add row and column fields to the `ordenadores` table.Ramón M. Gómez2019-12-131-0/+22
| | |
* | | #959: Defining new development version.Ramón M. Gómez2020-05-272-4/+4
| |/ |/|
* | #959: Releasing OpenGnsys 1.1.1b.opengnsys-1.1.1bRamón M. Gómez2020-05-271-1/+1
| |
* | #959: Updating list of closed tickets.Ramón M. Gómez2020-05-271-0/+2
| |
* | #959: Updating release Vagrant file.Ramón M. Gómez2020-05-272-4/+3
| |
* | #959: OGAgent installer downloads from its new repository.Ramón M. Gómez2020-05-271-1/+1
| |
* | #959: Vagrant files download from the new repositores.Ramón M. Gómez2020-05-272-2/+2
| |
* | Limpiando.Codigo.979Alberto UMA2020-05-202-4/+1
| |
* | #959: Revert adition of wrong file.Ramón M. Gómez2020-05-191-206/+0
| |
* | #959: Delete dirs moved to other repositories.Ramón M. Gómez2020-05-19220-33168/+206
| | | | | | OGAgent code, browser code and the ogLive builder scrips are moved to new Git repositories.
* | #954 opengnsys_import.sh: Fix error when options --exclude-logs or ↵Irina Gómez2020-05-191-4/+6
| | | | | | | | --exclude-users are used
* | Mover.Ordenadores.Aulas_integrar ficherosAlberto UMA2020-05-1611-10/+1713
| |
* | #959: Update list of closed tickets.Ramón M. Gómez2020-05-151-3/+21
| |
* | #961 Images properties in console shows data size.Irina Gómez2020-05-154-0/+9
| |
* | #941: Software inventory encoding to UTF-8.Ramón M. Gómez2020-05-141-1/+1
| | | | | | Fix bug introduced by commit `930563c`due to the change of the database encoding.
* | #947: Fix bug when counting RemotePC-enabled labs.Ramón M. Gómez2020-05-141-2/+2
| |
* | #977 Fixed bug in ogAdmAgent: when starting a task in a organizational unit ↵Irina Gómez2020-05-061-4/+4
| | | | | | | | with groups of laboratories or in a labs with groups of computers, the service stop.
* | #841 Fixes bug in partitioning wizard when configure MBR: ogGetBootMbr ↵Irina Gómez2020-05-052-2/+32
| | | | | | | | function is created for detect MBR content and used in wizard.
* | # 911 Fixes bug in partitioning wizard when create Cache: tries to mount ↵Irina Gómez2020-05-041-0/+8
| | | | | | | | cache partition, if not possible formats it. Solution proposed by Antonio Doblas (UMA).
* | #780 buildToOrder works with Windows 8 and Windows 10. When no key exists, ↵Irina Gómez2020-05-041-19/+29
| | | | | | | | it is created.
* | #962: Fix typo in commit `88fc95a`.Ramón M. Gómez2020-04-251-1/+1
| |
* | #974 Fix task edit formJavier Sánchez Parra2020-04-241-1/+1
| | | | | | | | | | | | | | | | | | We have seen that if you try to edit a task and assign it to a group of computers the form do not work. This happens because the string containing the name of primary key of the table gruposordenadores (Groups of computers) has a trailing white space. This commit fixes this bug removing the trailing whitespace.
* | #962: Only OGAgent for Windows runs each line in independent processes ↵Ramón M. Gómez2020-04-231-5/+8
| | | | | | | | (other agents can run the whole script in a single subprocess).
* | #959: Update list of closed tickets.Ramón M. Gómez2020-04-221-1/+8
| |
* | #972: Remove cron job definition from the default file; then updater checks ↵Ramón M. Gómez2020-04-222-19/+13
| | | | | | | | if service code has changed to restart it automatically.
* | #959: Installer and updater download the lastest OGAgent version.Ramón M. Gómez2020-04-212-2/+0
| |