summaryrefslogtreecommitdiffstats
path: root/models
Commit message (Expand)AuthorAgeFilesLines
* Rework markup link rendering (#26745) (#28803)KN4CK3R2024-01-162-5/+6
* Forbid removing the last admin user (#28337) (#28793)Giteabot2024-01-162-4/+40
* Fix `GetCommitStatuses` (#28787) (#28804)KN4CK3R2024-01-152-36/+46
* Fix when private user following user, private user will not be counted in his...Giteabot2024-01-151-0/+2
* Speed up loading the dashboard on mysql/mariadb (#28546) (#28784)Giteabot2024-01-151-3/+6
* Fix schedule tasks bugs (#28691) (#28780)Lunny Xiao2024-01-146-34/+35
* Upgrade xorm to new version which supported update join for all supported dat...Giteabot2023-12-311-8/+3
* Avoid cycle-redirecting user/login page (#28636) (#28658)wxiaoguang2023-12-302-6/+0
* Revert "improve possible performance bottleneck (#28547)" (#28593) (#28608)Giteabot2023-12-251-3/+8
* improve possible performance bottleneck (#28547) (#28578)Giteabot2023-12-211-8/+3
* Fix inperformant query on retrifing review from database. (#28552) (#28562)Giteabot2023-12-201-8/+10
* Only check online runner when detecting matching runners in workflows (#28286...Giteabot2023-12-191-2/+15
* 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