| Commit message (Expand) | Author | Age | Files | Lines |
* | make sure Poster is loaded (#9583) | 6543 | 2020-01-02 | 1 | -0/+5 |
* | Fix #9189 - API Allow only specific Colums to be updated on Issue (#9539) | 6543 | 2020-01-01 | 1 | -19/+25 |
* | remove unused method and rename createcommentWithNoAction (#9367) | Lunny Xiao | 2019-12-16 | 1 | -4/+4 |
* | Refactor comment (#9330) | Lunny Xiao | 2019-12-15 | 1 | -27/+30 |
* | Remove unused comment actions (#9222) | Lunny Xiao | 2019-12-02 | 1 | -16/+3 |
* | [UI] IssuePage multi repo select (#8741) | 6543 | 2019-12-01 | 1 | -9/+9 |
* | Extract createComment (#9125) | Lunny Xiao | 2019-11-30 | 1 | -10/+34 |
* | Avoid re-issuing redundant cross-references. (#8734) | guillep2k | 2019-11-19 | 1 | -14/+5 |
* | Rewrite delivery of issue and comment mails (#9009) | guillep2k | 2019-11-18 | 1 | -0/+13 |
* | extract some inline functions related with create comment (#8931) | Lunny Xiao | 2019-11-15 | 1 | -4/+26 |
* | Leave non-dated issues for last (#8871) | guillep2k | 2019-11-09 | 1 | -1/+2 |
* | Fix (open/closed) issue count when label excluded (#8815) | jaqra | 2019-11-05 | 1 | -2/+6 |
* | Allow cross-repository dependencies on issues (#7901) | Brad Albright | 2019-10-31 | 1 | -14/+35 |
* | Move issue change content from models to service (#8711) | Lunny Xiao | 2019-10-30 | 1 | -42/+1 |
* | Move issue change status from models to service (#8691) | Lunny Xiao | 2019-10-28 | 1 | -39/+0 |
* | Mail assignee when issue/pull request is assigned (#8546) | David Svantesson | 2019-10-25 | 1 | -47/+4 |
* | make call createMilestoneComment on newIssue func (#8678) | jaqra | 2019-10-25 | 1 | -0/+4 |
* | Add 'Alt + click' feature to exclude labels (#8199) | jaqra | 2019-10-23 | 1 | -2/+6 |
* | Move issue label operations to issue service package (#8553) | Lunny Xiao | 2019-10-19 | 1 | -88/+0 |
* | Upgrade xorm to v0.8.0 (#8536) | Lunny Xiao | 2019-10-17 | 1 | -1/+1 |
* | Allow externalID to be UUID (#8551) | Wenxuan Zhao | 2019-10-17 | 1 | -1/+1 |
* | Enable Uploading/Removing Attachments When Editing an Issue/Comment (#8426) | blueworrybear | 2019-10-15 | 1 | -0/+20 |
* | Move clearlabels from models to issue service (#8326) | Lunny Xiao | 2019-10-15 | 1 | -34/+0 |
* | Update migrated repositories' issues/comments/prs poster id if user has a git... | Lunny Xiao | 2019-10-14 | 1 | -1/+15 |
* | Move change issue title from models to issue service package (#8456) | Lunny Xiao | 2019-10-11 | 1 | -54/+3 |
* | Ignore mentions for users with no access (#8395) | guillep2k | 2019-10-10 | 1 | -33/+122 |
* | Revert "Fix issues/pr list broken when there are many repositories (#8409)" (... | Lunny Xiao | 2019-10-08 | 1 | -32/+22 |
* | Fix issues/pr list broken when there are many repositories (#8409) | Lunny Xiao | 2019-10-08 | 1 | -22/+32 |
* | Fix milestone num_issues (#8221) | Lunny Xiao | 2019-10-06 | 1 | -2/+2 |
* | Fix column name ambiguity in GetUserIssueStats() (#8347) | guillep2k | 2019-10-03 | 1 | -4/+4 |
* | Transaction-aware retry create issue to cope with duplicate keys (#8307) | guillep2k | 2019-10-03 | 1 | -17/+23 |
* | Extract actions on new issue from models to services (#8217) | Lunny Xiao | 2019-09-30 | 1 | -25/+0 |
* | Fix label count (#8267) | Lunny Xiao | 2019-09-24 | 1 | -5/+0 |
* | Move all mail related codes from models to services/mailer (#7200) | Lunny Xiao | 2019-09-24 | 1 | -4/+4 |
* | Reference issues from pull requests and other issues (#8137) | guillep2k | 2019-09-20 | 1 | -5/+52 |
* | Add 'Mentioning you' group to /issues page (#8201) | jaqra | 2019-09-18 | 1 | -0/+23 |
* | Add reviewrs as participants (#8121) | guillep2k | 2019-09-07 | 1 | -1/+1 |
* | Retry create issue to cope with duplicate keys (#7898) | guillep2k | 2019-08-26 | 1 | -29/+23 |
* | Use gitea forked macaron (#7933) | Tamal Saha | 2019-08-23 | 1 | -1/+1 |
* | Display ui time with customize time location (#7792) | Lunny Xiao | 2019-08-15 | 1 | -8/+9 |
* | Fix repository's pull request count error (#7518) | Lunny Xiao | 2019-07-18 | 1 | -0/+19 |
* | Include thread related headers in issue/coment mail (#7484) | mrsdizzie | 2019-07-17 | 1 | -0/+12 |
* | Display original author and URL information when showing migrated issues/comm... | mrsdizzie | 2019-07-08 | 1 | -21/+23 |
* | Fix error log when loading issues caused by a xorm bug (#7271) | Lunny Xiao | 2019-06-23 | 1 | -1/+2 |
* | Add golangci (#6418) | kolaente | 2019-06-12 | 1 | -8/+3 |
* | Fix index produces problem when issues/pulls deleted (#6973) | Lunny Xiao | 2019-05-18 | 1 | -1/+28 |
* | Move sdk structs to modules/structs (#6905) | Lunny Xiao | 2019-05-11 | 1 | -1/+1 |
* | Comments list performance optimization (#5305) | Lunny Xiao | 2019-04-18 | 1 | -0/+4 |
* | Better logging (#6038) (#6095) | zeripath | 2019-04-02 | 1 | -13/+13 |
* | Make "Ghost" not link to 404 page (#6410) | oscar.lofwenhamn | 2019-03-27 | 1 | -0/+11 |