Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | refactor(db): move some methods off `user.go` (#7199) | Joe Chen | 2022-10-22 |
| | |||
* | templates: rename template function Str2html -> Str2HTML | Unknwon | 2018-12-10 |
| | |||
* | SECURITY: fix branch name persistent XSS | Unknwon | 2017-10-15 |
| | | | | Reported by Carl Hattenfels. | ||
* | #2246 add HTMLURL to webhook type | Unknwon | 2016-08-16 |
| | | | | - Fill Milestone and Assignee field when available in webhook payload | ||
* | #2246 fully support of webhooks for pull request | Unknwon | 2016-08-14 |
| | |||
* | Refactor User.Id to User.ID | Unknwon | 2016-07-24 |
| | |||
* | Render emojis in more places. | Andrey Nering | 2016-03-02 |
| | |||
* | Indent all templates with tabs | Adam Strzelecki | 2015-12-08 |
| | | | | | | | | | | | | This commit improves templates readability, since all of them use consistent indent with all template command blocks indented too. 1. Indents both HTML containers such as <div>, <p> and Go HTML template blocks such as {{if}} {{with}} 2. Cleans all trailing white-space 3. Adds trailing last line-break to each file | ||
* | basic PR feature | Unknwon | 2015-09-02 |
| | |||
* | add view pull desc | Unknwon | 2015-09-01 |
| | |||
* | work on PR conversation | Unknwon | 2015-09-01 |