| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix failure on creating pull request with assignees (#4419) (#4583) | SagePtr | 2018-08-16 | 1 | -1/+1 |
* | Update xorm to latest version and fix correct `user` table referencing in sql... | Lauris BH | 2018-07-20 | 1 | -1/+1 |
* | Added dependencies for issues (#2196) (#2531) | kolaente | 2018-07-17 | 1 | -0/+44 |
* | Fix some webhooks bugs (#3981) | Lunny Xiao | 2018-05-21 | 1 | -8/+93 |
* | Multiple assignees (#3705) | kolaente | 2018-05-09 | 1 | -102/+57 |
* | Issue due date (#3794) | kolaente | 2018-05-01 | 1 | -3/+39 |
* | Shows total tracked time in issue and milestone list (#3341) | Jonas Franz | 2018-04-29 | 1 | -3/+27 |
* | Add issue closed time column to fix activity closed issues list (#3537) | Lauris BH | 2018-02-19 | 1 | -1/+7 |
* | Use issue number/index instead of id for API URL. (#3298) | Alberto González Palomo | 2018-01-03 | 1 | -1/+1 |
* | Fixed asterisk based tasklist items, fixed requirement for one char after las... | modmew8 | 2018-01-03 | 1 | -2/+2 |
* | Added progressbar for issues (#1146). (#3171) | modmew8 | 2018-01-03 | 1 | -0/+25 |
* | Fix bugs in issue dashboard stats (#3073) | Ethan Koenig | 2017-12-26 | 1 | -45/+77 |
* | Remove unnecessary updates to issue indexer (#3212) | Ethan Koenig | 2017-12-17 | 1 | -1/+1 |
* | Refactor struct's time to remove unnecessary memory usage (#3142) | Lunny Xiao | 2017-12-11 | 1 | -23/+6 |
* | Add reactions to issues/PR and comments (#2856) | Lauris BH | 2017-12-04 | 1 | -2/+34 |
* | Fix ref parsing in commit messages (#3067) | Ethan Koenig | 2017-12-03 | 1 | -32/+0 |
* | Remove GetRepositoryByRef and add GetRepositoryByOwnerAndName (#3043) | Lunny Xiao | 2017-12-02 | 1 | -2/+7 |
* | Replace deprecated Id method with ID (#2655) | Ethan Koenig | 2017-10-05 | 1 | -4/+4 |
* | Use AfterLoad instead of AfterSet on Structs (#2628) | Lunny Xiao | 2017-10-01 | 1 | -10/+5 |
* | Remove redudant issue LoadAttributes() calls (#2614) | Morlinest | 2017-09-27 | 1 | -6/+1 |
* | Fix lint errors (#2547) | Ethan Koenig | 2017-09-19 | 1 | -5/+1 |
* | Improve issue search (#2387) | Ethan Koenig | 2017-09-16 | 1 | -12/+17 |
* | Prevent sending emails and notifications to inactive users (#2384) | David Schneiderbauer | 2017-09-16 | 1 | -2/+5 |
* | Use created & updated instead BeforeInsert & BeforeUpdate (#2482) | Lunny Xiao | 2017-09-13 | 1 | -10/+2 |
* | some refactors for issue and comments (#2419) | Lunny Xiao | 2017-08-30 | 1 | -2/+6 |
* | Add possibility to record branch or tag information in an issue (#780) | Zsombor | 2017-08-24 | 1 | -0/+1 |
* | fix 500 error when view an issue which's milestone deleted (#2297) | Lunny Xiao | 2017-08-12 | 1 | -1/+1 |
* | Fix counts on issues dashboard (#2215) | Ethan Koenig | 2017-08-03 | 1 | -12/+45 |
* | Fix issue updated_unix bug (#2204) | Ethan Koenig | 2017-07-27 | 1 | -0/+1 |
* | Fix unclosed session bug (#2214) | Ethan Koenig | 2017-07-26 | 1 | -1/+1 |
* | Fix PR nil-dereference bug (#2195) | Ethan Koenig | 2017-07-26 | 1 | -7/+26 |
* | Ignore invalid issue numbers in commit messages. Fixes #2022 (#2150) | Lauris BH | 2017-07-12 | 1 | -1/+2 |
* | Fix default ghost assignee bug (#2069) | Ethan Koenig | 2017-06-28 | 1 | -1/+1 |
* | Enable assignee e-mail notification (#2003) | Győrvári Gábor | 2017-06-23 | 1 | -5/+18 |
* | Fix #2001 and fix issue comments hidden (#2016) | Lunny Xiao | 2017-06-21 | 1 | -1/+4 |
* | Refactor session close as xorm already does everything needed internally (#2020) | Lauris BH | 2017-06-21 | 1 | -4/+4 |
* | Fix search by issue type (#1914) | Ethan Koenig | 2017-06-15 | 1 | -39/+13 |
* | Fix engine bug in getIssueByID (#1934) | Ethan Koenig | 2017-06-11 | 1 | -1/+1 |
* | Fix activity feed (#1779) | Ethan Koenig | 2017-05-26 | 1 | -8/+7 |
* | Send notifications to partecipants in issue comments (#1217) | Sandro Santilli | 2017-03-16 | 1 | -0/+18 |
* | Batch updates for issues (#926) | Ethan Koenig | 2017-03-15 | 1 | -0/+10 |
* | Fix typos in models/ and modules/ (#1248) | Ethan Koenig | 2017-03-15 | 1 | -1/+1 |
* | Refactor and fix incorrect comment (#1247) | Ethan Koenig | 2017-03-15 | 1 | -18/+9 |
* | feat: expose url field on issue api. (#982) | Bo-Yi Wu | 2017-03-03 | 1 | -0/+7 |
* | LableIDs -> LabelIDs (#1088) | Ethan Koenig | 2017-03-01 | 1 | -6/+6 |
* | Optimize and unit test Issue_ReplaceLabels (#1080) | Ethan Koenig | 2017-02-28 | 1 | -27/+18 |
* | Refactor for issues loadattributes of a repository (#971) | Lunny Xiao | 2017-02-22 | 1 | -64/+2 |
* | Fix all the bugs in issues and pulls on dashboard (#943) | Lunny Xiao | 2017-02-17 | 1 | -0/+59 |
* | Fix assigned issues dashboard (#920) | Lunny Xiao | 2017-02-14 | 1 | -28/+61 |
* | Fix logging bug | Ethan Koenig | 2017-02-12 | 1 | -7/+5 |