aboutsummaryrefslogtreecommitdiffstats
path: root/models
Commit message (Expand)AuthorAgeFilesLines
* Fix some RPM registry flaws (#28782)KN4CK3R2024-01-195-28/+59
* Add testing for CalcCommitStatus (#28823)Lunny Xiao2024-01-171-0/+115
* Add missing migration (#28827)Lunny Xiao2024-01-171-0/+2
* Fix reverting a merge commit failing (#28794)Mihir Joshi2024-01-163-1/+21
* Add ability to see open and closed issues at the same time (#28757)Gwyneth Morgan2024-01-152-7/+14
* Fix `GetCommitStatuses` (#28787)KN4CK3R2024-01-152-36/+33
* Rework markup link rendering (#26745)KN4CK3R2024-01-152-5/+6
* Add branch protection setting for ignoring stale approvals (#28498)Jimmy Praet2024-01-153-1/+16
* Forbid removing the last admin user (#28337)yp053272024-01-152-4/+40
* Fix when private user following user, private user will not be counted in his...yp053272024-01-151-0/+2
* Move more functions to db.Find (#28419)Lunny Xiao2024-01-1515-181/+185
* Speed up loading the dashboard on mysql/mariadb (#28546)Lunny Xiao2024-01-141-3/+6
* Fix schedule tasks bugs (#28691)Lunny Xiao2024-01-126-34/+35
* Recommend/convert to use case-sensitive collation for MySQL/MSSQL (#28662)wxiaoguang2024-01-103-5/+203
* Normalize oauth email username (#28561)Kyle D2024-01-032-0/+53
* Upgrade xorm to new version which supported update join for all supported dat...Lunny Xiao2023-12-311-8/+3
* Fix migration test (#28659)Lunny Xiao2023-12-301-9/+9
* Avoid cycle-redirecting user/login page (#28636)wxiaoguang2023-12-302-8/+1
* Refactor timeutil package (#28623)wxiaoguang2023-12-284-8/+9
* Refactor some legacy code and remove unused code (#28622)wxiaoguang2023-12-284-10/+12
* Fix session key conflict with database keyword (#28613)Lunny Xiao2023-12-271-7/+10
* Refactor deletion (#28610)delvh2023-12-2520-148/+59
* Added instance-level variables (#28115)Jean-Baptiste Gomond2023-12-251-8/+4
* Revert "improve possible performance bottleneck (#28547)" (#28593)Lunny Xiao2023-12-251-3/+8
* improve possible performance bottleneck (#28547)Lunny Xiao2023-12-211-8/+3
* Fix inperformant query on retrifing review from database. (#28552)65432023-12-201-8/+10
* Remove deadcode under models/issues (#28536)Nanguan Lin2023-12-1910-199/+4
* Improve ObjectFormat interface (#28496)Lunny Xiao2023-12-192-3/+2
* Only check online runner when detecting matching runners in workflows (#28286)yp053272023-12-181-2/+15
* Add orphaned topic consistency check (#28507)Earl Warren2023-12-181-0/+10
* Adjust object format interface (#28469)Lunny Xiao2023-12-172-3/+7
* Refactor SSH clone URL generation code (#28421)wxiaoguang2023-12-152-13/+42
* Add combined index for issue_user.uid and issue_id (#28080)sebastian-sauer2023-12-146-2/+100
* Retry SSH key verification with additional CRLF if it failed (#28392)nekrondev2023-12-141-4/+9
* Abstract hash function usage (#28138)Adam Majer2023-12-133-10/+11
* Second part of refactor `db.Find` (#28194)Lunny Xiao2023-12-115-174/+94
* Fix commit status in repo list (#28412)yp053272023-12-111-1/+3
* Also sync DB branches on push if necessary (#28361)Lunny Xiao2023-12-093-24/+19
* Remove GetByBean method because sometimes it's danger when query condition pa...Lunny Xiao2023-12-0720-155/+169
* Include public repos in doer's dashboard for issue search (#28304)Jason Song2023-12-071-0/+7
* Fix incorrect run order of action jobs (#28367)yp053272023-12-061-1/+1
* handle repository.size column being NULL in migration v263 (#28336)Nate Levesque2023-12-051-1/+6
* Increase "version" when update the setting value to a same value as before (#...wxiaoguang2023-11-272-1/+13
* Fix comment permissions (#28213)Lunny Xiao2023-11-259-48/+83
* Use db.Find instead of writing methods for every object (#28084)Lunny Xiao2023-11-2432-495/+369
* Use restricted sanitizer for repository description (#28141)Earl Warren2023-11-231-2/+2
* Fix no ActionTaskOutput table waring (#28149)yp053272023-11-211-0/+4
* Fix system config cache expiration timing (#28072)wxiaoguang2023-11-161-8/+10
* Revert "packages: Calculate package size quota using package creator ID inste...Lunny Xiao2023-11-141-12/+0
* Restricted users only see repos in orgs which their team was assigned to (#28...65432023-11-141-5/+5