summaryrefslogtreecommitdiffstats
path: root/routers/admin
Commit message (Collapse)AuthorAgeFilesLines
...
* Rename module: middleware -> contextUnknwon2016-03-116-34/+34
|
* #1146 finsih UI work for access mode of collaboratorsUnknwon2016-03-051-3/+7
| | | | | Collaborators have write access as default, and can be changed via repository collaboration settings page to change between read, write and admin.
* #1891 attempt to fix expected invalid CSRF tokenUnknwon2016-03-031-1/+0
| | | | - Remove unused config settings `[picture] service`
* Post work for #2637Unknwon2016-02-271-0/+2
| | | | Improve test cases, config settings, also show SSH config settings on admin config panel.
* Minor fix for #2660Unknwon2016-02-241-3/+8
|
* Test mailer button. Addresses #1531Josh Frye2016-02-241-0/+8
|
* Move cron module to independent packageUnknwon2016-02-201-1/+1
| | | | Make it easier to keep track of upstream changes and bug fixes
* LDAP: Fetch attributes in Bind DN context optionAdam Strzelecki2016-02-201-0/+1
| | | | | | | | | This is feature is workaround for #2628 (JumpCloud) and some other services that allow LDAP search only under BindDN user account, but not allow any LDAP search query in logged user DN context. Such approach is an alternative to minimal permissions security pattern for BindDN user.
* #2554 reinitialize all repos from the dbUnknwon2016-02-041-0/+4
| | | | - Update locales
* #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
|