Commit Graph

64 Commits

Author SHA1 Message Date
aaab500049 fix: Always add authorization if a token is provided 2024-02-04 13:40:34 +01:00
fbb80c622f fix: Fix wrong logging output 2024-02-04 13:34:37 +01:00
48b6585eba feat: Allow reading an access token 2024-02-04 13:26:48 +01:00
3747f02ed8 fix: Fix style issue in test 2024-02-03 16:45:13 +01:00
b9cc7f30e8 feat: Fix and test header parsing 2024-02-03 16:42:08 +01:00
5b9aaf5e24 fix: Fix CNAME parsing 2024-02-03 15:51:23 +01:00
e3032c8233 feat: Move the CNAME into the rio.json 2024-02-03 15:39:31 +01:00
cf85380ddb feaT: Allow specifying custom headers in the rio.json 2024-02-03 15:18:37 +01:00
8630855374 fix: Use the correct domain for metrics 2024-02-03 12:23:38 +01:00
315bb39f44 feat: Pass around one big global context 2024-02-03 12:05:10 +01:00
cb123537d5 fix: Fix typo 2024-02-02 21:36:58 +01:00
9abc268315 feat: Add more logging to the metrics code 2024-02-02 21:28:16 +01:00
8f09aa959b feat: Implement simple page metrics 2024-02-02 21:07:29 +01:00
0341ed8219 feat: Also send the content-length 2024-01-14 19:29:09 +01:00
6028d3fe76 fix: Try to fix 'when' again 2024-01-13 18:00:10 +01:00
f802efb6bd fix: Fix CI when 2024-01-13 17:59:18 +01:00
183e77ea61 feat: Restrict the CI to Go files 2024-01-13 17:58:21 +01:00
3af531fdcc docs: Document the alt CNAME approach 2024-01-13 17:54:02 +01:00
f264bd5604 feat: Allow usage for top-level domains 2024-01-13 17:30:55 +01:00
9b971daf28 fix: Fix username extraction in the TLS handler 2024-01-11 22:10:32 +01:00
352f8bb4ce Merge pull request 'Wildcards' () from feat/wildcards into master
Reviewed-on: 
2024-01-11 21:04:49 +01:00
b8eba55999 docs: Update README 2024-01-11 20:58:47 +01:00
55e63eee5b docs: Add documentation for the method types 2024-01-11 20:53:31 +01:00
80234fd5ba fix: Prevent "leak" of raw gitea API response for CSP 2024-01-11 20:50:48 +01:00
25eb0de1e7 fix: Handle usernames with a dot in them
Fixes .
2024-01-11 20:37:56 +01:00
fe2f418e35 feat: Prevent weird situations if we have no username 2024-01-11 20:25:50 +01:00
2cbe46dc1a feat: Spawn another HTTP server for HTTPS upgrades 2024-01-11 16:32:28 +01:00
de14a0e68d feat: Move the path modifications around 2024-01-06 21:38:21 +01:00
40ce4e81a8 fix: Tests 2024-01-06 21:30:44 +01:00
e628ec7ecf What is a CNAME? 2024-01-06 21:26:09 +01:00
6f9f92e68a fix: Correctly compute the username from a CNAME 2024-01-06 21:11:05 +01:00
996aa10866 More debugging 2024-01-06 21:04:27 +01:00
412e5d2fac fix: Fix username extraction 2024-01-06 20:29:18 +01:00
c0b87be246 feat: Log CNAME expectations on mismatch 2024-01-06 20:09:59 +01:00
2fb1e36b06 fix: Handle CNAMEs with a trailing dot 2024-01-06 20:00:55 +01:00
be42e60731 test: Disable CNAME lookup caching 2024-01-06 19:53:03 +01:00
cb40a0689b feat: Add more logging to CNAME resolution 2024-01-06 19:52:12 +01:00
f4d8b151ec feat: Replace HTTP01 by DNS01 2024-01-06 18:11:54 +01:00
308a72e1b5 feat: Allow specifying a custom CSP 2024-01-06 17:42:08 +01:00
fb54cc73f0 fix: Disable certificate tests 2024-01-06 15:09:36 +01:00
e834da3727 feat: Disable wildcard certificates 2024-01-06 15:06:38 +01:00
493758f56f feat: Add tests for the repository picking behaviour 2024-01-06 14:47:47 +01:00
3692168346 feat: First steps towards using wildcard certificates 2024-01-02 18:23:46 +01:00
2d4ecc40cb feat: Run tests in the CI 2024-01-01 20:16:49 +01:00
f9d3f0dd5b feat: Add CI 2024-01-01 20:15:23 +01:00
ebdd56013d chore: Fix linter issues 2024-01-01 20:07:43 +01:00
3012878c94 feat: Only request certificates for existing users and orgs 2024-01-01 20:05:20 +01:00
5181aed0b8 chore: Add documentation 2024-01-01 16:28:54 +01:00
720b3d9d53 chore: Reduce go requirements 2024-01-01 15:43:23 +01:00
731a3ce2cb feat: Allow disabling debug logging 2024-01-01 14:55:22 +01:00