aboutsummaryrefslogtreecommitdiff
path: root/templates/admin/user
Commit message (Collapse)AuthorAge
* templates: fixes broken UI under supported resolution (1024x768) #5179 (#5182)rokuu2018-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}Unknwon2017-04-06
|
* pkg/context: rename {CsrfToken, CsrfTokenHtml} -> {CSRFToken, CSRFTokenHTML}Unknwon2017-04-06
|
* Disable local path migration by default (#4033)Unknwon2017-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.IDUnknwon2016-07-24
|
* #2937 able to prohibit user loginUnknwon2016-07-16
|
* #13 finish user and repository searchUnknwon2016-03-11
| | | | Both are possible on explore and admin panel
* #2156 admin able to edit organization max repo creationUnknwon2015-12-11
|
* #1575 Limit repo creationUnknwon2015-12-10
|
* Indent all templates with tabsAdam Strzelecki2015-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 usersUnknwon2015-11-03
|
* #1525 Triggere mailer for admin created accountsUnknwon2015-09-25
|
* #697 and #1606 and new admin edit user UIUnknwon2015-09-13
|
* #1606 GUI bug while adding ldap userUnknwon2015-09-13
|
* fix html logicUnknwon2015-09-13
|
* #697 disable captcha and new admin create user UIUnknwon2015-09-13
|
* fix cssUnknwon2015-09-11
|
* new admin user list UIUnknwon2015-09-11
|
* more fix on #1553Unknwon2015-09-01
|
* fix #1553Unknwon2015-09-01
|
* Add full name field to admin's user edit page (fixes #1130)James2015-04-28
|
* Fix for deleting user when gogs instalation is on http://hostname/gogsSternik2015-03-13
|
* Remove the "PHP" style formatting functionPeter Smit2015-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/panelsPeter Smit2015-01-02
|
* fix invalid user links in admin panelsUnknwon2014-11-19
|
* fox #620Unknwon2014-11-17
|
* UI: Confirmation boxUnknwon2014-09-28
|
* Page: Commits and fix #249Unknwon2014-09-23
|
* Add suburl supportUnknwon2014-09-19
|
* Allow Gogs to run from a suburl behind a reverse proxy. e.g. ↵Martin van Beurden2014-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 pagesUnknwon2014-08-29
|
* Finish new admin users pagesUnknwon2014-08-29
|
* bug fixedlunnyxiao2014-08-08
|
* Make possible for administrators to change user's password (fix proposal for ↵gima2014-07-18
| | | | #290)
* fix typos in users' editing template.António Meireles2014-06-30
|
* In progress of name template name constantUnknown2014-06-22