Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | admin: show all version in dashboard | ᴜɴᴋɴᴡᴏɴ | 2020-02-19 |
| | | | | And removed version info from footer. | ||
* | pkg/setting: rename {AppUrl, AppSubUrl} -> {AppURL, AppSubURL} | Unknwon | 2017-04-06 |
| | |||
* | 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 | ||
* | fix #2020 | Unknwon | 2015-11-24 |
| | |||
* | #1545 Cross reference the commit from the issue when it is closed by the commit | Unknwon | 2015-08-30 |
| | |||
* | 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 | ||
* | Merge branch 'dev' of github.com:gogits/gogs into dev | Unknwon | 2014-07-26 |
|\ | | | | | | | | | Conflicts: templates/status/500.tmpl | ||
| * | Change "an error is occurred" to "has occurred" | Ciaran Downey | 2014-07-25 |
| | | |||
* | | New UI merge in progress | Unknwon | 2014-07-26 |
|/ | |||
* | Add flash | Unknown | 2014-04-10 |
| | |||
* | change css name style | FuXiaoHei | 2014-03-25 |
| | |||
* | 404 and 500 page ui | FuXiaoHei | 2014-03-23 |
| | |||
* | use ctx.Handle to handle 404 page | FuXiaoHei | 2014-03-23 |