summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* rest: prevent repo deletion if it is in useHEADmasterAlejandro Sirgo Rica6 days1-0/+24
* cfg: add samba configuration and use it in ogrelive templatev1.2.5-28OpenGnSys Support Team10 days4-2/+41
* rest: add POST oglive/defaultAlejandro Sirgo Rica12 days3-16/+286
* rest: add and use http error code to improve error reportingOpenGnSys Support Team12 days1-5/+134
* rest: extend og_rest_ctx to provide http errorOpenGnSys Support Team2024-12-051-105/+182
* rest: consolidate rest API handlersOpenGnSys Support Team2024-12-031-285/+292
* rest: statify image restore and create functionOpenGnSys Support Team2024-12-022-5/+2
* rest: update POST /shell/run for cmd executionv1.2.5-27Alejandro Sirgo Rica2024-11-272-6/+6
* src: add built-in ogrelive grub2 boot mode templatev1.2.5-26OpenGnSys Support Team2024-11-254-12/+181
* rest: add og_boot_params_find() and og_boot_params_free() and use themOpenGnSys Support Team2024-11-251-55/+77
* rest: do not release dbi in og_get_client_mode_params()OpenGnSys Support Team2024-11-251-2/+0
* rest: allow creation of folder with same name in different nodesAlejandro Sirgo Rica2024-11-211-5/+6
* rest: rename "name" to "directory" in GET /oglive/listAlejandro Sirgo Rica2024-11-211-1/+1
* refresh: update client login status from "status" field valueAlejandro Sirgo Rica2024-11-181-1/+5
* rest: add POST /oglive/add and POST /oglive/deleteAlejandro Sirgo Rica2024-11-112-0/+184
* rest: update GET /oglive/list to include oglive data from databaseAlejandro Sirgo Rica2024-11-112-1/+91
* client: improve error reporting for image creation reponsev1.2.5-25OpenGnSys Support Team2024-11-071-3/+6
* client: use image id in last command contextOpenGnSys Support Team2024-11-071-3/+3
* client: no need to update repository id after creating imageOpenGnSys Support Team2024-11-071-31/+3
* rest: switch to use grub2 templates as base directoryv1.2.5-24OpenGnSys Support Team2024-10-311-2/+2
* client: remove image stub entry image creation registration failsOpenGnSys Support Team2024-10-311-0/+2
* src: add last client command context and use it for image creationOpenGnSys Support Team2024-10-314-41/+42
* client: add helper function to reset last client command informationOpenGnSys Support Team2024-10-311-4/+8
* src: place last client command information in structOpenGnSys Support Team2024-10-313-18/+20
* rest: do not remove image on center deleteOpenGnSys Support Team2024-10-301-27/+0
* src: add safe_strtoull for safe string to number conversionAlejandro Sirgo Rica2024-10-255-6/+74
* rest: add conditional boot mode configuration for ogReLiveAlejandro Sirgo Rica2024-10-241-17/+27
* Revert "rest: add fetch param to boot mode configuration"v1.2.5-23OpenGnSys Support Team2024-10-151-3/+1
* rest: fix GET /session payload structurev1.2.5-22Alejandro Sirgo Rica2024-10-111-2/+22
* src: remove placeholder image in failed image/createv1.2.5-21Alejandro Sirgo Rica2024-10-041-0/+44
* src: move og_delete_image to dbi.cAlejandro Sirgo Rica2024-10-043-51/+54
* rest: add fetch param to boot mode configurationAlejandro Sirgo Rica2024-10-031-1/+3
* src: inet_aton() returns 0 on errorOpenGnSys Support Team2024-10-013-10/+10
* rest: do not allow two repositories to use the same IP addressOpenGnSys Support Team2024-10-011-0/+42
* rest: validate name in repository/{add,update}OpenGnSys Support Team2024-09-301-1/+5
* rest: remove unused probeOpenGnSys Support Team2024-09-303-40/+0
* rest: add free and used cache to GET /cache/listAlejandro Sirgo Rica2024-09-261-2/+7
* client: move image list to cache data to consolidate itOpenGnSys Support Team2024-09-253-24/+32
* json: move list_head at the tip of struct og_cache_imageOpenGnSys Support Team2024-09-251-1/+1
* src: add used_size and free_size to partition dataAlejandro Sirgo Rica2024-09-255-29/+147
* client: log error on refreshOpenGnSys Support Team2024-09-231-0/+2
* client: remove redundant refresh validationOpenGnSys Support Team2024-09-231-24/+7
* ogAdmServer: replace old actualizaConfiguracionOpenGnSys Support Team2024-09-234-210/+347
* rest: remove scheduler codeOpenGnSys Support Team2024-09-1715-3827/+439
* rest: better json clients validationOpenGnSys Support Team2024-09-171-8/+8
* rest: add GET /efiAlejandro Sirgo Rica2024-09-116-0/+355
* rest: restore change client repositoryOpenGnSys Support Team2024-09-101-1/+1
* repo: allow 128 IPs per repositoryv1.2.5-20OpenGnSys Support Team2024-09-101-1/+1
* rest: use integer for repository IDOpenGnSys Support Team2024-09-091-7/+7
* src: fallback to use first repository/server foundv1.2.5-19OpenGnSys Support Team2024-09-041-12/+30