Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'develop' of https://github.com/SergioBenitez/gogs into develop | Unknwon | 2015-09-10 | 3 | -40/+93 |
|\ | | | | | | | | | # Conflicts: # modules/bindata/bindata.go | ||||
| * | Merged conflicts. | Sergio Benitez | 2015-09-09 | 2 | -17/+14 |
| |\ | |||||
| * | | Minor fixes to the LDAP module readme | Sergio Benitez | 2015-09-05 | 1 | -7/+8 |
| | | | |||||
| * | | Updated the LDAP auth module README. | Sergio Benitez | 2015-09-04 | 1 | -31/+67 |
| | | | |||||
| * | | Merged conflicts. | Sergio Benitez | 2015-09-04 | 2 | -5/+21 |
| |\ \ | |||||
| | * | | Added LDAP simple auth support. | Sergio Benitez | 2015-09-04 | 2 | -5/+21 |
| | | | | |||||
* | | | | finish all new user settings UI | Unknwon | 2015-09-10 | 1 | -1/+1 |
| |_|/ |/| | | |||||
* | | | minor fix on template | Unknwon | 2015-09-07 | 1 | -1/+1 |
| | | | |||||
* | | | new user profile settings UI | Unknwon | 2015-09-06 | 1 | -8/+8 |
| | | | | | | | | | | | | Signed-off-by: Unknwon <u@gogs.io> | ||||
* | | | new org options UI | Unknwon | 2015-09-06 | 1 | -5/+5 |
| | | | |||||
* | | | #1193 Make organization emails non-mandatory | Unknwon | 2015-09-06 | 1 | -4/+1 |
|/ / | |||||
* / | #1579 change e-mail max length to 254 | Unknwon | 2015-09-04 | 2 | -5/+5 |
|/ | |||||
* | work on #1570 | Unknwon | 2015-09-03 | 1 | -1/+1 |
| | |||||
* | fix migrate api | Unknwon | 2015-09-03 | 1 | -8/+8 |
| | |||||
* | fix migrate API | Unknwon | 2015-09-03 | 1 | -1/+1 |
| | |||||
* | support URL param to token, but still restrict to APIs | Unknwon | 2015-09-02 | 1 | -21/+23 |
| | |||||
* | #842 able to use access token replace basic auth | Unknwon | 2015-09-02 | 1 | -22/+28 |
| | |||||
* | #1554 check adminFilter length before LDAP search | Unknwon | 2015-09-01 | 1 | -12/+14 |
| | |||||
* | new repo options UI | Unknwon | 2015-08-30 | 1 | -6/+6 |
| | |||||
* | #1333 Disable Gravatar option when install | Unknwon | 2015-08-30 | 1 | -0/+1 |
| | |||||
* | #1542 A way to skip TLS verify for SMTP authentication | Unknwon | 2015-08-29 | 1 | -1/+2 |
| | |||||
* | webhook APIs | Unknwon | 2015-08-29 | 1 | -0/+3 |
| | |||||
* | new create webhook event | Unknwon | 2015-08-28 | 1 | -2/+16 |
| | |||||
* | #1487 Readme Template | Unknwon | 2015-08-28 | 2 | -11/+16 |
| | |||||
* | complate list of gitignores and licenses | Unknwon | 2015-08-28 | 1 | -12/+14 |
| | |||||
* | new edit webhook UI | Unknwon | 2015-08-27 | 1 | -1/+0 |
| | |||||
* | new create webhook UI | Unknwon | 2015-08-27 | 1 | -11/+13 |
| | |||||
* | Able to set SSH port when install, update Docker docs | Unknwon | 2015-08-19 | 1 | -0/+1 |
| | |||||
* | Set IsAdmin using LDAP | Girish Ramakrishnan | 2015-08-18 | 2 | -7/+25 |
| | | | | | | | | | 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. | ||||
* | token recent activity | Unknwon | 2015-08-19 | 1 | -2/+7 |
| | |||||
* | new access token UI | Unknwon | 2015-08-19 | 1 | -1/+1 |
| | |||||
* | work on #986 and fix a LDAP crash | Unknwon | 2015-08-18 | 1 | -4/+4 |
| | |||||
* | change minimum password length to 1 | Unknwon | 2015-08-18 | 1 | -4/+4 |
| | |||||
* | work on #1493 | Unknwon | 2015-08-17 | 1 | -1/+1 |
| | |||||
* | Small style fixes to the LDAP module README | Sergio Benitez | 2015-08-16 | 1 | -3/+3 |
| | |||||
* | Merge branch 'develop' of https://github.com/SergioBenitez/gogs into develop | Unknwon | 2015-08-16 | 4 | -119/+139 |
|\ | | | | | | | | | # Conflicts: # modules/bindata/bindata.go | ||||
| * | Updated the LDAP module readme. | Sergio Benitez | 2015-08-12 | 1 | -29/+29 |
| | | |||||
| * | Significantly enhanced LDAP support in Gogs. | Sergio Benitez | 2015-08-12 | 4 | -106/+129 |
| | | |||||
* | | finish close/reopen issue | Unknwon | 2015-08-13 | 1 | -1/+1 |
| | | |||||
* | | finish view comments on issue page | Unknwon | 2015-08-13 | 1 | -0/+10 |
|/ | |||||
* | finish attachments when create issue | Unknwon | 2015-08-11 | 1 | -0/+1 |
| | |||||
* | finish create issue with labels | Unknwon | 2015-08-10 | 1 | -2/+2 |
| | |||||
* | UI: create issue with title and content | Unknwon | 2015-08-09 | 2 | -8/+8 |
| | |||||
* | WIP: create PR - choose branch | Unknwon | 2015-08-08 | 1 | -2/+2 |
| | |||||
* | #334: Add Deployment Key Support | Unknwon | 2015-08-06 | 1 | -2/+2 |
| | |||||
* | Merge branch 'develop' of github.com:gogits/gogs into feature/milestone | Unknwon | 2015-08-05 | 2 | -4/+4 |
|\ | | | | | | | | | | | | | # Conflicts: # gogs.go # models/issue.go # templates/.VERSION | ||||
| * | allow anonymous SSH clone | Unknwon | 2015-08-05 | 1 | -3/+3 |
| | | |||||
| * | fix #1439 | Unknwon | 2015-08-05 | 1 | -1/+1 |
| | | |||||
* | | milestone: create page | Unknwon | 2015-08-05 | 1 | -3/+3 |
|/ | |||||
* | Merge branch 'develop' of github.com:gogits/gogs into feature/page_issues | Unknwon | 2015-07-25 | 2 | -1/+2 |
|\ |