summaryrefslogtreecommitdiffstats
path: root/modules/auth
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'develop' of https://github.com/SergioBenitez/gogs into developUnknwon2015-09-103-40/+93
|\ | | | | | | | | # Conflicts: # modules/bindata/bindata.go
| * Merged conflicts.Sergio Benitez2015-09-092-17/+14
| |\
| * | Minor fixes to the LDAP module readmeSergio Benitez2015-09-051-7/+8
| | |
| * | Updated the LDAP auth module README.Sergio Benitez2015-09-041-31/+67
| | |
| * | Merged conflicts.Sergio Benitez2015-09-042-5/+21
| |\ \
| | * | Added LDAP simple auth support.Sergio Benitez2015-09-042-5/+21
| | | |
* | | | finish all new user settings UIUnknwon2015-09-101-1/+1
| |_|/ |/| |
* | | minor fix on templateUnknwon2015-09-071-1/+1
| | |
* | | new user profile settings UIUnknwon2015-09-061-8/+8
| | | | | | | | | | | | Signed-off-by: Unknwon <u@gogs.io>
* | | new org options UIUnknwon2015-09-061-5/+5
| | |
* | | #1193 Make organization emails non-mandatoryUnknwon2015-09-061-4/+1
|/ /
* / #1579 change e-mail max length to 254Unknwon2015-09-042-5/+5
|/
* work on #1570Unknwon2015-09-031-1/+1
|
* fix migrate apiUnknwon2015-09-031-8/+8
|
* fix migrate APIUnknwon2015-09-031-1/+1
|
* support URL param to token, but still restrict to APIsUnknwon2015-09-021-21/+23
|
* #842 able to use access token replace basic authUnknwon2015-09-021-22/+28
|
* #1554 check adminFilter length before LDAP searchUnknwon2015-09-011-12/+14
|
* new repo options UIUnknwon2015-08-301-6/+6
|
* #1333 Disable Gravatar option when installUnknwon2015-08-301-0/+1
|
* #1542 A way to skip TLS verify for SMTP authenticationUnknwon2015-08-291-1/+2
|
* webhook APIsUnknwon2015-08-291-0/+3
|
* new create webhook eventUnknwon2015-08-281-2/+16
|
* #1487 Readme TemplateUnknwon2015-08-282-11/+16
|
* complate list of gitignores and licensesUnknwon2015-08-281-12/+14
|
* new edit webhook UIUnknwon2015-08-271-1/+0
|
* new create webhook UIUnknwon2015-08-271-11/+13
|
* Able to set SSH port when install, update Docker docsUnknwon2015-08-191-0/+1
|
* Set IsAdmin using LDAPGirish Ramakrishnan2015-08-182-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 activityUnknwon2015-08-191-2/+7
|
* new access token UIUnknwon2015-08-191-1/+1
|
* work on #986 and fix a LDAP crashUnknwon2015-08-181-4/+4
|
* change minimum password length to 1Unknwon2015-08-181-4/+4
|
* work on #1493Unknwon2015-08-171-1/+1
|
* Small style fixes to the LDAP module READMESergio Benitez2015-08-161-3/+3
|
* Merge branch 'develop' of https://github.com/SergioBenitez/gogs into developUnknwon2015-08-164-119/+139
|\ | | | | | | | | # Conflicts: # modules/bindata/bindata.go
| * Updated the LDAP module readme.Sergio Benitez2015-08-121-29/+29
| |
| * Significantly enhanced LDAP support in Gogs.Sergio Benitez2015-08-124-106/+129
| |
* | finish close/reopen issueUnknwon2015-08-131-1/+1
| |
* | finish view comments on issue pageUnknwon2015-08-131-0/+10
|/
* finish attachments when create issueUnknwon2015-08-111-0/+1
|
* finish create issue with labelsUnknwon2015-08-101-2/+2
|
* UI: create issue with title and contentUnknwon2015-08-092-8/+8
|
* WIP: create PR - choose branchUnknwon2015-08-081-2/+2
|
* #334: Add Deployment Key SupportUnknwon2015-08-061-2/+2
|
* Merge branch 'develop' of github.com:gogits/gogs into feature/milestoneUnknwon2015-08-052-4/+4
|\ | | | | | | | | | | | | # Conflicts: # gogs.go # models/issue.go # templates/.VERSION
| * allow anonymous SSH cloneUnknwon2015-08-051-3/+3
| |
| * fix #1439Unknwon2015-08-051-1/+1
| |
* | milestone: create pageUnknwon2015-08-051-3/+3
|/
* Merge branch 'develop' of github.com:gogits/gogs into feature/page_issuesUnknwon2015-07-252-1/+2
|\