1. 09 Apr, 2019 1 commit
  2. 07 Apr, 2019 1 commit
  3. 06 Apr, 2019 1 commit
  4. 30 Mar, 2019 5 commits
  5. 17 Mar, 2019 1 commit
  6. 16 Mar, 2019 1 commit
  7. 15 Mar, 2019 1 commit
  8. 11 Mar, 2019 2 commits
  9. 06 Mar, 2019 1 commit
    • comp500's avatar
      proxy: Change headers using regex (#2144) · 47b78714
      comp500 authored
      * Add upstream header replacements (TODO: tests, docs)
      
      * Add tests, fix a few bugs
      
      * Add more tests and comments
      
      * Refactor header_upstream to use a fallthrough; return regex errors
      47b78714
  10. 05 Mar, 2019 1 commit
  11. 04 Mar, 2019 4 commits
    • Matthew Holt's avatar
      vendor: Update lego; notes for v0.11.5 · 80dfb8b2
      Matthew Holt authored
      80dfb8b2
    • Toby Allen's avatar
      httpserver: More organized startup output (#2497) · 98f160e3
      Toby Allen authored
      * Move SiteOutput to a seperate function sorted by port.
      
      * Rename vars and tidy up
      
      * Move loopback note to output loop
      
      * Fix Typo
      
      * Remove unneeded var
      
      * Readability Change
      
      * Change to other port string.
      
      * Simplify as all sites in Server use the same port
      
      * Ensure -quiet supresses fmt.Println calls
      
      * Prevent double output of siteinfo to log - improve log message
      
      * change name of log in comment
      
      * Remove spaces
      
      * Remove extra line output
      
      * final tidy!
      
      * Use caddy.LogDestination to setup log
      
      * Ensure Log is still output if quiet.
      
      * Correct case of functions and make function param bool
      
      * Remove conditional check for LogDestination
      
      * Revert output to simple blocks
      
      * comment update
      98f160e3
    • Toby Allen's avatar
      basicauth: Simplify user replacement on auth failure (#2470) · 4f8020a9
      Toby Allen authored
      * Can simply add user to replacer before Replace call.  user is then also added to logs
      
      * use fmt.Errorf
      
      * fix how fmt.Errorf is called.
      4f8020a9
    • Toby Allen's avatar
      errors: Return parse error if more than one argument (#2472) · b295aab2
      Toby Allen authored
      * Check errors directive only has 1 argument
      
      * Added Tests
      b295aab2
  12. 01 Mar, 2019 1 commit
  13. 26 Feb, 2019 2 commits
  14. 25 Feb, 2019 1 commit
  15. 24 Feb, 2019 2 commits
  16. 17 Feb, 2019 1 commit
  17. 16 Feb, 2019 2 commits
  18. 15 Feb, 2019 8 commits
  19. 13 Feb, 2019 2 commits
  20. 08 Feb, 2019 2 commits
    • Matt Holt's avatar
      caddytls: Change clustering to be a plugin to the caddytls package (#2459) · 1867ded1
      Matt Holt authored
      * caddytls: Change clustering to be a plugin to the caddytls package
      
      Should resolve the failure in
      https://github.com/coredns/coredns/pull/2541.
      
      This change is breaking to clustering plugin developers (not Caddy
      users), but logical, since only the caddytls package uses CertMagic
      directly (the httpserver package also uses it, but only because it also
      uses the caddytls plugin); and it is early enough that no clustering
      plugins really exist yet.
      
      This will also require a change of devportal
      so that it looks for a different registration function, which has moved
      to the caddytls package.
      
      * Remove unused variable
      
      * caddyhttp: Fix test (adjust plugin counting)
      
      * ummmm, remove extra line break
      
      somehow VS Code didn't fmt on save... weird.
      1867ded1
    • Matthew Holt's avatar
      ummmm, remove extra line break · 22db8bcf
      Matthew Holt authored
      somehow VS Code didn't fmt on save... weird.
      22db8bcf