Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | #946: Remove duplicate line in DHCP template. | Ramón M. Gómez | 2020-01-31 | 1 | -1/+0 | |
| | ||||||
* | #946: Add API token to the ogAdmServer configuration file, if needed. | Ramón M. Gómez | 2020-01-31 | 1 | -2/+5 | |
| | ||||||
* | #946: Fix Fedora 30 boot support. | Ramón M. Gómez | 2020-01-28 | 1 | -1/+1 | |
| | ||||||
* | #946: Updating OGAgent installation instructions. | Ramón M. Gómez | 2020-01-28 | 1 | -7/+18 | |
| | ||||||
* | #946: Update list of closed tickets. | Ramón M. Gómez | 2020-01-28 | 1 | -0/+1 | |
| | ||||||
* | #951: Set default value to non-null pending fields when updating the ↵ | Ramón M. Gómez | 2020-01-27 | 1 | -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ómez | 2020-01-27 | 1 | -3/+3 | |
| | ||||||
* | #802 #888 opengnsys_update.sh adds arquitecture detection in dhcp ↵ | Irina Gómez | 2020-01-23 | 1 | -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ómez | 2020-01-22 | 1 | -1/+1 | |
| | ||||||
* | #811 setclientmode: Fixs error when call function getcaller. | Irina Gómez | 2020-01-21 | 1 | -1/+1 | |
| | ||||||
* | #951: Remove some fake error messages in import script. | Ramón M. Gómez | 2020-01-21 | 1 | -3/+3 | |
| | ||||||
* | #951: Applying commit `b5db03a` to the import script. | Ramón M. Gómez | 2020-01-21 | 1 | -1/+1 | |
| | ||||||
* | #951: Import script parses SQL file instead of altering database structure ↵ | Ramón M. Gómez | 2020-01-21 | 1 | -19/+9 | |
| | | | | (obsoletes commit `5cb4d9b`). | |||||
* | #951: Fix bug when `opengnsys_update.sh` applies incremental database updates. | Ramón M. Gómez | 2020-01-21 | 1 | -1/+1 | |
| | ||||||
* | #946: Set default value in SQL clause. | Ramón M. Gómez | 2020-01-20 | 1 | -5/+6 | |
| | ||||||
* | #946: Updating Vagrant labs to OpenGnsys 1.1.1a | Ramón M. Gómez | 2020-01-20 | 5 | -184/+188 | |
| | ||||||
* | #914 #811 Fixs error in setclientmode: getcaller function is included for ↵ | Irina Gómez | 2020-01-20 | 1 | -0/+6 | |
| | | | | detect parent process (program or script). | |||||
* | #946: Installation script removes downloaded files. | Ramón M. Gómez | 2020-01-20 | 1 | -1/+1 | |
| | ||||||
* | #951: Script `opengnsys_import.sh` assigns a default value to non-null ↵ | Ramón M. Gómez | 2020-01-17 | 2 | -7/+15 | |
| | | | | fields before applying database updates. | |||||
* | #946: Update script keeps stable version when downloading OGAgent packages. | Ramón M. Gómez | 2020-01-16 | 1 | -0/+1 | |
| | ||||||
* | #849 Incorporation of Computers reloads computers tree in left frame. | Irina Gómez | 2020-01-16 | 1 | -2/+11 | |
| | ||||||
* | #946: Update release number. | Ramón M. Gómez | 2020-01-16 | 2 | -1/+2 | |
| | ||||||
* | #946: Update list of closed tickets. | Ramón M. Gómez | 2020-01-16 | 1 | -3/+13 | |
| | ||||||
* | #943: Show `master` as the last option in the menu of releases to update. | Ramón M. Gómez | 2020-01-16 | 1 | -3/+7 | |
| | ||||||
* | #946: Fix database bug when updating Ubuntu from 16.04 to 18.04 | Ramón M. Gómez | 2020-01-16 | 1 | -0/+7 | |
| | ||||||
* | #950: Import script uses `svn export` instead of `svn checkout` to download ↵ | Ramón M. Gómez | 2020-01-16 | 1 | -1/+1 | |
| | | | | directories. | |||||
* | #943: Fix GitHub API URL to check branch update date. | Ramón M. Gómez | 2020-01-09 | 1 | -6/+8 | |
| | ||||||
* | #943: Script `opengnsys_update.sh` shows a menu with available versions to ↵ | Ramón M. Gómez | 2020-01-09 | 1 | -5/+48 | |
| | | | | update. | |||||
* | #949: Add session info to the computer properties form. | Ramón M. Gómez | 2020-01-09 | 4 | -15/+128 | |
| | ||||||
* | #948 Fix entity (Entidad) creation | Javier Sánchez Parra | 2020-01-07 | 1 | -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ómez | 2019-12-20 | 6 | -4/+28 | |
| | ||||||
* | #947: Link the statistics page from the help page. | Ramón M. Gómez | 2019-12-18 | 4 | -0/+4 | |
| | ||||||
* | #947: New web page with Organization Unit statistics obtained from de database. | Ramón M. Gómez | 2019-12-18 | 4 | -0/+211 | |
| | ||||||
* | ogGrubSecurity: configure grub.cfg for only user especificated can edit menu ↵ | Irina Gómez | 2019-12-17 | 1 | -1/+64 | |
| | | | | entries or access to command line. | |||||
* | #945: `opengnsys_import.sh` script redefines the triggers creator user. | Ramón M. Gómez | 2019-12-16 | 1 | -11/+2 | |
| | ||||||
* | #915 Fix EliminarImagenCache command on the WebConsole | Javier Sánchez Parra | 2019-12-13 | 1 | -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ómez | 2019-12-11 | 4 | -5/+8 | |
| | | | | `distro.os_release_attr`. | |||||
* | #914: Update list of closed tickets. | Ramón M. Gómez | 2019-12-11 | 1 | -5/+15 | |
| | ||||||
* | #914: Update list of closed tickets. | Ramón M. Gómez | 2019-12-10 | 1 | -1/+6 | |
| | ||||||
* | #935: New Grub4Dos binaries. | Ramón M. Gómez | 2019-12-10 | 17 | -0/+551 | |
| | ||||||
* | #938: Show instructions to download BURG after installing/updating. | Ramón M. Gómez | 2019-12-10 | 2 | -0/+5 | |
| | ||||||
* | #937 Web form "particionesRemotas": fix bug client syntax disk-part | adv | 2019-12-10 | 1 | -1/+1 | |
| | ||||||
* | #939 documentation update basic course wwww.docencia-net.cv.uma.es 1.1.0a | adv | 2019-12-10 | 12 | -0/+0 | |
| | ||||||
* | #935 #906 ogGrub4dosInstallMbr(): new function to install grub4dos on the ↵ | adv | 2019-12-09 | 1 | -0/+76 | |
| | | | | MSDOS disk MBR | |||||
* | #935 #906 gGrub4dosInstallMbr(): new Error code for PC's with BIOS legacy ↵ | adv | 2019-12-09 | 5 | -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 ↵ | adv | 2019-12-09 | 5 | -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 partition | adv | 2019-12-09 | 1 | -23/+20 | |
| | ||||||
* | #938 ogBurgInstallMbr() : binary may be in the ogLive or OGLIB/burg/burg.tgz | adv | 2019-12-09 | 1 | -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 ↵ | adv | 2019-12-09 | 1 | -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" | adv | 2019-12-09 | 1 | -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. |