Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | src: log without backtrace in not implemented functions | Alejandro Sirgo Rica | 2024-08-09 | 1 | -8/+9 |
* | src: add POST cache/fetch method | Alejandro Sirgo Rica | 2024-08-09 | 1 | -0/+3 |
* | src: add POST cache/delete method | Alejandro Sirgo Rica | 2024-05-30 | 1 | -0/+3 |
* | Revert "#1065 linux: add systray icon" | Jose M. Guisado | 2022-02-03 | 1 | -53/+0 |
* | #1065 linux: add shell run operation | Jose M. Guisado | 2021-11-15 | 1 | -2/+19 |
* | #1065 linux: add systray icon | Jose M. Guisado | 2021-11-15 | 1 | -0/+52 |
* | #1065 src: add linux mode | Jose M. Guisado | 2021-11-15 | 1 | -0/+46 |
* | Rename 'linux' folder and operations to 'live' | Jose M. Guisado | 2020-12-03 | 1 | -275/+0 |
* | #1008 Add support to work with GPT table | Javier Sánchez Parra | 2020-11-27 | 1 | -1/+2 |
* | #1008 Add support for several disks | Javier Sánchez Parra | 2020-11-18 | 1 | -2/+2 |
* | #1004 Add new fields to /image/create response | Javier Sánchez Parra | 2020-09-10 | 1 | -1/+14 |
* | Check return code on restore image command | Javier Sánchez Parra | 2020-06-23 | 1 | -0/+2 |
* | Delete ogConfig.py | Roberto Hueso Gómez | 2020-06-05 | 1 | -16/+16 |
* | Fix OgLinuxOperations class params | Javier Sánchez Parra | 2020-05-20 | 1 | -15/+15 |
* | Adapt ogLinuxOperation to work with json config file | Javier Sánchez Parra | 2020-05-18 | 1 | -6/+4 |
* | Fix typo on linux shellrun operation | Roberto Hueso Gómez | 2020-05-14 | 1 | -1/+1 |
* | Rename operation 'execCMD' to 'shellrun' | Roberto Hueso Gómez | 2020-05-13 | 1 | -1/+1 |
* | Add realtime log menu | Javier Sánchez Parra | 2020-04-22 | 1 | -6/+26 |
* | Avoid writting /software output to a file | Roberto Hueso Gómez | 2020-04-17 | 1 | -1/+4 |
* | Increase HTML menu regeneration cases | Javier Sánchez Parra | 2020-04-16 | 1 | -0/+4 |
* | Change browser behaviour | Javier Sánchez Parra | 2020-04-16 | 1 | -0/+21 |
* | Encapsulate operations in classes | Roberto Hueso Gomez | 2020-04-08 | 1 | -198/+199 |
* | missing update to use ogConfig.OG_PATH in linux/ogOperations.py | OpenGnSys Support Team | 2020-03-20 | 1 | -1/+1 |
* | Make OG_PATH public | Javier Sanchez Parra | 2020-03-20 | 1 | -13/+13 |
* | Handle scripts that end in \r | Roberto Hueso Gómez | 2020-02-25 | 1 | -1/+1 |
* | Use 'bash' as the default shell for operations scripts | Roberto Hueso Gómez | 2020-02-09 | 1 | -12/+28 |
* | Use python f-strings for commands composition | Roberto Hueso Gómez | 2020-02-05 | 1 | -14/+13 |
* | Fix /session execution | Roberto Hueso Gómez | 2020-02-05 | 1 | -1/+4 |
* | Fix /image/restore execution and response | Roberto Hueso Gómez | 2020-02-05 | 1 | -1/+5 |
* | Fix /image/create execution and response | Roberto Hueso Gómez | 2020-02-05 | 1 | -2/+10 |
* | (BUG) Rename OG_SCRIPT_PATH to OG_PATH | Alvaro Neira Ayuso | 2020-02-04 | 1 | -2/+2 |
* | Fix /setup execution and response | Roberto Hueso Gómez | 2020-02-03 | 1 | -8/+15 |
* | Fix parseGetConf(...) configuration parsing | Roberto Hueso Gómez | 2020-02-03 | 1 | -21/+22 |
* | Change POST /refresh to GET /refresh | Roberto Hueso Gómez | 2020-01-21 | 1 | -4/+4 |
* | Fix /software command Linux operation | Roberto Hueso Gómez | 2020-01-21 | 1 | -1/+7 |
* | Fix /shell/run commands splitting | Roberto Hueso Gómez | 2020-01-21 | 1 | -1/+1 |
* | Fix /hardware command Linux operation | Roberto Hueso Gómez | 2020-01-21 | 1 | -1/+4 |
* | (Clean-Up) Rename all the functions in ogRest to new ones more clears | Alvaro Neira Ayuso | 2020-01-19 | 1 | -7/+7 |
* | (Clean-Up) Rename HTTPParser to restRequest | Alvaro Neira Ayuso | 2020-01-19 | 1 | -26/+26 |
* | (Clean-Up) Rename cmd function/variables to use "run" syntax | Alvaro Neira Ayuso | 2020-01-19 | 1 | -1/+1 |
* | Add Refresh command | Alvaro Neira Ayuso | 2020-01-19 | 1 | -16/+38 |
* | Add image/create command for creating a new image | Alvaro Neira Ayuso | 2020-01-19 | 1 | -0/+23 |
* | Include License header | Alvaro Neira Ayuso | 2020-01-19 | 1 | -0/+8 |
* | Add stop command | Alvaro Neira Ayuso | 2020-01-19 | 1 | -17/+26 |
* | Improve setup command response | Alvaro Neira Ayuso | 2020-01-19 | 1 | -1/+22 |
* | Catch execution errors during restore image command | Alvaro Neira Ayuso | 2020-01-19 | 1 | -1/+5 |
* | Improve hardware command response behavior | Alvaro Neira Ayuso | 2020-01-19 | 1 | -1/+5 |
* | Improve software command response behavior | Alvaro Neira Ayuso | 2020-01-19 | 1 | -1/+5 |
* | Catch execution errors during init session command | Alvaro Neira Ayuso | 2020-01-19 | 1 | -1/+5 |
* | Modify methods to use less arguments | Alvaro Neira Ayuso | 2020-01-19 | 1 | -5/+25 |