mrhid6
9d6c530b5c
feat: add local_login_enabled setting with absent-means-on default
2026-08-03 10:36:48 +01:00
mrhid6
b8b553c695
feat: Removed unused test units
2026-08-03 10:18:01 +01:00
mrhid6
4b53970de3
feat: Updated package path to match repo
2026-07-28 10:01:40 +01:00
mrhid6
dc0d6cb2d2
feat: Move mail system to shared
2026-07-28 09:50:46 +01:00
mrhid6
03cf1715b2
feat: Updated purchase page
2026-07-27 14:59:43 +01:00
mrhid6
d7ada3eb76
fix(server): add the lk go.sum entry the workspace was masking
...
go build inside the Docker image runs outside the workspace, so server/go.sum
needed the hyperboloide/lk entry that GOWORK resolution was supplying locally.
Caught by the image build, not by go build.
2026-07-24 15:35:01 +01:00
mrhid6
33021e072b
feat(shared): add licence fields to Instance
2026-07-24 15:08:48 +01:00
mrhid6
fbd0b17ca3
feat(license): trust the production signing key
2026-07-24 15:01:03 +01:00
mrhid6
a0502558fd
feat(license): add lkctl for issuing licences by hand
2026-07-24 14:59:13 +01:00
mrhid6
b26472dfe8
feat(license): add offline verification
2026-07-24 14:58:25 +01:00
mrhid6
5b25797d77
feat(license): add signing and the trusted key list
2026-07-24 14:57:52 +01:00
mrhid6
b1a932b765
feat(license): add the licence payload and tier seed table
2026-07-24 14:57:21 +01:00
mrhid6
788d98b0c1
chore(shared): add hyperboloide/lk for licence signing
...
Probed the library before building against it. Two corrections to plan 1:
- PublicKey.ToB32String() returns one value, not (string, error)
- The scheme is ECDSA P-384 with SHA-256, not ed25519 as the spec and plan
claim. Design is unaffected; the prose needs fixing.
2026-07-24 14:53:26 +01:00
mrhid6
35b7bc1a63
refactor(shared): rename Org to Instance
2026-07-24 13:54:31 +01:00
mrhid6
59b0e63c2b
feat(shared): add EnsureCoreIndexes
2026-07-24 13:39:46 +01:00
mrhid6
06cc878d2e
feat(shared): add CreateOrg, RollbackOrg and CreateUser
...
Adopts sitesvc's retry-on-duplicate-key slug loop. The control plane
previously returned an error when it lost the slug race.
2026-07-24 13:39:20 +01:00
mrhid6
ea460d7408
feat(shared): add slug rules and shared document models
2026-07-24 13:38:52 +01:00
mrhid6
4da2e546b7
chore: scaffold shared module
2026-07-24 13:38:05 +01:00