| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Use restricted sanitizer for repository description (#28141) | Earl Warren | 2023-11-23 | 1 | -2/+2 |
* | Fix no ActionTaskOutput table waring (#28149) | yp05327 | 2023-11-21 | 1 | -0/+4 |
* | Fix system config cache expiration timing (#28072) | wxiaoguang | 2023-11-16 | 1 | -8/+10 |
* | Revert "packages: Calculate package size quota using package creator ID inste... | Lunny Xiao | 2023-11-14 | 1 | -12/+0 |
* | Restricted users only see repos in orgs which their team was assigned to (#28... | 6543 | 2023-11-14 | 1 | -5/+5 |
* | packages: Calculate package size quota using package creator ID instead of ow... | Danila Fominykh | 2023-11-14 | 1 | -0/+12 |
* | Enable system users for comment.LoadPoster (#28014) | Earl Warren | 2023-11-13 | 1 | -1/+1 |
* | Fix missing mail reply address (#27997) | KN4CK3R | 2023-11-13 | 1 | -0/+8 |
* | Fix wrong xorm Delete usage (#27995) | Nanguan Lin | 2023-11-12 | 1 | -1/+1 |
* | Fix 500 when deleting a dismissed review (#27903) | Nanguan Lin | 2023-11-05 | 2 | -0/+40 |
* | Remove action runners on user deletion (#27902) | Earl Warren | 2023-11-05 | 1 | -0/+24 |
* | Refactor the function RemoveOrgUser (#27582) | Lunny Xiao | 2023-11-03 | 2 | -20/+12 |
* | Refactor Find Sources and fix bug when view a user who belongs to an unactive... | Lunny Xiao | 2023-11-03 | 3 | -38/+22 |
* | Display issue task list on project cards (#27865) | KN4CK3R | 2023-11-02 | 1 | -10/+2 |
* | Add Index to pull_auto_merge.doer_id (#27811) | JakobDev | 2023-10-30 | 3 | -1/+19 |
* | List all Debian package versions in `Packages` (#27786) | KN4CK3R | 2023-10-29 | 3 | -17/+34 |
* | Upgrade xorm to 1.3.4 (#27807) | Nanguan Lin | 2023-10-27 | 1 | -1/+1 |
* | Fix issue not showing on default board and add test (#27720) | Nanguan Lin | 2023-10-25 | 1 | -1/+1 |
* | Upgrade to golangci-lint@v1.55.0 (#27756) | silverwind | 2023-10-24 | 3 | -5/+3 |
* | refactor: make db iterate context aware (#27710) | 6543 | 2023-10-21 | 1 | -14/+19 |
* | Replace -1 with GhostUserID (#27703) | Nanguan Lin | 2023-10-20 | 6 | -12/+17 |
* | Clean some functions about project issue (#27705) | Nanguan Lin | 2023-10-20 | 2 | -36/+14 |
* | Show total TrackedTime on issue/pull/milestone lists (#26672) | 6543 | 2023-10-19 | 3 | -0/+62 |
* | Upgrade xorm (#27673) | Nanguan Lin | 2023-10-19 | 2 | -2/+10 |
* | Add unit tests for action runner token (#27670) | Nanguan Lin | 2023-10-19 | 3 | -0/+93 |
* | Fix typo "GetLatestRunnerToken" (#27680) | Jason Song | 2023-10-18 | 1 | -2/+2 |
* | Replace more db.DefaultContext (#27628) | Lunny Xiao | 2023-10-15 | 10 | -29/+33 |
* | Final round of `db.DefaultContext` refactor (#27587) | JakobDev | 2023-10-14 | 15 | -104/+110 |
* | Enhanced auth token / remember me (#27606) | KN4CK3R | 2023-10-14 | 7 | -0/+83 |
* | Replace assert.Fail with assert.FailNow (#27578) | Nanguan Lin | 2023-10-11 | 2 | -4/+3 |
* | Penultimate round of `db.DefaultContext` refactor (#27414) | JakobDev | 2023-10-11 | 32 | -180/+180 |
* | Make actions default enabled for newly created repository if global configura... | Lunny Xiao | 2023-10-10 | 2 | -1/+2 |
* | Respect SSH.KeygenPath option when calculating ssh key fingerprints (#27536) | Sebastian Grabowski | 2023-10-10 | 1 | -1/+1 |
* | Restore warning commit status (#27504) | silverwind | 2023-10-08 | 2 | -3/+4 |
* | Pre-register OAuth application for tea (#27509) | M Hickford | 2023-10-08 | 1 | -0/+5 |
* | Rename the default themes to gitea-light, gitea-dark, gitea-auto (#27419) | silverwind | 2023-10-06 | 2 | -0/+35 |
* | Don't let API add 2 exclusive labels from same scope (#27433) | JakobDev | 2023-10-05 | 2 | -0/+39 |
* | Refactor system setting (#27000) | wxiaoguang | 2023-10-05 | 9 | -384/+174 |
* | Add Index to `action.user_id` (#27403) | JakobDev | 2023-10-03 | 3 | -1/+19 |
* | Even more `db.DefaultContext` refactor (#27352) | JakobDev | 2023-10-03 | 24 | -135/+135 |
* | Don't use subselect in `DeleteIssuesByRepoID` (#27332) | JakobDev | 2023-10-03 | 1 | -64/+79 |
* | fix: comment typo (#27388) | 24601 | 2023-10-02 | 1 | -1/+1 |
* | Test more templates for if they contain an error (#27367) | Lunny Xiao | 2023-10-02 | 1 | -0/+20 |
* | simplify issue deletion query (#27312) | Earl Warren | 2023-10-02 | 1 | -11/+0 |
* | Allow get release download files and lfs files with oauth2 token format (#26430) | Lunny Xiao | 2023-10-01 | 2 | -0/+27 |
* | rename TotalTimes() to TotalTimesForEachUser() (#27261) | 6543 | 2023-09-29 | 2 | -7/+7 |
* | More `db.DefaultContext` refactor (#27265) | JakobDev | 2023-09-29 | 21 | -231/+230 |
* | Add logs for data broken of comment review (#27326) | Lunny Xiao | 2023-09-29 | 1 | -27/+9 |
* | Fix the approval count of PR when there is no protection branch rule (#27272) | Nanguan Lin | 2023-09-28 | 1 | -8/+17 |
* | Add Index to `comment.dependent_issue_id` (#27325) | JakobDev | 2023-09-28 | 3 | -1/+19 |