Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | #1157 some avatar setting changes | Unknwon | 2016-03-05 |
| | | | | - Allow to delete current avatar | ||
* | #2154 disable change user for non-local users | Unknwon | 2015-12-11 |
| | | | | - #2153 remove require for gravatar | ||
* | 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 #2101 | Unknwon | 2015-12-04 |
| | |||
* | finish all new user settings UI | Unknwon | 2015-09-10 |
| | |||
* | new user profile settings UI | Unknwon | 2015-09-06 |
| | | | | Signed-off-by: Unknwon <u@gogs.io> | ||
* | fix #1156 | Unknwon | 2015-03-26 |
| | |||
* | #1098 Hide gravatar email field if gravatar is disabled (or offline mode) | Unknwon | 2015-03-24 |
| | |||
* | fix #675 | Unknwon | 2014-11-27 |
| | |||
* | more on change avatar | Unknwon | 2014-11-21 |
| | |||
* | custom avatar upload | Unknwon | 2014-11-21 |
| | |||
* | UI: Confirmation box | Unknwon | 2014-09-28 |
| | |||
* | Add modal to change username | Unknwon | 2014-09-26 |
| | | | | Signed-off-by: Unknwon <joe2010xtmf@163.com> | ||
* | 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 | ||
* | UI fix | Unknwon | 2014-09-13 |
| | |||
* | Finish new admin users pages | Unknwon | 2014-08-29 |
| | |||
* | Finish new hooks list page | Unknwon | 2014-08-09 |
| | |||
* | New UI merge in progress | Unknwon | 2014-07-26 |