summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* #946: Remove duplicate line in DHCP template.Ramón M. Gómez2020-01-311-1/+0
|
* #946: Add API token to the ogAdmServer configuration file, if needed.Ramón M. Gómez2020-01-311-2/+5
|
* #946: Fix Fedora 30 boot support.Ramón M. Gómez2020-01-281-1/+1
|
* #946: Updating OGAgent installation instructions.Ramón M. Gómez2020-01-281-7/+18
|
* #946: Update list of closed tickets.Ramón M. Gómez2020-01-281-0/+1
|
* #951: Set default value to non-null pending fields when updating the ↵Ramón M. Gómez2020-01-271-0/+16
| | | | database (thanks to `acodoner` for reporting this problem on topic:418).
* #951: Review default settings of non-null fields in the SQL file.Ramón M. Gómez2020-01-271-3/+3
|
* #802 #888 opengnsys_update.sh adds arquitecture detection in dhcp ↵Irina Gómez2020-01-231-1/+17
| | | | configuration and prepares netboot directory, both for UEFI computers.
* #943: Fix bug when comparing the number of releases available for updating.Ramón M. Gómez2020-01-221-1/+1
|
* #811 setclientmode: Fixs error when call function getcaller.Irina Gómez2020-01-211-1/+1
|
* #951: Remove some fake error messages in import script.Ramón M. Gómez2020-01-211-3/+3
|
* #951: Applying commit `b5db03a` to the import script.Ramón M. Gómez2020-01-211-1/+1
|
* #951: Import script parses SQL file instead of altering database structure ↵Ramón M. Gómez2020-01-211-19/+9
| | | | (obsoletes commit `5cb4d9b`).
* #951: Fix bug when `opengnsys_update.sh` applies incremental database updates.Ramón M. Gómez2020-01-211-1/+1
|
* #946: Set default value in SQL clause.Ramón M. Gómez2020-01-201-5/+6
|
* #946: Updating Vagrant labs to OpenGnsys 1.1.1aRamón M. Gómez2020-01-205-184/+188
|
* #914 #811 Fixs error in setclientmode: getcaller function is included for ↵Irina Gómez2020-01-201-0/+6
| | | | detect parent process (program or script).
* #946: Installation script removes downloaded files.Ramón M. Gómez2020-01-201-1/+1
|
* #951: Script `opengnsys_import.sh` assigns a default value to non-null ↵Ramón M. Gómez2020-01-172-7/+15
| | | | fields before applying database updates.
* #946: Update script keeps stable version when downloading OGAgent packages.Ramón M. Gómez2020-01-161-0/+1
|
* #849 Incorporation of Computers reloads computers tree in left frame.Irina Gómez2020-01-161-2/+11
|
* #946: Update release number.Ramón M. Gómez2020-01-162-1/+2
|
* #946: Update list of closed tickets.Ramón M. Gómez2020-01-161-3/+13
|
* #943: Show `master` as the last option in the menu of releases to update.Ramón M. Gómez2020-01-161-3/+7
|
* #946: Fix database bug when updating Ubuntu from 16.04 to 18.04Ramón M. Gómez2020-01-161-0/+7
|
* #950: Import script uses `svn export` instead of `svn checkout` to download ↵Ramón M. Gómez2020-01-161-1/+1
| | | | directories.
* #943: Fix GitHub API URL to check branch update date.Ramón M. Gómez2020-01-091-6/+8
|
* #943: Script `opengnsys_update.sh` shows a menu with available versions to ↵Ramón M. Gómez2020-01-091-5/+48
| | | | update.
* #949: Add session info to the computer properties form.Ramón M. Gómez2020-01-094-15/+128
|
* #948 Fix entity (Entidad) creationJavier Sánchez Parra2020-01-071-1/+1
| | | | | | | | | | | | | | | | | | Pepe Frias reports that the creation of a new entity does not work. The WebConsole throws this error: 004 : Comando Error - La sentencia SQL del comando no es correcta. The WebConsole treats the parameter $ogunit as a string but the Database treats $ogunit as a tinyint. So, when the WebConsole tries to do the query the Database throws an error code: 1366. Error number: 1366; Symbol: ER_TRUNCATED_WRONG_VALUE_FOR_FIELD; SQLSTATE: HY000 Message: Incorrect %s value: '%s' for column '%s' at row %ld This commit changes the behaviour of gestor_entidades.php to treat ogunit as an integer.
* #858 New tips of the day.Irina Gómez2019-12-206-4/+28
|
* #947: Link the statistics page from the help page.Ramón M. Gómez2019-12-184-0/+4
|
* #947: New web page with Organization Unit statistics obtained from de database.Ramón M. Gómez2019-12-184-0/+211
|
* ogGrubSecurity: configure grub.cfg for only user especificated can edit menu ↵Irina Gómez2019-12-171-1/+64
| | | | entries or access to command line.
* #945: `opengnsys_import.sh` script redefines the triggers creator user.Ramón M. Gómez2019-12-161-11/+2
|
* #915 Fix EliminarImagenCache command on the WebConsoleJavier Sánchez Parra2019-12-131-0/+2
| | | | | | | | | | | | | Carmelo reports that EliminarImagenCache (Delete image from cache) command does not work. The image remains in place after the execution of the command. This command is actually a wrapper of the command EjecutarScript (POST /shell) with a different ID. Since gestor_Comandos.php did not expect a different ID, EliminarImagenCache did not work. This commit changes the behaviour of gestor_Comandos.php to handle the EliminarImagenCache ID and treat it as EjecutarScript.
* #940: Replace obsolete function `platform.linux_distribution` with ↵Ramón M. Gómez2019-12-114-5/+8
| | | | `distro.os_release_attr`.
* #914: Update list of closed tickets.Ramón M. Gómez2019-12-111-5/+15
|
* #914: Update list of closed tickets.Ramón M. Gómez2019-12-101-1/+6
|
* #935: New Grub4Dos binaries.Ramón M. Gómez2019-12-1017-0/+551
|
* #938: Show instructions to download BURG after installing/updating.Ramón M. Gómez2019-12-102-0/+5
|
* #937 Web form "particionesRemotas": fix bug client syntax disk-partadv2019-12-101-1/+1
|
* #939 documentation update basic course wwww.docencia-net.cv.uma.es 1.1.0aadv2019-12-1012-0/+0
|
* #935 #906 ogGrub4dosInstallMbr(): new function to install grub4dos on the ↵adv2019-12-091-0/+76
| | | | MSDOS disk MBR
* #935 #906 gGrub4dosInstallMbr(): new Error code for PC's with BIOS legacy ↵adv2019-12-095-0/+5
| | | | | | | | | firmware OG_ERR_NOTBIOS error code: loadenviron.sh string code: lang_es:cat:gb admin code: ogRaiseError () fron system.lib
* #935 #906 ogGrub4dosInstallMbr(): new Error code for disk with partitioned ↵adv2019-12-095-0/+11
| | | | | | | | | MSDOS OG_ERR_NOMSDOS error code: loadenviron.sh string code: lang_es:cat:gb admin code: ogRaiseError () fron system.lib
* #938 ogBurgInstallMbr() add control error for PC with MSDOS partitionadv2019-12-091-23/+20
|
* #938 ogBurgInstallMbr() : binary may be in the ogLive or OGLIB/burg/burg.tgzadv2019-12-091-3/+12
| | | | | Check the availability of the binary in the ogLive. If necessary use the sources from $ OGLIB / burg / burg.tgz Live. If necessary use the sources from $ OGLIB / burg / burg.tgz
* #937 #906 formRemotePartitionCloning: Show Target list from the ↵adv2019-12-091-4/+17
| | | | | | | | "pintaConfiguraciones" table Remote Cloning Wizard shows partition target list as a query to the "pintaConfiguraciones" table. Code from the other Wizards is reused.
* #937 #906 formRemotePartitionCloning: show "partition configuration table"adv2019-12-091-0/+11
| | | | | | | | Remote Cloning Wizard shows "partition configuration table" before the form. The table shows the content of the images in the cache Code from the other Wizards is reused.