aboutsummaryrefslogtreecommitdiffstats
path: root/models
Commit message (Expand)AuthorAgeFilesLines
* Get repo assignees and reviewers should ignore deactivated users (#30770) (#3...65432024-04-302-9/+23
* Fix duplicate status check contexts (#30660) (#30776)Zettat1232024-04-302-25/+60
* Interpolate runs-on with variables when scheduling tasks(#30640) (#30672)sillyguodong2024-04-242-6/+21
* Add a db consistency check to remove runners that do not belong to a reposito...Zettat1232024-04-241-2/+24
* Fix wrong table name (#30557) (#30652)Lunny Xiao2024-04-234-8/+6
* Use db.ListOptions directly instead of Paginator interface to make iteasier t...Lunny Xiao2024-04-132-18/+10
* Fix rename branch 500 when the target branch is deleted but exist in database...Giteabot2024-04-121-6/+25
* Check the token's owner and repository when registering a runner (#30406) (#3...Zettat1232024-04-111-0/+3
* Avoid user does not exist error when detecting schedule actions when the comm...Giteabot2024-04-111-0/+3
* No global variables (#30402)Jason Song2024-04-111-9/+2
* Fix missing 0 prefix of GPG key id (#30245) (#30247)Giteabot2024-04-023-7/+23
* Move from `max( id )` to `max( index )` for latest commit statuses (#30076) (...YR Chen2024-03-281-47/+73
* Load attachments for code comments (#30124) (#30126)yp053272024-03-271-0/+4
* Fix misuse of `TxContext` (#30061) (#30062)Giteabot2024-03-252-1/+11
* Respect DEFAULT_ORG_MEMBER_VISIBLE setting when adding creator to org (#30013...Giteabot2024-03-241-2/+3
* Performance improvements for pull request list page (#29900) (#29972)Lunny Xiao2024-03-225-19/+45
* Fix template error when comment review doesn't exist (#29888) (#29889)wxiaoguang2024-03-192-0/+17
* Fix user id column case (#29863) (#29867)Giteabot2024-03-171-2/+2
* Fix codeowner detected diff base branch to mergebase (#29783) (#29807)Lunny Xiao2024-03-172-83/+7
* Make runs-on support variable expression (#29468) (#29782)sillyguodong2024-03-142-0/+72
* Fix bug hidden on CI and make ci failed if tests failure (#29254) (#29662)Lunny Xiao2024-03-096-11/+41
* Avoid issue info panic (#29625) (#29632)Giteabot2024-03-061-3/+7
* Add missing database transaction for new issue (#29490) (#29607)Lunny Xiao2024-03-051-2/+2
* Only use supported sort order for "explore/users" page (#29430) (#29443)wxiaoguang2024-03-031-0/+3
* Fix incorrect relative/absolute URL usages (#29531) (#29547)Giteabot2024-03-021-3/+13
* Fix issue & comment history bugs (#29525) (#29527)Giteabot2024-03-022-6/+21
* Users with `read` permission of pull requests can be assigned too (#27263) (#...Giteabot2024-02-242-3/+5
* Fix gitea-action user avatar broken on edited menu (#29190) (#29307)yp053272024-02-221-1/+5
* Workaround to clean up old reviews on creating a new one (#28554) (#29264)65432024-02-192-9/+39
* Fix bug when the linked account was disactived and list the linked accounts (...Lunny Xiao2024-02-191-3/+7
* Use ghost user if user was not found (#29161) (#29169)KN4CK3R2024-02-142-0/+12
* Dont load Review if Comment is CommentTypeReviewRequest (#28551) (#29160)65432024-02-133-1/+12
* Revert "Speed up loading the dashboard on mysql/mariadb (#28546)" (#29006) (#...Giteabot2024-02-011-6/+3
* Don't remove all mirror repository's releases when mirroring (#28817) (#28939)Giteabot2024-01-311-1/+7
* Fix reverting a merge commit failing (#28794) (#28825)Mihir Joshi2024-01-213-1/+21
* 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