summaryrefslogtreecommitdiffstats
path: root/ogcp/views.py
Commit message (Expand)AuthorAgeFilesLines
* src: Remove netdriver field in client formJavier Hernandez2023-11-231-1/+1
* views: add field 'gateway' in add-room formJavier Hernandez2023-11-141-1/+2
* ogcp: add backup boolean field in image updatev1.1.3Jose M. Guisado2023-07-071-0/+1
* views: use \s to match whitespace in client import regexJose M. Guisado2023-06-281-6/+6
* views: better dhcp conf parsing when importing clientsJose M. Guisado2023-06-271-3/+5
* views: add placeholder text inside dhcp conf textareaJose M. Guisado2023-06-271-0/+8
* Show warning when formatting clients without disksv1.1.2Javier Sánchez Parra2022-11-171-0/+3
* Fix typo in save_user() functionJavier Sánchez Parra2022-11-171-1/+1
* Assign servers to usersJavier Sánchez Parra2022-11-071-0/+3
* Set server variable on GET /action/image/updateJavier Sánchez Parra2022-11-071-0/+1
* Remove unused variable "g.server"Javier Sánchez Parra2022-09-291-4/+0
* Get available scopes from all the serversJavier Sánchez Parra2022-09-291-6/+10
* Fix ogServer deletion from the configuration fileJavier Sánchez Parra2022-09-291-1/+6
* Create servers list if do not existsJavier Sánchez Parra2022-09-291-1/+5
* Adapt aux function to work with several ogServersJavier Sánchez Parra2022-09-291-7/+7
* Fix repositories retrievingJavier Sánchez Parra2022-09-271-2/+2
* Set server variable on GET /action/image/restoreJavier Sánchez Parra2022-09-271-0/+1
* Add multiple servers to the dashboard viewDaniel García Moreno2022-09-271-22/+39
* Adapt Delete clients to work with several ogServersJavier Sánchez Parra2022-09-271-1/+2
* Ignore unreachable ogServersJavier Sánchez Parra2022-09-271-0/+2
* Add Servers sectionJavier Sánchez Parra2022-09-271-59/+112
* Store configuration file path on a global variableJavier Sánchez Parra2022-09-271-3/+3
* Adapt MAC retrieving to support several ogServersJavier Sánchez Parra2022-09-271-1/+2
* Adapt Delete image to work with several ogServersJavier Sánchez Parra2022-09-271-2/+7
* Add ogServer parameter to imagesFormJavier Sánchez Parra2022-09-271-3/+5
* Adapt images tree to work with several ogServersJavier Sánchez Parra2022-09-271-7/+6
* Adapt Delete center to work with several ogServersJavier Sánchez Parra2022-09-271-2/+5
* Delete center using the scopes treeJavier Sánchez Parra2022-09-271-2/+9
* Adapt Add center to work with several ogServersJavier Sánchez Parra2022-09-271-1/+5
* Adapt Delete room to work with several ogServersJavier Sánchez Parra2022-09-271-2/+5
* Delete room using the scopes treeJavier Sánchez Parra2022-09-271-3/+9
* Adapt Add room to work with several ogServersJavier Sánchez Parra2022-09-271-2/+5
* Add a room to a center using the scopes treeJavier Sánchez Parra2022-09-271-3/+11
* Adapt Import Clients to work with several ogServersJavier Sánchez Parra2022-09-271-2/+5
* Import clients to a room using the scopes treeJavier Sánchez Parra2022-09-271-3/+11
* Fix selection of scopes with empty IPs listJavier Sánchez Parra2022-09-271-1/+2
* Add current ogServer to scopesFormJavier Sánchez Parra2022-09-271-4/+20
* Add a client to a room using the scopes treeJavier Sánchez Parra2022-09-271-2/+10
* Adapt commands to work with several ogServersJavier Sánchez Parra2022-09-271-38/+59
* Fix ogServer names on the scopes treeJavier Sánchez Parra2022-09-271-1/+1
* Initial support of ogServer requests "routing"Javier Sánchez Parra2022-09-271-7/+26
* Add status of all clients to the scopes treeJavier Sánchez Parra2022-09-271-2/+1
* Fetch clients from all ogServers in the dashboardJavier Sánchez Parra2022-09-271-2/+10
* Add helper function to send requests to all ogServersJavier Sánchez Parra2022-09-271-4/+24
* Retreive scopes from several ogServersJavier Sánchez Parra2022-09-271-8/+15
* Add "Delete Repository"Javier Sánchez Parra2022-07-041-1/+34
* Create "Add Repository" form and viewJavier Sánchez Parra2022-07-041-1/+30
* Add Repositories sectionJavier Sánchez Parra2022-07-041-0/+8
* Use repository id on image creationJavier Sánchez Parra2022-06-301-2/+2
* Move password hashing to the backendJavier Sánchez Parra2022-06-301-4/+15