summaryrefslogtreecommitdiffstats
path: root/templates/admin/user
Commit message (Collapse)AuthorAgeFilesLines
...
* #2156 admin able to edit organization max repo creationUnknwon2015-12-112-1/+3
|
* #1575 Limit repo creationUnknwon2015-12-101-0/+10
|
* Indent all templates with tabsAdam Strzelecki2015-12-083-221/+221
| | | | | | | | | | | | 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-031-1/+7
|
* #1525 Triggere mailer for admin created accountsUnknwon2015-09-251-0/+10
|
* #697 and #1606 and new admin edit user UIUnknwon2015-09-132-90/+97
|
* #1606 GUI bug while adding ldap userUnknwon2015-09-131-1/+1
|
* fix html logicUnknwon2015-09-131-3/+3
|
* #697 disable captcha and new admin create user UIUnknwon2015-09-131-53/+51
|
* fix cssUnknwon2015-09-111-2/+2
|
* new admin user list UIUnknwon2015-09-111-58/+69
|
* more fix on #1553Unknwon2015-09-011-1/+1
|
* fix #1553Unknwon2015-09-011-1/+1
|
* Add full name field to admin's user edit page (fixes #1130)James2015-04-281-0/+4
|
* Fix for deleting user when gogs instalation is on http://hostname/gogsSternik2015-03-131-1/+1
|
* Remove the "PHP" style formatting functionPeter Smit2015-02-161-1/+1
| | | | | | 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-021-1/+1
|
* fix invalid user links in admin panelsUnknwon2014-11-191-1/+1
|
* fox #620Unknwon2014-11-171-5/+9
|
* UI: Confirmation boxUnknwon2014-09-281-2/+9
|
* Page: Commits and fix #249Unknwon2014-09-231-2/+2
|
* Add suburl supportUnknwon2014-09-193-7/+7
|
* Allow Gogs to run from a suburl behind a reverse proxy. e.g. ↵Martin van Beurden2014-09-183-7/+7
| | | | | | | | | | | | | | 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-292-3/+2
|
* Finish new admin users pagesUnknwon2014-08-293-194/+188
|
* bug fixedlunnyxiao2014-08-081-1/+1
|
* Make possible for administrators to change user's password (fix proposal for ↵gima2014-07-181-0/+7
| | | | #290)
* fix typos in users' editing template.António Meireles2014-06-301-3/+3
|
* In progress of name template name constantUnknown2014-06-222-0/+197