Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | pkg/context: rename {CsrfToken, CsrfTokenHtml} -> {CSRFToken, CSRFTokenHTML} | Unknwon | 2017-04-06 |
| | |||
* | Disable local path migration by default (#4033) | Unknwon | 2017-01-26 |
| | | | | | | | Site admin now has to enable manually by config option [repository] ENABLE_LOCAL_PATH_MIGRATION = true. Site admin always grants this permission, but regulars users have to be allowed by site admins in admin user panel. | ||
* | Refactor User.Id to User.ID | Unknwon | 2016-07-24 |
| | |||
* | #2937 able to prohibit user login | Unknwon | 2016-07-16 |
| | |||
* | #2156 admin able to edit organization max repo creation | Unknwon | 2015-12-11 |
| | |||
* | #1575 Limit repo creation | Unknwon | 2015-12-10 |
| | |||
* | 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 | ||
* | #1511 Allow local import only for admin users | Unknwon | 2015-11-03 |
| | |||
* | #697 and #1606 and new admin edit user UI | Unknwon | 2015-09-13 |
| | |||
* | fix #1553 | Unknwon | 2015-09-01 |
| | |||
* | Add full name field to admin's user edit page (fixes #1130) | James | 2015-04-28 |
| | |||
* | Fix for deleting user when gogs instalation is on http://hostname/gogs | Sternik | 2015-03-13 |
| | |||
* | fox #620 | Unknwon | 2014-11-17 |
| | |||
* | UI: Confirmation box | Unknwon | 2014-09-28 |
| | |||
* | 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 | ||
* | Finish new admin users pages | Unknwon | 2014-08-29 |
| | |||
* | bug fixed | lunnyxiao | 2014-08-08 |
| | |||
* | Make possible for administrators to change user's password (fix proposal for ↵ | gima | 2014-07-18 |
| | | | | #290) | ||
* | fix typos in users' editing template. | António Meireles | 2014-06-30 |
| | |||
* | In progress of name template name constant | Unknown | 2014-06-22 |