summaryrefslogtreecommitdiffstats
path: root/ogcp/views.py
Commit message (Expand)AuthorAgeFilesLines
* views: sort images based on alphabetical name orderAlejandro Sirgo Rica2024-08-061-0/+13
* ogcp: add connected clients list viewAlejandro Sirgo Rica2024-08-051-0/+22
* views: add missing checks for offline ogServerv1.1.3-27Alejandro Sirgo Rica2024-07-251-5/+63
* views: restrict EFI part size to 500MiB or higherAlejandro Sirgo Rica2024-07-251-0/+5
* ogcp: add image restrict functionalityAlejandro Sirgo Rica2024-07-251-24/+106
* views: add repository_id to image/update payloadv1.1.3-26Alejandro Sirgo Rica2024-07-191-1/+1
* views: exclude clients with no partition in image/restore1.1.3-25Alejandro Sirgo Rica2024-07-171-0/+11
* ogcp: show oglive client groups by ipAlejandro Sirgo Rica2024-07-171-3/+2
* views: list default oglive in Set ogLive formAlejandro Sirgo Rica2024-07-171-10/+11
* ogcp: show cache contents in client detailsAlejandro Sirgo Rica2024-07-161-28/+53
* ogcp: enable modification of client ipAlejandro Sirgo Rica2024-07-151-1/+2
* ogcp: show checksum in image infoAlejandro Sirgo Rica2024-07-121-0/+6
* ogcp: add checksum to images in Manage cacheAlejandro Sirgo Rica2024-07-121-0/+1
* views: fix user scope filteringAlejandro Sirgo Rica2024-07-091-1/+2
* views: skip cache space checks if already contains the imageAlejandro Sirgo Rica2024-07-091-10/+23
* ogcp: select images of selected partition in image/updateAlejandro Sirgo Rica2024-07-091-2/+14
* views: add auxiliar function is_valid_ip()Alejandro Sirgo Rica2024-07-091-9/+10
* ogcp: make client name field mandatory in client formAlejandro Sirgo Rica2024-07-091-0/+6
* ogcp: use csv as new format for import clientsAlejandro Sirgo Rica2024-07-091-24/+47
* views: check invalid values in prettify_mac()Alejandro Sirgo Rica2024-07-041-3/+7
* views: validate MAC address after POSTAlejandro Sirgo Rica2024-07-031-2/+21
* views: show MAC as lowercase with colon separatorsAlejandro Sirgo Rica2024-07-031-4/+7
* views: normalize every MAC address during POST processingAlejandro Sirgo Rica2024-07-031-3/+6
* views: remove debug messages with payload infoAlejandro Sirgo Rica2024-07-011-2/+2
* views: add check for failed /center/info get requestAlejandro Sirgo Rica2024-06-281-0/+6
* views: notify user edit and user creationAlejandro Sirgo Rica2024-06-281-4/+8
* views: fix English grammatical error in error messageAlejandro Sirgo Rica2024-06-281-5/+5
* ogcp: add user permission mechanismAlejandro Sirgo Rica2024-06-271-3/+69
* ogcp: add support to view script outputAlejandro Sirgo Rica2024-06-251-0/+42
* ogcp: add support to run scripts in clientsAlejandro Sirgo Rica2024-06-251-1/+70
* views: remove unsupported partition types from image operationsAlejandro Sirgo Rica2024-06-251-12/+31
* views: prevent user removal after password mismatch in user/editAlejandro Sirgo Rica2024-06-191-2/+6
* views: make password optional in user/editAlejandro Sirgo Rica2024-06-191-12/+20
* views: improve cache check messages in image/restoreAlejandro Sirgo Rica2024-06-191-2/+2
* views: check if the image fits in cache before image/restoreAlejandro Sirgo Rica2024-06-181-0/+33
* views: ignore image datasize check if datasize is zeroAlejandro Sirgo Rica2024-06-181-1/+1
* ogcp: add room details view to scopes managementAlejandro Sirgo Rica2024-06-171-0/+32
* ogcp: add center details view to scopes managementAlejandro Sirgo Rica2024-06-171-0/+36
* views: fix image restore cache checks1.1.3-22Alejandro Sirgo Rica2024-06-171-2/+3
* ogcp: add move client to scopes managementAlejandro Sirgo Rica2024-06-171-1/+62
* ogcp: fix restricted user mode1.1.3-21Alejandro Sirgo Rica2024-06-141-18/+13
* views: fix center/update validation with no selectionAlejandro Sirgo Rica2024-06-141-3/+3
* views: fix folder/update validationAlejandro Sirgo Rica2024-06-141-2/+2
* views: remove duplicated validation errorsAlejandro Sirgo Rica2024-06-131-2/+0
* views: allow scope server data in restricted user modeAlejandro Sirgo Rica2024-06-131-1/+1
* views: skip non-200 OK requests to serversOpenGnSys Support Team2024-06-121-0/+3
* views: check cache presence in tiptorrent and unicast restoreAlejandro Sirgo Rica2024-06-071-2/+10
* views: enable client partitioning without cacheAlejandro Sirgo Rica2024-06-071-4/+0
* views: exclude 00unknown and 10 from boot mode listAlejandro Sirgo Rica2024-06-071-1/+3
* views: use conventional for loop in boot mode selectionAlejandro Sirgo Rica2024-06-071-1/+5