Commit Graph

161 Commits (54b52de6eed4eb2f76620c48189ba3167c290121)

Author SHA1 Message Date
Unknwon 4c7b6414eb new access token UI
Unknwon 6235bd1fe9 work on and fix a LDAP crash
Unknwon 71fd10dd37 change minimum password length to 1
Unknwon 407385db7e work on
Sergio Benitez bb8e763ede Small style fixes to the LDAP module README
Unknwon 55ccb00a47 Merge branch 'develop' of https://github.com/SergioBenitez/gogs into develop
# Conflicts:
#	modules/bindata/bindata.go
Unknwon 1fb53067f4 finish close/reopen issue
Unknwon 133b19d0c5 finish view comments on issue page
Sergio Benitez f8a4ab25fd Updated the LDAP module readme.
Sergio Benitez 7d84d4a8f0 Significantly enhanced LDAP support in Gogs.
Unknwon 34f6cbfc2a finish attachments when create issue
Unknwon 922f3f3062 finish create issue with labels
Unknwon 590c464c56 UI: create issue with title and content
Unknwon dea3a8c6a4 WIP: create PR - choose branch
Unknwon 39a3b768bc : Add Deployment Key Support
Unknwon 2c507667bf Merge branch 'develop' of github.com:gogits/gogs into feature/milestone
# Conflicts:
#	gogs.go
#	models/issue.go
#	templates/.VERSION
Unknwon 3e4cdccf6b milestone: create page
Unknwon e50982f5ec allow anonymous SSH clone
Unknwon 487fc8ca39 fix
Unknwon 54b58e988d Merge branch 'develop' of github.com:gogits/gogs into feature/page_issues
Unknwon 70d44e9565 Merge branch 'master' of github.com:gogits/gogs into develop
无闻 d86c4841fa Merge pull request from stettberger/master
settings/password: no minimal required characters for OldPassword
无闻 91ab2538c3 Merge pull request from jamesa/develop
Add full name field to admin's user edit page (fixes )
Unknwon dc4aab9925 UI: CURD labels
- fix update lable break connection with repository
Unknwon ac95f6d50f UI: basic label list
- create new label
Unknwon 548b95f7b5 fix install form def
Unknwon ff051e2106 : API calls are not hidden behind sign in
Unknwon 81adbe17ca use pam and update TRANSLATORS
Unknwon a2a9e151f8 install - add mail from setting
Unknwon b9dc2147b4 UI: install - done
Unknwon 5cf3732339 UI: install - new version
Christian Dietrich b36134194c settings/password: no minimal required characters for OldPassword
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.
James f3aab5dbe3 Add full name field to admin's user edit page (fixes )
Paolo Borelli 182003aa41 Add PAM authentication
Unknwon 211596f407 LDAP add and edit form are misleading
Unknwon 33894591a6 : Edit Account does not take into consideration password rules
Unknwon 34102f7889 remove unused scripts and simplify migrate form definition
无闻 3a6ba39a61 Merge pull request from theangryangel/fix/ldap-auth
Attempt 3 to fix LDAP login issues when git pushing after password change
Gogs fab038b175 Attempt of ldap fixes
无闻 cd8b43d984 Merge pull request from Lafriks/dev
Get username, name, surname and e-mail from LDAP server
Unknwon 059338139c routers: able to migrate repo from local path
- modules/middleware/context.go: add HandleAPI method
Unknwon 1654e9ecab templates/user/settings/emial.tmpl: little fix on UI
- routers/user: little code format
- conf/locale: update French locale
Peter Smit e6fc58a744 Remove GoGet option from repository and handle it with ?go-get=1 instead
The normal go get protocol is to show the go-import meta tag when ?go-get=1 is appended to the url. This commit implements that behaviour and cleans the go-get option from the repository settings page.
Lauris BH 00653e52ee Get username, name, surname and e-mail from LDAP server
Unknwon b293b6eaa6 cmd: CMD option for port number of `gogs web` to prevent first time run conflict
- routers: use new binding convention to simplify code
- templates: able to set HTTP port number in install page
Peter b033f2f535 Finish method for having multiple emails/user.
All basics are implemented. Missing are the right (localized) strings
and the page markup could have a look at by a frontend guy.
Unknwon 9803c421f5 fix binding api broken
Unknwon ac4a10456e api: able to create repo and fix
- POST /user/repos
- POST /org/:org/repos
Unknwon bc8721fb6c Finish new UI for release page
Joseph Crail 39c068400e Fix spelling errors in comments.