.. |
dependencies
|
Add user permissions + RBAC tests.
|
2021-06-03 15:40:12 +09:30 |
__init__.py
|
Symbols endpoints (except upload) don't require authentication.
|
2021-06-16 20:22:49 +09:30 |
appliances.py
|
Save/restore appliances Etag.
|
2021-05-17 00:37:15 +09:30 |
computes.py
|
Complete type annotations for API endpoints.
|
2021-04-18 15:40:38 +09:30 |
controller.py
|
Allow controller to be reloaded using the API. Fixes #1743
|
2021-06-04 17:01:07 +09:30 |
drawings.py
|
Complete type annotations for API endpoints.
|
2021-04-18 15:40:38 +09:30 |
gns3vm.py
|
Complete type annotations for API endpoints.
|
2021-04-18 15:40:38 +09:30 |
groups.py
|
Change RBAC field names from builtin to is_builtin
|
2021-06-03 16:24:38 +09:30 |
links.py
|
Fix link style merge
|
2021-06-12 15:26:35 +09:30 |
nodes.py
|
Clean files and catch file path escape. Ref #1894
|
2021-05-15 22:35:44 +09:30 |
notifications.py
|
Protect controlle notification endpoints. Ref #1888
|
2021-04-26 16:18:18 +09:30 |
permissions.py
|
Basic functional RBAC support.
|
2021-05-27 17:28:44 +09:30 |
projects.py
|
Move "/{project_id}/templates/{template_id}" endpoint.
|
2021-06-03 18:18:34 +09:30 |
roles.py
|
Change RBAC field names from builtin to is_builtin
|
2021-06-03 16:24:38 +09:30 |
snapshots.py
|
Complete type annotations for API endpoints.
|
2021-04-18 15:40:38 +09:30 |
symbols.py
|
Symbols endpoints (except upload) don't require authentication.
|
2021-06-16 20:22:49 +09:30 |
templates.py
|
Move "/{project_id}/templates/{template_id}" endpoint.
|
2021-06-03 18:18:34 +09:30 |
users.py
|
Allow logged in user to change some of its data. Administrators can lock users using the is_active field.
|
2021-08-09 16:36:18 +09:30 |