summaryrefslogtreecommitdiffstats
path: root/models (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request '[gitea] week 2024-50 cherry pick (gitea/main -> forgejo)'...Earl Warren2024-12-102-86/+0
|\
| * Remove outdated code about fixture generation (#32708)Lunny Xiao2024-12-082-86/+0
* | Add `-` as reserved userOtto Richter2024-12-091-0/+1
* | feat(secret): generate FORGEJO_TOKEN for all tasksxtex2024-12-081-1/+2
|/
* fix: correct permission loading for limited organisationGusted2024-12-042-1/+35
* Merge pull request '[gitea] week 2024-49 cherry pick (gitea/main -> forgejo)'...Earl Warren2024-12-038-10/+10
|\
| * Strict pagination check (#32548)Lunny Xiao2024-12-018-10/+10
* | Rework GetLatestCommitStatusForPairs query using a subquery for PG compatibil...Mathieu Fenniak2024-12-012-182/+14
* | Improve performance of allowed org repo creation query (#6100)Otto Richter2024-12-012-2/+15
|/
* add tests for GetLatestCommitStatusForRepoCommitIDsMathieu Fenniak2024-11-301-0/+88
* Fix unconditional DB queries in commit status fetchesMathieu Fenniak2024-11-302-60/+14
* Merge branch 'forgejo' into forgejoFermé le Lundi2024-11-291-0/+19
|\
| * Add a "summary card" to issues & PRs for consumption by OpenGraph clients (#6...Mathieu Fenniak2024-11-291-0/+19
* | Update models/git/commit_status_test.goFermeLeLundi2024-11-281-2/+2
|/
* Merge pull request 'feat: migrate TOTP secrets to `keying`' (#6074) from gust...Earl Warren2024-11-276-37/+141
|\
| * feat: migrate TOTP secrets to `keying`Gusted2024-11-276-37/+141
* | disable gravatar in test (#32529)Rowan Bohde2024-11-242-81/+82
* | Fix GetInactiveUsers (#32540)Lunny Xiao2024-11-243-6/+27
* | allow the actions user to login via the jwt token (#32527)Rowan Bohde2024-11-241-0/+19
|/
* fix: Do not delete global Oauth2 applicationsOtto Richter2024-11-231-0/+2
* test: Global OAuth should not be deletedOtto Richter2024-11-232-0/+9
* Merge pull request '[gitea] week 2024-47 cherry pick (gitea/main -> forgejo)'...Earl Warren2024-11-2115-204/+273
|\
| * Reimplement GetUserOrgsList to make it simple and clear (#32486)Lunny Xiao2024-11-175-171/+201
| * Calculate `PublicOnly` for org membership only once (#32234)65432024-11-173-33/+47
| * Trim title before insert/update to database to match the size requirements of...Lunny Xiao2024-11-177-0/+17
| * Fix nil panic if repo doesn't exist (#32501)wxiaoguang2024-11-171-0/+6
| * Harden runner updateTask and updateLog api (#32462)ChristopherHX2024-11-171-1/+3
* | fix: Allow Organisations to remove the Email Address (#5517)JakobDev2024-11-202-0/+50
* | Merge pull request 'fix: use better code to group UID and stopwatches' (#5989...Gusted2024-11-173-19/+55
|\ \ | |/ |/|
| * fix: use better code to group UID and stopwatchesGusted2024-11-163-19/+55
* | Merge pull request 'feat: improve `GetLatestCommitStatusForPairs`' (#5983) fr...Gusted2024-11-163-39/+191
|\ \
| * | feat: improve `GetLatestCommitStatusForPairs`Gusted2024-11-163-39/+191
| |/
* | Only query team tables if repository is under org when getting assignees (#32...Lunny Xiao2024-11-161-14/+16
* | fix: extend `forgejo_auth_token` table (part two)Earl Warren2024-11-162-2/+2
|/
* fix: don't show private forks in forks listGusted2024-11-151-4/+6
* fix: anomynous users code search for private/limited user's repositoryGusted2024-11-153-5/+77
* fix: extend `forgejo_auth_token` tableGusted2024-11-156-52/+156
* Merge pull request 'fix: Proper parsing of date for git commits' (#5892) from...Otto2024-11-111-1/+2
|\
| * fix: Add created_unix and updated_unix to repo1 fixtureGusted2024-11-101-1/+2
* | test: fix test lintingMichael Kriese2024-11-112-3/+2
|/
* chore: simplify CopyDirGusted2024-11-101-89/+2
* chore(refactor): split ReloadLabels out of LoadLabels in issue modelEarl Warren2024-11-072-16/+124
* fix: issue labels are not set after deleting one labelEarl Warren2024-11-071-0/+1
* fix: labels are missing in the pull request payload removing a labelEarl Warren2024-11-061-0/+1
* Merge pull request '[gitea] week 2024-45 cherry pick (gitea/main -> forgejo)'...Earl Warren2024-11-065-12/+115
|\
| * Add artifacts test fixture (#30300)Kyle D.2024-11-051-0/+71
| * refactor: remove redundant err declarations (#32381)Oleksandr Redko2024-11-052-4/+1
| * Optimize branch protection rule loading (#32280)65432024-11-052-8/+43
* | Merge pull request '[PORT] Refactor the DB migration system slightly (gitea#3...Gusted2024-11-052-559/+373
|\ \
| * | [PORT] Refactor the DB migration system slightly (gitea#32344)wxiaoguang2024-11-032-559/+373