summaryrefslogtreecommitdiffstats
path: root/models
Commit message (Expand)AuthorAgeFilesLines
* [BugFix] ReviewCount: GetApprovalCounts func sorted wrong (#11086)65432020-04-161-13/+11
* Migrate to go-enry new version (#10906)Lauris BH2020-04-151-1/+1
* Fix Migration 136 (be less aggressive to open pulls missing git files) (#11072)65432020-04-141-6/+0
* Cache PullRequest Divergence (#10914)65432020-04-143-0/+88
* ui: Add MergePull comment type instead of close for merge PR (#11058)赵智超2020-04-143-3/+7
* Reject duplicate AccessToken names (#10994)65432020-04-132-0/+41
* Fix CreateComment for SQLite and JS click event on Request Review (#11040)赵智超2020-04-111-3/+7
* remove package code.gitea.io/gitea/modules/git import out of models (#11025)65432020-04-101-200/+0
* Fix forked repo has no icon and language stat. (#10791)L0veSunshine2020-04-081-0/+29
* Automatically remove Watches, Assignments, etc if user loses access due to be...65432020-04-073-13/+47
* Fix release counter on API repository info (#10968)65432020-04-061-2/+3
* add request review from specific reviewers feature in pull request (#10756)赵智超2020-04-067-40/+259
* Mulitple Gitea Doctor improvements (#10943)zeripath2020-04-062-4/+64
* Allow X in addition to x in tasks (#10979)zeripath2020-04-051-2/+2
* Add gitea-vet (#10948)John Olheiser2020-04-057-0/+28
* Change review status icons on PR view style to Github style (#10737)赵智超2020-04-032-5/+5
* Add Organization Wide Labels (#10814)mrsdizzie2020-04-019-97/+475
* Various Merge Base fixes (#10786)zeripath2020-03-313-4/+114
* Fix milestones too many SQL variables bug (#10880)Lunny Xiao2020-03-313-21/+72
* Upgrade golangci-lint to 1.24.0 (#10894)zeripath2020-03-302-4/+4
* Use subquery to instead In (#10874)Lunny Xiao2020-03-302-10/+31
* Protect against NPEs in notifications list (#10879)zeripath2020-03-291-19/+57
* Slight simplification of accessibleRepositoryCondition (#10875)zeripath2020-03-291-5/+6
* Create a new function to build search repository condition (#10858)Lunny Xiao2020-03-291-6/+13
* Use ErrKeyUnableToVerify if fail to calc fingerprint in ssh-keygen (#10863)zeripath2020-03-281-0/+7
* Add Matrix webhook (#10831)S7evinK2020-03-281-0/+4
* Handle push rejection in branch and upload (#10854)zeripath2020-03-281-66/+0
* Fix typo of MSSQL (#10850)Success Go2020-03-271-1/+1
* make avatar lookup occur at image request (#10540)zeripath2020-03-274-0/+67
* Set MySQL rowtype to dynamic for new tables (#10833)Lauris BH2020-03-271-0/+3
* In authorized_keys use double-quote for windows compatibility (#10841)zeripath2020-03-271-2/+3
* Allow to set protected file patterns that can not be changed under no conditi...Lauris BH2020-03-274-0/+62
* Option to set default branch at repository creation (#10803)zeripath2020-03-261-0/+1
* Upgrade xorm to v1.0.0 (#10646)Lunny Xiao2020-03-2213-64/+76
* account for empty lines in receive-hook message (#10773)zeripath2020-03-201-1/+1
* System-wide webhooks (#10546)James Lakin2020-03-093-19/+70
* Fix migration (#10641)John Olheiser2020-03-061-21/+34
* Granular webhook events (#9626)John Olheiser2020-03-064-22/+255
* Add Approval Counts to pulls list (#10238)zeripath2020-03-062-0/+53
* Migration for deleting orphaned dependencies (#10617)Antoine GIRARD2020-03-052-0/+20
* Delete dependencies when deleting a repository (#10608)Lauris BH2020-03-051-0/+12
* Add migration to fix the old broken merge-bases (#10604)Lauris BH2020-03-052-0/+99
* Add restricted user filter to LDAP authentication (#10600)Lauris BH2020-03-052-26/+43
* OAuth2: add Yandex provider (#8335) (#10564)Lauris BH2020-03-051-0/+1
* nextcloud oauth (#10562)techknowlogick2020-03-021-3/+11
* Display pull request head branch even the branch deleted or repository delete...Lunny Xiao2020-03-023-60/+56
* Admin page for managing user e-mail activation (#10557)guillep2k2020-03-022-16/+331
* Fix migration bug on v96.go (#10572)Lunny Xiao2020-03-021-16/+31
* Remove Unused Functions (#10516)65432020-03-023-46/+0
* issue search on my related repositories (#9758)Brad Albright2020-02-292-0/+78