Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #1938 #1374 disable password change for non-local users | Unknwon | 2015-12-10 | 2 | -13/+13 |
| | |||||
* | #1575 Limit repo creation | Unknwon | 2015-12-10 | 1 | -0/+1 |
| | |||||
* | remember page number when delete repo | Unknwon | 2015-12-05 | 1 | -1/+1 |
| | |||||
* | #2063 Ability to delete repo from admin panel | Unknwon | 2015-12-05 | 1 | -1/+21 |
| | |||||
* | APIs: admin users | Unknwon | 2015-12-05 | 1 | -3/+3 |
| | |||||
* | #2052 advanced select ops for system notices | Unknwon | 2015-12-05 | 1 | -8/+17 |
| | |||||
* | #2052 Ability to batch delete system notices | Unknwon | 2015-12-01 | 1 | -1/+12 |
| | |||||
* | LDAP: Optional user name attribute specification | Adam Strzelecki | 2015-12-02 | 1 | -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 repos | Unknwon | 2015-11-18 | 1 | -0/+4 |
| | |||||
* | fix #1930 | Unknwon | 2015-11-12 | 1 | -1/+1 |
| | |||||
* | #1511 Allow local import only for admin users | Unknwon | 2015-11-03 | 1 | -0/+1 |
| | |||||
* | fix import path, fix #1782 | Unknwon | 2015-10-15 | 1 | -1/+1 |
| | |||||
* | #1525 Triggere mailer for admin created accounts | Unknwon | 2015-09-25 | 1 | -0/+10 |
| | |||||
* | #1693 minor fix | Unknwon | 2015-09-25 | 1 | -23/+1 |
| | |||||
* | Merge pull request #1693 from sapk/fix-admin-repo-new-ui | 无闻 | 2015-09-25 | 1 | -5/+17 |
|\ | | | | | Fix admin repos new ui | ||||
| * | Fix admin repos new ui | Antoine GIRARD | 2015-09-26 | 1 | -5/+17 |
| | | |||||
* | | Merge pull request #1691 from sapk/fix-admin-organization-new-ui | 无闻 | 2015-09-25 | 1 | -7/+18 |
|\ \ | | | | | | | Fix admin organization new ui | ||||
| * | | Fix indent in notice router | Antoine GIRARD | 2015-09-25 | 1 | -3/+3 |
| | | | |||||
| * | | New admin organization UI | Antoine GIRARD | 2015-09-25 | 1 | -7/+18 |
| |/ | |||||
* / | #1689 minor fixes and update locale | Unknwon | 2015-09-25 | 1 | -5/+5 |
|/ | |||||
* | Fix indent | Antoine GIRARD | 2015-09-25 | 1 | -1/+1 |
| | |||||
* | New admin notice UI based on user list example | Antoine GIRARD | 2015-09-25 | 1 | -5/+12 |
| | |||||
* | drop oauth2 feature support | Unknwon | 2015-09-17 | 1 | -11/+1 |
| | |||||
* | #1637 able to skip verify for LDAP | Unknwon | 2015-09-14 | 1 | -1/+2 |
| | |||||
* | #1633 admin delete user | Unknwon | 2015-09-13 | 1 | -10/+12 |
| | |||||
* | fix #1632 and #1606 | Unknwon | 2015-09-13 | 1 | -1/+1 |
| | |||||
* | #697 and #1606 and new admin edit user UI | Unknwon | 2015-09-13 | 1 | -30/+43 |
| | |||||
* | #1606 GUI bug while adding ldap user | Unknwon | 2015-09-13 | 1 | -1/+1 |
| | |||||
* | #697 disable captcha and new admin create user UI | Unknwon | 2015-09-13 | 3 | -38/+44 |
| | |||||
* | #1625 remove auto_register and makes it default | Unknwon | 2015-09-12 | 1 | -6/+4 |
| | |||||
* | typo and README | Unknwon | 2015-09-12 | 1 | -1/+1 |
| | |||||
* | new admin user list UI | Unknwon | 2015-09-11 | 1 | -4/+11 |
| | |||||
* | #1620 add allowed domains for SMTP auth | Unknwon | 2015-09-11 | 1 | -5/+6 |
| | |||||
* | finish new edit auth UI | Unknwon | 2015-09-11 | 1 | -95/+72 |
| | |||||
* | finish new add auth UI | Unknwon | 2015-09-10 | 1 | -9/+26 |
| | |||||
* | more minor fix on 1581 | Unknwon | 2015-09-10 | 1 | -2/+4 |
| | |||||
* | Added LDAP simple auth support. | Sergio Benitez | 2015-09-04 | 1 | -2/+8 |
| | |||||
* | #1542 A way to skip TLS verify for SMTP authentication | Unknwon | 2015-08-29 | 1 | -37/+39 |
| | |||||
* | Set IsAdmin using LDAP | Girish Ramakrishnan | 2015-08-18 | 1 | -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 configurable | Unknwon | 2015-08-18 | 1 | -2/+2 |
| | |||||
* | Significantly enhanced LDAP support in Gogs. | Sergio Benitez | 2015-08-12 | 1 | -9/+9 |
| | |||||
* | WIP: create PR - choose branch | Unknwon | 2015-08-08 | 1 | -5/+5 |
| | |||||
* | Merge pull request #1244 from jamesa/develop | 无闻 | 2015-07-25 | 1 | -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) | James | 2015-04-28 | 1 | -0/+1 |
| | | |||||
* | | Add PAM authentication | Paolo Borelli | 2015-04-24 | 1 | -0/+8 |
|/ | |||||
* | #1070 Clearer error message for illegal characters | Unknwon | 2015-03-26 | 1 | -6/+9 |
| | |||||
* | #1124 LDAP add and edit form are misleading | Unknwon | 2015-03-24 | 1 | -15/+15 |
| | |||||
* | #1067: Deleting users should remove them from collaborator lists | Unknwon | 2015-03-17 | 1 | -3/+3 |
| | | | | - fix delete user but repository watches are not decreased | ||||
* | #851: Edit Account does not take into consideration password rules | Unknwon | 2015-03-17 | 1 | -4/+3 |
| | |||||
* | Merge pull request #915 from Lafriks/dev | 无闻 | 2015-02-23 | 1 | -18/+24 |
|\ | | | | | Get username, name, surname and e-mail from LDAP server |