| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | 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 | ||
| * | introduce git-shell | Unknwon | 2015-11-26 |
| | | |||
| * | 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 | ||
| * | Fix #348 | Unknwon | 2014-09-05 |
| | | |||
| * | Huge updates!!!!! Be careful to merge!!!! | Unknwon | 2014-07-26 |
| | | |||
| * | 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 |
| |/ | |||
| * | Corrected grammar and spelling mistakes in templates. Normalizing to ↵ | twitchyliquid64 | 2014-04-20 |
| | | | | | American English. | ||
| * | Add flash | Unknown | 2014-04-10 |
| | | |||
| * | add ssl support for web | Lunny Xiao | 2014-04-05 |
| | | |||
| * | change css name style | FuXiaoHei | 2014-03-25 |
| | | |||
| * | SSL enable config option | Unknown | 2014-03-23 |
| | | |||
| * | 404 and 500 page ui | FuXiaoHei | 2014-03-23 |
| | | |||
| * | use ctx.Handle to handle 404 page | FuXiaoHei | 2014-03-23 |
| | | |||
| * | Add log.handle | Unknown | 2014-03-14 |
| | | |||
| * | Add UI for register user | Unknown | 2014-02-17 |