| Commit message (Expand) | Author | Age | Files | Lines |
* | Webhook for Pull Request approval/rejection (#5027) | Lanre Adelowo | 2018-12-27 | 5 | -19/+167 |
* | Synchronize SSH keys on login with LDAP + Fix SQLite deadlock on ldap ssh key... | zeripath | 2018-12-27 | 3 | -11/+30 |
* | fix nil pointer when adding a due date (#5587) | Lanre Adelowo | 2018-12-27 | 1 | -0/+4 |
* | Add rebase with merge commit merge style (#3844) (#4052) | Julian | 2018-12-27 | 6 | -3/+107 |
* | fix table name typo on SQL (#5562) | Lunny Xiao | 2018-12-19 | 1 | -2/+2 |
* | fix forgot removed records when deleting user (#5429) | Lunny Xiao | 2018-12-18 | 4 | -16/+53 |
* | Add base repo nil check (#5555) | Jonas Franz | 2018-12-17 | 1 | -0/+9 |
* | Improve performance of dashboard (#4977) | Lunny Xiao | 2018-12-13 | 13 | -65/+288 |
* | Added test environment for mssql (#4282) | kolaente | 2018-12-12 | 1 | -3/+4 |
* | fix approvals limitation (#5521) | Lunny Xiao | 2018-12-11 | 1 | -1/+2 |
* | Approvals at Branch Protection (#5350) | Jonas Franz | 2018-12-11 | 7 | -30/+156 |
* | Fixing MSSQL timestamp type (#5511) | Christopher | 2018-12-11 | 1 | -1/+1 |
* | fix code review on mssql (#5502) | Lunny Xiao | 2018-12-11 | 1 | -7/+19 |
* | fix forgot deletion of notification when delete repository (#5506) | Lunny Xiao | 2018-12-10 | 1 | -0/+1 |
* | fix topic name length on database (#5493) | Lunny Xiao | 2018-12-08 | 2 | -2/+2 |
* | ensure that the `closed_at` is set for closed (#5449) | romankl | 2018-12-02 | 1 | -0/+4 |
* | Fix repository deletion when there is large number of issues in it (#5426) | Lunny Xiao | 2018-11-30 | 1 | -39/+40 |
* | Milestone issues and pull requests (#5293) | Lunny Xiao | 2018-11-29 | 2 | -3/+21 |
* | Restrict permission check on repositories and fix some problems (#5314) | Lunny Xiao | 2018-11-28 | 27 | -205/+795 |
* | show only opened milestones on issues page milestone filter (#5051) | Lanre Adelowo | 2018-11-26 | 1 | -3/+3 |
* | Show review summary in pull requests (#5132) | kolaente | 2018-11-22 | 3 | -1/+104 |
* | dont' send assign webhooks when creating issue (#5365) | Lunny Xiao | 2018-11-20 | 1 | -4/+5 |
* | Migration fixes for gogs (0.11.66) to gitea (1.6.0) #5318 (#5341) | Florian Eitel | 2018-11-18 | 2 | -1/+9 |
* | Fix create team, update team missing units (#5188) | Lunny Xiao | 2018-11-10 | 2 | -0/+43 |
* | fix bug when users have serval teams with different units on different reposi... | Lunny Xiao | 2018-11-09 | 2 | -1/+11 |
* | Add option to disable automatic mirror syncing. (#5242) | Jonas Bröms | 2018-11-08 | 1 | -1/+6 |
* | Prometheus endpoint (#5256) | Stanislav | 2018-11-04 | 1 | -0/+1 |
* | Fixed heatmap not working in mssql (#5248) | kolaente | 2018-11-01 | 1 | -2/+4 |
* | Create AuthorizedKeysCommand (#5236) | zeripath | 2018-11-01 | 1 | -1/+1 |
* | Keys API changes (#4960) | zeripath | 2018-10-31 | 1 | -0/+30 |
* | fix compatibility heatmap with mysql 8 (#5232) | Stanislav | 2018-10-31 | 1 | -1/+1 |
* | Fix issue where ecdsa and other key types are not synced from LDAP (#5092) (#... | Jerry Jacobs | 2018-10-30 | 1 | -1/+3 |
* | This commit will reduce join star, repo_topic, topic tables on repo search, s... | Lunny Xiao | 2018-10-30 | 2 | -37/+17 |
* | fix data race on migrate repository (#5224) | Lunny Xiao | 2018-10-30 | 1 | -3/+8 |
* | fix sqlite lock (#5210) | Lunny Xiao | 2018-10-30 | 1 | -1/+1 |
* | fix sqlite and mssql lock (#5214) | Lunny Xiao | 2018-10-29 | 1 | -12/+22 |
* | fix sqlite lock (#5184) | Lunny Xiao | 2018-10-27 | 3 | -5/+17 |
* | Fix race on updatesize (#5190) | Lunny Xiao | 2018-10-26 | 2 | -9/+10 |
* | Fix sqlite lock (#5176) | Lunny Xiao | 2018-10-25 | 3 | -5/+13 |
* | Fix JSON result of empty array (#5154) | Antoine GIRARD | 2018-10-24 | 2 | -21/+41 |
* | User action heatmap (#5131) | kolaente | 2018-10-23 | 4 | -0/+75 |
* | Increase the retry limit to 20 times and the interval to 200ms (#5134) | Mura Li | 2018-10-21 | 1 | -2/+9 |
* | Fix SQL quoting (#5117) | Filip Navara | 2018-10-20 | 1 | -1/+1 |
* | Remove check for negative length (#5120) | Oleg Kovalov | 2018-10-20 | 3 | -4/+4 |
* | Retry test-fixtures loading in case of transaction rollback (#5125) | Mura Li | 2018-10-20 | 1 | -1/+10 |
* | Use named const instead of a raw string (#5115) | Oleg Kovalov | 2018-10-20 | 1 | -1/+1 |
* | Remove duplicated if bodies (#5121) | Oleg Kovalov | 2018-10-19 | 1 | -12/+5 |
* | Fix deadlock when sqlite (#5118) | Lunny Xiao | 2018-10-19 | 2 | -14/+18 |
* | Make switch more clear (#5119) | Oleg Kovalov | 2018-10-19 | 1 | -3/+2 |
* | Add notification interface and refactor UI notifications (#5085) | Lunny Xiao | 2018-10-18 | 2 | -0/+6 |