summaryrefslogtreecommitdiffstats
path: root/ogcp/views.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* views: show human readable boot modesAlejandro Sirgo Rica2024-06-071-2/+12
* views: fix invalid url redirection in client/server addAlejandro Sirgo Rica2024-06-071-2/+2
* views: validate ip in client creation and updateAlejandro Sirgo Rica2024-06-051-0/+14
* views: enable mac update in /action/client/updateAlejandro Sirgo Rica2024-06-051-1/+0
* views: Prevent zero or negative size partitionsAlejandro Sirgo Rica2024-06-051-0/+4
* forms: ensure ip and mac are not empty in client add formAlejandro Sirgo Rica2024-06-031-0/+5
* views: prevent backtrace when no server is availableAlejandro Sirgo Rica2024-05-301-0/+1
* ogcp: add cache management pageAlejandro Sirgo Rica2024-05-301-1/+98
* views: check if EFI filesystem is FAT32 in partition formAlejandro Sirgo Rica2024-05-161-0/+4
* make the boot OS form work over multiple clientsAlejandro Sirgo Rica2024-05-161-13/+47
* views: add EFI partition type to MBR partition schemeOpenGnSys Support Team2024-05-141-0/+1
* views: check if repository is selected in repo/ pagesAlejandro Sirgo Rica2024-05-131-0/+12
* remove Format field from partition setup formAlejandro Sirgo Rica2024-05-131-2/+2
* views: ensure only one cache partition is definedAlejandro Sirgo Rica2024-05-131-3/+7