Rachid Zarouali
991135448c
Merge pull request #50 from 0xbaadf00d/feature/2583-disablehttpcloning
Disable HTTP cloning
9 years ago
Sandro Santilli
3c9693defb
Replace gogits/git-module dependency with go-gitea/git ( #94 )
* Replace gogits/git-module dependency with go-gitea/git
Fixes #92
* Remove git alias for git module import (not needed)
9 years ago
Rémy Boulanouar
9712d5ee89
Change import reference to match gitea instead of gogs ( #37 )
9 years ago
Thibault Meyer
bcf2bfab4d
rename variable + fix wiki link
9 years ago
Thibault Meyer
5feedd10fb
Can disable GIT interactions by HTTP protocol
9 years ago
Unknwon
cc9a66db51
General code quality improvement
9 years ago
Unknwon
6e37e3f3d7
Replace convert.To with APIFormat calls
9 years ago
Unknwon
f60f4fc56e
#2246 fully support of webhooks for pull request
9 years ago
Unknwon
3b42ab0e57
Refactor User.Id to User.ID
9 years ago
Franz Schmidt
602d1f4200
Fixes #3110 ( #3136 )
9 years ago
Unknwon
c602044c8e
repo/http: clean code
10 years ago
Unknwon
b77b57dec2
Add route for #2846
10 years ago
Unknwon
574a4d69e8
Rename module: middleware -> context
10 years ago
Unknwon
665db06fbe
#2650 fix possbility that use email as pusher user name
Remove the possibility of using email as user name when user actually push
through combination of email and password with HTTP.
Also refactor update action function to replcae tons of arguments with
single PushUpdateOptions struct.
And define the user who pushes code as pusher, therefore variable names shouldn't
be confusing any more.
10 years ago
Florian Kaiser
4be007b44c
Use pretty 404 pages in repo.HTTPBackend
10 years ago
zhuharev
43e7e4a4a2
typo fix
10 years ago
Unknwon
b9b595fe9b
#2311 improve HTTP auth error message
10 years ago
Unknwon
ce054072fa
#2114 External URL for wiki
10 years ago
Unknwon
72d7ca7fbd
finish wiki
10 years ago
Unknwon
43eda8feb3
introduce git-shell
10 years ago
Unknwon
48c519be58
#1681 some fixes for builtin SSH server on Windows
10 years ago
Unknwon
2e68e18401
go vet and fix #1890
10 years ago
Unknwon
d4ffa64a15
New push to head repo of head branch: regenerate patch and retest apply
10 years ago
Unknwon
33b499ff2f
#842 able to use access token replace basic auth
10 years ago
Unknwon
6305921179
token recent activity
10 years ago
Unknwon
ae32813af6
try to fix HTTP ops not GC
10 years ago
Unknwon
7d44e9e18f
work on #1493
10 years ago
Unknwon
36fa23ed16
WIP: create PR - choose branch
10 years ago
Unknwon
893b66bcac
allow anonymous SSH clone
10 years ago
Unknwon
d286033e38
#835 : Realtime webhooks
10 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
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
164ed7fe1e
Merge branch 'access' of github.com:gogits/gogs into dev
11 years ago
Gogs
1a5a2d876c
Attempt #3 of ldap fixes
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
Peter Smit
5af7b2864c
Change constants to UPPERCASE_WITH_UNDERSCORE style
11 years ago
Unknwon
cdd2a75239
routers/repo/http.go: allow HTTP push/pull by token for #845
11 years ago
Peter Smit
5deb52e1b8
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
Christopher Brickley
d0827e5d5e
allow http push by token - #842
11 years ago
codeskyblue
db6c0ebf76
fix git clone error when repo has upper case name
11 years ago
Unknwon
32dcaefafa
fox #620
11 years ago
Unknwon
abc57b6e43
work on #609
11 years ago
Unknwon
3abc41ccca
Fix API broken
11 years ago
Unknwon
1aa12c7452
Fix #572
11 years ago
lunnyxiao
d1911658e1
remove debug info
11 years ago
lunnyxiao
150eef93b2
add submodule basic support & buf fixed #478
11 years ago