Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
7 days | group/index: Allow repo creation via web | Runxi Yu | 1 | -0/+3 | |
9 days | *: Replace some := with var | Runxi Yu | 1 | -7/+8 | |
10 days | Add SPDX license headers to all Go files | Runxi Yu | 1 | -0/+3 | |
2025-02-19 | *.go: Use lowercase error values | Runxi Yu | 1 | -1/+1 | |
2025-02-17 | git_init.go: git_bare_init_with_default_hooks | Runxi Yu | 1 | -3/+4 | |
2025-02-17 | config.go: git.hooks_socket | Runxi Yu | 1 | -0/+3 | |
2025-02-15 | ssh_server: Add link to source | Runxi Yu | 1 | -0/+1 | |
2025-02-14 | config.go: Remove git.root | Runxi Yu | 1 | -3/+0 | |
We've switched to looking through the database to find paths to repos, so we won't need this for now. But perhaps it'll be re-added in the future when people could create repos via the web interface. | |||||
2025-02-14 | *: Make the forge title configurable | Runxi Yu | 1 | -0/+5 | |
2025-02-13 | ssh_url_generation.go, etc.: Add config ssh.root and use it | Runxi Yu | 1 | -0/+1 | |
Detecting it based on HTTP host name is definitely unreliable. Just add a configuration option and it should work. | |||||
2025-02-13 | http_*.go: Use http.Error | Runxi Yu | 1 | -3/+3 | |
2025-02-13 | login: Set cookie | Runxi Yu | 1 | -0/+1 | |
2025-02-12 | ssh.go: Add anonymous SSH cloning | Runxi Yu | 1 | -0/+5 | |
2025-02-12 | config.go: Close opened config_file | Runxi Yu | 1 | -0/+1 | |
2025-02-12 | config.go, etc.: Add PostgreSQL | Runxi Yu | 1 | -0/+15 | |
2025-02-09 | *: Add basic repo home with a README and recent commits display | Runxi Yu | 1 | -0/+3 | |
2025-02-05 | *: Basic web server | Runxi Yu | 1 | -0/+34 | |