summaryrefslogtreecommitdiffstats
path: root/ogcp/views.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make partition id non editable in partition formAlejandro Sirgo Rica2024-05-121-7/+7
* views: check target partition size in image restoreAlejandro Sirgo Rica2024-05-091-4/+12
* views: prevent image restore on invalid partition typesAlejandro Sirgo Rica2024-05-091-2/+9
* views: report error when spaces are found in image nameAlejandro Sirgo Rica2024-05-091-1/+6
* views: use PART_TYPE_CODES, not PART_CODES1.1.3-18OpenGnSys Support Team2024-02-211-1/+1
* views: unmatched ] in use getter to access PART_TYPE_CODES and FS_CODES1.1.3-17OpenGnSys Support Team2024-02-211-2/+2
* views: use getter to access PART_TYPE_CODES and FS_CODES1.1.3-16OpenGnSys Support Team2024-02-211-8/+8
* views: call POST /refresh from get_client_setup()OpenGnSys Support Team2024-02-191-1/+9
* views: add update centerJavier Hernandez2024-02-091-0/+46
* views: Add update roomJavier Hernandez2024-02-091-0/+44
* views: Add edit-folder1.1.3-15Javier Hernandez2024-02-051-0/+36
* views: provide a hint in list images that one or more can be selectOpenGnSys Support Team2024-02-051-1/+1
* views: preselect pxe boot mode in add clientJavier Hernandez2024-02-051-2/+4
* improve delete confirmationJavier Hernandez2024-02-051-17/+9
* Make list_images show only selected imagesJavier Hernandez2024-02-021-12/+21
* views: Fix client-info form not fully read-only1.1.3-14Javier Hernandez2024-02-011-22/+2
* improve delete confirmation pageJavier Hernandez2024-02-011-8/+35
* Add list images actionJavier Hernandez2024-01-301-0/+25
* views: Preselect most used ogliveJavier Hernandez2024-01-291-3/+33
* dashboard: Show all servers, online or offlineJavier Hernandez2024-01-291-11/+29
* views: remove one level of indentation in action_image_restoreOpenGnSys Support Team2024-01-251-19/+18
* views: consolidate server error reportingOpenGnSys Support Team2024-01-251-71/+110
* views: Check HTTP GET response from ogserver (part 2)Javier Hernandez2024-01-251-21/+165
* views: Check HTTP GET response from ogserverJavier Hernandez2024-01-241-0/+90
* translations: update translationsJavier Hernandez2024-01-241-8/+8
* views: do not use '_' variable, it causes conflict with babel gettext()Javier Hernandez2024-01-241-5/+5
* views: Add client's name in action/setup/selectJavier Hernandez2024-01-221-1/+11
* views: Fix traceback due to missing translationJavier Hernandez2024-01-221-2/+2
* views: Display error if partitions are not availableJavier Hernandez2024-01-221-1/+1