summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* src: fallback to use first repository/server foundv1.2.5-19OpenGnSys Support Team2024-09-041-12/+30
* rest: use integer for server idv1.2.5-18OpenGnSys Support Team2024-09-031-3/+4
* rest: memleak in error path of image/createOpenGnSys Support Team2024-08-301-7/+6
* rest: adapt cache/fetch to support repository with multiple IP adddressOpenGnSys Support Team2024-08-301-12/+25
* rest: adapt restore/image to support repository with multiple IP adddressOpenGnSys Support Team2024-08-301-7/+24
* src: infer server IP when it has more than one IP addressOpenGnSys Support Team2024-08-283-117/+96
* schema: incorrect error logOpenGnSys Support Team2024-08-281-2/+2
* rest: allow repository to have more than one IP addressOpenGnSys Support Team2024-08-217-157/+460
* rest: simplify SQL in set_client_modeAlejandro Sirgo Rica2024-08-211-39/+121
* rest: use json integer for repository id instead of stringOpenGnSys Support Team2024-08-211-4/+5
* rest: add cache/fetchv1.2.5-17Alejandro Sirgo Rica2024-08-093-0/+61
* rest: use JSON_ENSURE_ASCII in json dumpsOpenGnSys Support Team2024-08-061-22/+22
* client: split revision query when updating image informationv1.2.5-16OpenGnSys Support Team2024-07-191-3/+23
* dbi: use repository_id field if front-end offers itOpenGnSys Support Team2024-07-193-13/+18
* rest: delete pxe files on client delete and updatev1.2.5-15v1.2.5-14Alejandro Sirgo Rica2024-07-181-0/+28
* rest: update client ip in /client/updateAlejandro Sirgo Rica2024-07-181-8/+12
* rest: add GET,POST /image/restrictOpenGnSys Support Team2024-07-173-0/+280
* src: port setclientmode code to CAlejandro Sirgo Rica2024-07-161-36/+196
* src: add str_toupper and str_tolower functionsAlejandro Sirgo Rica2024-07-152-3/+12
* rest: replace strcat with strncat in og_set_client_modeAlejandro Sirgo Rica2024-07-151-1/+2
* rest: add dbi query checks in og_set_client_modeAlejandro Sirgo Rica2024-07-151-0/+8
* rest: add default value to og_set_client_mode vga fieldAlejandro Sirgo Rica2024-07-151-2/+2
* client: fortify check for mandatory cmd json field in shell/outputOpenGnSys Support Team2024-07-151-2/+2
* rest: add checksum to GET /imagesOpenGnSys Support Team2024-07-054-5/+49
* rest: create new shell folder automagicallyOpenGnSys Support Team2024-06-281-0/+4
* rest: enable shell/output as a GET requestv1.2.5-13Alejandro Sirgo Rica2024-06-251-1/+1
* rest: add shell/listAlejandro Sirgo Rica2024-06-252-0/+105
* rest: shell/output does not fail if command was never runOpenGnSys Support Team2024-06-211-1/+1
* rest: add timestamp to shell/outputOpenGnSys Support Team2024-06-213-0/+3
* rest: add cmd to shell/outputOpenGnSys Support Team2024-06-214-3/+19
* rest: add retcode to shell/outputOpenGnSys Support Team2024-06-214-5/+16
* rest: fix memory leak in folder/deleteAlejandro Sirgo Rica2024-06-181-0/+2
* rest: Add /client/movev1.2.5-12OpenGnSys Support Team2024-06-172-0/+81
* rest: allow the same center name in center updateAlejandro Sirgo Rica2024-06-121-6/+8
* rest: validate mac in client/updateAlejandro Sirgo Rica2024-06-121-1/+22
* rest: fix memory leak in client/updateAlejandro Sirgo Rica2024-06-121-0/+3
* rest: Add /center/infoOpenGnSys Support Team2024-06-124-0/+115
* client: update cache after image/restorev1.2.5-11Alejandro Sirgo Rica2024-05-301-0/+2
* rest: add cache/deleteAlejandro Sirgo Rica2024-05-303-0/+109
* rest: add cache/listAlejandro Sirgo Rica2024-05-302-0/+162
* client: store image cache data in databaseAlejandro Sirgo Rica2024-05-303-7/+141
* src: replace old function to update image informationOpenGnSys Support Team2024-05-293-112/+91
* schema: add cache table to store image files in clientOpenGnSys Support Team2024-05-291-0/+36
* rest: extend GET /session to support for more than one clientv1.2.5-10OpenGnSys Support Team2024-05-141-39/+53
* rest: delete images that belong to deleted centersAlejandro Sirgo Rica2024-02-191-37/+72
* rest: remove .full.sum file when image is removedOpenGnSys Support Team2024-02-151-1/+5
* rest: allow room update keeping the same nameAlejandro Sirgo Rica2024-02-131-2/+2
* rest: room in folder can't be updatedJavier Hernandez2024-02-081-1/+1
* rest: Add uri to update folder nameJavier Hernandez2024-02-053-2/+184
* rest: Add uri to update roomJavier Hernandez2024-02-012-0/+123