summaryrefslogtreecommitdiffstats
path: root/models (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Respect SSH.KeygenPath option when calculating ssh key fingerprints (#27536)Sebastian Grabowski2023-10-101-1/+1
* Restore warning commit status (#27504)silverwind2023-10-092-3/+4
* Pre-register OAuth application for tea (#27509)M Hickford2023-10-081-0/+5
* Rename the default themes to gitea-light, gitea-dark, gitea-auto (#27419)silverwind2023-10-062-0/+35
* Don't let API add 2 exclusive labels from same scope (#27433)JakobDev2023-10-052-0/+39
* Refactor system setting (#27000)wxiaoguang2023-10-059-384/+174
* Add Index to `action.user_id` (#27403)JakobDev2023-10-043-1/+19
* Even more `db.DefaultContext` refactor (#27352)JakobDev2023-10-0324-135/+135
* Don't use subselect in `DeleteIssuesByRepoID` (#27332)JakobDev2023-10-031-64/+79
* fix: comment typo (#27388)246012023-10-021-1/+1
* Test more templates for if they contain an error (#27367)Lunny Xiao2023-10-021-0/+20
* simplify issue deletion query (#27312)Earl Warren2023-10-021-11/+0
* Allow get release download files and lfs files with oauth2 token format (#26430)Lunny Xiao2023-10-012-0/+27
* rename TotalTimes() to TotalTimesForEachUser() (#27261)65432023-09-292-7/+7
* More `db.DefaultContext` refactor (#27265)JakobDev2023-09-2921-231/+230
* Add logs for data broken of comment review (#27326)Lunny Xiao2023-09-291-27/+9
* Fix the approval count of PR when there is no protection branch rule (#27272)Nanguan Lin2023-09-291-8/+17
* Add Index to `comment.dependent_issue_id` (#27325)JakobDev2023-09-283-1/+19
* make writing main test easier (#27270)Lunny Xiao2023-09-2819-86/+47
* Redefine the meaning of column is_active to make Actions Registration Token g...Lunny Xiao2023-09-271-8/+18
* Fix yaml test (#27297)Lunny Xiao2023-09-272-3/+6
* Fix more yaml lint errors (#27284)Lunny Xiao2023-09-2614-25/+21
* Another round of `db.DefaultContext` refactor (#27103)JakobDev2023-09-2523-105/+114
* Quote table `release` in sql queries (#27205)KN4CK3R2023-09-231-5/+5
* Updates to the API for archived repos (#27149)JakobDev2023-09-222-2/+28
* Fix review request number and add more tests (#27104)Nanguan Lin2023-09-218-4/+81
* Add index to `issue_user.issue_id` (#27154)JakobDev2023-09-213-1/+19
* Fix wrong xorm get usage on migration (#27111)Lunny Xiao2023-09-181-19/+14
* Search branches (#27055)Lunny Xiao2023-09-171-0/+4
* Fix wrong migration for email address (#27106)Lunny Xiao2023-09-171-18/+70
* Add `RemoteAddress` to mirrors (#26952)KN4CK3R2023-09-165-11/+143
* Next round of `db.DefaultContext` refactor (#27089)JakobDev2023-09-1627-273/+236
* Use db.WithTx for AddTeamMember to avoid ctx abuse (#27095)wxiaoguang2023-09-161-48/+48
* More refactoring of `db.DefaultContext` (#27083)JakobDev2023-09-1517-149/+155
* Reduce usage of `db.DefaultContext` (#27073)JakobDev2023-09-1419-177/+181
* Remove the useless function `GetUserIssueStats` and move relevant tests to `i...Nanguan Lin2023-09-142-314/+0
* Display all user types and org types on admin management UI (#27050)Lunny Xiao2023-09-141-1/+15
* Replace 'userxx' with 'orgxx' in all test files when the user type is org (#...Nanguan Lin2023-09-1419-94/+94
* Update status and code index after changing the default branch (#27018)Nanguan Lin2023-09-131-1/+3
* resolve issue with sort icons on admin/users and admin/runners (#24360)jladbrook2023-09-121-0/+6