Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | templates: fixes broken UI under supported resolution (1024x768) #5179 (#5182) | rokuu | 2018-04-24 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Update view_list.tmpl * Update commits_table.tmpl * Update dashboard.tmpl * Update list.tmpl * Update list.tmpl * Update list.tmpl * Update list.tmpl * Update notice.tmpl * Update monitor.tmpl * Update view_file.tmpl * Update diff_preview.tmpl * Update box.tmpl | ||
* | pkg/setting: rename {AppUrl, AppSubUrl} -> {AppURL, AppSubURL} | Unknwon | 2017-04-06 |
| | |||
* | 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 |
| | |||
* | #13 finish user and repository search | Unknwon | 2016-03-11 |
| | | | | Both are possible on explore and admin panel | ||
* | #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 |
| | |||
* | #1525 Triggere mailer for admin created accounts | Unknwon | 2015-09-25 |
| | |||
* | #697 and #1606 and new admin edit user UI | Unknwon | 2015-09-13 |
| | |||
* | #1606 GUI bug while adding ldap user | Unknwon | 2015-09-13 |
| | |||
* | fix html logic | Unknwon | 2015-09-13 |
| | |||
* | #697 disable captcha and new admin create user UI | Unknwon | 2015-09-13 |
| | |||
* | fix css | Unknwon | 2015-09-11 |
| | |||
* | new admin user list UI | Unknwon | 2015-09-11 |
| | |||
* | more fix on #1553 | Unknwon | 2015-09-01 |
| | |||
* | 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 |
| | |||
* | Remove the "PHP" style formatting function | Peter Smit | 2015-02-16 |
| | | | | | | The "PHP" formatting function doesn't add anything, except an undocumented date format. All usages in the templates have been replaced with DateFmtShort and DateFmtLong for convenience. | ||
* | Fix #799 by adding a tooltip for all dates in all settings/panels | Peter Smit | 2015-01-02 |
| | |||
* | fix invalid user links in admin panels | Unknwon | 2014-11-19 |
| | |||
* | fox #620 | Unknwon | 2014-11-17 |
| | |||
* | UI: Confirmation box | Unknwon | 2014-09-28 |
| | |||
* | Page: Commits and fix #249 | Unknwon | 2014-09-23 |
| | |||
* | 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 | ||
* | Continue working on new admin pages | Unknwon | 2014-08-29 |
| | |||
* | 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 |