Unknwon
ac95f6d50f
UI: basic label list
- create new label
10 years ago
Unknwon
86dbda0b42
UI: basci issue list without filters
- fix isRead check
- fix paging
10 years ago
Unknwon
4447a20f87
UI: issues - finish basic frame
10 years ago
Unknwon
42a72b62fc
fix about #1289
10 years ago
Unknwon
bebbd08920
Disable log color in prod mode
10 years ago
Unknwon
4cbbaefd82
#1127 : hide user e-mail when API caller isn't signed in
10 years ago
Unknwon
ced212f8fa
fix hidden bug on tpl rendering
10 years ago
Unknwon
35be8741c4
fix #1112
10 years ago
Unknwon
a2a9e151f8
install - add mail from setting
10 years ago
Unknwon
b9dc2147b4
UI: install - done
10 years ago
Unknwon
5cf3732339
UI: install - new version
10 years ago
stephen mcquay
73698d292a
fix .keys route
This change fixes the output from /{{ username }}.keys so that it can work in
a ~/.ssh/authorized_keys file
11 years ago
James
f3aab5dbe3
Add full name field to admin's user edit page ( fixes #1130 )
11 years ago
Lunny Xiao
f92bdf875b
Merge pull request #1226 from nice-software/wip/pam
Add PAM authentication
11 years ago
Paolo Borelli
182003aa41
Add PAM authentication
11 years ago
Lunny Xiao
673a76d638
Merge pull request #1211 from mephux/hotfix/type-fix-ValidatePassword
Hotfix/type fix validate password
11 years ago
Dustin Willis Webber
5a4f314cf7
fix calls that go rename missed
11 years ago
Don Bowman
423b1c69be
don't set mime type to text/plain. This will break serving e.g. raw images,
html, etc
According to http://golang.org/pkg/net/http/#DetectContentType
"If the Header does not contain a Content-Type line, Write adds
a Content-Type set to the result of passing the initial 512 bytes
of written data to DetectContentType."
11 years ago
Linquize
f26f8d5afa
Set Content-Type to text/plain for http status 401
This is because git command line shows the failure reason only if Content-Type is text/plain.
11 years ago
Unknwon
698b9e2acc
#1070 Clearer error message for illegal characters
11 years ago
Unknwon
5169a0e025
mirror fix of #1105
11 years ago
无闻
f7219b0cf0
Merge pull request #1105 from linquize/migrate-git
Allow to migrate through git:// protocol
11 years ago
Unknwon
5f594d8774
#1140 MySQL root password exposure
11 years ago
Unknwon
211596f407
#1124 LDAP add and edit form are misleading
11 years ago
Linquize
3a977fc0ae
Allow to migrate through git:// protocol
11 years ago
无闻
e312634286
Merge pull request #1091 from sapk/fix-ng-issue-pages
Apply ng to issue dashboard
11 years ago
Unknwon
1cb57b1a44
#1094 : fix locale
11 years ago
Antoine GIRARD
96a71aaed8
Apply ng to issue dashboard
11 years ago
Unknwon
466facc009
#1067 : Deleting users should remove them from collaborator lists
- fix delete user but repository watches are not decreased
11 years ago
Unknwon
33894591a6
#851 : Edit Account does not take into consideration password rules
11 years ago
Unknwon
fc6db829b2
fix read access team visibility of private repo
11 years ago
Unknwon
588f3215c6
#1040 : dashboard no longer accessible when repo is missing
11 years ago
Unknwon
4aafeace23
fix HTTP/HTTPS push update func call panic #1037 and `http: multiple response.WriteHeader calls`
11 years ago
Unknwon
34102f7889
remove unused scripts and simplify migrate form definition
11 years ago
Filippo Valsorda
5d5d774e03
Handle submodules without a .gitmodules entry - fix #1023
11 years ago
Unknwon
18c0697329
routers/repo/setting.go: fix LDAP cannot validate password #1006
11 years ago
Unknwon
b0b11fd7b1
Merge branch 'access' of github.com:gogits/gogs into dev
11 years ago
无闻
3a6ba39a61
Merge pull request #992 from theangryangel/fix/ldap-auth
Attempt 3 to fix LDAP login issues when git pushing after password change
11 years ago
Gogs
fab038b175
Attempt #3 of ldap fixes
11 years ago
Unknwon
e3dece1371
modules/setting: simple behave change in startup
11 years ago
Unknwon
8896c82d34
models: fix issue with transfer repository
README: fix typo
11 years ago
Raphael Randschau
1f61340fa3
Properly calculate the number of open issues per label
11 years ago
无闻
f92bfabf86
Merge pull request #960 from phsmit/access_action
Fix that owners also see actions on their repositories
11 years ago
无闻
cd8b43d984
Merge pull request #915 from Lafriks/dev
Get username, name, surname and e-mail from LDAP server
11 years ago
Unknwon
ee68a826a5
v4 migration, merge 'dev', clean code and mirror fix
11 years ago
Unknwon
10e4b5b6c6
Merge branch 'access' of github.com:gogits/gogs into access
11 years ago
Unknwon
7ccab9cd09
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
04164eada3
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
059338139c
routers: able to migrate repo from local path
- modules/middleware/context.go: add HandleAPI method
11 years ago
Unknwon
1654e9ecab
templates/user/settings/emial.tmpl: little fix on UI
- routers/user: little code format
- conf/locale: update French locale
11 years ago