| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor(main): main.go -> capybara.go | Fuwn | 2021-09-02 | 1 | -666/+0 |
| | | |||||
| * | fix(main): remove redundant type conversion | Fuwn | 2021-09-02 | 1 | -1/+1 |
| | | |||||
| * | refactor(capybara): proxy to /proxy/ (prev: /x/) | Fuwn | 2021-08-24 | 1 | -3/+3 |
| | | |||||
| * | chore(global): branding | Fuwn | 2021-07-22 | 1 | -1/+1 |
| | | |||||
| * | Change bindIfEnv's name to something less genericorigin/masterorigin/HEAD | Fuwn | 2021-07-21 | 1 | -4/+4 |
| | | |||||
| * | Add ability to specify flags via environment | Fuwn | 2021-07-20 | 1 | -2/+37 |
| | | |||||
| * | Add -e flag to place a stylesheet externally rather than loading it inline | nytpu | 2021-05-31 | 1 | -30/+47 |
| | | | | | | | | | | | | | | By default, kineto loads a stylesheet given to -s from disk and places it inline with the HTML in a <style>...</style> block. This patch adds a -e flag to load a stylesheet externally. When the -e flag is passed with a URI (relative or absolute), the given link is placed in the href of a <link rel="stylesheet"...> tag. This helps facilitate caching which can *significantly* reduce request overhead, particularly when the stylesheet is large (>= the size of the page content). The given URI is not validated, and if it is invalid the browser will 404 when requesting it and the page will have no style. | ||||
| * | Update go-gemini dependency | Adnan Maolood | 2021-02-25 | 1 | -13/+9 |
| | | |||||
| * | Implement input prompts on external domains | Adnan Maolood | 2021-02-25 | 1 | -7/+19 |
| | | |||||
| * | Use fmt.Fprintf instead of Write and Sprintf | Adnan Maolood | 2021-02-25 | 1 | -8/+7 |
| | | |||||
| * | Implement support for "lang" media type parameter | Adnan Maolood | 2021-02-25 | 1 | -1/+5 |
| | | |||||
| * | Display an error on charsets other than UTF-8 | Adnan Maolood | 2021-02-25 | 1 | -2/+10 |
| | | | | | This prevents the proxy from sending invalid UTF-8 to the client. | ||||
| * | Fix relative redirects | Adnan Maolood | 2021-02-25 | 1 | -1/+1 |
| | | | | | | Setting next.Host before setting next.Path breaks relative redirects on external sites, where next.Host != r.URL.Host. | ||||
| * | Add support for custom CSS. | José Mota | 2021-02-16 | 1 | -8/+17 |
| | | |||||
| * | Update go-gemini dependency | Adnan Maolood | 2021-01-15 | 1 | -3/+2 |
| | | | | | | Version 0.1.12 fixes a bug where the client Timeout was not applied when dialing, causing the client to hang when a host was down. | ||||
| * | Use POST request to respond to input requests | Drew DeVault | 2020-11-08 | 1 | -7/+15 |
| | | |||||
| * | Fix URLs with legit query strings in them | Drew DeVault | 2020-11-08 | 1 | -0/+2 |
| | | |||||
| * | Implement input and redirect responses | Drew DeVault | 2020-11-08 | 1 | -3/+93 |
| | | |||||
| * | Fix response status switch statement | Adnan Maolood | 2020-11-06 | 1 | -20/+12 |
| | | |||||
| * | Update go-gemini dependency | Adnan Maolood | 2020-11-06 | 1 | -35/+34 |
| | | |||||
| * | Add dark mode user preference with CSS media query | Byron Torres | 2020-11-02 | 1 | -0/+23 |
| | | |||||
| * | Reduce li margin to 0.5rem | Drew DeVault | 2020-11-01 | 1 | -1/+1 |
| | | |||||
| * | Add spacing between li's | Drew DeVault | 2020-11-01 | 1 | -0/+4 |
| | | |||||
| * | Fix style of proxy link at bottom of page | Drew DeVault | 2020-10-28 | 1 | -13/+17 |
| | | |||||
| * | Add ⇒ before links | Drew DeVault | 2020-10-26 | 1 | -29/+42 |
| | | |||||
| * | Initial commit | Drew DeVault | 2020-10-11 | 1 | -0/+452 |