summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* server: validate IP addressAlejandro Sirgo Rica2024-09-121-0/+5
* repo: overload delete and add repo to modify the addressesAlejandro Sirgo Rica2024-09-121-12/+102
* repo: fix repo update command prefixAlejandro Sirgo Rica2024-09-111-1/+1
* images: missing curly brace in image commandv0.3.3-12OpenGnSys Support Team2024-09-031-1/+1
* repo: remove --centerv0.3.3-11OpenGnSys Support Team2024-09-021-12/+0
* images: remove --repo for image createOpenGnSys Support Team2024-09-021-10/+9
* server: remove 'set server' commandOpenGnSys Support Team2024-09-022-41/+1
* repo: sync repo with new APIAlejandro Sirgo Rica2024-09-022-6/+39
* cli: remove accents in image namev0.3.3-10Alejandro Sirgo Rica2024-08-212-1/+6
* utils: print readable output for escaped non-ascii charactersv0.3.3-9OpenGnSys Support Team2024-08-061-1/+1
* disk: use NTFS for partition codev0.3.3-8OpenGnSys Support Team2024-08-061-1/+1
* utils: place dictionary and list at the end of the json treeAlejandro Sirgo Rica2024-07-091-1/+18
* objects: fix restore image default repo valueAlejandro Sirgo Rica2024-07-041-1/+25
* images: update command requires string id in serverOpenGnSys Support Team2024-06-171-1/+1
* cli: objects: unbreak ogcli with python 3.80.3.3-7Alejandro Sirgo Rica2024-06-032-3/+3
* disk: improve disk setup command validationv0.3.3-6Alejandro Sirgo Rica2024-06-031-7/+30
* disk: use proper partition sizesAlejandro Sirgo Rica2024-06-031-1/+1
* cli: add list scopes --client-ipAlejandro Sirgo Rica2024-06-032-3/+50
* remove whitespace printed after every command executionAlejandro Sirgo Rica2024-03-041-1/+3
* improve missing clients error reporting in multiple commandsAlejandro Sirgo Rica2024-03-048-8/+8
* rename argument of 'restore' command to 'restore_obj'Alejandro Sirgo Rica2024-03-041-2/+2
* change 'ogcli send' command into 'ogcli request'Alejandro Sirgo Rica2024-03-048-29/+29
* add 'send session' to request the boot from a client's partitionAlejandro Sirgo Rica2024-02-292-1/+73
* remove duplicated parse_args in repo.py and server.pyAlejandro Sirgo Rica2024-02-292-2/+0
* ogcli: add update command for folder, room and centerAlejandro Sirgo Rica2024-02-134-4/+97
* repository: improve .gitignore syntaxAlejandro Sirgo Rica2024-02-131-1/+1
* ogcli: validate integer type in every --id argumentAlejandro Sirgo Rica2024-02-054-0/+6
* folder: add commands to create and delete foldersAlejandro Sirgo Rica2024-02-052-2/+61
* room: use room_id field in jsonJavier Hernandez2024-01-111-1/+1
* ogcli: really ignore SIGPIPEv0.3.3-5OpenGnSys Support Team2024-01-041-1/+1
* src: update copyright statementOpenGnSys Support Team2024-01-0216-14/+28
* live: add command to list available live imagesOpenGnSys Support Team2024-01-022-1/+21
* cli: remove 'list server'OpenGnSys Support Team2024-01-021-3/+2
* images: Remove option to specify repoJavier Hernandez2023-12-211-13/+4
* images: use new POST image/updatev0.3.3-4OpenGnSys Support Team2023-12-191-1/+1
* repository: fix incorrect helpOpenGnSys Support Team2023-12-011-1/+1
* repository: delete commandv0.3.3-3OpenGnSys Support Team2023-11-302-1/+14
* client: remove --netmaskOpenGnSys Support Team2023-11-301-8/+1
* ogcli: add SIGINT handlerOpenGnSys Support Team2023-11-301-0/+4
* client: support for deleting clientsOpenGnSys Support Team2023-11-302-1/+17
* ogcli: ignore SIGPIPEv0.3.3-2OpenGnSys Support Team2023-11-031-0/+2
* client: support for adding clientsv0.3.3Javier Hernandez2023-10-273-3/+79
* cli: objects: use --desc and --folderJose M. Guisado2023-10-192-9/+11
* cli: add roomJavier Hernandez2023-10-193-3/+103
* cli: fix messages when receiving an error responseJose M. Guisado2023-10-181-5/+5
* center: add delete commandJavier Hernandez2023-10-182-1/+13
* cli: add center.pyJavier Hernandez2023-10-182-1/+24
* images: change --repo help messageJose M. Guisado2023-10-121-1/+1
* repo: add add_repo functionJose M. Guisado2023-10-112-1/+28
* cli: add repo.py objectJose M. Guisado2023-10-112-2/+62