Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | templates shall no longer be a global variable | Runxi Yu | 2025-04-05 | 1 | -5/+5 |
| | |||||
* | web: Separate HTTP error pages into its own package | Runxi Yu | 2025-04-05 | 1 | -3/+4 |
| | |||||
* | Move things to internal/v0.1.23 | Runxi Yu | 2025-04-05 | 1 | -1/+1 |
| | |||||
* | Use cmd/forge for the entry point | Runxi Yu | 2025-04-05 | 1 | -1/+1 |
| | |||||
* | sshPubkey* shall no longer be global variables | Runxi Yu | 2025-04-05 | 1 | -1/+1 |
| | |||||
* | Move FirstOrPanic into this module | Runxi Yu | 2025-04-05 | 1 | -1/+1 |
| | |||||
* | HTTP: Fix old commit hash field on commit pagev0.1.11 | Runxi Yu | 2025-04-03 | 1 | -1/+1 |
| | | | | | | In 87b1ab51 we translated this part of Go code from snake_case to camelCase but the sed expression went rogue a bit and made one of the fields broken. | ||||
* | Add descriptive comments to most Go functions | Runxi Yu | 2025-03-31 | 1 | -3/+5 |
| | |||||
* | Replace FileContributor with FileCopyrightText | Runxi Yu | 2025-03-31 | 1 | -1/+1 |
| | |||||
* | Use a custom errPage500 | Runxi Yu | 2025-03-22 | 1 | -3/+3 |
| | |||||
* | Variable name lengths | Runxi Yu | 2025-03-22 | 1 | -15/+15 |
| | |||||
* | Bump dependencies | Runxi Yu | 2025-03-21 | 1 | -1/+1 |
| | |||||
* | Remove underscores from Go code, pt 5 | Runxi Yu | 2025-03-19 | 1 | -1/+1 |
| | |||||
* | Remove underscores from Go code, pt 4 | Runxi Yu | 2025-03-19 | 1 | -42/+42 |
| | |||||
* | Remove underscores from Go code, pt 3 | Runxi Yu | 2025-03-19 | 1 | -1/+1 |
| | |||||
* | Remove underscores from Go code, pt 2 | Runxi Yu | 2025-03-18 | 1 | -1/+1 |
| | |||||
* | *: Typing fixes | Runxi Yu | 2025-03-05 | 1 | -1/+1 |
| | |||||
* | repo/*: Use var instead of := | Runxi Yu | 2025-03-05 | 1 | -17/+31 |
| | |||||
* | Add SPDX license headers to all Go files | Runxi Yu | 2025-03-03 | 1 | -0/+3 |
| | |||||
* | *.go: Reformat | Runxi Yu | 2025-02-19 | 1 | -1/+0 |
| | |||||
* | repo/contrib: Display merge request diffs | Runxi Yu | 2025-02-19 | 1 | -27/+32 |
| | |||||
* | http: Refactor more handler code duplication into the router | Runxi Yu | 2025-02-18 | 1 | -7/+3 |
| | |||||
* | *.go: Add some comments for docs | Runxi Yu | 2025-02-18 | 1 | -0/+2 |
| | |||||
* | *.go: Reformat | Runxi Yu | 2025-02-15 | 1 | -1/+1 |
| | |||||
* | reop_commit: Fix immediate newlines after <pre> | Runxi Yu | 2025-02-14 | 1 | -2/+18 |
| | |||||
* | http_handle_*.go: Remove redundant return statements | Runxi Yu | 2025-02-14 | 1 | -1/+0 |
| | |||||
* | http_*.go: Abstract out render_template for deduplication | Runxi Yu | 2025-02-14 | 1 | -5/+2 |
| | |||||
* | http_handle_*.go: Fix http.Error calls | Runxi Yu | 2025-02-13 | 1 | -5/+5 |
| | | | | | | Previously when I was converting the fmt.Fprintln calls into http.Error, there was a mistake in my sed command which caused some of the messages to have double colons. This should fix them. | ||||
* | repo_commit: fake_diff_file_null has zero hash | Runxi Yu | 2025-02-13 | 1 | -1/+1 |
| | |||||
* | http_*.go: Use http.Error | Runxi Yu | 2025-02-13 | 1 | -6/+6 |
| | |||||
* | repo_index: Add repo descriptions | Runxi Yu | 2025-02-13 | 1 | -1/+2 |
| | |||||
* | http_handle_*.go: Use fmt.Fprintln, not w.Write | Runxi Yu | 2025-02-13 | 1 | -7/+8 |
| | |||||
* | _header.html: Add header | Runxi Yu | 2025-02-13 | 1 | -11/+8 |
| | |||||
* | *.go: Mass rename files for clarity | Runxi Yu | 2025-02-13 | 1 | -0/+112 |