Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | #993 opengnsys_installer.sh: Fixs inconsistent number of array items in ↵ | Irina Gómez | 2020-08-04 | 1 | -1/+0 | |
| | | | | copyServerFiles. | |||||
* | Change GET and POST /modes URI to /mode | Roberto Hueso Gómez | 2020-08-03 | 1 | -2/+2 | |
| | | | | This adapts to the ogServer. | |||||
* | #993 Remove ogAdmServerAux | Roberto Hueso Gómez | 2020-07-31 | 4 | -60/+0 | |
| | | | | | | This patch removes ogAdmServerAux which is no longer needed. This script is replaced by the modifications performed on 'setclientmode' and a call to the ogServer API POST /modes. | |||||
* | #990 Fix WOL call for RemotePC | Roberto Hueso Gómez | 2020-07-31 | 1 | -2/+3 | |
| | | | | | This patch fixes the call to the WOL rest function by adapting it to the new API. | |||||
* | #993 Send REST request in createBootMode(...) | Roberto Hueso Gómez | 2020-07-29 | 2 | -2/+12 | |
| | | | | | This patch replaces a call to the 'setclientmode' script in createBootMode() function for a REST request to the ogServer. | |||||
* | #993 Adapt setclientmode script to use a config file | Roberto Hueso Gómez | 2020-07-29 | 1 | -68/+17 | |
| | | | | | This config file contains the parameters needed in order to run the script without the need to make any queries to the database. | |||||
* | #992: Release a reserved client if a user logs in a local session. | Ramón M. Gómez | 2020-07-24 | 1 | -9/+19 | |
| | ||||||
* | #992: Set/unset URL to release a client for remote access. | Ramón M. Gómez | 2020-07-23 | 3 | -12/+29 | |
| | ||||||
* | #943: Updater also looks for the old version file. | Ramón M. Gómez | 2020-07-21 | 1 | -2/+3 | |
| | ||||||
* | #991: Computers in maintenance mode will not be chosen for remote access. | Ramón M. Gómez | 2020-07-17 | 1 | -0/+1 | |
| | ||||||
* | #991: Enable/disable maintenance flag in computer properties form. | Ramón M. Gómez | 2020-07-17 | 5 | -17/+53 | |
| | ||||||
* | #991: Updating SQL files. | Ramón M. Gómez | 2020-07-17 | 10 | -27/+43 | |
| | ||||||
* | #991: Status screen shows computers in maintenance mode with transparency. | Ramón M. Gómez | 2020-07-16 | 2 | -16/+22 | |
| | ||||||
* | #990 Use client broadcast address on WoL | Javier Sánchez Parra | 2020-07-03 | 4 | -6/+29 | |
| | | | | | | | | | | | | | | | | Some universities have computers in a different subnet where the ogServer is, but ogServer WoL functionality only supported to send packet to its own subnets. This commit solves this. Now ogServer sends two WoL packets per client, one with the broadcast address of the interface indicated in the config file, the other with the broadcast address calculated with the address and netmask of the client. To ensure that the second WoL works correctly you must configure correctly the IP and netmask of the clients. Also, you have to configure the network of your organization to route WoL packet to the correct subnet. | |||||
* | #804: Fix bug when getting day of week number. | Ramón M. Gómez | 2020-07-01 | 3 | -87/+6 | |
| | | | | Removing function `_DiaSemana` from class `Almanaque` and use regular PHP functions. | |||||
* | #971 remove ogAdmClient binary | OpenGnSys Support Team | 2020-06-29 | 1 | -0/+0 | |
| | | | | It has been replaced by the ogClient. | |||||
* | #987 Kill gracefully ogClient | Javier Sánchez Parra | 2020-06-26 | 1 | -0/+2 | |
| | | | | | When the ogLive boot an OS with kexec, it did not kill gracefully ogClient. This provokes a hanging connection in the ogServer. | |||||
* | #980 Add Virtual status | Javier Sánchez Parra | 2020-06-26 | 8 | -0/+28 | |
| | | | | | Since version 1.2.0, OpenGnsys supports ogVDI hypervisor OS. This commit a new status which indicates that clients are running ogVDI | |||||
* | #971 invoke ogclient via shebang | OpenGnSys Support Team | 2020-06-26 | 1 | -1/+1 | |
| | | | | Instead of invoking python3. | |||||
* | #987 rename to ogclient | OpenGnSys Support Team | 2020-06-26 | 1 | -1/+1 | |
| | | | | This has been renamed from ogClient/main.py to ogClient/ogclient. | |||||
* | #971: Updater backward compatibility. | Ramón M. Gómez | 2020-06-25 | 1 | -11/+15 | |
| | ||||||
* | #987 Use systemctl to disable/enable services in Ubuntu | Javier Sánchez Parra | 2020-06-24 | 2 | -3/+3 | |
| | | | | | | OpenGnsys install and update scripts were still using update-rc to disable and enable services in Debian/Ubuntu. But, since Debian 8 and Ubuntu 15, this should be done with systemd systemctl. | |||||
* | #985 Remove ogAdmServer folder | Javier Sánchez Parra | 2020-06-23 | 60 | -7985/+0 | |
| | | | | | ogAdmServer now has its own repo as ogServer. Check: https://github.com/opengnsys/ogServer | |||||
* | #986 More renaming to ogserver | Javier Sánchez Parra | 2020-06-23 | 15 | -19/+19 | |
| | | | | | Another step into renaming all references of ogAdmServer to ogServer. This commit mostly rename references to ogAdmServer.cfg in scripts. | |||||
* | #986 Rename to ogserver | Javier Sánchez Parra | 2020-06-19 | 8 | -15/+15 | |
| | | | | Step forward to rename all ogAdmServer references to ogServer | |||||
* | #981 Use new ogServer systemd unit file | Javier Sánchez Parra | 2020-06-19 | 3 | -13/+25 | |
| | | | | | This commit adapts installer, updater and init scripts to work with new ogServer systemd unit file. | |||||
* | #985 Install and update scripts now use ogServer repo | Javier Sánchez Parra | 2020-06-19 | 2 | -18/+42 | |
| | | | | | | OpenGnsys is separating the different parts of the project in different git repositories. Now ogServer, formerly ogAdmServer, has is own repo, so is necessary to adapt install and update script to use this new repo. | |||||
* | #981 Fix typo on OpenGnsys systemd unit file | Javier Sánchez Parra | 2020-06-19 | 1 | -1/+1 | |
| | | | | | | This commit escape the "%" character with another "%" character as systemd unit manual says: https://www.freedesktop.org/software/systemd/man/systemd.unit.html#Specifiers | |||||
* | #984: Installer and updater download the OGAgent tarball defined in the ↵ | Ramón M. Gómez | 2020-06-16 | 3 | -9/+20 | |
| | | | | version file. | |||||
* | #981 Add ogAdmServer own systemd unit file | Javier Sánchez Parra | 2020-06-16 | 1 | -0/+13 | |
| | | | | | This commit is a step in the direction to remove the old unit file. It also allow us to move ogAdmServer to its own repo. | |||||
* | #983: Merge branch `v1.1.1c` into `master`. | Ramón M. Gómez | 2020-06-15 | 8 | -32/+31 | |
|\ | ||||||
| * | #983: Avoid error messages in some Cron scripts.opengnsys-1.1.1c | Ramón M. Gómez | 2020-06-15 | 2 | -20/+9 | |
| | | ||||||
| * | #983: Updating release Vagrantfile. | Ramón M. Gómez | 2020-06-09 | 2 | -1/+1 | |
| | | ||||||
| * | #983: Releasing OpenGnsys 1.1.1c | Ramón M. Gómez | 2020-06-09 | 5 | -4/+14 | |
| | | ||||||
| * | #943: Fix a bug in getting Git tag data before updating. | Ramón M. Gómez | 2020-06-09 | 1 | -7/+7 | |
| | | ||||||
* | | #971 remove empty folder | OpenGnSys Support Team | 2020-06-11 | 1 | -9/+0 | |
| | | | | | | | | Used to have the ogAdmClient code. | |||||
* | | #959: reset VERSION.json to 1.1.1c | OpenGnSys Support Team | 2020-06-09 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | Fixes: sudo ./opengnsys_installer.sh * ...Downloading ogagentpkgs-1.2.0.tar.gz ... ERROR: installDownloadableFiles(): Error uncompressing archive. tar -tvzf /tmp/opengnsys_installer/ogagentpkgs-1.2.0.tar.gz | |||||
* | | #971 remove old Database and ogAdmLib code | OpenGnSys Support Team | 2020-06-09 | 4 | -1657/+0 | |
| | | ||||||
* | | #971 move ogAdmLib to ogAdmServer | OpenGnSys Support Team | 2020-06-09 | 4 | -3/+482 | |
| | | | | | | | | Move remaining ogAdmLib code to ogAdmServer | |||||
* | | Revert "#959: Fix update bug when obtaining Git tags data." | Ramón M. Gómez | 2020-06-09 | 1 | -6/+6 | |
| | | | | | | | | This reverts commit d4daa3475e859b94226aa081dd7d0765f0be4581. | |||||
* | | Revert "#959: Update script checks all defined tags." | Ramón M. Gómez | 2020-06-09 | 1 | -1/+1 | |
| | | | | | | | | This reverts commit efbe3cae676d640ff6ad16fae527a23d421af2bc. | |||||
* | | #959: Update script checks all defined tags. | Ramón M. Gómez | 2020-06-08 | 1 | -1/+1 | |
| | | ||||||
* | | #959: Fix update bug when obtaining Git tags data. | Ramón M. Gómez | 2020-06-08 | 1 | -6/+6 | |
| | | ||||||
* | | #971 add str_toupper() | OpenGnSys Support Team | 2020-06-08 | 4 | -9/+31 | |
| | | | | | | | | Add new utils.c file and replace old StrToUpper(). | |||||
* | | #971 do not use og_log() | OpenGnSys Support Team | 2020-06-08 | 1 | -5/+0 | |
| | | | | | | | | ogAdmServer uses syslog for logging. | |||||
* | | #971 replace og_info() by syslog() | OpenGnSys Support Team | 2020-06-08 | 1 | -9/+16 | |
| | | ||||||
* | | #971 replace reservaMemoria() by calloc() | OpenGnSys Support Team | 2020-06-08 | 1 | -3/+3 | |
| | | ||||||
* | | #971 replace liberaMemoria() by free() | OpenGnSys Support Team | 2020-06-08 | 1 | -11/+11 | |
| | | ||||||
* | | #971 Remove ogAdmClient code from update script | Javier Sánchez Parra | 2020-06-08 | 1 | -15/+0 | |
| | | | | | | | | | | ogAdmClient is deprecated, new versions of OpenGnsys use ogClient as clients software. | |||||
* | | #971 Add ogClient update to the update script | Javier Sánchez Parra | 2020-06-08 | 1 | -0/+30 | |
| | | | | | | | | | | | | | | New versions of OpenGnsys use ogClient as daemon for clients. Now update script downloads new version of ogClient from GitHub to update the code, maintaining the configuration file ogclient.json. |