aboutsummaryrefslogtreecommitdiff
path: root/modules/auth
Commit message (Collapse)AuthorAge
* #1487 Readme TemplateUnknwon2015-08-28
|
* complate list of gitignores and licensesUnknwon2015-08-28
|
* new edit webhook UIUnknwon2015-08-27
|
* new create webhook UIUnknwon2015-08-27
|
* Able to set SSH port when install, update Docker docsUnknwon2015-08-19
|
* Set IsAdmin using LDAPGirish Ramakrishnan2015-08-18
| | | | | | | | | 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-19
|
* new access token UIUnknwon2015-08-19
|
* work on #986 and fix a LDAP crashUnknwon2015-08-18
|
* change minimum password length to 1Unknwon2015-08-18
|
* work on #1493Unknwon2015-08-17
|
* Small style fixes to the LDAP module READMESergio Benitez2015-08-16
|
* Merge branch 'develop' of https://github.com/SergioBenitez/gogs into developUnknwon2015-08-16
|\ | | | | | | | | # Conflicts: # modules/bindata/bindata.go
| * Updated the LDAP module readme.Sergio Benitez2015-08-12
| |
| * Significantly enhanced LDAP support in Gogs.Sergio Benitez2015-08-12
| |
* | finish close/reopen issueUnknwon2015-08-13
| |
* | finish view comments on issue pageUnknwon2015-08-13
|/
* finish attachments when create issueUnknwon2015-08-11
|
* finish create issue with labelsUnknwon2015-08-10
|
* UI: create issue with title and contentUnknwon2015-08-09
|
* WIP: create PR - choose branchUnknwon2015-08-08
|
* #334: Add Deployment Key SupportUnknwon2015-08-06
|
* Merge branch 'develop' of github.com:gogits/gogs into feature/milestoneUnknwon2015-08-05
|\ | | | | | | | | | | | | # Conflicts: # gogs.go # models/issue.go # templates/.VERSION
| * allow anonymous SSH cloneUnknwon2015-08-05
| |
| * fix #1439Unknwon2015-08-05
| |
* | milestone: create pageUnknwon2015-08-05
|/
* Merge branch 'develop' of github.com:gogits/gogs into feature/page_issuesUnknwon2015-07-25
|\
| * Merge branch 'master' of github.com:gogits/gogs into developUnknwon2015-07-25
| |\
| | * Merge pull request #1309 from stettberger/master无闻2015-07-25
| | |\ | | | | | | | | settings/password: no minimal required characters for OldPassword
| | | * settings/password: no minimal required characters for OldPasswordChristian Dietrich2015-06-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If users are added to gogs due a reverse proxy automatically, their password is set to their initial username. If their username is shorter than 6 characters, they can never set a password. But since this password is required for some operations (e.g. repository deletion), they could not use all features of gogs until now.
| * | | Merge pull request #1244 from jamesa/develop无闻2015-07-25
| |\ \ \ | | |/ / | |/| | Add full name field to admin's user edit page (fixes #1130)
| | * | Add full name field to admin's user edit page (fixes #1130)James2015-04-28
| | |/
* | | UI: CURD labelsUnknwon2015-07-24
| | | | | | | | | | | | - fix update lable break connection with repository
* | | UI: basic label listUnknwon2015-07-24
|/ / | | | | | | - create new label
* | fix install form defUnknwon2015-07-20
| |
* | #1128: API calls are not hidden behind sign inUnknwon2015-07-15
| |
* | use pam and update TRANSLATORSUnknwon2015-07-14
| |
* | install - add mail from settingUnknwon2015-07-09
| |
* | UI: install - doneUnknwon2015-07-09
| |
* | UI: install - new versionUnknwon2015-07-08
| |
* | Add PAM authenticationPaolo Borelli2015-04-24
|/
* #1124 LDAP add and edit form are misleadingUnknwon2015-03-24
|
* #851: Edit Account does not take into consideration password rulesUnknwon2015-03-17
|
* remove unused scripts and simplify migrate form definitionUnknwon2015-03-11
|
* Merge pull request #992 from theangryangel/fix/ldap-auth无闻2015-02-28
|\ | | | | Attempt 3 to fix LDAP login issues when git pushing after password change
| * Attempt #3 of ldap fixesGogs2015-02-27
| |
* | Merge pull request #915 from Lafriks/dev无闻2015-02-23
|\ \ | | | | | | Get username, name, surname and e-mail from LDAP server
| * | Get username, name, surname and e-mail from LDAP serverLauris BH2015-02-08
| |/
* | routers: able to migrate repo from local pathUnknwon2015-02-22
| | | | | | | | - modules/middleware/context.go: add HandleAPI method
* | templates/user/settings/emial.tmpl: little fix on UIUnknwon2015-02-21
| | | | | | | | | | - routers/user: little code format - conf/locale: update French locale