| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactor session close as xorm already does everything needed internally (#2020) | Lauris BH | 2017-06-21 | 1 | -2/+2 |
* | Don't show non-comments in comments API (#2001) | Ethan Koenig | 2017-06-18 | 1 | -0/+2 |
* | Fix deleted milestone bug (#1942) | Ethan Koenig | 2017-06-17 | 1 | -10/+4 |
* | Fix activity feed (#1779) | Ethan Koenig | 2017-05-26 | 1 | -7/+6 |
* | Adding #issuecomment to the URL in E-Mail notifications (#1674) | Jonas Franz | 2017-05-25 | 1 | -2/+2 |
* | Bug fixed for deleted label in issue comment (#904) | Lunny Xiao | 2017-02-11 | 1 | -5/+6 |
* | Add delete branch track on pull request comments (#888) | Lunny Xiao | 2017-02-11 | 1 | -0/+12 |
* | track issue title changes (#841) | Lunny Xiao | 2017-02-05 | 1 | -0/+19 |
* | Track assignee for issue (#808) | Lunny Xiao | 2017-02-03 | 1 | -11/+52 |
* | add milestone changed traker on issue view (#804) | Lunny Xiao | 2017-02-01 | 1 | -15/+66 |
* | Track labels changed on issue view & resolved #542 (#788) | Lunny Xiao | 2017-01-30 | 1 | -0/+44 |
* | fix: delete attachment after remove comment. | Bo-Yi Wu | 2017-01-25 | 1 | -1/+3 |
* | Search bar for issues/pulls (#530) | Ethan Koenig | 2017-01-25 | 1 | -13/+5 |
* | Fix ambiguity bug in getCommentsByRepoIDSince (#665) | Ethan Koenig | 2017-01-14 | 1 | -2/+4 |
* | Create missing database indexes (#596) | Andrey Nering | 2017-01-06 | 1 | -3/+3 |
* | UpdateIssueUsersByMentions was calling database write operations while (#443) | Lunny Xiao | 2016-12-22 | 1 | -3/+5 |
* | issue comment api fix (#449) | Kim "BKC" Carlbäcker | 2016-12-22 | 1 | -5/+60 |
* | golint fixed for models/issue_comment.go | Lunny Xiao | 2016-11-28 | 1 | -7/+17 |
* | Fix import path of go-sdk (#141) | Sandro Santilli | 2016-11-11 | 1 | -1/+1 |
* | Merge remote-tracking branch 'upstream/master' into feature/rewrite-xorm-queries | Thibault Meyer | 2016-11-10 | 1 | -3/+3 |
|\ |
|
| * | Update import paths from github.com/go-gitea to code.gitea.io (#135) | Sandro Santilli | 2016-11-10 | 1 | -3/+3 |
* | | Rewrite XORM queries | Thibault Meyer | 2016-11-10 | 1 | -1/+3 |
|/ |
|
* | Fix type in unused constant name (#111) | Sandro Santilli | 2016-11-07 | 1 | -1/+1 |
* | More overlooks | Sandro Santilli | 2016-11-07 | 1 | -9/+9 |
* | More... | Sandro Santilli | 2016-11-07 | 1 | -11/+11 |
* | Use MixedCase constant names | Sandro Santilli | 2016-11-07 | 1 | -8/+8 |
* | Replaced go-gogs-client with go-sdk imports | Thomas Boerger | 2016-11-07 | 1 | -1/+1 |
* | Change import reference to match gitea instead of gogs (#37) | Rémy Boulanouar | 2016-11-03 | 1 | -2/+2 |
* | migrations: set comment updated as created | Unknwon | 2016-08-26 | 1 | -1/+1 |
* | #2966 code cleanup | Unknwon | 2016-08-26 | 1 | -9/+37 |
* | issues comment API : list, create, edit (#2966) | Iwan Budi Kusnanto | 2016-08-26 | 1 | -0/+13 |
* | General code quality improvement | Unknwon | 2016-08-16 | 1 | -1/+0 |
* | #2246 fully support of webhooks for pull request | Unknwon | 2016-08-14 | 1 | -1/+1 |
* | #1601 support delete issue comment | Unknwon | 2016-07-26 | 1 | -0/+26 |
* | Refactor User.Id to User.ID | Unknwon | 2016-07-24 | 1 | -2/+2 |
* | Remove redundant Unix timestamp method call | Unknwon | 2016-07-23 | 1 | -1/+1 |
* | #2854 fix no mail notification when issue is closed/reopened | Unknwon | 2016-07-16 | 1 | -4/+31 |
* | Updated and created were appended with _unix. Fresh databases have only the n... | Marin Jankovski | 2016-03-11 | 1 | -1/+1 |
* | Fix ref comment from commit create empty feed | Unknwon | 2016-03-11 | 1 | -3/+5 |
* | #2302 Replace time.Time with Unix Timestamp (int64) | Unknwon | 2016-03-09 | 1 | -5/+11 |
* | #1146 finish new access rights for collaborators | Unknwon | 2016-03-05 | 1 | -1/+1 |
* | #1146 finsih UI work for access mode of collaborators | Unknwon | 2016-03-05 | 1 | -1/+2 |
* | #1597 fix activitity feeds for pull requests | Unknwon | 2016-03-05 | 1 | -0/+311 |