Commit Graph

92 Commits (be263c6e2f809eb3d98faca99039f2dfa49283f9)
 

Author SHA1 Message Date
Ramón M. Gómez be263c6e2f #992: Cherry-pick commit `af35fd9`.
ogAgent sends the session type when user logs in.
2020-07-23 14:23:37 +02:00
Ramón M. Gómez 64c933fbb8 #940: Fix message encoding. 2020-07-08 11:47:53 +02:00
Ramón M. Gómez b21ea0708b #940: Fix byte-int conversions. 2020-07-07 17:51:49 +02:00
Ramón M. Gómez db05f930b5 #940: Add files `.gitignore` and `requirements.txt`. 2020-07-07 13:54:16 +02:00
Ramón M. Gómez e7774214a1 #940: Remove more dependencies from Python Six. 2020-07-07 13:50:42 +02:00
Ramón M. Gómez 9525724449 #940: Convert some docstring as defined in PEP 257. 2020-07-07 13:46:35 +02:00
Ramón M. Gómez bb685d9700 #940: Fix wrong variable name. 2020-07-07 13:37:57 +02:00
Ramón M. Gómez 68c4c91495 #940: Log error message if config parameter is missing. 2020-06-30 19:34:01 +02:00
Ramón M. Gómez 6900215e9c #940: Avoid error when Linux daemon scripts look for Python version. 2020-06-30 18:37:48 +02:00
Ramón M. Gómez 9424789f69 #940: Adapt code to run the Linux daemon. 2020-06-30 14:55:35 +02:00
Ramón M. Gómez 683d8d4427 #940: Fix Base64 conversion when reading POST parameters 2020-05-19 11:35:50 +02:00
Ramón M. Gómez 23503892b2 #940: Fix HTTP header bug
Function `send-header` needs `str`, not `int; adding some PEP 8 code clean up.
2020-05-19 11:35:50 +02:00
Ramón M. Gómez 7521269654 #940: Prepare OGAgent for Windows builder 2020-05-19 11:35:50 +02:00
Ramón M. Gómez de4289ae2b #940: Proper sequence of decorators 2020-05-19 11:34:39 +02:00
Ramón M. Gómez e274dc0ee9 #940: Fix string and byte conversions 2020-05-19 11:34:39 +02:00
Ramón M. Gómez 12f0b1d654 #940: Updating dependencies to build OGAgent for Linux 2020-05-19 11:34:39 +02:00
Ramón M. Gómez 1b0abe2f61 #940: Adapting OGAgent for Linux to Python 3 2020-05-19 11:34:39 +02:00
Ramón M. Gómez 909a626001 #940: More `2to3` changes 2020-05-19 11:34:39 +02:00
Ramón M. Gómez 53e7d458c5 #940: Run `2to3` on OGAgent source code
Result after running the command: `2to3 -w ogagent/src`
2020-05-19 11:26:19 +02:00
Ramón M. Gómez 1528428d8b #940: OGAgent "about" box supporting Qt5 2020-05-19 11:26:19 +02:00
Ramón M. Gómez 0440c7c37a #968: Define execution levels in OGAgent. 2020-05-19 11:26:19 +02:00
Ramón M. Gómez 3a3b642556 #975: REST route `GET /status` with `detail=true` shows detailed status
Note: `GET /status?detail=true` requires the authentication token.
2020-05-19 11:26:19 +02:00
Ramón M. Gómez a850bd1236 #975: OGAgent sends version number at startup. 2020-05-19 11:26:19 +02:00
Ramón M. Gómez e298c499c9 #975: OGAgent supports multiple user sessions. 2020-05-19 11:26:19 +02:00
Ramón M. Gómez 4aa86dedef #940: Simplify OGAgent REST route `GET /status` 2020-05-19 11:26:19 +02:00
Ramón M. Gómez aa9ea5dec9 #940: Update OGAgent version number 2020-05-19 11:26:19 +02:00
Ramón M. Gómez 8f3a5704d1 #962: Fix typo in commit `88fc95a`. 2020-04-25 13:08:57 +02:00
Ramón M. Gómez dab4e358d4 #962: Only OGAgent for Windows runs each line in independent processes (other agents can run the whole script in a single subprocess). 2020-04-23 12:53:27 +02:00
Ramón M. Gómez f6d5f3007d #959: Update OGAgent version. 2020-03-11 15:07:45 +01:00
Ramón M. Gómez 9732c070b7 #963: OGAgent Installer for Windows: parameter page is shown after license page. 2020-03-11 13:26:44 +01:00
Ramón M. Gómez ad5af0bbe4 #963: OGAgent Installer for Windows supports `/S /server IPAddress` parameters to assign the server IP address in silent mode and automatically starts the services just before finishing the installation. 2020-03-11 11:47:57 +01:00
Ramón M. Gómez b18cd9b486 #963: Add a new option and dialog to the OGAgent Installer for Windows to enter the IP address of the OpenGnsys Server.
Now you can enter the IP address by running `OGAgentSetup-x.x.x.exe /server IPAddress` or by editing the related dialog.
2020-03-11 10:52:57 +01:00
Ramón M. Gómez f2af8209b9 #963: Uninstalling OGAgent for Windows does not require a reboot (you can run `OGAgentUninstaller.exe /S` for an unattended uninstall). 2020-03-10 11:21:49 +01:00
Ramón M. Gómez 815ea5072f #940: Code cleaning and cosmetic changes. 2020-03-05 13:56:18 +01:00
Ramón M. Gómez 9bb8368941 #940: Update Ubuntu and Windows OGAgent dependencies. 2020-03-05 13:52:22 +01:00
Ramón M. Gómez 8d2fe2f538 #962: Fix bug when OGAgent processes script lines; now it's not necessary to use escape characters in script input box. 2020-03-05 08:14:28 +01:00
Ramón M. Gómez e3878fd47c #962: OGAgent runs each script line independently to solve a Python for Windows problem. 2020-03-04 16:23:03 +01:00
Ramón M. Gómez 6c2d948397 #959: Update OGAgent version and changelog. 2020-02-24 11:29:05 +01:00
Ramón M. Gómez dd16198113 #940: Fix variable bug from commit `ba568ee`. 2020-02-21 12:58:28 +01:00
Ramón M. Gómez 7f86bff48e #940: Fix bug when build OGAgent for openSUSE. 2020-02-20 14:27:30 +01:00
Ramón M. Gómez b2c820777e #940: OGAgent user scripts looks for Python 2. 2020-02-20 14:23:49 +01:00
Ramón M. Gómez eeb5b08c98 #940: OGAgent control scripts looks for Python 2. 2020-02-19 13:49:46 +01:00
Ramón M. Gómez 63576194e5 #940: Replace obsolete function `platform.linux_distribution` with `distro.os_release_attr`. 2019-12-11 14:24:10 +01:00
Ramón M. Gómez d3dd7cfbac #914: Update OGAgent creation dependencies and installation instructions. 2019-10-09 08:08:23 +02:00
Ramón M. Gómez 31159d4285 #914: Fix permissions for some OGAgent scripts. 2019-10-07 14:03:45 +02:00
Ramón M. Gómez 2617b6d50f #913: Adapting commit {{{0fcdc63}}} from master branch. 2019-06-05 10:30:39 +02:00
Ramón M. Gómez 4d6db25a23 #914: Updating changelog of OGAgent for Linux. 2019-05-23 12:38:53 +02:00
Ramón M. Gómez ed55bec0a4 #913: OGAgent uses decorator to check autorization header and cleaning the Python code. 2019-05-22 11:20:56 +02:00
Ramón M. Gómez feb481a8b3 Refs #913: Adding loop to connect to the server when OGAgent is activated. 2019-05-20 18:06:42 +02:00
Ramón M. Gómez 03a1cb28f1 #877: OGAgent can connect to an alternate server, and fixing some Python code cleanup. 2019-01-29 10:11:38 +01:00