index
:
ogCP
async-tree
master
multi-ogserver
OpenGnsys web control plane
opengnsys@soleta.eu
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ogcp
/
views.py
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
client: Remove 'netmask' in form
Javier Hernandez
2023-11-27
1
-3
/
+2
*
views: allow to edit a client
Javier Hernandez
2023-11-24
1
-0
/
+64
*
src: Remove netdriver field in client form
Javier Hernandez
2023-11-23
1
-1
/
+1
*
views: add field 'gateway' in add-room form
Javier Hernandez
2023-11-14
1
-1
/
+2
*
ogcp: add backup boolean field in image update
v1.1.3
Jose M. Guisado
2023-07-07
1
-0
/
+1
*
views: use \s to match whitespace in client import regex
Jose M. Guisado
2023-06-28
1
-6
/
+6
*
views: better dhcp conf parsing when importing clients
Jose M. Guisado
2023-06-27
1
-3
/
+5
*
views: add placeholder text inside dhcp conf textarea
Jose M. Guisado
2023-06-27
1
-0
/
+8
*
Show warning when formatting clients without disks
v1.1.2
Javier Sánchez Parra
2022-11-17
1
-0
/
+3
*
Fix typo in save_user() function
Javier Sánchez Parra
2022-11-17
1
-1
/
+1
*
Assign servers to users
Javier Sánchez Parra
2022-11-07
1
-0
/
+3
*
Set server variable on GET /action/image/update
Javier Sánchez Parra
2022-11-07
1
-0
/
+1
*
Remove unused variable "g.server"
Javier Sánchez Parra
2022-09-29
1
-4
/
+0
*
Get available scopes from all the servers
Javier Sánchez Parra
2022-09-29
1
-6
/
+10
*
Fix ogServer deletion from the configuration file
Javier Sánchez Parra
2022-09-29
1
-1
/
+6
*
Create servers list if do not exists
Javier Sánchez Parra
2022-09-29
1
-1
/
+5
*
Adapt aux function to work with several ogServers
Javier Sánchez Parra
2022-09-29
1
-7
/
+7
*
Fix repositories retrieving
Javier Sánchez Parra
2022-09-27
1
-2
/
+2
*
Set server variable on GET /action/image/restore
Javier Sánchez Parra
2022-09-27
1
-0
/
+1
*
Add multiple servers to the dashboard view
Daniel García Moreno
2022-09-27
1
-22
/
+39
*
Adapt Delete clients to work with several ogServers
Javier Sánchez Parra
2022-09-27
1
-1
/
+2
*
Ignore unreachable ogServers
Javier Sánchez Parra
2022-09-27
1
-0
/
+2
*
Add Servers section
Javier Sánchez Parra
2022-09-27
1
-59
/
+112
*
Store configuration file path on a global variable
Javier Sánchez Parra
2022-09-27
1
-3
/
+3
*
Adapt MAC retrieving to support several ogServers
Javier Sánchez Parra
2022-09-27
1
-1
/
+2
*
Adapt Delete image to work with several ogServers
Javier Sánchez Parra
2022-09-27
1
-2
/
+7
*
Add ogServer parameter to imagesForm
Javier Sánchez Parra
2022-09-27
1
-3
/
+5
*
Adapt images tree to work with several ogServers
Javier Sánchez Parra
2022-09-27
1
-7
/
+6
*
Adapt Delete center to work with several ogServers
Javier Sánchez Parra
2022-09-27
1
-2
/
+5
*
Delete center using the scopes tree
Javier Sánchez Parra
2022-09-27
1
-2
/
+9
*
Adapt Add center to work with several ogServers
Javier Sánchez Parra
2022-09-27
1
-1
/
+5
*
Adapt Delete room to work with several ogServers
Javier Sánchez Parra
2022-09-27
1
-2
/
+5
*
Delete room using the scopes tree
Javier Sánchez Parra
2022-09-27
1
-3
/
+9
*
Adapt Add room to work with several ogServers
Javier Sánchez Parra
2022-09-27
1
-2
/
+5
*
Add a room to a center using the scopes tree
Javier Sánchez Parra
2022-09-27
1
-3
/
+11
*
Adapt Import Clients to work with several ogServers
Javier Sánchez Parra
2022-09-27
1
-2
/
+5
*
Import clients to a room using the scopes tree
Javier Sánchez Parra
2022-09-27
1
-3
/
+11
*
Fix selection of scopes with empty IPs list
Javier Sánchez Parra
2022-09-27
1
-1
/
+2
*
Add current ogServer to scopesForm
Javier Sánchez Parra
2022-09-27
1
-4
/
+20
*
Add a client to a room using the scopes tree
Javier Sánchez Parra
2022-09-27
1
-2
/
+10
*
Adapt commands to work with several ogServers
Javier Sánchez Parra
2022-09-27
1
-38
/
+59
*
Fix ogServer names on the scopes tree
Javier Sánchez Parra
2022-09-27
1
-1
/
+1
*
Initial support of ogServer requests "routing"
Javier Sánchez Parra
2022-09-27
1
-7
/
+26
*
Add status of all clients to the scopes tree
Javier Sánchez Parra
2022-09-27
1
-2
/
+1
*
Fetch clients from all ogServers in the dashboard
Javier Sánchez Parra
2022-09-27
1
-2
/
+10
*
Add helper function to send requests to all ogServers
Javier Sánchez Parra
2022-09-27
1
-4
/
+24
*
Retreive scopes from several ogServers
Javier Sánchez Parra
2022-09-27
1
-8
/
+15
*
Add "Delete Repository"
Javier Sánchez Parra
2022-07-04
1
-1
/
+34
*
Create "Add Repository" form and view
Javier Sánchez Parra
2022-07-04
1
-1
/
+30
*
Add Repositories section
Javier Sánchez Parra
2022-07-04
1
-0
/
+8
[prev]
[next]