summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Change default server portRoberto Hueso Gómez2020-04-161-1/+1
* wait for 1 second if connection is refusedOpenGnSys Support Team2020-04-141-18/+6
* Sleep 1 second to avoid high CPU loadRoberto Hueso Gomez2020-04-141-0/+1
* Avoid connection status infinite print loopRoberto Hueso Gomez2020-04-141-7/+17
* Fix reboot and poweroff threads argsRoberto Hueso Gomez2020-04-131-2/+2
* Add placeholder for virtual execCMDRoberto Hueso Gomez2020-04-131-0/+4
* Rename ogClient to ogclient in config pathAlvaro Neira Ayuso2020-04-121-1/+1
* Launch browser only in linux configurationAlvaro Neira Ayuso2020-04-121-1/+2
* Use 75% of disk space in virtual modeRoberto Hueso Gomez2020-04-081-0/+3
* Add mode selection for ogClientRoberto Hueso Gomez2020-04-084-20/+35
* Encapsulate operations in classesRoberto Hueso Gomez2020-04-082-515/+517
* Add virtual operationsRoberto Hueso Gomez2020-04-072-0/+403
* add shebang to python3 and update permissionOpenGnSys Support Team2020-03-311-0/+2
* Rename config fileJavier Sanchez Parra2020-03-242-1/+1
* missing update to use ogConfig.OG_PATH in linux/ogOperations.pyOpenGnSys Support Team2020-03-201-1/+1
* Make OG_PATH publicJavier Sanchez Parra2020-03-203-14/+17
* rename getURI to get_uri in restRequestOpenGnSys Support Team2020-03-092-2/+2
* rename execcmd to shellrunOpenGnSys Support Team2020-03-091-2/+2
* use lowercase attribute name in restRequestOpenGnSys Support Team2020-03-091-13/+13
* Put state to IDLE after run/scheduleRoberto Hueso Gómez2020-03-031-0/+1
* Send complete HTTP header when response has no bodyRoberto Hueso Gómez2020-03-021-1/+2
* Rename operation to methodOpenGnSys Support Team2020-02-263-8/+8
* Search the key in the parsed jsonJavier Sanchez Parra2020-02-261-13/+12
* Handle scripts that end in \rRoberto Hueso Gómez2020-02-251-1/+1
* Launch the graphical interfaceJavier Sánchez Parra2020-02-242-0/+5
* Modify way to close PID processAlvaro Neira Ayuso2020-02-241-12/+17
* Use state machine to avoid race condition problemsAlvaro Neira Ayuso2020-02-231-11/+63
* remove unused gettersOpenGnSys Support Team2020-02-211-18/+0
* pep-0008 cleanupOpenGnSys Support Team2020-02-213-46/+46
* Use 'bash' as the default shell for operations scriptsRoberto Hueso Gómez2020-02-091-12/+28
* Use 'with' keyword for file readingRoberto Hueso Gómez2020-02-051-9/+4
* Use python f-strings for commands compositionRoberto Hueso Gómez2020-02-051-14/+13
* Fix /session executionRoberto Hueso Gómez2020-02-051-1/+4
* Fix /image/restore execution and responseRoberto Hueso Gómez2020-02-052-1/+10
* Fix /image/create execution and responseRoberto Hueso Gómez2020-02-052-7/+12
* Convert main file from dos format to unix formatAlvaro Neira Ayuso2020-02-041-28/+28
* (BUG) Rename OG_SCRIPT_PATH to OG_PATHAlvaro Neira Ayuso2020-02-041-2/+2
* Fix /setup execution and responseRoberto Hueso Gómez2020-02-032-16/+17
* Fix parseGetConf(...) configuration parsingRoberto Hueso Gómez2020-02-033-27/+29
* add space after Content-Length and Content-TypeOpenGnSys Support Team2020-01-289-36/+36
* Add /refresh testRoberto Hueso Gómez2020-01-211-0/+43
* Change POST /refresh to GET /refreshRoberto Hueso Gómez2020-01-212-6/+6
* Fix /software command Linux operationRoberto Hueso Gómez2020-01-213-5/+12
* Add /software testRoberto Hueso Gómez2020-01-211-0/+38
* Fix /shell/run commands splittingRoberto Hueso Gómez2020-01-213-3/+3
* Fix /hardware command Linux operationRoberto Hueso Gómez2020-01-212-3/+6
* Add /hardware testsRoberto Hueso Gómez2020-01-211-0/+32
* Add test for /run/scheduleRoberto Hueso Gómez2020-01-191-0/+28
* Add test for non-existent functionRoberto Hueso Gómez2020-01-191-0/+33
* Add test for sequential /shell/run requestsRoberto Hueso Gómez2020-01-191-2/+25