summaryrefslogtreecommitdiffstats
path: root/models
Commit message (Expand)AuthorAgeFilesLines
* mirror: Delete tags in mirror which are removed for original repo. (#5609)Harshit Bansal2018-12-312-2/+57
* update v71.go to resolve #5595 (#5613)Daniel Wolf2018-12-311-1/+1
* Webhook for Pull Request approval/rejection (#5027)Lanre Adelowo2018-12-275-19/+167
* Synchronize SSH keys on login with LDAP + Fix SQLite deadlock on ldap ssh key...zeripath2018-12-273-11/+30
* fix nil pointer when adding a due date (#5587)Lanre Adelowo2018-12-271-0/+4
* Add rebase with merge commit merge style (#3844) (#4052)Julian2018-12-276-3/+107
* fix table name typo on SQL (#5562)Lunny Xiao2018-12-191-2/+2
* fix forgot removed records when deleting user (#5429)Lunny Xiao2018-12-184-16/+53
* Add base repo nil check (#5555)Jonas Franz2018-12-171-0/+9
* Improve performance of dashboard (#4977)Lunny Xiao2018-12-1313-65/+288
* Added test environment for mssql (#4282)kolaente2018-12-121-3/+4
* fix approvals limitation (#5521)Lunny Xiao2018-12-111-1/+2
* Approvals at Branch Protection (#5350)Jonas Franz2018-12-117-30/+156
* Fixing MSSQL timestamp type (#5511)Christopher2018-12-111-1/+1
* fix code review on mssql (#5502)Lunny Xiao2018-12-111-7/+19
* fix forgot deletion of notification when delete repository (#5506)Lunny Xiao2018-12-101-0/+1
* fix topic name length on database (#5493)Lunny Xiao2018-12-082-2/+2
* ensure that the `closed_at` is set for closed (#5449)romankl2018-12-021-0/+4
* Fix repository deletion when there is large number of issues in it (#5426)Lunny Xiao2018-11-301-39/+40
* Milestone issues and pull requests (#5293)Lunny Xiao2018-11-292-3/+21
* Restrict permission check on repositories and fix some problems (#5314)Lunny Xiao2018-11-2827-205/+795
* show only opened milestones on issues page milestone filter (#5051)Lanre Adelowo2018-11-261-3/+3
* Show review summary in pull requests (#5132)kolaente2018-11-223-1/+104
* dont' send assign webhooks when creating issue (#5365)Lunny Xiao2018-11-201-4/+5
* Migration fixes for gogs (0.11.66) to gitea (1.6.0) #5318 (#5341)Florian Eitel2018-11-182-1/+9
* Fix create team, update team missing units (#5188)Lunny Xiao2018-11-102-0/+43
* fix bug when users have serval teams with different units on different reposi...Lunny Xiao2018-11-092-1/+11
* Add option to disable automatic mirror syncing. (#5242)Jonas Bröms2018-11-081-1/+6
* Prometheus endpoint (#5256)Stanislav2018-11-041-0/+1
* Fixed heatmap not working in mssql (#5248)kolaente2018-11-011-2/+4
* Create AuthorizedKeysCommand (#5236)zeripath2018-11-011-1/+1
* Keys API changes (#4960)zeripath2018-10-311-0/+30
* fix compatibility heatmap with mysql 8 (#5232)Stanislav2018-10-311-1/+1
* Fix issue where ecdsa and other key types are not synced from LDAP (#5092) (#...Jerry Jacobs2018-10-301-1/+3
* This commit will reduce join star, repo_topic, topic tables on repo search, s...Lunny Xiao2018-10-302-37/+17
* fix data race on migrate repository (#5224)Lunny Xiao2018-10-301-3/+8
* fix sqlite lock (#5210)Lunny Xiao2018-10-301-1/+1
* fix sqlite and mssql lock (#5214)Lunny Xiao2018-10-291-12/+22
* fix sqlite lock (#5184)Lunny Xiao2018-10-273-5/+17
* Fix race on updatesize (#5190)Lunny Xiao2018-10-262-9/+10
* Fix sqlite lock (#5176)Lunny Xiao2018-10-253-5/+13
* Fix JSON result of empty array (#5154)Antoine GIRARD2018-10-242-21/+41
* User action heatmap (#5131)kolaente2018-10-234-0/+75
* Increase the retry limit to 20 times and the interval to 200ms (#5134)Mura Li2018-10-211-2/+9
* Fix SQL quoting (#5117)Filip Navara2018-10-201-1/+1
* Remove check for negative length (#5120)Oleg Kovalov2018-10-203-4/+4
* Retry test-fixtures loading in case of transaction rollback (#5125)Mura Li2018-10-201-1/+10
* Use named const instead of a raw string (#5115)Oleg Kovalov2018-10-201-1/+1
* Remove duplicated if bodies (#5121)Oleg Kovalov2018-10-191-12/+5
* Fix deadlock when sqlite (#5118)Lunny Xiao2018-10-192-14/+18