aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* index: Reformat the pageRunxi Yu2025-02-135-27/+49
|
* database.go: query_list[T any]Runxi Yu2025-02-132-20/+32
|
* http_*.go: Use http.ErrorRunxi Yu2025-02-1311-61/+55
|
* TODO: Fix diff viewRunxi Yu2025-02-131-0/+1
|
* repo_index: Add repo descriptionsRunxi Yu2025-02-137-9/+26
|
* _repo_header.html: PurgeRunxi Yu2025-02-137-28/+0
| | | | We'll integrate this into the main header in the future
* users: Print not implementedRunxi Yu2025-02-131-0/+2
|
* _header.html: Format the main headerRunxi Yu2025-02-1310-34/+39
|
* handle_user: StubRunxi Yu2025-02-133-4/+14
|
* login: Set cookieRunxi Yu2025-02-133-0/+38
|
* login: Implement password validationRunxi Yu2025-02-135-3/+77
|
* http_handle_*.go: Use fmt.Fprintln, not w.WriteRunxi Yu2025-02-138-46/+54
|
* login: Stub login pageRunxi Yu2025-02-134-4/+157
|
* _header.html: Add headerRunxi Yu2025-02-1321-72/+123
|
* ssh_{server,utils}: Swap filenamesRunxi Yu2025-02-132-124/+124
|
* *.go: ReformatRunxi Yu2025-02-132-5/+7
|
* *.go: Mass rename files for clarityRunxi Yu2025-02-1316-0/+0
|
* README.md: Add a bit of detailRunxi Yu2025-02-131-7/+50
|
* TODO: InitRunxi Yu2025-02-121-0/+6
|
* schema.sql: Reorder (or it'll error out)Runxi Yu2025-02-121-7/+7
|
* router_http: Ensure module index has /Runxi Yu2025-02-121-0/+4
|
* {ssh,global}.go, index.html: Add global data containing ssh fpRunxi Yu2025-02-1211-5/+42
|
* README.md: Update about SSH implementationRunxi Yu2025-02-121-2/+2
|
* repo_index: Add clone instructionsRunxi Yu2025-02-123-1/+19
|
* repo_log: Fix anchorRunxi Yu2025-02-121-1/+1
|
* router_{http,ssh}.go, url_misc.go: Fix escapingRunxi Yu2025-02-123-2/+4
|
* repo_info: Warning to http clonersRunxi Yu2025-02-121-0/+10
|
* *.go: ReformatRunxi Yu2025-02-122-6/+5
|
* router_http: Use http.Error instead of Fprintln to report errorsRunxi Yu2025-02-121-6/+9
|
* forge.scfg: Fix ssh netRunxi Yu2025-02-121-1/+1
|
* ssh.go: Use config.SSH.Net, config.SSH.AddrRunxi Yu2025-02-121-1/+1
|
* git_misc.go: Remove err_unsafe_path as unusedRunxi Yu2025-02-121-1/+0
|
* *.go: Use the database for repo info, and fix ssh cloning repoRunxi Yu2025-02-1210-29/+98
|
* http_router.go: Move from router.go and fix conditional placement bugRunxi Yu2025-02-121-5/+5
|
* ssh.go: Add anonymous SSH cloningRunxi Yu2025-02-125-1/+101
|
* router.go: Fix out-of-bounds read on /:Runxi Yu2025-02-121-0/+5
|
* *.go: ReformatRunxi Yu2025-02-124-19/+1
|
* git_misc.go: Merge types.go into hereRunxi Yu2025-02-121-0/+8
|
* resources: Add schema.sql to source_fsRunxi Yu2025-02-121-0/+1
|
* handle_index: Query group names from databaseRunxi Yu2025-02-121-5/+16
|
* _footer.html: Fix upstream linkRunxi Yu2025-02-121-1/+1
|
* router: Stricter URLRunxi Yu2025-02-121-0/+12
|
* repo_tree_file: Fix link to CSSRunxi Yu2025-02-121-1/+1
|
* *: Migrate to the new path schemeRunxi Yu2025-02-1215-52/+162
|
* git_format_patch.go: Remove garbage printfRunxi Yu2025-02-121-1/+0
|
* config.go: Close opened config_fileRunxi Yu2025-02-121-0/+1
|
* repo_tree_file: Don't treespec when it's headRunxi Yu2025-02-121-1/+1
|
* README.md: Protocols and user interfacesRunxi Yu2025-02-121-2/+13
|
* repo_commit: Add missing error checkRunxi Yu2025-02-121-0/+4
|
* git_misc.go: ReformatRunxi Yu2025-02-121-5/+7
|