Commit Graph

24 Commits

Author SHA1 Message Date
Simon Ser 53966da2d8 Drop gqlparser v1 dependency
Only use v2 throughout the repository.
2023-12-07 14:14:28 +01:00
Simon Ser d2ad494f23 Migrate to chi v5
v1 is not maintained anymore.
2023-11-30 11:31:36 +01:00
Simon Ser cfae7baecb Upgrade dependencies 2023-10-04 15:46:32 +02:00
Adnan Maolood 156c5e2649 s3: Import middleware from pages.sr.ht
Closes: https://todo.sr.ht/~sircmpwn/pages.sr.ht/19
2023-06-01 12:30:12 +02:00
Simon Ser 1f6fac1dda go mod tidy
Fixes the following error when running `go test`:

    ../../go/pkg/mod/github.com/prometheus/client_golang@v1.14.0/prometheus/internal/metric.go:19:2: missing go.sum entry for module providing package github.com/prometheus/client_model/go (imported by github.com/prometheus/client_golang/prometheus); to add:
    	go get github.com/prometheus/client_golang/prometheus@v1.14.0
2023-04-11 14:59:51 +02:00
Drew DeVault fa27910a94 Add prometheus SQL connection stats
Also updates the prometheus client_go library
2023-01-31 16:38:04 +01:00
Conrad Hoffmann b1540a2277 Update pq (Postgres driver) to latest version 2022-11-25 13:19:16 +01:00
Julien Moutinho dd20891a28 Replace x/crypto package by ProtonMail/go-crypto to support ed25519 OpenPGP keys 2021-12-06 09:15:20 +01:00
Peter Sanchez 31e77bac08 Add support for mail setups that don't support TLS or Auth 2021-11-29 10:58:09 +01:00
Drew DeVault 4f926ddc90 auth: fix /query/api-meta.json route
This route does not need authentication.
2021-08-24 10:24:04 +02:00
Drew DeVault 61ab3f0816 Update go-bare 2021-02-27 15:25:25 -05:00
Drew DeVault 407afe7d53 Update dependencies 2020-11-21 11:41:58 -05:00
Drew DeVault 606ff2ef7d Sign outgoing emails 2020-11-14 12:26:51 -05:00
Drew DeVault 5414f4c07f Update dowork 2020-10-13 12:09:33 -04:00
Drew DeVault af2afebd4c Add legacy webhooks worker implementation 2020-10-10 11:24:59 -04:00
Drew DeVault 14f4b92139 Expand context for work queues 2020-10-09 10:53:27 -04:00
Drew DeVault 789f4a8133 Simplify server module 2020-10-07 10:14:56 -04:00
Drew DeVault 0c65149828 Add email work queue 2020-10-06 15:56:57 -04:00
Drew DeVault 943e283407 Drop leftover references to gql.sr.ht 2020-10-06 14:09:09 -04:00
Drew DeVault bfc744fce7 Add basic auth tests 2020-10-06 13:02:51 -04:00
Drew DeVault 1d2a30cb44 Import GQL server interfaces from gql.sr.ht 2020-10-06 11:48:01 -04:00
Drew DeVault a9e49d17a1 Overhaul crypto module
Part 1 of merging gql.sr.ht with core-go
2020-10-05 13:32:46 -04:00
наб 98806e712f Add crypto module with depessimised webhook signing from gitsrht-update-hook 2020-08-20 09:59:23 -04:00
наб 9d6ae2ee8a Initial commit 2020-08-20 09:59:23 -04:00