aboutsummaryrefslogtreecommitdiffstats
path: root/templates/admin
Commit message (Collapse)AuthorAgeFilesLines
* add admin op: delete missing reposUnknwon2015-11-181-3/+7
|
* fix #1990Unknwon2015-11-181-120/+113
|
* Merge pull request #1769 from sapk/fix-admin-dashboard-new-uiUnknwon2015-11-181-149/+116
|\ | | | | Fix admin dashboard new ui
| * Fix indent tmplAntoine GIRARD2015-10-141-148/+118
| |
| * To quick to copy-pasteAntoine GIRARD2015-10-131-1/+1
| |
| * Implement new ui to dashboardAntoine GIRARD2015-10-131-42/+39
| |
* | #1511 Allow local import only for admin usersUnknwon2015-11-031-1/+7
|/
* #1525 Triggere mailer for admin created accountsUnknwon2015-09-254-156/+161
|
* Merge pull request #1693 from sapk/fix-admin-repo-new-ui无闻2015-09-251-58/+68
|\ | | | | Fix admin repos new ui
| * Fix admin repos new uiAntoine GIRARD2015-09-261-58/+68
| |
* | New admin organization UIAntoine GIRARD2015-09-251-56/+66
|/
* Add total next to system noticeAntoine GIRARD2015-09-251-1/+1
|
* New admin notice UI based on user list exampleAntoine GIRARD2015-09-251-52/+62
|
* drop oauth2 feature supportUnknwon2015-09-172-30/+5
|
* revert simple LDAP userDN and update exampleUnknwon2015-09-162-2/+2
|
* #1637 able to skip verify for LDAPUnknwon2015-09-142-5/+3
|
* #697 update locale and admin panelUnknwon2015-09-131-2/+6
|
* #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
|
* #1625 remove auto_register and makes it defaultUnknwon2015-09-122-12/+0
|
* fix cssUnknwon2015-09-111-2/+2
|
* new admin user list UIUnknwon2015-09-111-58/+69
|
* #1620 add allowed domains for SMTP authUnknwon2015-09-112-0/+10
|
* finish new edit auth UIUnknwon2015-09-112-174/+182
|
* finish new add auth UIUnknwon2015-09-102-136/+152
|
* more minor fix on 1581Unknwon2015-09-102-62/+49
|
* Merged conflicts.Sergio Benitez2015-09-091-7/+1
|\
| * remove dashboard operations table headerGogs2015-09-051-7/+1
| |
* | Added LDAP simple auth support.Sergio Benitez2015-09-042-16/+29
|/
* more fix on #1553Unknwon2015-09-011-1/+1
|
* fix #1553Unknwon2015-09-011-1/+1
|
* #1542 A way to skip TLS verify for SMTP authenticationUnknwon2015-08-293-5/+13
|
* able edit issue titleUnknwon2015-08-192-2/+2
|
* Set IsAdmin using LDAPGirish Ramakrishnan2015-08-182-0/+8
| | | | | | | | | The IsAdmin flag is set based on whether the admin filter returned any result. The admin filter is applied with the user dn as the search root. In the future, we should update IsAdmin as well on each login. Alternately, we can have a periodic sync operation.
* Change input field to type=password for the authentication templates.Lydia Sevelt2015-08-182-2/+2
|
* new UI on admin/monitorUnknwon2015-08-192-71/+91
|
* Significantly enhanced LDAP support in Gogs.Sergio Benitez2015-08-122-32/+32
|
* WIP: create PR - choose branchUnknwon2015-08-081-2/+2
|
* admin config fixFernando San Julián2015-07-251-2/+2
|
* Merge pull request #1244 from jamesa/develop无闻2015-07-251-0/+4
|\ | | | | Add full name field to admin's user edit page (fixes #1130)
| * Add full name field to admin's user edit page (fixes #1130)James2015-04-281-0/+4
| |
* | update localeUnknwon2015-07-031-0/+2
| |
* | Add PAM authenticationPaolo Borelli2015-04-242-0/+12
|/
* #1124 LDAP add and edit form are misleadingUnknwon2015-03-242-14/+26
|
* Fix for deleting user when gogs instalation is on http://hostname/gogsSternik2015-03-132-2/+2
|
* Merge pull request #915 from Lafriks/dev无闻2015-02-231-2/+14
|\ | | | | Get username, name, surname and e-mail from LDAP server
| * Get username, name, surname and e-mail from LDAP serverLauris BH2015-02-081-2/+14
| |
* | Remove the "PHP" style formatting functionPeter Smit2015-02-164-5/+5
| | | | | | | | | | | | 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.