aboutsummaryrefslogtreecommitdiffstats
path: root/models
Commit message (Expand)AuthorAgeFilesLines
* Improve ObjectFormat interface (#28496)Lunny Xiao2023-12-192-3/+2
* Only check online runner when detecting matching runners in workflows (#28286)yp053272023-12-181-2/+15
* Add orphaned topic consistency check (#28507)Earl Warren2023-12-181-0/+10
* Adjust object format interface (#28469)Lunny Xiao2023-12-172-3/+7
* Refactor SSH clone URL generation code (#28421)wxiaoguang2023-12-152-13/+42
* Add combined index for issue_user.uid and issue_id (#28080)sebastian-sauer2023-12-146-2/+100
* Retry SSH key verification with additional CRLF if it failed (#28392)nekrondev2023-12-141-4/+9
* Abstract hash function usage (#28138)Adam Majer2023-12-133-10/+11
* Second part of refactor `db.Find` (#28194)Lunny Xiao2023-12-115-174/+94
* Fix commit status in repo list (#28412)yp053272023-12-111-1/+3
* Also sync DB branches on push if necessary (#28361)Lunny Xiao2023-12-093-24/+19
* Remove GetByBean method because sometimes it's danger when query condition pa...Lunny Xiao2023-12-0720-155/+169
* Include public repos in doer's dashboard for issue search (#28304)Jason Song2023-12-071-0/+7
* Fix incorrect run order of action jobs (#28367)yp053272023-12-061-1/+1
* handle repository.size column being NULL in migration v263 (#28336)Nate Levesque2023-12-051-1/+6
* Increase "version" when update the setting value to a same value as before (#...wxiaoguang2023-11-272-1/+13
* Fix comment permissions (#28213)Lunny Xiao2023-11-259-48/+83
* Use db.Find instead of writing methods for every object (#28084)Lunny Xiao2023-11-2432-495/+369
* Use restricted sanitizer for repository description (#28141)Earl Warren2023-11-231-2/+2
* Fix no ActionTaskOutput table waring (#28149)yp053272023-11-211-0/+4
* Fix system config cache expiration timing (#28072)wxiaoguang2023-11-161-8/+10
* Revert "packages: Calculate package size quota using package creator ID inste...Lunny Xiao2023-11-141-12/+0
* Restricted users only see repos in orgs which their team was assigned to (#28...65432023-11-141-5/+5
* packages: Calculate package size quota using package creator ID instead of ow...Danila Fominykh2023-11-141-0/+12
* Enable system users for comment.LoadPoster (#28014)Earl Warren2023-11-131-1/+1
* Fix missing mail reply address (#27997)KN4CK3R2023-11-131-0/+8
* Fix wrong xorm Delete usage (#27995)Nanguan Lin2023-11-121-1/+1
* Fix 500 when deleting a dismissed review (#27903)Nanguan Lin2023-11-052-0/+40
* Remove action runners on user deletion (#27902)Earl Warren2023-11-051-0/+24
* Refactor the function RemoveOrgUser (#27582)Lunny Xiao2023-11-032-20/+12
* Refactor Find Sources and fix bug when view a user who belongs to an unactive...Lunny Xiao2023-11-033-38/+22
* Display issue task list on project cards (#27865)KN4CK3R2023-11-021-10/+2
* Add Index to pull_auto_merge.doer_id (#27811)JakobDev2023-10-303-1/+19
* List all Debian package versions in `Packages` (#27786)KN4CK3R2023-10-293-17/+34
* Upgrade xorm to 1.3.4 (#27807)Nanguan Lin2023-10-271-1/+1
* Fix issue not showing on default board and add test (#27720)Nanguan Lin2023-10-251-1/+1
* Upgrade to golangci-lint@v1.55.0 (#27756)silverwind2023-10-243-5/+3
* refactor: make db iterate context aware (#27710)65432023-10-211-14/+19
* Replace -1 with GhostUserID (#27703)Nanguan Lin2023-10-206-12/+17
* Clean some functions about project issue (#27705)Nanguan Lin2023-10-202-36/+14
* Show total TrackedTime on issue/pull/milestone lists (#26672)65432023-10-193-0/+62
* Upgrade xorm (#27673)Nanguan Lin2023-10-192-2/+10
* Add unit tests for action runner token (#27670)Nanguan Lin2023-10-193-0/+93
* Fix typo "GetLatestRunnerToken" (#27680)Jason Song2023-10-181-2/+2
* Replace more db.DefaultContext (#27628)Lunny Xiao2023-10-1510-29/+33
* Final round of `db.DefaultContext` refactor (#27587)JakobDev2023-10-1415-104/+110
* Enhanced auth token / remember me (#27606)KN4CK3R2023-10-147-0/+83
* Replace assert.Fail with assert.FailNow (#27578)Nanguan Lin2023-10-112-4/+3
* Penultimate round of `db.DefaultContext` refactor (#27414)JakobDev2023-10-1132-180/+180
* Make actions default enabled for newly created repository if global configura...Lunny Xiao2023-10-102-1/+2