Commit graph

27 commits

Author SHA1 Message Date
ab548d249b
chore(tfstated): change database account id format to uuidv7 2025-01-31 20:53:29 +01:00
98c7d6f578
feat(webui): bootstrap account settings management with light and dark mode 2025-01-30 00:19:16 +01:00
21c8d6601a
feat(webui): bootstrap state version page 2025-01-28 00:30:30 +01:00
26e10a9399
feat(webui): implement state versions list 2025-01-27 22:00:51 +01:00
09885ef1e4
feat(webui): implement states list 2025-01-22 00:46:49 +01:00
1292d189cf
feat(webui): implement logout process 2025-01-13 10:11:20 +01:00
aef0b00fb9
feat(tfstated): store created and updated timestamps for states 2025-01-12 00:15:52 +01:00
6e069484cb
feat(webui): bootstrap session handling and login process 2025-01-06 00:41:32 +01:00
1dbb1b9ee7
chore(tfstated): refactor setting last login date time on successful HTTP basic auth 2024-12-28 23:16:09 +01:00
c1ddc47c95
chore(tfstated): refactor database environment handling 2024-12-17 23:19:50 +01:00
6cf7872b22
chore(tfstated): improve error messages and refactored PRAGMA code in the database module 2024-12-17 23:19:22 +01:00
b3980358cf
fix(tfstated): rollack transaction in case of panic 2024-12-17 23:19:22 +01:00
f649f7bbbf
chore(tfstated): implement a transaction wrapper 2024-12-17 23:19:21 +01:00
25ed1188ed
chore(tfstated): refactor helpers to their own package 2024-12-17 23:19:18 +01:00
5b6da56089
fix(tfstated): hash passwords instead of relying on the database encryption key 2024-11-16 00:36:17 +01:00
7c96e1b780
fix(tfstated): return 403 Forbidden on non existent account 2024-11-15 23:59:14 +01:00
3d8812fbd0
feat(tfstated): implement HTTP basic auth 2024-11-14 01:34:29 +01:00
4020344eda
chore(tfstated): rename state "name" to "path" for consistency 2024-11-13 21:08:48 +01:00
1ebf0341dd
feat(tfstated): allow configuration of version history limit via environment variable 2024-10-18 00:01:50 +02:00
4c2032e1f0
feat(tfstated): garbage collect older states 2024-10-17 09:18:40 +02:00
0e58781daa
feat(tfstated): preserve lock information in states versions 2024-10-16 00:17:12 +02:00
3319e74279
feat(tfstated): implement states versioning 2024-10-14 23:54:49 +02:00
5ef098f47e
fix(tfstated): add lock handler tests 2024-10-06 00:15:58 +02:00
c4ce5e8623
fix(tfstated): add delete handler tests 2024-10-06 00:15:58 +02:00
3d74311931
feat(tfstated): implement states locking 2024-10-03 00:13:09 +02:00
8949cee8b3
feat(tfstated): implement DELETE method 2024-10-02 23:23:46 +02:00
4ff490806c
feat(tfstated): implement GET and POST methods, states are encrypted in a sqlite3 database 2024-09-30 01:00:59 +02:00