summaryrefslogtreecommitdiffstats
path: root/models
Commit message (Expand)AuthorAgeFilesLines
* 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
* GetFeeds must always discard actions with dangling repo_id (#19598)singuliere2022-05-055-7/+37
* Only check for non-finished migrating task (#19601)Gusted2022-05-041-6/+6
* Use for a repo action one database transaction (#19576)65432022-05-0315-97/+93
* Don't fetch Mirror when it's migrating (#19588)Gusted2022-05-031-0/+8
* Fix some slice problems (incorrect slice length) (#19592)Lunny Xiao2022-05-033-3/+3
* Federation: return useful statistic information for nodeinfo (#19561)65432022-05-023-8/+24
* ignore DNS error when doing migration allow/block check (#19566)wxiaoguang2022-05-021-4/+0
* Respect DefaultUserIsRestricted system default when creating new user (#19310)Jimmy Praet2022-04-291-2/+35
* Add API to query collaborators permission for a repository (#18761)Florin Hillebrand2022-04-291-0/+32
* Add "Allow edits from maintainer" feature (#18002)qwerty2872022-04-284-9/+73
* more context for models (#19511)65432022-04-2818-137/+151
* Fix two typos (#19504)Lunny Xiao2022-04-261-1/+1
* Improve Stopwatch behavior (#18930)Gusted2022-04-251-0/+32