aboutsummaryrefslogtreecommitdiff
path: root/config.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* group/index: Allow repo creation via webRunxi Yu7 days1-0/+3
|
* *: Replace some := with varRunxi Yu9 days1-7/+8
|
* Add SPDX license headers to all Go filesRunxi Yu10 days1-0/+3
|
* *.go: Use lowercase error valuesRunxi Yu2025-02-191-1/+1
|
* git_init.go: git_bare_init_with_default_hooksRunxi Yu2025-02-171-3/+4
|
* config.go: git.hooks_socketRunxi Yu2025-02-171-0/+3
|
* ssh_server: Add link to sourceRunxi Yu2025-02-151-0/+1
|
* config.go: Remove git.rootRunxi Yu2025-02-141-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.
* *: Make the forge title configurableRunxi Yu2025-02-141-0/+5
|
* ssh_url_generation.go, etc.: Add config ssh.root and use itRunxi Yu2025-02-131-0/+1
| | | | | Detecting it based on HTTP host name is definitely unreliable. Just add a configuration option and it should work.
* http_*.go: Use http.ErrorRunxi Yu2025-02-131-3/+3
|
* login: Set cookieRunxi Yu2025-02-131-0/+1
|
* ssh.go: Add anonymous SSH cloningRunxi Yu2025-02-121-0/+5
|
* config.go: Close opened config_fileRunxi Yu2025-02-121-0/+1
|
* config.go, etc.: Add PostgreSQLRunxi Yu2025-02-121-0/+15
|
* *: Add basic repo home with a README and recent commits displayRunxi Yu2025-02-091-0/+3
|
* *: Basic web serverRunxi Yu2025-02-051-0/+34