Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #3348 always use relative avatar link in the template | Unknwon | 2016-08-05 | 1 | -1/+1 |
| | |||||
* | Minor fixes for #2761 | Unknwon | 2016-03-11 | 1 | -3/+2 |
| | |||||
* | Put if statement of grey merge commits on one line | Steven Oud | 2016-03-05 | 1 | -5/+2 |
| | |||||
* | Grey out merge commits | Steven Oud | 2016-03-05 | 1 | -0/+5 |
| | |||||
* | Render emojis in more places. | Andrey Nering | 2016-03-02 | 1 | -1/+1 |
| | |||||
* | Indent all templates with tabs | Adam Strzelecki | 2015-12-08 | 1 | -62/+62 |
| | | | | | | | | | | | | 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 | ||||
* | Render commit msg as header + verbatim description | Adam Strzelecki | 2015-12-07 | 1 | -1/+1 |
| | | | | | | | | | Most commit in Git are expected to follow standard of single header line, followed by description paragraphs, separated by empty line from previous block. Previously Gogs were treating everything as single header. Now we are trying to render only first line as header, but following lines (description chunks) as a verbatim. | ||||
* | fix #1829 and fix #890 | Unknwon | 2015-12-04 | 1 | -1/+1 |
| | |||||
* | UI: Use more subtle grey SHA1 labels | Adam Strzelecki | 2015-12-03 | 1 | -1/+1 |
| | | | | | | | | | | | Current green SHA1 labels are more pronounced than other UI elements attracting attention as if they were most important thing in the UI, while they are not as important, especially without real Git client. Using grey SHA1 labels makes the UI more balanced, less aggressive and lets user to focus on other content elements. NOTE: Neither GitHub or Bitbucket uses so heavy pronunciation as Gogs. | ||||
* | more UI minor fixes | Unknwon | 2015-12-02 | 1 | -2/+2 |
| | |||||
* | clean test data | Unknwon | 2015-12-02 | 1 | -3/+1 |
| | |||||
* | minor CSS fix | Unknwon | 2015-12-02 | 1 | -2/+4 |
| | |||||
* | Commits & files UI: SUI fixed single line table | Adam Strzelecki | 2015-12-02 | 1 | -8/+9 |
| | | | | | | | | Instead using own ellipsis, uses Semantic UI fixed single line table which effectively applies ellipsis to all overflowing table cells. NOTE: File list cannot use colspan="2" for 1st "Last commit" elements, otherwise layout breaks with fixed table. | ||||
* | fix #1572 fix file histrory paging issue | Unknwon | 2015-11-10 | 1 | -1/+1 |
| | |||||
* | fix #1886 | Unknwon | 2015-11-04 | 1 | -1/+1 |
| | |||||
* | work on PR conversation | Unknwon | 2015-09-01 | 1 | -5/+6 |
| | |||||
* | rename fields | Unknwon | 2015-08-31 | 1 | -1/+1 |
| | |||||
* | fix style | Unknwon | 2015-08-21 | 1 | -0/+2 |
| | |||||
* | finsih diff and compare | Unknwon | 2015-08-21 | 1 | -1/+1 |
| | |||||
* | new commits table | Unknwon | 2015-08-20 | 1 | -46/+64 |
| | |||||
* | modules/base: add RenderCommitMessage with XSS-safe and special links | Unknwon | 2015-01-30 | 1 | -1/+1 |
| | | | | - update russian locale | ||||
* | Added issue link rendering in commit messages | dennis-smurf | 2014-12-05 | 1 | -1/+1 |
| | |||||
* | custom avatar upload | Unknwon | 2014-11-21 | 1 | -1/+7 |
| | |||||
* | Fix #572 | Unknwon | 2014-10-15 | 1 | -1/+1 |
| | |||||
* | Page: Compare 2 commits | Unknwon | 2014-10-10 | 1 | -1/+3 |
| | |||||
* | Page: Commits and fix #249 | Unknwon | 2014-09-23 | 1 | -21/+19 |
| | |||||
* | Add suburl support | Unknwon | 2014-09-19 | 1 | -2/+2 |
| | |||||
* | Allow Gogs to run from a suburl behind a reverse proxy. e.g. ↵ | Martin van Beurden | 2014-09-18 | 1 | -2/+2 |
| | | | | | | | | | | | | | | http://mydomain.com/gogs/ Conflicts: modules/setting/setting.go Conflicts: templates/repo/release/list.tmpl templates/user/dashboard/dashboard.tmpl Conflicts: routers/repo/setting.go | ||||
* | add commit compare functionality | Christopher Brickley | 2014-09-01 | 1 | -0/+42 |