Commit graph

133 commits

Author SHA1 Message Date
53c6fb18fd
new work
Some checks failed
/ build (push) Failing after 49s
/ build_x64 (push) Successful in 2m26s
/ build_arm64 (push) Successful in 2m33s
/ build_win64 (push) Successful in 2m32s
2023-11-18 22:51:45 -05:00
18edf13e3c
Update trifid-api/src/codegen/mod.rs
All checks were successful
/ build (push) Successful in 2m0s
/ build_x64 (push) Successful in 11m44s
/ build_arm64 (push) Successful in 3m37s
/ build_win64 (push) Successful in 3m41s
2023-10-10 20:04:02 -04:00
6cebc0cef0
officially the worlds dumbest bug. [trifid-api/0.2.3]
All checks were successful
/ build (push) Successful in 2m0s
/ build_x64 (push) Successful in 3m20s
/ build_arm64 (push) Successful in 3m19s
/ build_win64 (push) Successful in 3m42s
2023-10-10 14:54:59 -04:00
5a0ceb945a
trifid-api 0.2.2
All checks were successful
/ build_x64 (push) Successful in 2m21s
/ build_arm64 (push) Successful in 3m14s
2023-09-28 21:55:14 -04:00
237d6156eb [fix] issue certs that have already been valid for a little bit (1 hour) #4
All checks were successful
/ build_x64 (push) Successful in 28m34s
/ build_arm64 (push) Successful in 3m14s
2023-09-28 21:52:07 -04:00
61c6b65f9b
release 0.2.1 2023-09-27 10:55:52 -04:00
0f112ae15a
[hotfix] only issue config update if things other than the cert's issuance and expiry dates changed (#1) 2023-09-27 10:11:47 -04:00
c077c828ac
bump crate versions & clean warnings 2023-09-26 09:14:42 -04:00
babfc526ba
coldfix: finally fix config updates 2023-09-26 09:06:26 -04:00
b96996952e
[stars] debugging! 2023-08-19 13:34:04 -04:00
9665fda815
(MERGE) keystore v2 done ! 2023-08-18 23:58:36 -04:00
1b85754971
keystore v2 done ! 2023-08-18 23:58:00 -04:00
810b87986b
keystore v2 probably done 2023-08-18 23:55:27 -04:00
de16535651
keystore v2 work 2023-08-18 22:46:03 -04:00
3dadd40bba
finish adding keystore v2 stuffs 2023-08-18 08:01:55 -04:00
e901f63bb9
keystore v2 work 2023-08-17 11:22:12 -04:00
bafc361e76
keystore v2 migrations & entities 2023-08-15 23:27:52 -04:00
ab892d7453
hotfix: configurable threadpool size & new website starts 2023-08-15 00:16:47 -04:00
e18e25a571
Update to sea-orm 0.12.x 2023-08-05 14:52:12 -04:00
0c569b66f1
fix trifid-api builds pt2 2023-08-05 14:43:17 -04:00
d86d054b0c
fix trifid-api builds 2023-08-05 14:39:59 -04:00
1ea08243a0
trifid-api v0.1.5 2023-08-04 23:01:08 -04:00
909ab973aa
fix constant panics when keystore is weird (pt3) 2023-08-03 11:43:09 -04:00
b60c7a5bb0
fix constant panics when keystore is weird (pt2) 2023-08-03 11:35:46 -04:00
afbd1d2ba0
fix constant panics when keystore is weird 2023-08-03 11:30:50 -04:00
750aabc83c
oops 2023-08-03 11:21:34 -04:00
631d4d5280
implement host metadata (out of date and last seen at)
Implements: https://todo.e3t.cc/~core/trifid/3
2023-07-31 12:55:19 -04:00
2e214ba8fe
update sea-orm 2023-07-31 01:08:50 -04:00
7dd7cf80ff
roles:delete, roles:edit error parity & fix glaring security hole in role edit
Implements: https://todo.e3t.cc/~core/trifid/1
2023-07-31 00:38:19 -04:00
e7da2d7009
roles:get error parity
References: https://todo.e3t.cc/~core/trifid/1
2023-07-31 00:34:50 -04:00
8111dee595
roles:create error parity
References: https://todo.e3t.cc/~core/trifid/1
2023-07-31 00:33:00 -04:00
44fc07089d
networks:get, networks:list error parity
References: https://todo.e3t.cc/~core/trifid/1
2023-07-31 00:24:17 -04:00
ea3bc9e429
create host and enroll error parity
References: https://todo.e3t.cc/~core/trifid/1
2023-07-30 21:09:51 -04:00
7c494bb7aa
hosts:enroll error parity 2023-07-30 21:02:55 -04:00
a94fce77f1
hosts:block error parity 2023-07-30 15:02:46 -04:00
81e927501e
hosts:edit error parity 2023-07-30 14:58:37 -04:00
f38e5fa24e
hosts:delete error parity 2023-07-30 14:53:48 -04:00
1afbab3a41
hosts:get error parity 2023-07-30 14:39:52 -04:00
407deb1796
clean up dnclient endpoint debug logging 2023-07-29 19:36:32 -04:00
3eefcad767
code cleanup 2023-07-29 18:12:36 -04:00
0cca82546a
hosts:create error parity 2023-07-29 18:10:00 -04:00
5005240699
remove the dependency on openssl (merge) 2023-07-25 21:12:36 -04:00
408d76f841
static api signing keys per-host because dealing with them is turning out to be an absolute nightmare 2023-06-24 12:04:20 -04:00
e4d71fd62f
hotfix response signing 2023-06-24 10:54:52 -04:00
f06a725d9b
test keystore 2023-06-22 11:12:53 -04:00
e6e646b888
a way better config merge system 2023-06-22 11:09:59 -04:00
8d4d2d4264
its at least a functional mess 2023-06-22 10:59:33 -04:00
e9b54f08b1
trifid-api 0.1.1, fix config generation 2023-06-22 10:53:17 -04:00
0637b4bad3
publish _entities and _migration 2023-06-21 21:11:56 -04:00
2598a8efe0
upd tfapi cargo manifest 2023-06-21 21:09:47 -04:00