aboutsummaryrefslogtreecommitdiff
path: root/config.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* database: Separate opening the database into its own packageRunxi Yu2025-04-051-3/+2
|
* scfg: Error out when required directives are missingv0.1.25Runxi Yu2025-04-051-2/+0
|
* Move scfg into the repo and don't error out on unknown fieldsRunxi Yu2025-04-051-5/+6
|
* Unexport some other thingsRunxi Yu2025-04-051-3/+0
|
* Unexport fields in Serverv0.1.24Runxi Yu2025-04-051-4/+4
|
* Use cmd/forge for the entry pointRunxi Yu2025-04-051-7/+7
|
* sshPubkey* shall no longer be global variablesRunxi Yu2025-04-051-1/+1
|
* database shall no longer be a global variableRunxi Yu2025-04-051-1/+1
|
* config shall no longer be a global variableRunxi Yu2025-04-051-6/+6
|
* Switch to upstream scfg for nowRunxi Yu2025-04-051-1/+1
|
* Automatically deploy and run git2dRunxi Yu2025-04-031-2/+3
|
* config: Add git.socket for git2dRunxi Yu2025-04-031-0/+1
|
* LMTP configuration updateRunxi Yu2025-04-011-2/+5
|
* Basic debugging LMTP handlerRunxi Yu2025-04-011-1/+2
|
* Stub LMTP listenerRunxi Yu2025-04-011-0/+3
|
* Add descriptive comments to most Go functionsRunxi Yu2025-03-311-5/+13
|
* Replace FileContributor with FileCopyrightTextRunxi Yu2025-03-311-1/+1
|
* LintRunxi Yu2025-03-271-3/+3
|
* Support X-Forwarded-For for reverse proxiesRunxi Yu2025-03-221-0/+1
|
* Configurable timeoutRunxi Yu2025-03-221-0/+3
|
* IRC sending queuesRunxi Yu2025-03-221-3/+7
|
* Add rudimentary IRC logicRunxi Yu2025-03-221-0/+5
|
* Remove underscores from Go code, pt 2Runxi Yu2025-03-181-1/+1
|
* Remove underscores from Go code, pt 1Runxi Yu2025-03-181-8/+6
|
* group/index: Allow repo creation via webRunxi Yu2025-03-061-0/+3
|
* *: Replace some := with varRunxi Yu2025-03-051-7/+8
|
* Add SPDX license headers to all Go filesRunxi Yu2025-03-031-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