Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Some file refactoring | Unknwon | 2017-02-10 |
| | |||
* | log: start using gopkg.in/clog.v1 | Unknwon | 2017-02-09 |
| | |||
* | Minor fix for PR #3822 | Unknwon | 2016-12-21 |
| | |||
* | Fix database write context interleaving bug (#3822) | stroucki | 2016-12-21 |
| | | | | | | | | | | | | | | * UpdateIssueUsersByMentions was calling database write operations while a transaction session was in progress. MailParticipants was failing silently because of the SQLITE_LOCKED error. Make sure failures in MailParticipants enter the log, and pass on the transaction context. issue: let caller pass in database context, and use it issue_comment: obtain database context to pass to UpdateIssueMentions issue_comment: log any error from call to MailParticipants issue_mail: pass on database context to UpdateIssueMentions * issue: forgot debug statement | ||
* | Minor fix for PR #3624 | Unknwon | 2016-12-21 |
| | |||
* | More Issue-Comments API-endpoints (#3624) | Kim "BKC" Carlbäcker | 2016-12-21 |
| | | | | | | * ListAllInRepo & Delete Issue-Comments * Moar data in issue-comments | ||
* | migrations: set comment updated as created | Unknwon | 2016-08-26 |
| | |||
* | #2966 code cleanup | Unknwon | 2016-08-26 |
| | |||
* | issues comment API : list, create, edit (#2966) | Iwan Budi Kusnanto | 2016-08-26 |
| | | | add `since` query string support to list issue comment | ||
* | General code quality improvement | Unknwon | 2016-08-16 |
| | |||
* | #2246 fully support of webhooks for pull request | Unknwon | 2016-08-14 |
| | |||
* | #1601 support delete issue comment | Unknwon | 2016-07-26 |
| | |||
* | Refactor User.Id to User.ID | Unknwon | 2016-07-24 |
| | |||
* | Remove redundant Unix timestamp method call | Unknwon | 2016-07-23 |
| | | | | Unix() already uses UTC as timezone | ||
* | #2854 fix no mail notification when issue is closed/reopened | Unknwon | 2016-07-16 |
| | |||
* | Updated and created were appended with _unix. Fresh databases have only the ↵ | Marin Jankovski | 2016-03-11 |
| | | | | newly named fields. | ||
* | Fix ref comment from commit create empty feed | Unknwon | 2016-03-11 |
| | |||
* | #2302 Replace time.Time with Unix Timestamp (int64) | Unknwon | 2016-03-09 |
| | |||
* | #1146 finish new access rights for collaborators | Unknwon | 2016-03-05 |
| | |||
* | #1146 finsih UI work for access mode of collaborators | Unknwon | 2016-03-05 |
| | | | | | Collaborators have write access as default, and can be changed via repository collaboration settings page to change between read, write and admin. | ||
* | #1597 fix activitity feeds for pull requests | Unknwon | 2016-03-05 |