summaryrefslogtreecommitdiffstats
path: root/models (follow)
Commit message (Expand)AuthorAgeFilesLines
* Replace 10 more gt- classes with tw- (#29945)silverwind2024-03-261-1/+1
* Fix some pending problems (#29985)wxiaoguang2024-03-262-10/+8
* Refactor StringsToInt64s (#29967)wxiaoguang2024-03-262-8/+3
* Performance improvements for pull request list page (#29900)Lunny Xiao2024-03-265-19/+45
* Fix missing error check of bufio.Scanner (#29882)coldWater2024-03-262-0/+8
* Fix user id column case (#29863)Nanguan Lin2024-03-261-2/+2
* Rename CommitGPGSignature to ObjectSignatureGergely Nagy2024-03-261-4/+4
* Add a migration to remove SSH signatures from release notesGergely Nagy2024-03-265-0/+123
* Merge pull request '[TESTS] fail when log.Error is called' (#2657) from olive...Earl Warren2024-03-2411-35/+441
|\
| * fix action fixturesoliverpool2024-03-242-1/+2
| * migration v1_11/v111.go: Unknown columns in 'field list'oliverpool2024-03-241-12/+13
| * old migrations: warning instead of erroroliverpool2024-03-242-2/+2
| * fix commit_statusoliverpool2024-03-242-13/+16
| * fix webhook fixturesoliverpool2024-03-242-7/+27
| * fix action_run fixturesoliverpool2024-03-241-0/+377
| * fail test when log.Error is calledoliverpool2024-03-241-0/+4
* | Merge pull request 'Allow users to hide all "Add more units..." hints' (#2533...Earl Warren2024-03-243-0/+20
|\ \
| * | Allow users to hide all "Add more units..." hintsGergely Nagy2024-03-213-0/+20
| |/
* / [TESTS] webhook forms creation and editionoliverpool2024-03-231-0/+7
|/
* Add more stats tables (#29730)Lunny Xiao2024-03-201-1/+6
* Some performance optimization on dashboard and issues page (#29010)Lunny Xiao2024-03-205-74/+214
* remove repetitive words (#29695)pengqiseven2024-03-202-2/+2
* Add a warning for disallowed email domains (#29658)Zettat1232024-03-201-8/+8
* Merge pull request '[PORT] Refactor code_indexer to use an SearchOptions stru...Gusted2024-03-191-1/+1
|\
| * Refactor code_indexer to use an SearchOptions struct for PerformSearch (#29724)65432024-03-181-1/+1
* | Sync branches to DB immediately when handle git hook calling (gitea#29493)Jason Song2024-03-181-0/+5
|/
* Merge pull request '[Windows] prevent ? in testdata path' (#2668) from oliver...Gusted2024-03-151-1/+2
|\
| * [Windows] prevent ? in testdata patholiverpool2024-03-151-1/+2
* | [BUG] Use correct headcommitidGusted2024-03-141-1/+1
|/
* add test for webhook migrationoliverpool2024-03-114-0/+114
* Move get/set default branch from git package to gitrepo package to hide repop...Lunny Xiao2024-03-111-6/+1
* Make runs-on support variable expression (#29468)sillyguodong2024-03-112-0/+72
* Partially enable MSSQL case-sensitive collation support (#29238)wxiaoguang2024-03-112-3/+2
* Store webhook event in database (#29145)oliverpool2024-03-115-41/+97
* Make wiki default branch name changable (#29603) (database migration ony)wxiaoguang2024-03-112-0/+20
* Add user blocking (#29028) (database migration ony)KN4CK3R2024-03-112-0/+28
* Fix bug hidden on CI and make ci failed if tests failure (#29254)Lunny Xiao2024-03-1117-47/+148
* Add admin API route for managing user's badges (#23106) (database migration ony)techknowlogick2024-03-112-0/+48
* Avoid issue info panic (#29625)wxiaoguang2024-03-111-3/+7
* Skip email domain check when admins edit user emails (#29609)Zettat1232024-03-111-1/+1
* Skip email domain check when admin users adds user manually (#29522)Zettat1232024-03-112-30/+65
* Merge pull request '[BUG] Disable CODEOWNERS for forked repositories' (#2537)...Gusted2024-03-061-0/+8
|\
| * [BUG] Disable CODEOWNERS for forked repositoriesGusted2024-03-011-0/+8
* | Fix incorrect relative/absolute URL usages (#29531)wxiaoguang2024-03-061-3/+13
* | remove util.OptionalBool and related functions (#29513)65432024-03-0621-105/+107
* | Rename Action.GetDisplayName to GetActDisplayName (#29540)wxiaoguang2024-03-061-4/+4
* | Actions Artifacts v4 backend (#28965)ChristopherHX2024-03-063-0/+53
* | Refactor some Str2html code (#29397)wxiaoguang2024-03-065-7/+12
* | migrate some more "OptionalBool" to "Option[bool]" (#29479)65432024-03-066-110/+102
* | Let ctx.FormOptionalBool() return optional.Option[bool] (#29461)65432024-03-061-10/+11