aboutsummaryrefslogtreecommitdiffstats
path: root/models
Commit message (Expand)AuthorAgeFilesLines
* 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
* Hide outdated comments in file view (#5017)Jonas Franz2018-10-052-1/+12
* make sure milestone listing is consistent across board (#4987)Lanre Adelowo2018-09-281-1/+1
* Fix null pointer dereference in ParseCommitWithSignature (#4962)SagePtr2018-09-201-1/+1
* fix url in discord webhook (#4953)crito2018-09-171-1/+2
* Code review UI improvements and bugfixes (#4682)Lauris BH2018-09-172-12/+16
* make sure to catch the right error so it is displayed as an error on the ui n...Lanre Adelowo2018-09-161-1/+1
* fix bug forget to remove Stopwatch when remove repository (#4928)linweijie20122018-09-131-0/+3
* Force user to change password (#4489)Lanre Adelowo2018-09-133-12/+38
* Fix bug when repo remained bare if multiple branches pushed (#4923)SagePtr2018-09-131-2/+4
* feat(repo): support search repository by topic name (#4505)Bo-Yi Wu2018-09-139-16/+117