summaryrefslogtreecommitdiff
path: root/admin.go
AgeCommit message (Expand)Author
2023-08-07ci: Use gofumpt to format code (#5707)Jacob Gadikian
2023-08-02core: Allow loopback hosts for admin endpoint (fix #5650) (#5664)Matt Holt
2023-07-21core: Refine mutex during reloads (fix #5628) (#5645)Matt Holt
2023-07-11caddytls: Reuse certificate cache through reloads (#5623)Matt Holt
2023-05-09Add doc comment about changing admin endpointMatthew Holt
2023-02-06admin: Add `CADDY_ADMIN` env var to override the default (#5332)Francis Lavoie
2022-11-23admin: set certmagic cache logger (#5173)bit
2022-11-23admin: fix certificate renewal for admin (#5169)bit
2022-09-29admin: Use replacer on listen addresses (#5071)Cory Cooper
2022-09-28core: Refactor and improve listener logic (#5089)Matt Holt
2022-09-02notify: Don't send ready after error (fix #5003)Matthew Holt
2022-08-25admin: Don't stop old server if new one fails (#4964)WeidiDeng
2022-08-02chore: Bump up to Go 1.19, minimum 1.18 (#4925)Francis Lavoie
2022-08-01caddyhttp: Implement `caddy respond` command (#4870)Matt Holt
2022-07-12admin: expect quoted ETags (#4879)jhwz
2022-07-06admin: support ETag on config endpoints (#4579)jhwz
2022-03-25go.mod: Upgrade CertMagic to v0.16.0Matthew Holt
2022-03-03core: Retry dynamic config load if config unchangedMatthew Holt
2022-03-03core: Retry dynamic config load if error or no-op (#4603)Matthew Holt
2022-03-02pki: Implement API endpoints for certs and `caddy trust` (#4443)Francis Lavoie
2022-03-01core: Config LoadInterval -> LoadDelay for clarityMatthew Holt
2022-02-15admin: Write proper status on invalid requests (#4569) (fix #4561)Alok Naushad
2022-02-15admin: Enforce and refactor origin checkingMatthew Holt
2022-01-05admin: Require identity for remote (fix #4478)Matthew Holt
2021-11-29caddyhttp: Split up logged remote address into IP and port (#4403)Francis Lavoie
2021-09-29Move from deprecated ioutil to os and io packages (#4364)KallyDev
2021-08-16admin: Sync server variables (fix #4260) (#4274)Steven Angles
2021-07-28admin: Implement load_interval to pull config on a timer (#4246)王清雨
2021-06-05admin: Replace admin cert cache when reloading (fix #4184)Matthew Holt
2021-05-19admin: Reinstate internal redirect for /id/ requestsMatthew Holt
2021-04-05notify: Send all sd_notify signals from main caddy process (#4060)Carl George
2021-01-27admin: Identity management, remote admin, config loaders (#3994)Matt Holt
2020-11-22ci: Use golangci's github action for linting (#3794)Dave Henderson
2020-09-25admin: lower log level to Debug for /metrics requests (#3749)Dave Henderson
2020-09-22metrics: Always track method label in uppercase (#3742)Dave Henderson
2020-09-17metrics: Initial integration of Prometheus metrics (#3709)Dave Henderson
2020-07-31admin,templates,core: Minor enhancements and error handling (#3607)Bart
2020-05-21admin: Disallow websocketsMatthew Holt
2020-05-13cmd: Add pidfile support (closes #3235)Matthew Holt
2020-05-12all: Recover from panics in goroutinesMatthew Holt
2020-04-16admin: Disable host checking if wildcard interface is specifiedMatthew Holt
2020-04-10admin: Always enforce Host header checksMatthew Holt
2020-04-08chore: make the linter happier (#3245)Mohammed Al Sahaf
2020-03-24admin: Fix regex for removing @id fields (closes #3187)Matthew Holt
2020-03-21caddyconfig: register adapters as Caddy modules (#3132)Mohammed Al Sahaf
2019-12-31Config auto-save; run --resume flag; update environ output (close #2903)Matthew Holt
2019-12-23admin: Only write most CORS headers in OPTIONS requestsMatthew Holt
2019-12-17admin: POST /... expands and appends all array elementsMatthew Holt
2019-12-16admin: /stop endpoint gracefully shuts down; fixes caddy stop commandMatthew Holt
2019-12-15logging: Implement net writer (#2884)Abdelmalek Ihdene