.builds
Run golangci-lint in CI
2025-11-05 09:27:47 +01:00
auth
auth: add function to create ad-hoc authenticated contexts
2026-07-08 11:18:30 +02:00
client
Fix a bunch of linter complaints
2025-11-04 08:35:49 +01:00
cmd /token
Refactor config loading and server initialization
2025-10-01 15:29:10 +02:00
config
config: add GetOwner and GetString
2025-12-02 16:40:50 +01:00
crypto
Don't uppercase error messages
2025-11-04 12:22:13 +01:00
database
Don't uppercase error messages
2025-11-04 12:22:13 +01:00
email
email: properly set headers if no PGP configured
2026-05-20 10:23:10 +02:00
errors
errors: fix comparison in errors.Is()
2026-05-11 12:47:49 +02:00
feature
Run modernize
2025-10-27 09:20:06 +01:00
model
model: support "unset" RID values
2026-06-03 09:10:31 +02:00
objects
objects: make URL() respect s3-insecure
2026-01-07 14:26:25 +01:00
redis
Don't uppercase error messages
2025-11-04 12:22:13 +01:00
server
server: add health endpoint to metrics listener
2026-05-11 12:50:52 +02:00
valid
Don't uppercase error messages
2025-11-04 12:22:13 +01:00
webhooks
webhooks: do not limit webhooks by token_hash
2025-11-13 10:14:24 +01:00
.gitignore
Initial commit
2020-08-20 09:59:23 -04:00
.golangci.yml
Run golangci-lint in CI
2025-11-05 09:27:47 +01:00
go.mod
model: introduce ID type
2025-10-02 15:42:40 +02:00
go.sum
model: introduce ID type
2025-10-02 15:42:40 +02:00
LICENSE
Initial commit
2020-08-20 09:59:23 -04:00
placeholder.go
Initial commit
2020-08-20 09:59:23 -04:00
README.md
README.md: add build badge
2020-10-10 11:28:51 -04:00