Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | refactor(db): move some methods off `user.go` (#7199) | Joe Chen | 2022-10-22 |
| | |||
* | pkg/context: apply EscapePound at context level | Unknwon | 2018-09-28 |
| | | | | | | Always escape template variable {{.Link}} variable and redirect calls. Relates to #5442 | ||
* | Refactoring: rename Signed -> Logged | Unknwon | 2017-04-06 |
| | |||
* | pkg/context: rename {CsrfToken, CsrfTokenHtml} -> {CSRFToken, CSRFTokenHTML} | Unknwon | 2017-04-06 |
| | |||
* | templates/label: another minor style improve | Unknwon | 2017-03-22 |
| | |||
* | templates/label: minor style improve | Unknwon | 2017-03-22 |
| | | | | Add an empty space to make <span> have width. | ||
* | #3348 always use relative avatar link in the template | Unknwon | 2016-08-05 |
| | |||
* | Refactor User.Id to User.ID | Unknwon | 2016-07-24 |
| | |||
* | Add prorper escaping of url in issue form | Odin Ugedal | 2016-03-15 |
| | |||
* | Fix tab index on new issue/comment form | chriswatt | 2016-02-07 |
| | |||
* | 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 | ||
* | #1854 show issue content | Unknwon | 2015-11-13 |
| | |||
* | rename fields | Unknwon | 2015-08-31 |
| | |||
* | fix HTML | Unknwon | 2015-08-26 |
| | |||
* | Filter issues by assignee | Unknwon | 2015-08-15 |
| | |||
* | add comment form UI | Unknwon | 2015-08-12 |
| | |||
* | finish view issue without comments and ops | Unknwon | 2015-08-12 |
| | |||
* | finish attachments when create issue | Unknwon | 2015-08-11 |
| | |||
* | finish create issue attachment UI | Unknwon | 2015-08-11 |
| | |||
* | finish create issue with milestone and assignee | Unknwon | 2015-08-10 |
| | |||
* | finish create issue with milestone | Unknwon | 2015-08-10 |
| | |||
* | finish create issue with labels | Unknwon | 2015-08-10 |
| | |||
* | add migrate from issue.label_ids to issue_label | Unknwon | 2015-08-10 |
| | |||
* | upgrade new issue to SUI v2 | Unknwon | 2015-08-10 |
| | |||
* | UI: create issue with title and content | Unknwon | 2015-08-09 |