Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | UI: Display last-commit header without 2nd column | Adam Strzelecki | 2015-12-03 |
| | | | | | | | | This uses a CSS trick making first th to be relative block with width equal to first two columns, effectively working around inability to use colspan="2" on first row that was breaking "fixed-layout" for tables. Also use grey header for last-commit SHA1 tag. | ||
* | Commits & files UI: SUI fixed single line table | Adam Strzelecki | 2015-12-02 |
| | | | | | | | | 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. | ||
* | new repo ui | Unknwon | 2015-11-14 |
| | | | | | | - copy link button: #1396, #1168, #1668, - synxtax highlight: #1712, #1549, #1315, #670 - z-index: #1942 | ||
* | fix #1886 | Unknwon | 2015-11-04 |
| | |||
* | Allow file and directory names to contain percent character | Vladimir Vissoultchev | 2015-07-28 |
| | |||
* | Handle submodules without a .gitmodules entry - fix #1023 | Filippo Valsorda | 2015-03-10 |
| | |||
* | templates: fix commit message render issue #828 | Unknwon | 2015-01-31 |
| | |||
* | modules/base: add RenderCommitMessage with XSS-safe and special links | Unknwon | 2015-01-30 |
| | | | | - update russian locale | ||
* | fix #711 | Unknwon | 2014-12-09 |
| | |||
* | Added issue link rendering in commit messages | dennis-smurf | 2014-12-05 |
| | |||
* | custom avatar upload | Unknwon | 2014-11-21 |
| | |||
* | continue work on #255 | Unknwon | 2014-11-07 |
| | |||
* | Add raw, history file button, and other mirror fixes | Unknwon | 2014-10-11 |
| | |||
* | Add directory level commit message | Unknwon | 2014-09-26 |
| | |||
* | no neet for md5 email | fundon | 2014-09-26 |
| | |||
* | submodule support and closed #478 | lunnyxiao | 2014-09-22 |
| | |||
* | add submodule basic support & buf fixed #478 | lunnyxiao | 2014-09-22 |
| | |||
* | Add suburl support | Unknwon | 2014-09-19 |
| | |||
* | Allow Gogs to run from a suburl behind a reverse proxy. e.g. ↵ | Martin van Beurden | 2014-09-18 |
| | | | | | | | | | | | | | | 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 | ||
* | New UI merge in progress | Unknwon | 2014-07-26 |