summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* utils: disk: revisit logging to find EFI partitionOpenGnSys Support Team2024-07-301-4/+5
* utils: postinstall: show hostname in logsOpenGnSys Support Team2024-07-301-4/+4
* live: validate checksum only once if image is already in cacheOpenGnSys Support Team2024-07-301-10/+15
* live: remove old image and checksum file on downloadOpenGnSys Support Team2024-07-302-1/+15
* utils: tip_check_csum() uses local checksum fileOpenGnSys Support Team2024-07-301-4/+13
* live: unicast-direct does not validate checksumOpenGnSys Support Team2024-07-301-0/+1
* utils: enhance logging for checksum mismatchOpenGnSys Support Team2024-07-301-0/+1
* live: validate file existence and checksum for unicast cacheOpenGnSys Support Team2024-07-301-0/+5
* utils: add set_linux_hostnameAlejandro Sirgo Rica2024-07-291-0/+22
* utils: add set_windows_hostnameAlejandro Sirgo Rica2024-07-291-0/+47
* utils: add postinstall.pyAlejandro Sirgo Rica2024-07-293-25/+175
* utils: add BCD native supportAlejandro Sirgo Rica2024-07-291-0/+198
* utils: add win edit registry utilitiesAlejandro Sirgo Rica2024-07-291-0/+114
* utils: add restore_windows_efi_bootloaderAlejandro Sirgo Rica2024-07-291-0/+31
* utils: add functions to obtain disk and partition UUIDsAlejandro Sirgo Rica2024-07-291-0/+25
* utils: consolidate code to find efi loaderAlejandro Sirgo Rica2024-07-292-30/+29
* utils: rename ogExtendFs to extend_filesystemAlejandro Sirgo Rica2024-07-292-2/+2
* utils: fs: error out if mkfs failsOpenGnSys Support Team2024-07-292-7/+22
* live: improve logging for file removal from cacheOpenGnSys Support Team2024-07-211-2/+8
* live: add logging to indicate image file copy from sambaOpenGnSys Support Team2024-07-211-0/+2
* utils: consolidate logging to write checksum file to cacheOpenGnSys Support Team2024-07-211-2/+3
* utils: missing f-string with filesystem resize errorv1.3.2-13OpenGnSys Support Team2024-07-151-1/+1
* utils: clean up error reporting related to checksumOpenGnSys Support Team2024-07-151-2/+2
* live: add checksum field to image/create responseOpenGnSys Support Team2024-07-153-4/+17
* live: check permissions when trying to fetch file via unicastv1.3.2-12OpenGnSys Support Team2024-06-271-0/+4
* live: revisit error log when failing to validate checksumOpenGnSys Support Team2024-06-272-2/+5
* live: add restricted execution mode to shell/runAlejandro Sirgo Rica2024-06-251-4/+19
* rest: add cmd field to POST /shell/runOpenGnSys Support Team2024-06-214-4/+5
* rest: add retcode field to POST /shell/runOpenGnSys Support Team2024-06-214-4/+5
* live: handle no cache in tiptorrent and unicast restorev1.3.2-11Alejandro Sirgo Rica2024-06-071-1/+4
* utils: remove bogus cache not found error after refresh commandAlejandro Sirgo Rica2024-06-071-1/+0
* utils: fix get_image_info regressionv1.3.2-10Alejandro Sirgo Rica2024-06-032-6/+6
* live: add winrecov partition typeOpenGnSys Support Team2024-06-021-0/+1
* live: revisit logging for checksum file creationv1.3.2-9OpenGnSys Support Team2024-05-311-4/+8
* src: cleanup ogGetImageInfoAlejandro Sirgo Rica2024-05-302-18/+12
* src: rename legacy.py into image.pyAlejandro Sirgo Rica2024-05-302-1/+1
* src: stop using hardcoded paths to cache image directoryAlejandro Sirgo Rica2024-05-302-9/+8
* tiptorrent: check cache availability in tip_write_csumAlejandro Sirgo Rica2024-05-301-3/+4
* src: add cache info to the image/restore responseAlejandro Sirgo Rica2024-05-303-6/+18
* virtual: handle copy error in image restoreAlejandro Sirgo Rica2024-05-301-3/+4
* src: add POST cache/delete methodAlejandro Sirgo Rica2024-05-306-0/+74
* live: add cache contents to the /refresh payloadAlejandro Sirgo Rica2024-05-301-1/+41
* utils: cache: redefine cache path constantsAlejandro Sirgo Rica2024-05-271-8/+9
* live: remove unused return value in image_restore()OpenGnSys Support Team2024-05-271-2/+1
* live: incorrect reference to image checksum file in logsOpenGnSys Support Team2024-05-251-1/+1
* live: rename variable that stores json body in refresh()OpenGnSys Support Team2024-05-211-5/+5
* live: parttypes: add EFI partition type in MBR partition schemeOpenGnSys Support Team2024-05-141-0/+1
* live: partcodes: remove reference to websiteOpenGnSys Support Team2024-05-141-1/+0
* utils: rename cache_probe() to get_cache_dev_path()OpenGnSys Support Team2024-05-093-8/+11
* utils: add error checks to checksum file creation in tip_write_csumAlejandro Sirgo Rica2024-05-071-2/+5