summaryrefslogtreecommitdiffstats
path: root/routers/admin
Commit message (Collapse)AuthorAgeFilesLines
* #1938 #1374 disable password change for non-local usersUnknwon2015-12-102-13/+13
|
* #1575 Limit repo creationUnknwon2015-12-101-0/+1
|
* remember page number when delete repoUnknwon2015-12-051-1/+1
|
* #2063 Ability to delete repo from admin panelUnknwon2015-12-051-1/+21
|
* APIs: admin usersUnknwon2015-12-051-3/+3
|
* #2052 advanced select ops for system noticesUnknwon2015-12-051-8/+17
|
* #2052 Ability to batch delete system noticesUnknwon2015-12-011-1/+12
|
* LDAP: Optional user name attribute specificationAdam Strzelecki2015-12-021-15/+16
| | | | | | | | | | | | | | | 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 admin op: delete missing reposUnknwon2015-11-181-0/+4
|
* fix #1930Unknwon2015-11-121-1/+1
|
* #1511 Allow local import only for admin usersUnknwon2015-11-031-0/+1
|
* fix import path, fix #1782Unknwon2015-10-151-1/+1
|
* #1525 Triggere mailer for admin created accountsUnknwon2015-09-251-0/+10
|
* #1693 minor fixUnknwon2015-09-251-23/+1
|
* Merge pull request #1693 from sapk/fix-admin-repo-new-ui无闻2015-09-251-5/+17
|\ | | | | Fix admin repos new ui
| * Fix admin repos new uiAntoine GIRARD2015-09-261-5/+17
| |
* | Merge pull request #1691 from sapk/fix-admin-organization-new-ui无闻2015-09-251-7/+18
|\ \ | | | | | | Fix admin organization new ui
| * | Fix indent in notice routerAntoine GIRARD2015-09-251-3/+3
| | |
| * | New admin organization UIAntoine GIRARD2015-09-251-7/+18
| |/
* / #1689 minor fixes and update localeUnknwon2015-09-251-5/+5
|/
* Fix indentAntoine GIRARD2015-09-251-1/+1
|
* New admin notice UI based on user list exampleAntoine GIRARD2015-09-251-5/+12
|
* drop oauth2 feature supportUnknwon2015-09-171-11/+1
|
* #1637 able to skip verify for LDAPUnknwon2015-09-141-1/+2
|
* #1633 admin delete userUnknwon2015-09-131-10/+12
|
* fix #1632 and #1606Unknwon2015-09-131-1/+1
|
* #697 and #1606 and new admin edit user UIUnknwon2015-09-131-30/+43
|
* #1606 GUI bug while adding ldap userUnknwon2015-09-131-1/+1
|
* #697 disable captcha and new admin create user UIUnknwon2015-09-133-38/+44
|
* #1625 remove auto_register and makes it defaultUnknwon2015-09-121-6/+4
|
* typo and READMEUnknwon2015-09-121-1/+1
|
* new admin user list UIUnknwon2015-09-111-4/+11
|
* #1620 add allowed domains for SMTP authUnknwon2015-09-111-5/+6
|
* finish new edit auth UIUnknwon2015-09-111-95/+72
|
* finish new add auth UIUnknwon2015-09-101-9/+26
|
* more minor fix on 1581Unknwon2015-09-101-2/+4
|
* Added LDAP simple auth support.Sergio Benitez2015-09-041-2/+8
|
* #1542 A way to skip TLS verify for SMTP authenticationUnknwon2015-08-291-37/+39
|
* Set IsAdmin using LDAPGirish Ramakrishnan2015-08-181-0/+2
| | | | | | | | | 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.
* make cron task configurableUnknwon2015-08-181-2/+2
|
* Significantly enhanced LDAP support in Gogs.Sergio Benitez2015-08-121-9/+9
|
* WIP: create PR - choose branchUnknwon2015-08-081-5/+5
|
* Merge pull request #1244 from jamesa/develop无闻2015-07-251-0/+1
|\ | | | | 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/+1
| |
* | Add PAM authenticationPaolo Borelli2015-04-241-0/+8
|/
* #1070 Clearer error message for illegal charactersUnknwon2015-03-261-6/+9
|
* #1124 LDAP add and edit form are misleadingUnknwon2015-03-241-15/+15
|
* #1067: Deleting users should remove them from collaborator listsUnknwon2015-03-171-3/+3
| | | | - fix delete user but repository watches are not decreased
* #851: Edit Account does not take into consideration password rulesUnknwon2015-03-171-4/+3
|
* Merge pull request #915 from Lafriks/dev无闻2015-02-231-18/+24
|\ | | | | Get username, name, surname and e-mail from LDAP server