| .. |
|
CMakeLists.txt
|
68a84eebc8
feat(server): project-aware auth (authn pre-routing + per-handler authz), CORS, meta, login
|
2 months ago |
|
api_fixture.hpp
|
784a9c6e5f
feat(api): project-scoped collection CRUD
|
2 months ago |
|
db_test_util.hpp
|
ad4e7a1721
feat(db): DbGateway with project namespacing (qualify/listProjects/ensureProject/dropProject)
|
2 months ago |
|
test_api_integration.cpp
|
4ef3333fd1
feat(api): admin GET/PUT /api/v1/settings (masked secret) + client methods
|
2 months ago |
|
test_auth.cpp
|
d894059530
feat(auth): session store mapping cookie->key + bearer/cookie parsing
|
2 months ago |
|
test_config.cpp
|
2300762f13
feat(config): minimal bootstrap config with defaults and file load
|
2 months ago |
|
test_db_gateway.cpp
|
ad4e7a1721
feat(db): DbGateway with project namespacing (qualify/listProjects/ensureProject/dropProject)
|
2 months ago |
|
test_embeddings.cpp
|
d883eb996c
feat(embeddings): OpenAI /v1/embeddings client + response parsing
|
2 months ago |
|
test_errors.cpp
|
68a84eebc8
feat(server): project-aware auth (authn pre-routing + per-handler authz), CORS, meta, login
|
2 months ago |
|
test_filters.cpp
|
4e2993b437
feat(filters): parse field:op:value query filters into client Filter
|
2 months ago |
|
test_registry.cpp
|
a37bb7efd3
feat(registry): project-scoped collection registry
|
2 months ago |
|
test_settings.cpp
|
0ba14baac6
feat(settings): global Settings + ApiKey model with per-project grants
|
2 months ago |
|
test_smoke.cpp
|
645318aeab
build: project skeleton, cpp-httplib v0.46.0, db-client link, smoke test
|
2 months ago |
|
test_stores.cpp
|
cd3a84831b
feat(auth): DB-backed KeyStore (bootstrap admin key, grants) + global SettingsStore
|
2 months ago |