aboutsummaryrefslogtreecommitdiff
path: root/templates/admin
Commit message (Collapse)AuthorAge
* #2554 reinitialize all repos from the dbUnknwon2016-02-04
| | | | - Update locales
* fix #2416Unknwon2016-01-26
|
* #2156 add edit org link in admin panelUnknwon2015-12-12
|
* #2156 admin able to edit organization max repo creationUnknwon2015-12-11
|
* #1575 Limit repo creationUnknwon2015-12-10
|
* LDAP parameters UI: bind_dn and bind_password are not requiredSlavikZ2015-12-09
|
* 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
* remember page number when delete repoUnknwon2015-12-05
|
* #2063 Ability to delete repo from admin panelUnknwon2015-12-05
|
* #2052 advanced select ops for system noticesUnknwon2015-12-05
|
* #2052 Ability to batch delete system noticesUnknwon2015-12-01
|
* LDAP: Optional user name attribute specificationAdam Strzelecki2015-12-02
| | | | | | | | | | | | | | | 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-21
|
* minor fix on #1694Unknwon2015-11-21
|
* Fix admin configuration new uiAntoine GIRARD2015-11-21
|
* add admin op: delete missing reposUnknwon2015-11-18
|
* fix #1990Unknwon2015-11-18
|
* Merge pull request #1769 from sapk/fix-admin-dashboard-new-uiUnknwon2015-11-18
|\ | | | | Fix admin dashboard new ui
| * Fix indent tmplAntoine GIRARD2015-10-14
| |
| * To quick to copy-pasteAntoine GIRARD2015-10-13
| |
| * Implement new ui to dashboardAntoine GIRARD2015-10-13
| |
* | #1511 Allow local import only for admin usersUnknwon2015-11-03
|/
* #1525 Triggere mailer for admin created accountsUnknwon2015-09-25
|
* Merge pull request #1693 from sapk/fix-admin-repo-new-ui无闻2015-09-25
|\ | | | | Fix admin repos new ui
| * Fix admin repos new uiAntoine GIRARD2015-09-26
| |
* | New admin organization UIAntoine GIRARD2015-09-25
|/
* Add total next to system noticeAntoine GIRARD2015-09-25
|
* New admin notice UI based on user list exampleAntoine GIRARD2015-09-25
|
* drop oauth2 feature supportUnknwon2015-09-17
|
* revert simple LDAP userDN and update exampleUnknwon2015-09-16
|
* #1637 able to skip verify for LDAPUnknwon2015-09-14
|
* #697 update locale and admin panelUnknwon2015-09-13
|
* #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
|
* #1625 remove auto_register and makes it defaultUnknwon2015-09-12
|
* fix cssUnknwon2015-09-11
|
* new admin user list UIUnknwon2015-09-11
|
* #1620 add allowed domains for SMTP authUnknwon2015-09-11
|
* finish new edit auth UIUnknwon2015-09-11
|
* finish new add auth UIUnknwon2015-09-10
|
* more minor fix on 1581Unknwon2015-09-10
|
* Merged conflicts.Sergio Benitez2015-09-09
|\
| * remove dashboard operations table headerGogs2015-09-05
| |
* | Added LDAP simple auth support.Sergio Benitez2015-09-04
|/
* more fix on #1553Unknwon2015-09-01
|
* fix #1553Unknwon2015-09-01
|
* #1542 A way to skip TLS verify for SMTP authenticationUnknwon2015-08-29
|
* able edit issue titleUnknwon2015-08-19
|