Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Indent all templates with tabs | Adam Strzelecki | 2015-12-08 | 14 | -1162/+1162 |
| | | | | | | | | | | | | 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 repo | Unknwon | 2015-12-05 | 1 | -1/+1 |
| | |||||
* | #2063 Ability to delete repo from admin panel | Unknwon | 2015-12-05 | 1 | -0/+17 |
| | |||||
* | #2052 advanced select ops for system notices | Unknwon | 2015-12-05 | 1 | -10/+48 |
| | |||||
* | #2052 Ability to batch delete system notices | Unknwon | 2015-12-01 | 1 | -0/+3 |
| | |||||
* | LDAP: Optional user name attribute specification | Adam Strzelecki | 2015-12-02 | 2 | -0/+8 |
| | | | | | | | | | | | | | | | 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 log | Unknwon | 2015-11-21 | 1 | -1/+1 |
| | |||||
* | minor fix on #1694 | Unknwon | 2015-11-21 | 1 | -15/+15 |
| | |||||
* | Fix admin configuration new ui | Antoine GIRARD | 2015-11-21 | 1 | -211/+188 |
| | |||||
* | add admin op: delete missing repos | Unknwon | 2015-11-18 | 1 | -3/+7 |
| | |||||
* | fix #1990 | Unknwon | 2015-11-18 | 1 | -120/+113 |
| | |||||
* | Merge pull request #1769 from sapk/fix-admin-dashboard-new-ui | Unknwon | 2015-11-18 | 1 | -149/+116 |
|\ | | | | | Fix admin dashboard new ui | ||||
| * | Fix indent tmpl | Antoine GIRARD | 2015-10-14 | 1 | -148/+118 |
| | | |||||
| * | To quick to copy-paste | Antoine GIRARD | 2015-10-13 | 1 | -1/+1 |
| | | |||||
| * | Implement new ui to dashboard | Antoine GIRARD | 2015-10-13 | 1 | -42/+39 |
| | | |||||
* | | #1511 Allow local import only for admin users | Unknwon | 2015-11-03 | 1 | -1/+7 |
|/ | |||||
* | #1525 Triggere mailer for admin created accounts | Unknwon | 2015-09-25 | 4 | -156/+161 |
| | |||||
* | Merge pull request #1693 from sapk/fix-admin-repo-new-ui | 无闻 | 2015-09-25 | 1 | -58/+68 |
|\ | | | | | Fix admin repos new ui | ||||
| * | Fix admin repos new ui | Antoine GIRARD | 2015-09-26 | 1 | -58/+68 |
| | | |||||
* | | New admin organization UI | Antoine GIRARD | 2015-09-25 | 1 | -56/+66 |
|/ | |||||
* | Add total next to system notice | Antoine GIRARD | 2015-09-25 | 1 | -1/+1 |
| | |||||
* | New admin notice UI based on user list example | Antoine GIRARD | 2015-09-25 | 1 | -52/+62 |
| | |||||
* | drop oauth2 feature support | Unknwon | 2015-09-17 | 2 | -30/+5 |
| | |||||
* | revert simple LDAP userDN and update example | Unknwon | 2015-09-16 | 2 | -2/+2 |
| | |||||
* | #1637 able to skip verify for LDAP | Unknwon | 2015-09-14 | 2 | -5/+3 |
| | |||||
* | #697 update locale and admin panel | Unknwon | 2015-09-13 | 1 | -2/+6 |
| | |||||
* | #697 and #1606 and new admin edit user UI | Unknwon | 2015-09-13 | 2 | -90/+97 |
| | |||||
* | #1606 GUI bug while adding ldap user | Unknwon | 2015-09-13 | 1 | -1/+1 |
| | |||||
* | fix html logic | Unknwon | 2015-09-13 | 1 | -3/+3 |
| | |||||
* | #697 disable captcha and new admin create user UI | Unknwon | 2015-09-13 | 1 | -53/+51 |
| | |||||
* | #1625 remove auto_register and makes it default | Unknwon | 2015-09-12 | 2 | -12/+0 |
| | |||||
* | fix css | Unknwon | 2015-09-11 | 1 | -2/+2 |
| | |||||
* | new admin user list UI | Unknwon | 2015-09-11 | 1 | -58/+69 |
| | |||||
* | #1620 add allowed domains for SMTP auth | Unknwon | 2015-09-11 | 2 | -0/+10 |
| | |||||
* | finish new edit auth UI | Unknwon | 2015-09-11 | 2 | -174/+182 |
| | |||||
* | finish new add auth UI | Unknwon | 2015-09-10 | 2 | -136/+152 |
| | |||||
* | more minor fix on 1581 | Unknwon | 2015-09-10 | 2 | -62/+49 |
| | |||||
* | Merged conflicts. | Sergio Benitez | 2015-09-09 | 1 | -7/+1 |
|\ | |||||
| * | remove dashboard operations table header | Gogs | 2015-09-05 | 1 | -7/+1 |
| | | |||||
* | | Added LDAP simple auth support. | Sergio Benitez | 2015-09-04 | 2 | -16/+29 |
|/ | |||||
* | more fix on #1553 | Unknwon | 2015-09-01 | 1 | -1/+1 |
| | |||||
* | fix #1553 | Unknwon | 2015-09-01 | 1 | -1/+1 |
| | |||||
* | #1542 A way to skip TLS verify for SMTP authentication | Unknwon | 2015-08-29 | 3 | -5/+13 |
| | |||||
* | able edit issue title | Unknwon | 2015-08-19 | 2 | -2/+2 |
| | |||||
* | Set IsAdmin using LDAP | Girish Ramakrishnan | 2015-08-18 | 2 | -0/+8 |
| | | | | | | | | | 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. | ||||
* | Change input field to type=password for the authentication templates. | Lydia Sevelt | 2015-08-18 | 2 | -2/+2 |
| | |||||
* | new UI on admin/monitor | Unknwon | 2015-08-19 | 2 | -71/+91 |
| | |||||
* | Significantly enhanced LDAP support in Gogs. | Sergio Benitez | 2015-08-12 | 2 | -32/+32 |
| | |||||
* | WIP: create PR - choose branch | Unknwon | 2015-08-08 | 1 | -2/+2 |
| | |||||
* | admin config fix | Fernando San Julián | 2015-07-25 | 1 | -2/+2 |
| |