Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | style.css: Categorize CSS statements | Runxi Yu | 2025-02-14 | 1 | -4/+32 | |
| | ||||||
* | .gitattributes: Ignore go.mod and go.sum | Runxi Yu | 2025-02-14 | 1 | -3/+3 | |
| | ||||||
* | .gitattributes: Linguist | Runxi Yu | 2025-02-14 | 1 | -0/+4 | |
| | ||||||
* | README.md: Update mirror URLs | Runxi Yu | 2025-02-14 | 1 | -3/+6 | |
| | ||||||
* | go.mod: Bump dependencies | Runxi Yu | 2025-02-14 | 2 | -6/+6 | |
| | ||||||
* | README.md: Expand "Support and development" | Runxi Yu | 2025-02-14 | 1 | -5/+8 | |
| | ||||||
* | README.md: Fix the URL to the GNU AGPL | Runxi Yu | 2025-02-14 | 1 | -1/+2 | |
| | ||||||
* | README.md: Extend AGPL notes | Runxi Yu | 2025-02-14 | 1 | -1/+5 | |
| | ||||||
* | http_handle_*.go: Remove redundant return statements | Runxi Yu | 2025-02-14 | 3 | -3/+0 | |
| | ||||||
* | README.md: Justify the subgroup syntax | Runxi Yu | 2025-02-14 | 1 | -0/+4 | |
| | ||||||
* | repo_info: Clarify the SSH access message | Runxi Yu | 2025-02-14 | 1 | -1/+1 | |
| | ||||||
* | http_*.go: Abstract out render_template for deduplication | Runxi Yu | 2025-02-14 | 9 | -53/+26 | |
| | ||||||
* | {database,http_handle_*index}.go: Reduce query_name_desc_list duplication | Runxi Yu | 2025-02-14 | 3 | -32/+20 | |
| | ||||||
* | http_*: Refactor to reduce duplication | Runxi Yu | 2025-02-14 | 11 | -41/+31 | |
| | ||||||
* | README.md: Add details in features supported by git repos | Runxi Yu | 2025-02-14 | 1 | -1/+4 | |
| | ||||||
* | *.go: Reformat | Runxi Yu | 2025-02-13 | 3 | -5/+4 | |
| | ||||||
* | http_{server,handle_login}.go: Fix missing error handling | Runxi Yu | 2025-02-13 | 2 | -1/+14 | |
| | ||||||
* | http_handle_*.go: Fix http.Error calls | Runxi Yu | 2025-02-13 | 6 | -40/+40 | |
| | | | | | | 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. | |||||
* | schema.sql: password TEXT should not be NOT NULL | Runxi Yu | 2025-02-13 | 1 | -1/+1 | |
| | ||||||
* | TODO: Add unit tests and refactor | Runxi Yu | 2025-02-13 | 1 | -0/+3 | |
| | ||||||
* | ssh_url_generation.go, etc.: Add config ssh.root and use it | Runxi Yu | 2025-02-13 | 6 | -4/+18 | |
| | | | | | Detecting it based on HTTP host name is definitely unreliable. Just add a configuration option and it should work. | |||||
* | {http,ssh}_server.go: Add debug logs for incoming requests | Runxi Yu | 2025-02-13 | 2 | -1/+7 | |
| | ||||||
* | {main,ssh_server}.go: Log listening addresses | Runxi Yu | 2025-02-13 | 2 | -11/+13 | |
| | ||||||
* | repo_*_{dir,file}: Add ref params if not head | Runxi Yu | 2025-02-13 | 3 | -3/+7 | |
| | ||||||
* | repo_{raw,tree}_dir: Only display "on $ref" if necessary | Runxi Yu | 2025-02-13 | 2 | -2/+2 | |
| | ||||||
* | style.css: Wider title-row specification | Runxi Yu | 2025-02-13 | 1 | -1/+1 | |
| | ||||||
* | group_repos: Fix table rows | Runxi Yu | 2025-02-13 | 1 | -6/+8 | |
| | ||||||
* | repo_tree_file: Add padding | Runxi Yu | 2025-02-13 | 2 | -4/+9 | |
| | ||||||
* | {group_,}index: Use name_desc_t | Runxi Yu | 2025-02-13 | 3 | -16/+10 | |
| | ||||||
* | group_index: Use table list | Runxi Yu | 2025-02-13 | 2 | -12/+36 | |
| | ||||||
* | repo_log: Scrollable view | Runxi Yu | 2025-02-13 | 1 | -25/+27 | |
| | ||||||
* | repo_commit: fake_diff_file_null has zero hash | Runxi Yu | 2025-02-13 | 1 | -1/+1 | |
| | ||||||
* | index: Reformat the page | Runxi Yu | 2025-02-13 | 5 | -27/+49 | |
| | ||||||
* | database.go: query_list[T any] | Runxi Yu | 2025-02-13 | 2 | -20/+32 | |
| | ||||||
* | http_*.go: Use http.Error | Runxi Yu | 2025-02-13 | 11 | -61/+55 | |
| | ||||||
* | TODO: Fix diff view | Runxi Yu | 2025-02-13 | 1 | -0/+1 | |
| | ||||||
* | repo_index: Add repo descriptions | Runxi Yu | 2025-02-13 | 7 | -9/+26 | |
| | ||||||
* | _repo_header.html: Purge | Runxi Yu | 2025-02-13 | 7 | -28/+0 | |
| | | | | We'll integrate this into the main header in the future | |||||
* | users: Print not implemented | Runxi Yu | 2025-02-13 | 1 | -0/+2 | |
| | ||||||
* | _header.html: Format the main header | Runxi Yu | 2025-02-13 | 10 | -34/+39 | |
| | ||||||
* | handle_user: Stub | Runxi Yu | 2025-02-13 | 3 | -4/+14 | |
| | ||||||
* | login: Set cookie | Runxi Yu | 2025-02-13 | 3 | -0/+38 | |
| | ||||||
* | login: Implement password validation | Runxi Yu | 2025-02-13 | 5 | -3/+77 | |
| | ||||||
* | http_handle_*.go: Use fmt.Fprintln, not w.Write | Runxi Yu | 2025-02-13 | 8 | -46/+54 | |
| | ||||||
* | login: Stub login page | Runxi Yu | 2025-02-13 | 4 | -4/+157 | |
| | ||||||
* | _header.html: Add header | Runxi Yu | 2025-02-13 | 21 | -72/+123 | |
| | ||||||
* | ssh_{server,utils}: Swap filenames | Runxi Yu | 2025-02-13 | 2 | -124/+124 | |
| | ||||||
* | *.go: Reformat | Runxi Yu | 2025-02-13 | 2 | -5/+7 | |
| | ||||||
* | *.go: Mass rename files for clarity | Runxi Yu | 2025-02-13 | 16 | -0/+0 | |
| | ||||||
* | README.md: Add a bit of detail | Runxi Yu | 2025-02-13 | 1 | -7/+50 | |
| |