aboutsummaryrefslogtreecommitdiffstats
path: root/models
Commit message (Expand)AuthorAgeFilesLines
* 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
* User specific repoID or xorm builder conditions for issue search (#19475)65432022-04-253-19/+14
* Simplify the code to get issue count (#19380)Lunny Xiao2022-04-251-11/+1
* Set correct PR status on 3way on conflict checking (#19457)Gusted2022-04-211-0/+11
* Fix panic in team repos API (#19431)qwerty2872022-04-201-1/+1
* Add Helm Chart registry (#19406)KN4CK3R2022-04-192-10/+18
* Use a struct as test options (#19393)Lunny Xiao2022-04-1412-72/+125
* Use "main" as default branch name (#19354)wxiaoguang2022-04-081-0/+1
* Move milestone to models/issues/ (#19278)Lunny Xiao2022-04-0826-347/+264
* API: Search Issues, dont show 500 if filter result in empty list (#19244)65432022-04-081-15/+16
* Package registry changes (#19305)KN4CK3R2022-04-066-102/+93
* Remove legacy `unknwon/com` package (#19298)wxiaoguang2022-04-023-3/+106
* Refactor legacy `unknwon/com` package, improve golangci lint (#19284)wxiaoguang2022-04-011-2/+1
* Fix broken of team create (#19288)Lunny Xiao2022-04-013-7/+9
* Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280)wxiaoguang2022-04-012-6/+6
* Performance improvement for add team user when org has more than 1000 reposit...Lunny Xiao2022-04-011-12/+42
* Move checks for pulls before merge into own function (#19271)65432022-03-313-26/+29
* Move reaction to models/issues/ (#19264)Lunny Xiao2022-03-3114-252/+241
* Update reserved usernames list (#18438)Gusted2022-03-311-6/+4
* Use a more general (and faster) method to sanitize URLs with credentials (#19...wxiaoguang2022-03-312-2/+2
* Add Package Registry (#16510)KN4CK3R2022-03-3020-1/+1840
* Make git.OpenRepository accept Context (#19260)65432022-03-307-12/+15