| Commit message (Expand) | Author | Age | Files | Lines |
* | Show review summary in pull requests (#5132) | kolaente | 2018-11-22 | 1 | -0/+6 |
* | Add notification interface and refactor UI notifications (#5085) | Lunny Xiao | 2018-10-18 | 1 | -11/+16 |
* | Disable merging a WIP Pull request (#4529) | Julien Tant | 2018-08-13 | 1 | -0/+2 |
* | Pull request review/approval and comment on code (#3748) | Lauris BH | 2018-08-06 | 1 | -2/+18 |
* | Added dependencies for issues (#2196) (#2531) | kolaente | 2018-07-17 | 1 | -0/+33 |
* | Issue due date api (#3890) | kolaente | 2018-07-16 | 1 | -48/+0 |
* | Add more webhooks support and refactor webhook templates directory (#3929) | Lunny Xiao | 2018-05-16 | 1 | -2/+3 |
* | Multiple assignees (#3705) | kolaente | 2018-05-09 | 1 | -24/+46 |
* | Issue due date (#3794) | kolaente | 2018-05-01 | 1 | -0/+48 |
* | Shows total tracked time in issue and milestone list (#3341) | Jonas Franz | 2018-04-29 | 1 | -0/+6 |
* | Fix style of "In your repositories" when selected (#3699) | Alex Ward | 2018-03-20 | 1 | -1/+1 |
* | Added checks for protected branches in pull requests (#3544) | Chri-s | 2018-03-13 | 1 | -0/+9 |
* | Handle refactor (#3339) | Morgan Bazalgette | 2018-01-10 | 1 | -65/+65 |
* | Add Pull Request merge options - Ignore white-space for conflict checking, Re... | Lauris BH | 2018-01-05 | 1 | -0/+20 |
* | Fix bugs in issue dashboard stats (#3073) | Ethan Koenig | 2017-12-26 | 1 | -1/+1 |
* | Fix ignored errors when checking if organization, team member (#3177) | Ethan Koenig | 2017-12-21 | 1 | -8/+24 |
* | Check ignored errors for issue and milestone count (#3213) | Ethan Koenig | 2017-12-18 | 1 | -1/+5 |
* | Unit tests for routers/repo/issue_label (#3198) | Ethan Koenig | 2017-12-15 | 1 | -1/+1 |
* | Mention completion for issue editor. (#3136) | harry | 2017-12-11 | 1 | -0/+2 |
* | Refactor struct's time to remove unnecessary memory usage (#3142) | Lunny Xiao | 2017-12-11 | 1 | -6/+6 |
* | Add reactions to issues/PR and comments (#2856) | Lauris BH | 2017-12-04 | 1 | -3/+154 |
* | Memory usage improvements (#3013) | Duncan Ogilvie | 2017-11-29 | 1 | -0/+3 |
* | Fix PR, milestone and label functionality if issue unit is disabled (#2710) | Lauris BH | 2017-10-16 | 1 | -15/+28 |
* | Add init support of orgmode document type on file view and readme (#2525) | Lunny Xiao | 2017-09-21 | 1 | -1/+1 |
* | Improve issue search (#2387) | Ethan Koenig | 2017-09-16 | 1 | -1/+2 |
* | improve protected branch to add whitelist support (#2451) | Lunny Xiao | 2017-09-14 | 1 | -1/+1 |
* | Feature: Timetracking (#2211) | Jonas Franz | 2017-09-12 | 1 | -3/+36 |
* | Add possibility to record branch or tag information in an issue (#780) | Zsombor | 2017-08-24 | 1 | -0/+10 |
* | Fix counts on issues dashboard (#2215) | Ethan Koenig | 2017-08-03 | 1 | -0/+1 |
* | EnableUnit() -> UnitEnabled() (#2242) | Ethan Koenig | 2017-08-02 | 1 | -2/+2 |
* | Make branch deletion URL more like GitHub's, fixes #1397 (#1994) | Lauris BH | 2017-06-21 | 1 | -8/+10 |
* | Fix deleted milestone bug (#1942) | Ethan Koenig | 2017-06-17 | 1 | -0/+10 |
* | Fix search by issue type (#1914) | Ethan Koenig | 2017-06-15 | 1 | -1/+11 |
* | Fix 404 for external tracking issues (#1852) | Ethan Koenig | 2017-06-03 | 1 | -0/+4 |
* | fix bug on issue view when not login (#1624) | Lunny Xiao | 2017-04-29 | 1 | -10/+14 |
* | Add watch button on issue | Andrey Nering | 2017-03-29 | 1 | -0/+14 |
* | Batch updates for issues (#926) | Ethan Koenig | 2017-03-15 | 1 | -22/+71 |
* | Fix assigned issues dashboard (#920) | Lunny Xiao | 2017-02-14 | 1 | -22/+1 |
* | Add delete branch track on pull request comments (#888) | Lunny Xiao | 2017-02-11 | 1 | -1/+2 |
* | fix: trim the whitespaces for the search keyword (#893) | Bo-Yi Wu | 2017-02-11 | 1 | -1/+1 |
* | Add units concept for modulable functions of a repository (#742) | Lunny Xiao | 2017-02-04 | 1 | -3/+5 |
* | Track assignee for issue (#808) | Lunny Xiao | 2017-02-03 | 1 | -0/+5 |
* | Drop redundant columns from issue_user table (#638) | Ethan Koenig | 2017-02-03 | 1 | -16/+4 |
* | add milestone changed traker on issue view (#804) | Lunny Xiao | 2017-02-01 | 1 | -13/+22 |
* | Track labels changed on issue view & resolved #542 (#788) | Lunny Xiao | 2017-01-30 | 1 | -156/+5 |
* | Notifying on open PR, and Close/Reopen/Merge issue or PR | Andrey Nering | 2017-01-28 | 1 | -0/+2 |
* | Search bar for issues/pulls (#530) | Ethan Koenig | 2017-01-25 | 1 | -6/+28 |
* | Spun attachments into seperate go file (#701) | Philip Couling | 2017-01-20 | 1 | -57/+0 |
* | Attach to release (#673) | Philip Couling | 2017-01-15 | 1 | -2/+2 |
* | Rename .gogs to .gitea and comply with github template guidelines (#568) (#582) | Manuel Kuhlmann | 2017-01-05 | 1 | -1/+4 |