grossmj
|
f64b5cd9b6
|
Allow controller to be reloaded using the API. Fixes #1743
|
2021-06-04 17:01:07 +09:30 |
|
grossmj
|
8be015cd86
|
Move "/{project_id}/templates/{template_id}" endpoint.
|
2021-06-03 18:18:34 +09:30 |
|
grossmj
|
6fb6a27859
|
Add last login info for users.
|
2021-06-03 16:57:16 +09:30 |
|
grossmj
|
4e33d29af8
|
Change RBAC field names from builtin to is_builtin
|
2021-06-03 16:24:38 +09:30 |
|
Jeremy Grossmann
|
4dd3bc6a98
|
Merge pull request #1906 from GNS3/rbac
RBAC support
|
2021-06-02 23:16:07 -07:00 |
|
grossmj
|
d65b49acaa
|
Add user permissions + RBAC tests.
|
2021-06-03 15:40:12 +09:30 |
|
grossmj
|
36a27c0c19
|
Force refresh of updated_at value for RBAC db models.
|
2021-06-01 16:12:06 +09:30 |
|
grossmj
|
a6d2f48df1
|
Merge remote-tracking branch 'origin/3.0' into rbac
|
2021-06-01 16:11:22 +09:30 |
|
grossmj
|
0113ca6673
|
Force refresh of updated_at value in db models.
|
2021-06-01 16:09:29 +09:30 |
|
grossmj
|
74d820fd0a
|
Use synchronize_session="fetch" when updating values.
|
2021-06-01 15:55:50 +09:30 |
|
grossmj
|
e9b9884ee3
|
Merge remote-tracking branch 'origin/3.0' into rbac
|
2021-06-01 15:50:14 +09:30 |
|
grossmj
|
a6c2a3e47f
|
Use synchronize_session="fetch" when updating values.
|
2021-06-01 13:02:03 +09:30 |
|
grossmj
|
91b0534182
|
Upgrade dependencies
|
2021-06-01 12:56:51 +09:30 |
|
grossmj
|
2e2e31337a
|
Add description for user permission.
|
2021-06-01 12:55:16 +09:30 |
|
grossmj
|
fbc47598d9
|
Basic functional RBAC support.
|
2021-05-27 17:28:44 +09:30 |
|
grossmj
|
6d4da98b8e
|
Base API and tables for RBAC support.
|
2021-05-25 18:34:59 +09:30 |
|
grossmj
|
eb0f8c6174
|
Save/restore appliances Etag.
|
2021-05-17 00:37:15 +09:30 |
|
grossmj
|
f416d64042
|
Allow to set the initial super admin username / password in server config file. Ref #1857
|
2021-05-16 20:01:05 +09:30 |
|
grossmj
|
fffbb08a8e
|
Catch SQLAlchemyError exception.
|
2021-05-16 18:37:17 +09:30 |
|
grossmj
|
d759564e20
|
Require authentication for get_user_memberships endpoint.
|
2021-05-16 17:06:23 +09:30 |
|
grossmj
|
2bf16f1e5f
|
Change method to prevent forbidden directory traversal. Ref #1894
|
2021-05-16 14:29:56 +09:30 |
|
grossmj
|
f3d81fa450
|
Clean files and catch file path escape. Ref #1894
|
2021-05-15 22:35:44 +09:30 |
|
grossmj
|
09ac7fd7fb
|
Merge branch '2.2' into 3.0
# Conflicts:
# gns3server/compute/base_manager.py
# gns3server/handlers/api/compute/dynamips_vm_handler.py
# gns3server/handlers/api/compute/iou_handler.py
# gns3server/handlers/api/compute/project_handler.py
# gns3server/handlers/api/compute/qemu_handler.py
# gns3server/handlers/api/controller/node_handler.py
# gns3server/handlers/api/controller/project_handler.py
# gns3server/handlers/index_handler.py
# tests/handlers/api/compute/test_project.py
# tests/handlers/api/compute/test_qemu.py
# tests/handlers/api/controller/test_node.py
# tests/handlers/api/controller/test_project.py
|
2021-05-15 20:46:34 +09:30 |
|
Jeremy Grossmann
|
3a479d7ea6
|
Merge pull request #1900 from GNS3/prevent-directory-traversal
Prevent directory traversal
|
2021-05-15 04:09:04 -07:00 |
|
grossmj
|
e86d8f96ca
|
Merge branch '2.2' into 3.0
# Conflicts:
# gns3server/version.py
|
2021-05-15 20:12:21 +09:30 |
|
grossmj
|
9a6978902d
|
Fix tests.
|
2021-05-15 19:43:36 +09:30 |
|
grossmj
|
6294ad9e76
|
Prevent directory traversal
|
2021-05-15 17:35:32 +09:30 |
|
grossmj
|
8810249d36
|
Add user groups support.
|
2021-05-15 15:10:02 +09:30 |
|
grossmj
|
2c938b2c19
|
Development on 2.2.22dev1
|
2021-05-10 23:44:40 +09:30 |
|
grossmj
|
03b7d9191b
|
Release v2.2.21
|
2021-05-10 22:42:46 +09:30 |
|
grossmj
|
87c87ca3cb
|
Sync appliance files.
|
2021-05-10 22:39:03 +09:30 |
|
grossmj
|
dfba40fee2
|
Merge branch 'master' into 2.2
|
2021-05-10 22:34:59 +09:30 |
|
grossmj
|
956b9056c1
|
Fix issues with latest version of sqlalchemy
|
2021-05-08 15:37:51 +09:30 |
|
grossmj
|
4727708c85
|
Upgrade dependencies
|
2021-05-08 14:32:26 +09:30 |
|
grossmj
|
0a77f0035b
|
Add delete cascade on foreign keys for appliance table
|
2021-05-06 17:25:32 +09:30 |
|
grossmj
|
10164e262d
|
Enable SQL foreign key support for SQLite
|
2021-05-06 17:21:45 +09:30 |
|
grossmj
|
a1f3f6472a
|
Upgrade dependencies
|
2021-05-06 16:56:07 +09:30 |
|
grossmj
|
912fb2ed29
|
Fix add node from template. Fixes https://github.com/GNS3/gns3-web-ui/issues/1122
|
2021-05-06 16:22:16 +09:30 |
|
grossmj
|
60701b63ac
|
Update README to use python virtual env
|
2021-05-06 15:56:26 +09:30 |
|
piotrpekala7
|
f576bedfaf
|
Release web UI 2.2.21
|
2021-04-30 14:01:53 +02:00 |
|
grossmj
|
a795e0d7c1
|
Add missing CORS origins.
|
2021-04-28 21:20:05 +09:30 |
|
grossmj
|
d8968cbee8
|
Merge remote-tracking branch 'origin/3.0' into 3.0
|
2021-04-28 15:57:39 +09:30 |
|
grossmj
|
ad7d8e2e7d
|
Fix tests.
|
2021-04-28 15:56:11 +09:30 |
|
grossmj
|
41ba215e32
|
Show topology path when check topology schema fails.
|
2021-04-27 22:48:55 -07:00 |
|
grossmj
|
b1b3338e3c
|
Fix bug when binding on address already in use.
|
2021-04-28 15:13:31 +09:30 |
|
grossmj
|
edb20482c7
|
Fix bug when no server config file is present.
|
2021-04-28 14:44:34 +09:30 |
|
grossmj
|
7b3351bba6
|
Upgrade dependencies.
|
2021-04-28 14:43:52 +09:30 |
|
grossmj
|
d3ace8ff17
|
Fix user delete endpoint.
|
2021-04-26 16:21:16 +09:30 |
|
grossmj
|
49be4146d6
|
Protect controlle notification endpoints. Ref #1888
(WebSocket endpoint is not secured, it takes an optional token).
|
2021-04-26 16:18:18 +09:30 |
|
grossmj
|
a02aede1b0
|
Use uuid5 to create new compute_id. Fixes #1641 #1887
|
2021-04-21 13:47:32 +09:30 |
|