summaryrefslogtreecommitdiffstats
path: root/modules (follow)
Commit message (Expand)AuthorAgeFilesLines
* chore: Make Forgejo build with go1.24Gusted2024-12-172-0/+40
* fix: ensure correct ssh public key is used for authenticationGusted2024-12-121-8/+9
* Add support for indexing arch filesdragon2024-12-092-5/+34
* Use 8 as default value for git lfs concurrency (#32421)wxiaoguang2024-12-064-5/+8
* Make LFS http_client parallel within a batch. (#32369)Royce Remer2024-12-065-138/+162
* Merge pull request 'fix: remove softbreak from github legacy callout' (#6152)...Otto2024-12-052-0/+14
|\
| * fix: remove softbreak from github legacy calloutGusted2024-12-042-0/+14
* | feat: highlight Gradle Kotlin as KotlinGusted2024-12-042-1/+8
|/
* Merge pull request '[gitea] week 2024-49 cherry pick (gitea/main -> forgejo)'...Earl Warren2024-12-034-4/+193
|\
| * Validate OAuth Redirect URIs (#32643)Rowan Bohde2024-12-034-4/+193
* | Merge pull request 'fix: return correct type in `GetSubModule`' (#6114) from ...Gusted2024-12-032-9/+7
|\ \
| * | Fix: return correct type in `GetSubModule`Gusted2024-12-022-9/+7
* | | Merge pull request 'feat: Add option to disable builtin authentication' (#611...Gusted2024-12-011-0/+2
|\ \ \ | |_|/ |/| |
| * | feat: Add option to disable builtin authentication.George Tsiamasiotis2024-12-011-0/+2
| |/
* | Update modules/keying/keying.goFermeLeLundi2024-11-291-1/+1
* | Merge branch 'forgejo' into forgejoFermé le Lundi2024-11-292-0/+567
|\ \
| * | Add a "summary card" to issues & PRs for consumption by OpenGraph clients (#6...Mathieu Fenniak2024-11-292-0/+567
| |/
* | Update modules/keying/keying_test.goFermeLeLundi2024-11-281-5/+5
* | Update modules/keying/keying.goFermeLeLundi2024-11-281-5/+5
* | Update modules/git/repo_commit.goFermeLeLundi2024-11-281-2/+2
* | Update modules/indexer/code/elasticsearch/elasticsearch.goFermeLeLundi2024-11-281-1/+1
* | Update modules/typesniffer/typesniffer.goFermeLeLundi2024-11-281-1/+1
|/
* Merge pull request 'feat: migrate TOTP secrets to `keying`' (#6074) from gust...Earl Warren2024-11-271-2/+6
|\
| * feat: migrate TOTP secrets to `keying`Gusted2024-11-271-2/+6
* | fix: normalize guessed languages from enryGusted2024-11-272-0/+15
* | Merge pull request '[gitea] week 2024-48 cherry pick (gitea/main -> forgejo)'...Earl Warren2024-11-263-31/+53
|\ \
| * | disable gravatar in test (#32529)Rowan Bohde2024-11-241-7/+2
| * | Fix submodule parsingLunny Xiao2024-11-242-24/+51
| |/
* / Add Low German to list of default languagesBenedikt Straub2024-11-251-0/+1
|/
* fix: Preview picture not visible on Markdown file (#5781)Nirmal Kumar R2024-11-231-0/+4
* Merge pull request '[gitea] week 2024-47 cherry pick (gitea/main -> forgejo)'...Earl Warren2024-11-212-4/+4
|\
| * Fix and refactor markdown rendering (#32522)wxiaoguang2024-11-172-4/+4
| * Revert defaulting to EdDSAGusted2024-11-171-1/+1
| * feat: default to generating EdDSA for OAuth JWT signing keyGusted2024-11-161-1/+1
* | feat: add setting to block disposable emailsJames Hatfield2024-11-213-9/+3957
* | fix: Allow Organisations to remove the Email Address (#5517)JakobDev2024-11-201-5/+5
* | [FEAT]Allow changing git notes (#4753)JakobDev2024-11-183-9/+105
* | fix(test): TestGitAttributeCheckerError must allow broken pipeEarl Warren2024-11-181-1/+1
* | fix: use better code to group UID and stopwatchesGusted2024-11-161-3/+3
|/
* fix: strict matching of allowed content for sanitizerGusted2024-11-151-4/+4
* fix: extend `forgejo_auth_token` tableGusted2024-11-152-123/+0
* test: add trailing newline to `testlogger.go:recordError` messageMichael Kriese2024-11-141-1/+1
* Merge pull request 'feat: Make AVIF Images work with Forgejo' (#5940) from Ja...Gusted2024-11-143-2/+20
|\
| * feat: Make AVIF Images work with ForgejoJakobDev2024-11-133-2/+20
* | fix: handle renamed dependency for cargo registeryGusted2024-11-132-7/+37
|/
* Merge pull request 'fix: Proper parsing of date for git commits' (#5892) from...Otto2024-11-118-122/+144
|\
| * fix: Proper paring of date for git commitsGusted2024-11-103-5/+11
| * [PORT] Refactor DateUtils and merge TimeSince (gitea#32409)wxiaoguang2024-11-105-117/+133
* | test: fix test lintingMichael Kriese2024-11-115-11/+9
|/
* Merge pull request 'enh(issue search): sort by score and term based query for...Otto2024-11-109-23/+69
|\