Lunny Xiao
3cf1976ae9
Merge pull request #1226 from nice-software/wip/pam
Add PAM authentication
11 years ago
Paolo Borelli
55df399598
Add PAM authentication
11 years ago
Lunny Xiao
89e0796519
Merge pull request #1211 from mephux/hotfix/type-fix-ValidatePassword
Hotfix/type fix validate password
11 years ago
William Roush
e69a337dbe
Fixes issue with LDAP inserting users with blank names.
11 years ago
Tony Narlock
7379a18cf9
Allow an SSHDomain configuration option. Defaults to Domain, preserves legacy behavior
11 years ago
Dustin Willis Webber
6954ad8800
typo fix for comment
11 years ago
Dustin Willis Webber
aef7d46ab6
typo fix
11 years ago
Unknwon
f93beaba3b
#1073 #1162 issue ID constraint failed
11 years ago
Unknwon
dd7f3e9f60
#1070 Clearer error message for illegal characters
11 years ago
Unknwon
84ea54669b
auto fix locale file name change
11 years ago
Unknwon
59177db277
#1120 #1132 mirror info not updated when transfer mirro repo
11 years ago
Unknwon
e0b7444703
#1133 add config option [service] DISABLE_MINIMUM_KEY_SIZE_CHECK
11 years ago
Unknwon
964bdbe38d
#1089 change to fake local email account
11 years ago
Unknwon
d7027077ec
#1143 Team member access lost when adding repository collaborator
- fix bug when add a repo to team, all other team members gets access as well
11 years ago
Unknwon
86ebe3cc58
#1124 lower_name of LDAP user not assigned
11 years ago
Unknwon
a62f116b02
#1080 : Remove footer ads/branding from default template
11 years ago
Unknwon
9ed0c5eaa1
update gopmfile
11 years ago
Unknwon
fe78ea76a4
Put default config into binary
11 years ago
Unknwon
ca0b8b7cc5
#1064 : X-Gogs-Event header is empty
11 years ago
Unknwon
4ec2e465f9
#1067 : Deleting users should remove them from collaborator lists
- fix delete user but repository watches are not decreased
11 years ago
Unknwon
ed7f1ae592
fix read access team visibility of private repo
11 years ago
Unknwon
0fa1c5ae0f
#1040 : dashboard no longer accessible when repo is missing
11 years ago
Unknwon
01c427bfbb
#1050 : Bad permissions on authorized_keys after rewrite
11 years ago
Tomcat
1441a336d5
Add mysql unix socket support.
If the host setting looks like a unix socket (leading by char '/'), will use unix(host) as connection string
11 years ago
Unknwon
b702955573
#1024 : OFFLINE_MODE Still Uses Gravatar
11 years ago
Unknwon
9852d11f19
#876 : Update hooks is missing for forked repository
11 years ago
Unknwon
c3e009ad21
#988 : GetRepoLink already contains AppSubUrl
11 years ago
Unknwon
ebfce21513
#1032 : legacy code can have duplicated IDs for same repository
11 years ago
Unknwon
c61a100b93
fix HTTP/HTTPS push update func call panic #1037 and `http: multiple response.WriteHeader calls`
11 years ago
Unknwon
46c5c2abc0
routers/repo/setting.go: fix LDAP cannot validate password #1006
11 years ago
Unknwon
5969cda479
models/migrations: fix update error
11 years ago
Unknwon
4eb5a86dcc
Merge branch 'access' of github.com:gogits/gogs into dev
11 years ago
Unknwon
3efc1e134e
models: mirror fix on #964
11 years ago
无闻
d556ee2f44
Merge pull request #964 from phsmit/access_rewriteserv
Rewrite/simplify gogs serve
11 years ago
Unknwon
164ed7fe1e
Merge branch 'access' of github.com:gogits/gogs into dev
11 years ago
Unknwon
b5ec283915
REAMDE: update
11 years ago
Unknwon
1d80e7bfbd
models: done testing on new access system
11 years ago
Unknwon
08b8901cd9
models: fix issue with transfer repository
README: fix typo
11 years ago
Raphael Randschau
64ca6513c2
Properly calculate the number of open issues per label
11 years ago
无闻
59233609d4
Merge pull request #915 from Lafriks/dev
Get username, name, surname and e-mail from LDAP server
11 years ago
Peter Smit
c85b68a2c9
Merge branch 'access' into access_rewriteserv
11 years ago
Unknwon
56a29ce158
v4 migration, merge 'dev', clean code and mirror fix
11 years ago
Unknwon
8aec9956c1
Merge branch 'access' of github.com:gogits/gogs into access
11 years ago
Unknwon
df64dcfdfd
Merge branch 'access' of github.com:gogits/gogs into access
11 years ago
Unknwon
5a7bca797c
Merge branch 'dev' of github.com:gogits/gogs into access
Conflicts:
gogs.go
models/models.go
models/user.go
templates/.VERSION
templates/org/home.tmpl
11 years ago
Unknwon
f6e65b5e06
models: able to rename user with diff letter cases #981
- templates/org: mirror fix on name output
- routers: add missing error check
11 years ago
Unknwon
9356bd502c
Merge branch 'dev' of github.com:gogits/gogs into dev
11 years ago
Unknwon
700626f527
templates/user/settings/emial.tmpl: little fix on UI
- routers/user: little code format
- conf/locale: update French locale
11 years ago
Raphael Randschau
a868ff0436
Fix #933
Not sure why, but xorm ignores the num_issues and num_closed_issues
columns when updating, even though the values changed.
Listing them explicitly fixes the issue with the wrong issue counts
11 years ago
Peter Smit
2bb8323ab5
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.
11 years ago