Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor User.Id to User.ID | Unknwon | 2016-07-24 | 2 | -2/+2 |
| | |||||
* | Use struct for UI settings | Unknwon | 2016-07-24 | 4 | -5/+5 |
| | |||||
* | #2937 able to prohibit user login | Unknwon | 2016-07-16 | 1 | -0/+1 |
| | |||||
* | #2854 fix no mail notification when issue is closed/reopened | Unknwon | 2016-07-16 | 2 | -5/+3 |
| | |||||
* | Use SecurityProtocol to replace UseSSL in LDAP config | Unknwon | 2016-07-08 | 1 | -16/+35 |
| | | | | Initially proposed by #2376 and fixes #3068 as well. | ||||
* | #13 fix admin can't search private repos | Unknwon | 2016-03-15 | 3 | -6/+24 |
| | | | | - update glide info | ||||
* | #13 finish user and repository search | Unknwon | 2016-03-11 | 3 | -55/+9 |
| | | | | Both are possible on explore and admin panel | ||||
* | Rename module: middleware -> context | Unknwon | 2016-03-11 | 6 | -34/+34 |
| | |||||
* | #1146 finsih UI work for access mode of collaborators | Unknwon | 2016-03-05 | 1 | -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 token | Unknwon | 2016-03-03 | 1 | -1/+0 |
| | | | | - Remove unused config settings `[picture] service` | ||||
* | Post work for #2637 | Unknwon | 2016-02-27 | 1 | -0/+2 |
| | | | | Improve test cases, config settings, also show SSH config settings on admin config panel. | ||||
* | Minor fix for #2660 | Unknwon | 2016-02-24 | 1 | -3/+8 |
| | |||||
* | Test mailer button. Addresses #1531 | Josh Frye | 2016-02-24 | 1 | -0/+8 |
| | |||||
* | Move cron module to independent package | Unknwon | 2016-02-20 | 1 | -1/+1 |
| | | | | Make it easier to keep track of upstream changes and bug fixes | ||||
* | LDAP: Fetch attributes in Bind DN context option | Adam Strzelecki | 2016-02-20 | 1 | -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 db | Unknwon | 2016-02-04 | 1 | -0/+4 |
| | | | | - Update locales | ||||
* | #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 |
| |