Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | refactor(db): move some methods off `user.go` (#7199) | Joe Chen | 2022-10-22 |
| | |||
* | templates/user/dashboard/issues: show labels to each issue (#4976) | James | 2018-03-07 |
| | | | | | | | | | | | | * add issue labels * remove hyperlink from issue label * wrap labels in right aligned span * put issues with div put the issue labels within a div so they don't interfere with the number of comments | ||
* | pkg/setting: rename {AppUrl, AppSubUrl} -> {AppURL, AppSubURL} | Unknwon | 2017-04-06 |
| | |||
* | Fix dashboard issues/pull request counting | Unknwon | 2016-12-27 |
| | |||
* | Minor code fix for PR #3560 | Unknwon | 2016-12-27 |
| | |||
* | Fix assigned/created issues in dashboard. (#3560) | hgaiser | 2016-12-27 |
| | | | | | | | | | | | | | | | | | | * Fix assigned/created issues in dashboard. * Use GetUserIssueStats for getting all Dashboard stats. * Use gofmt to format the file properly. * Replace &Issue{} with new(Issue). * Check if user has access to given repository. * Remove unnecessary filtering of issues. * Return 404 error if invalid repository is given. * Use correct number of issues in paginater. | ||
* | Fix template nil error | Unknwon | 2016-08-14 |
| | |||
* | #3348 always use relative avatar link in the template | Unknwon | 2016-08-05 |
| | |||
* | 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 | ||
* | #1459 Dashboard issues lacks sorting | Unknwon | 2015-11-04 |
| | |||
* | #1599 status button mrigin-right | Unknwon | 2015-09-07 |
| | |||
* | remove test strings | Unknwon | 2015-09-03 |
| | |||
* | ui and pulls index fix | Unknwon | 2015-09-03 |
| | |||
* | fix buttons style | Unknwon | 2015-09-02 |
| | |||
* | css fix | Unknwon | 2015-09-02 |
| | |||
* | finish initial version of pull request | Unknwon | 2015-09-02 |
| | |||
* | fix suburl | Unknwon | 2015-08-27 |
| | |||
* | new org dashboard issues | Unknwon | 2015-08-25 |
| | |||
* | new user dahsboard issues | Unknwon | 2015-08-25 |