Unknwon
904a0ea1f3
milestone: create page
10 years ago
Unknwon
21f1c30c93
fix naming
10 years ago
Unknwon
a8b859a626
milestone: pagination
10 years ago
Unknwon
fb2d1e450d
milestone: list view
10 years ago
无闻
745f6e0fca
Merge pull request #1404 from wqweto/develop
Allow space and/or percent in file and directory names
10 years ago
Unknwon
813732994e
fix #1407
10 years ago
Vladimir Vissoultchev
2c124b65d3
Fix UTF-8 in upper-case, use ansi charset for all non UTF-8 encodings
10 years ago
Vladimir Vissoultchev
1003551826
Raw text file view returns correct charset in content-type header if not utf-8
10 years ago
Unknwon
a4fe163f2f
better paging
10 years ago
Unknwon
d286033e38
#835 : Realtime webhooks
10 years ago
Unknwon
f66c8992f0
fix issue paging
10 years ago
Unknwon
63b288a5fe
new issue and label page
10 years ago
Unknwon
fd3451f0cc
Merge branch 'develop' of github.com:gogits/gogs into feature/page_issues
10 years ago
无闻
f04a8aa99e
Merge pull request #1249 from donbowman/master
in routers/repo/download.go, don't set mime type, let go figure it out.
10 years ago
Unknwon
6e4a3e4f9d
UI: CURD labels
- fix update lable break connection with repository
10 years ago
Unknwon
dfcb8673b9
UI: basic label list
- create new label
10 years ago
Unknwon
7dd092c0f7
UI: basci issue list without filters
- fix isRead check
- fix paging
10 years ago
Unknwon
baffb343a6
UI: issues - finish basic frame
10 years ago
Unknwon
51c59355aa
fix about #1289
10 years ago
Unknwon
71bda6278c
fix hidden bug on tpl rendering
10 years ago
Unknwon
70b8f8baa8
fix #1112
10 years ago
Don Bowman
01fca828c0
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
76017b4f80
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
dd7f3e9f60
#1070 Clearer error message for illegal characters
11 years ago
Unknwon
f84e8f7ca6
mirror fix of #1105
11 years ago
Linquize
dcf7952e70
Allow to migrate through git:// protocol
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
c61a100b93
fix HTTP/HTTPS push update func call panic #1037 and `http: multiple response.WriteHeader calls`
11 years ago
Unknwon
80667e87b6
remove unused scripts and simplify migrate form definition
11 years ago
Filippo Valsorda
0d8a70e957
Handle submodules without a .gitmodules entry - fix #1023
11 years ago
Unknwon
46c5c2abc0
routers/repo/setting.go: fix LDAP cannot validate password #1006
11 years ago
Unknwon
164ed7fe1e
Merge branch 'access' of github.com:gogits/gogs into dev
11 years ago
无闻
f04f360865
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
1a5a2d876c
Attempt #3 of ldap fixes
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
Unknwon
56a29ce158
v4 migration, merge 'dev', clean code and mirror fix
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
51da9e41f0
routers: able to migrate repo from local path
- modules/middleware/context.go: add HandleAPI method
11 years ago
无闻
3a2df08119
Merge pull request #959 from phsmit/access_update
Updating context and fixing permission issues
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
Peter Smit
16bfbe24e7
Updating context and fixing permission issues
The boolean flags in the repo context have been replaced with mode and two methods
Also, the permissions have been brought more in line with https://help.github.com/articles/permission-levels-for-an-organization-repository/ , Admin Team members are able to change settings of their repositories.
11 years ago
Peter Smit
21da931939
Make sure that a mirror can't be written to by http or ssh
11 years ago
Unknwon
7ae5b92db8
code fix #941 caution: undertest
11 years ago
Peter Smit
71ea4a71bd
Merge remote-tracking branch 'mine/access_refactor' into access_refactor
Conflicts:
cmd/serve.go
models/access.go
models/migrations/migrations.go
models/org.go
models/repo.go
models/user.go
modules/middleware/org.go
modules/middleware/repo.go
routers/api/v1/repo.go
routers/org/teams.go
routers/repo/http.go
routers/user/home.go
11 years ago
Peter Smit
81083a9415
Refactoring of the Access Table
This commit does a lot of the work of refactoring the access table in a table with id's instead of strings.
The result does compile, but has not been tested. It may eat your kittens.
11 years ago