summaryrefslogtreecommitdiffstats
path: root/models
Commit message (Expand)AuthorAgeFilesLines
* Refactor SSH clone URL generation code (#28421) (#28480)Giteabot2023-12-152-13/+42
* Retry SSH key verification with additional CRLF if it failed (#28392) (#28464)Giteabot2023-12-141-4/+9
* Also sync DB branches on push if necessary (#28361) (#28403)Lunny Xiao2023-12-116-24/+62
* enable system users search via the API (#28013) (#28018)Giteabot2023-12-081-0/+1
* handle repository.size column being NULL in migration v263 (#28336) (#28363)Giteabot2023-12-051-1/+6
* Increase "version" when update the setting value to a same value as before (#...Giteabot2023-11-282-1/+13
* Fix comment permissions (#28213) (#28216)Lunny Xiao2023-11-2510-61/+96
* Fix no ActionTaskOutput table waring (#28149) (#28152)Giteabot2023-11-211-0/+4
* Fix system config cache expiration timing (#28072) (#28090)Giteabot2023-11-161-8/+10
* Restricted users only see repos in orgs which their team was assigned to (#28...Giteabot2023-11-141-5/+5
* enable system users for comment.LoadPoster (#28014) (#28032)Giteabot2023-11-141-1/+1
* Fix wrong xorm Delete usage(backport for 1.21) (#28002)Nanguan Lin2023-11-121-1/+1
* Fix 500 when deleting a dismissed review (#27903) (#27910)Giteabot2023-11-052-0/+40
* Remove action runners on user deletion (#27902) (#27908)Giteabot2023-11-051-0/+24
* Delete repos of org when purge delete user (#27273) (#27728)65432023-11-011-2/+2
* Upgrade xorm to 1.3.4 (#27807) (#27813)Giteabot2023-10-271-1/+1
* Upgrade xorm (#27673) (#27691)Giteabot2023-10-192-2/+10
* Respect SSH.KeygenPath option when calculating ssh key fingerprints (#27536) ...Giteabot2023-10-101-1/+1
* Restore warning commit status (#27504) (#27529)Giteabot2023-10-092-3/+4
* Don't let API add 2 exclusive labels from same scope (#27433) (#27460)Giteabot2023-10-062-0/+39
* Refactor system setting (#27000) (#27452)Giteabot2023-10-059-384/+174
* Add Index to `action.user_id` (#27403) (#27425)Giteabot2023-10-043-1/+19
* Don't use subselect in `DeleteIssuesByRepoID` (#27332) (#27408)Giteabot2023-10-031-64/+79
* Allow get release download files and lfs files with oauth2 token format (#264...Giteabot2023-10-012-0/+27
* More `db.DefaultContext` refactor (#27265) (#27347)Giteabot2023-09-2921-231/+230
* Add logs for data broken of comment review (#27326) (#27345)Giteabot2023-09-291-27/+9
* Add Index to `comment.dependent_issue_id` (#27325) (#27340)Giteabot2023-09-293-1/+19
* Fix the approval count of PR when there is no protection branch rule (#27272)...Giteabot2023-09-291-8/+17
* Redefine the meaning of column is_active to make Actions Registration Token g...Giteabot2023-09-281-8/+18
* Fix yaml test (#27297) (#27303)Giteabot2023-09-272-3/+6
* Fix more yaml lint errors (#27284) (#27288)Giteabot2023-09-2614-25/+21
* Another round of `db.DefaultContext` refactor (#27103) (#27262)Giteabot2023-09-2523-105/+114
* Quote table `release` in sql queries (#27205) (#27218)Giteabot2023-09-231-5/+5
* Fix review request number and add more tests (#27104) (#27168)Giteabot2023-09-218-4/+81
* Add index to `issue_user.issue_id` (#27154) (#27158)Giteabot2023-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
* Fix context cache bug & enable context cache for dashabord commits' authors (...Lunny Xiao2023-09-114-38/+40
* Move some functions to service layer (#26969)Lunny Xiao2023-09-0816-762/+652