summaryrefslogtreecommitdiffstats
path: root/templates/admin
Commit message (Collapse)AuthorAgeFilesLines
* Indent all templates with tabsAdam Strzelecki2015-12-0814-1162/+1162
| | | | | | | | | | | | 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
* remember page number when delete repoUnknwon2015-12-051-1/+1
|
* #2063 Ability to delete repo from admin panelUnknwon2015-12-051-0/+17
|
* #2052 advanced select ops for system noticesUnknwon2015-12-051-10/+48
|
* #2052 Ability to batch delete system noticesUnknwon2015-12-011-0/+3
|
* LDAP: Optional user name attribute specificationAdam Strzelecki2015-12-022-0/+8
| | | | | | | | | | | | | | | Consider following LDAP search query example: (&(objectClass=Person)(|(uid=%s)(mail=%s))) Right now on first login attempt Gogs will use the text supplied on login form as the newly created user name. In example query above the text matches against both e-mail or user name. So if user puts the e-mail then the new Gogs user name will be e-mail which may be undesired. Using optional user name attribute setting we can explicitly say we want Gogs user name to be certain LDAP attribute eg. `uid`, so even user will use e-mail to login 1st time, the new account will receive correct user name.
* add some logUnknwon2015-11-211-1/+1
|
* minor fix on #1694Unknwon2015-11-211-15/+15
|
* Fix admin configuration new uiAntoine GIRARD2015-11-211-211/+188
|
* 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
|