summaryrefslogtreecommitdiffstats
path: root/models
Commit message (Expand)AuthorAgeFilesLines
* Adjust transaction handling via db.Context (#20031)Lunny Xiao2022-06-203-41/+28
* Add more linters to improve code readability (#19989)Wim2022-06-2037-127/+127
* Alter hook_task TEXT fields to LONGTEXT (#20038)Wim2022-06-193-3/+31
* Simplify and fix migration 216 (#20035)zeripath2022-06-191-21/+0
* User keypairs and HTTP signatures for ActivityPub federation using go-ap (#19...Anthony Wang2022-06-191-0/+4
* Improve action table indices (#19472)zeripath2022-06-183-7/+88
* Fix CountOrphanedLabels in orphan check (#20009)zeripath2022-06-171-1/+1
* Remove legacy git code (ver < 2.0), fine tune markup tests (#19930)wxiaoguang2022-06-162-2/+8
* Use correct count for `NumOpenIssues` (#19980)Gusted2022-06-161-1/+7
* In code search, get code unit accessible repos in one (main) query (#19764)Hugo Hoitink2022-06-164-26/+55
* Move tests as seperate sub packages to reduce duplicated file names (#19951)Lunny Xiao2022-06-1526-898/+899
* Move issues related files into models/issues (#19931)Lunny Xiao2022-06-1365-2243/+2057
* fix: some typos (#19956)yutotnh2022-06-131-2/+2
* Move some code into models/git (#19879)Lunny Xiao2022-06-1220-271/+291
* Fix some mirror bugs (#18649)Lunny Xiao2022-06-111-6/+0
* Fix data-race problems in git module (quick patch) (#19934)wxiaoguang2022-06-112-3/+3
* Custom regexp external issues (#17624)Sandro Santilli2022-06-103-3/+10
* Refactor git module, make Gitea use internal git config (#19732)wxiaoguang2022-06-102-3/+7
* Feature: Find files in repo (#15028)Roger Luo2022-06-092-2/+3
* Move some repository related code into sub package (#19711)Lunny Xiao2022-06-0633-1631/+1213
* Fix typo (#19889)Gusted2022-06-041-1/+1
* Fix order by parameter (#19849)Lunny Xiao2022-06-0413-41/+52
* Exclude Archived repos from Dashboard Milestones (#19882)zeripath2022-06-041-1/+2
* improvement some release related code (#19867)Lunny Xiao2022-06-032-24/+10
* feat: add DEFAULT_MERGE_STYLE to `repository.pull-request` section for repo i...ttys32022-06-022-1/+6
* Only return valid stopwatches (#19863)zeripath2022-06-021-1/+1
* Make WIP prefixes case insensitive, e.g. allow `Draft` as a WIP prefix (#19780)Ondřej Čertík2022-05-261-2/+2
* Show source/target branches on PR's list (#19747)IT-AlexKor2022-05-251-5/+9
* Estimate Action Count in Statistics (#19775)zeripath2022-05-212-1/+23
* Allows repo search to match against "owner/repo" pattern strings (#19754)Eekle2022-05-212-1/+39
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-2098-1731/+1062
* Move org functions (#19753)Lunny Xiao2022-05-204-124/+95
* Fix incorrect translation key (#19744)delvh2022-05-191-1/+1
* Improved ref comment link when origin is body/title (#19741)Eekle2022-05-181-1/+2
* Fix issue overview for teams (#19652)Gusted2022-05-168-11/+74
* Fix duplicate entry error when add team member (#19702)zuzuviewer2022-05-142-0/+12
* Use Vue to refactor pull merge UI (#19650)wxiaoguang2022-05-121-18/+0
* Delete user related oauth stuff on user deletion too (#19677)65432022-05-112-0/+25
* Move access and repo permission to models/perm/access (#19350)Lunny Xiao2022-05-1125-397/+452
* Use better message for consistency check (#19672)Gusted2022-05-101-15/+15
* [doctor] Add check/fix for bogus action rows (#19656)singuliere2022-05-102-0/+65
* Don't select join table's columns (#19660)Lunny Xiao2022-05-091-1/+3
* Move some helper files out of models (#19355)Lunny Xiao2022-05-085-154/+13
* Repository level enable package or disable (#19323)Lunny Xiao2022-05-082-1/+16
* Delete related PullAutoMerge and ReviewState on User/Repo Deletion (#19649)65432022-05-0811-80/+84
* Allow custom default merge message with .gitea/default_merge_message/<merge_s...Lunny Xiao2022-05-083-99/+3
* Allow to mark files in a PR as viewed (#19007)delvh2022-05-073-0/+166
* Auto merge pull requests when all checks succeeded via API (#9307)kolaente2022-05-085-0/+188
* Add missing `sorting` column in `project_issue` table (#19635)wxiaoguang2022-05-061-0/+3
* Prevent NPE when checking repo units if the user is nil (#19625)zeripath2022-05-061-1/+1