summaryrefslogtreecommitdiffstats
path: root/models
Commit message (Expand)AuthorAgeFilesLines
* Check Mirror exists before linking its Repo (#20840) (#20842)Lunny Xiao2022-08-181-1/+3
* Add migrate repo archiver and packages storage support on command line (#2075...Lunny Xiao2022-08-185-92/+34
* Check webhooks slice length before calling xorm (#20642) (#20768)Lunny Xiao2022-08-121-0/+4
* Fix v220 migration to be compatible for MSSQL 2008 r2 (#20702) (#20707)Lunny Xiao2022-08-081-10/+9
* Display project in issue list (#20583)aceArt-GmbH2022-08-021-0/+45
* WebAuthn CredentialID field needs to be increased in size (#20530) (#20555)65432022-07-309-14/+362
* Add Docker /v2/_catalog endpoint (#20469) (#20556)65432022-07-308-50/+168
* Modify milestone search keywords to be case insensitive (#20266) (#20498)Tyrone Yeh2022-07-271-1/+6
* Dismiss prior pull reviews if done via web in review dismiss (#20197) (#20407)65432022-07-191-0/+30
* Fix org label open count, including close count issue (#20364)Tyrone Yeh2022-07-141-0/+2
* Fix checks in PR for empty commits (#20290) (#20352)Ing. Jaroslav Šafka2022-07-131-0/+6
* Store read access in access for team repo's (#20275) (#20276)Gusted2022-07-091-1/+7
* Use git.HOME_PATH for Git HOME directory (#20114) (#20293)wxiaoguang2022-07-081-0/+2
* Only show Followers that current user can access (#20220) (#20252)zeripath2022-07-061-9/+50
* Display full name (#20171) (#20246)zeripath2022-07-051-0/+3
* Refix indices on actions table (#20158) (#20198)zeripath2022-07-025-53/+59
* Check if project has the same repository id with issue when assign project to...Lunny Xiao2022-07-012-0/+16
* Simplify and fix migration 216 (#20036)zeripath2022-06-201-21/+0
* Alter hook_task TEXT fields to LONGTEXT (#20038) (#20041)Wim2022-06-193-3/+31
* 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