summaryrefslogtreecommitdiffstats
path: root/models
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make switch more clear (#5119)Oleg Kovalov2018-10-191-3/+2
* Add notification interface and refactor UI notifications (#5085)Lunny Xiao2018-10-182-0/+6
* Add support for search by uid (#4876)zeripath2018-10-181-0/+6
* refactor: err != nil check, just return error instead (#5093)Bo-Yi Wu2018-10-181-4/+1
* feat(topic): search keyword by splitting provided values by , (#4939)Bo-Yi Wu2018-10-172-5/+11
* Fix regex to support optional end line of old section in diff hunk (#5096)kolaente2018-10-171-9/+16
* fix release creation via API (#5076)Lunny Xiao2018-10-152-2/+98