grossmj
|
6dd0f4d4d3
|
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 |
|
grossmj
|
4e33d29af8
|
Change RBAC field names from builtin to is_builtin
|
2021-06-03 16:24:38 +09:30 |
|
grossmj
|
d65b49acaa
|
Add user permissions + RBAC tests.
|
2021-06-03 15:40:12 +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
|
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
|
8810249d36
|
Add user groups support.
|
2021-05-15 15:10:02 +09:30 |
|
grossmj
|
10164e262d
|
Enable SQL foreign key support for SQLite
|
2021-05-06 17:21:45 +09:30 |
|
grossmj
|
ad7d8e2e7d
|
Fix tests.
|
2021-04-28 15:56:11 +09:30 |
|
grossmj
|
a02aede1b0
|
Use uuid5 to create new compute_id. Fixes #1641 #1887
|
2021-04-21 13:47:32 +09:30 |
|
grossmj
|
0465cb87f6
|
Protect the API and add alternative authentication endpoint.
|
2021-04-20 11:59:02 +09:30 |
|
grossmj
|
e28452f09a
|
Secure users API and handle manual password recovery.
|
2021-04-19 09:40:04 +09:30 |
|
grossmj
|
c03226e368
|
Add default super admin account in controller db.
|
2021-04-18 17:39:47 +09:30 |
|
grossmj
|
6b8ce8219c
|
Fix tests.
|
2021-04-15 18:30:22 +09:30 |
|
grossmj
|
c59fc375f2
|
Remove traceng code.
|
2021-04-13 19:03:23 +09:30 |
|
grossmj
|
1b5a5de4bc
|
Generate new config for each test. Fixes tests.
|
2021-04-12 19:37:59 +09:30 |
|
grossmj
|
30ebae207f
|
Use Pydantic to validate the server config file.
|
2021-04-12 17:02:23 +09:30 |
|
grossmj
|
170e83e589
|
Fix tests and update requirements
|
2021-04-05 17:43:35 +09:30 |
|
grossmj
|
566e326b57
|
Save computes to database
|
2021-04-05 14:21:41 +09:30 |
|
grossmj
|
0fea3f969e
|
Use aiosqlite and add service for templates
|
2021-03-28 21:17:29 +10:30 |
|
grossmj
|
d730c591b3
|
Refactor template management to use database.
|
2021-03-28 11:15:08 +10:30 |
|
grossmj
|
58c1b01439
|
Add default JWT secret key and fix tests.
|
2020-12-18 16:51:54 +10:30 |
|
grossmj
|
bde706d19a
|
Generate JWT secret key if none is configured in the config file.
Change location of the database.
|
2020-12-16 18:24:21 +10:30 |
|
grossmj
|
d47dcb0d6f
|
User authentication with tests.
|
2020-12-07 16:52:36 +10:30 |
|
grossmj
|
bf7cf862af
|
Refactor tests and start work on database integration.
|
2020-12-02 18:39:08 +10:30 |
|
grossmj
|
c043830e3f
|
Move endpoints to routes & preparations to use a database.
|
2020-11-19 15:21:03 +10:30 |
|