aboutsummaryrefslogtreecommitdiffstats
path: root/models
Commit message (Expand)AuthorAgeFilesLines
* Fix wrong display of recently pushed notification (#25812)yp053272024-05-2112-30/+261
* Fix automerge will not work because of some events haven't been triggered (#3...Lunny Xiao2024-05-211-3/+3
* Refactor sha1 and time-limited code (#31023)wxiaoguang2024-05-202-8/+4
* Fix data-race during testing (#30999)wxiaoguang2024-05-202-18/+32
* Filter out duplicate action(activity) items for a repository (#30957)wxiaoguang2024-05-142-1/+31
* Protected tag is no internal server error (#30962)KN4CK3R2024-05-141-0/+24
* Remove If Exist check on migration for mssql because that syntax required SQL...Lunny Xiao2024-05-113-10/+12
* Fix various problems around projects board view (#30696)Lunny Xiao2024-05-086-67/+279
* Refactor AppURL usage (#30885)wxiaoguang2024-05-072-16/+6
* Get repo list with OrderBy alpha should respect owner too (#30784)65432024-05-061-2/+2
* Fix no edit history after editing issue's title and content (#30814)yp053272024-05-031-56/+0
* Get repo assignees and reviewers should ignore deactivated users (#30770)65432024-04-302-7/+23
* Fix duplicate status check contexts (#30660)Zettat1232024-04-302-25/+61
* Resolve lint for unused parameter and unnecessary type arguments (#30750)Chongyi Zheng2024-04-292-9/+9
* Replace deprecated `math/rand` functions (#30733)v1.23.0-devChongyi Zheng2024-04-271-1/+1
* Rename migration package name for 1.22-rc1 (#30730)wxiaoguang2024-04-277-13/+14
* Add some tests to clarify the "must-change-password" behavior (#30693)wxiaoguang2024-04-271-2/+10
* Update misspell to 0.5.1 and add `misspellings.csv` (#30573)silverwind2024-04-277-31/+31
* Improve job commit description (#30579)yp053272024-04-261-0/+11
* Improve oauth2 client "preferred username field" logic and the error handling...wxiaoguang2024-04-253-12/+18
* Fix some bug on migrations (#30647)Lunny Xiao2024-04-242-6/+1
* Interpolate runs-on with variables when scheduling tasks (#30640)sillyguodong2024-04-232-6/+21
* Add a db consistency check to remove runners that do not belong to a reposito...Zettat1232024-04-231-2/+24
* Fix wrong table name (#30557)Lunny Xiao2024-04-236-8/+18
* Enable more `revive` linter rules (#30608)silverwind2024-04-2212-22/+4
* chore: use errors.New to replace fmt.Errorf with no parameters will much bett...Cheng2024-04-213-4/+6
* Fix package list performance (#30520)KN4CK3R2024-04-201-11/+11
* Clarify permission "HasAccess" behavior (#30585)wxiaoguang2024-04-204-28/+84
* Allow everyone to read or write a wiki by a repo unit setting (#30495)wxiaoguang2024-04-1712-97/+263
* Refactor web routes (#30519)wxiaoguang2024-04-172-13/+23
* Reduce unnecessary database queries on actions table (#30509)Lunny Xiao2024-04-171-0/+6
* Improve "must-change-password" logic and document (#30472)wxiaoguang2024-04-141-2/+2
* Fix commitstatus summary (#30431)Lunny Xiao2024-04-143-14/+36
* Add comment for ContainsRedirectURI about the exact match (#30457)wxiaoguang2024-04-131-0/+5
* Fix rename branch 500 when the target branch is deleted but exist in database...Lunny Xiao2024-04-121-6/+25
* Add commit status summary table to reduce query from commit status table (#30...Lunny Xiao2024-04-124-12/+114
* Check the token's owner and repository when registering a runner (#30406)Zettat1232024-04-111-0/+3
* Avoid user does not exist error when detecting schedule actions when the comm...yp053272024-04-111-0/+3
* Replace MSSQL driver with a better maintained version (#30390)Lunny Xiao2024-04-111-3/+3
* Refactor more filterslice (#30370)Lunny Xiao2024-04-103-23/+13
* Fix ambiguous id when fetch Actions tasks (#30382)Jason Song2024-04-101-1/+1
* Add container.FilterSlice function (#30339)oliverpool2024-04-0914-184/+101
* Avoid running action when action unit is disabled after workflows detected (#...yp053272024-04-081-1/+4
* Fix oauth2 builtin application logic (#30304)wxiaoguang2024-04-081-6/+6
* Clean up log messages (#30313)wxiaoguang2024-04-072-14/+5
* Fix missing 0 prefix of GPG key id (#30245)KN4CK3R2024-04-023-7/+23
* Add unique index for project_issue to prevent duplicate data (#30190)Lunny Xiao2024-04-025-0/+133
* Refactor DeleteInactiveUsers, fix bug and add tests (#30206)wxiaoguang2024-04-011-8/+0
* Fix GPG subkey verify (#30193)KN4CK3R2024-03-311-0/+4
* Add setting to disable user features when user login type is not plain (#29615)Jack Hay2024-03-292-0/+53