47a7529d96
update code.gitea.io/git ( #450 )
2016-12-22 10:30:52 +01:00
3917ed45de
golint fixed for routers ( #208 )
2016-11-24 15:04:31 +08:00
4247304f5a
Update import paths from github.com/go-gitea to code.gitea.io ( #135 )
...
- Update import paths from github.com/go-gitea to code.gitea.io
- Fix import path for travis
See https://docs.travis-ci.com/user/languages/go#Go-Import-Path
2016-11-10 17:24:48 +01:00
f388661bda
ACCESS_MODE_* -> AccessMode*
2016-11-07 17:20:37 +01:00
be5607e510
Merge pull request #50 from 0xbaadf00d/feature/2583-disablehttpcloning
...
Disable HTTP cloning
2016-11-07 11:23:30 +01:00
6e4252dad4
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)
2016-11-06 11:18:34 -02:00
2d68bd1ef9
Change import reference to match gitea instead of gogs ( #37 )
2016-11-03 10:29:56 -02:00
93f1eabe30
rename variable + fix wiki link
2016-10-04 18:58:14 +02:00
9d66497abc
Can disable GIT interactions by HTTP protocol
2016-09-18 10:54:33 +02:00
a00c932bbc
General code quality improvement
2016-08-16 23:06:38 -07:00
dccb0c15b9
Replace convert.To with APIFormat calls
2016-08-14 04:17:26 -07:00
3f7f4852ef
#2246 fully support of webhooks for pull request
2016-08-14 03:32:24 -07:00
1f2e173a74
Refactor User.Id to User.ID
2016-07-24 01:08:22 +08:00
8b35c194ec
Fixes #3110 ( #3136 )
2016-06-27 17:02:39 +08:00
c041273dd3
repo/http: clean code
2016-06-01 04:19:01 -07:00
60ae8ac3d2
Add route for #2846
2016-03-21 10:49:46 -04:00
514382e2eb
Rename module: middleware -> context
2016-03-11 11:56:52 -05:00
338af89d56
#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.
2016-02-17 22:47:06 -05:00
0e4ae27caa
Use pretty 404 pages in repo.HTTPBackend
2016-02-02 14:09:47 +00:00
0d5dc8a064
typo fix
2016-01-06 22:41:42 +03:00
a62290de52
#2311 improve HTTP auth error message
2015-12-30 21:29:30 -05:00
40f3142264
#2114 External URL for wiki
2015-12-11 04:55:08 -05:00
830d000667
finish wiki
2015-11-30 20:45:55 -05:00
c50a3503e6
introduce git-shell
2015-11-26 17:33:45 -05:00
0128036514
#1681 some fixes for builtin SSH server on Windows
2015-11-23 22:32:07 -05:00
b55499d039
go vet and fix #1890
2015-11-08 14:31:49 -05:00
0fbb8c8826
New push to head repo of head branch: regenerate patch and retest apply
2015-10-24 03:36:47 -04:00
2ac8e11f46
#842 able to use access token replace basic auth
2015-09-02 02:40:15 -04:00
03b85b73af
token recent activity
2015-08-19 06:22:33 +08:00
d17f102339
try to fix HTTP ops not GC
2015-08-17 22:32:43 +08:00
407385db7e
work on #1493
2015-08-17 17:05:37 +08:00
dea3a8c6a4
WIP: create PR - choose branch
2015-08-08 22:43:14 +08:00
e50982f5ec
allow anonymous SSH clone
2015-08-05 11:14:17 +08:00
fa298a2c30
#835 : Realtime webhooks
2015-07-25 21:32:04 +08:00
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.
2015-03-28 22:30:05 +08:00
588f3215c6
#1040 : dashboard no longer accessible when repo is missing
2015-03-16 04:04:27 -04:00
4aafeace23
fix HTTP/HTTPS push update func call panic #1037 and http: multiple response.WriteHeader calls
2015-03-12 01:15:01 -04:00
b0b11fd7b1
Merge branch 'access' of github.com:gogits/gogs into dev
2015-02-28 21:50:29 -05:00
fab038b175
Attempt #3 of ldap fixes
2015-02-27 13:18:29 +00:00
f9454cc32c
Make sure that a mirror can't be written to by http or ssh
2015-02-16 12:00:06 +02:00
6d0f3a07d4
code fix #941 caution: undertest
2015-02-13 00:58:46 -05:00
6c1ee384f1
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
2015-02-12 14:25:07 +02:00
0a4cda0dd4
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.
2015-02-12 14:14:45 +02:00
0d158e569b
Change constants to UPPERCASE_WITH_UNDERSCORE style
2015-02-09 13:36:33 +02:00
ba77a3b0b4
routers/repo/http.go: allow HTTP push/pull by token for #845
2015-02-07 15:47:23 -05:00
4e79adf6b5
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.
2015-02-06 13:18:11 +02:00
d0827e5d5e
allow http push by token - #842
2015-01-08 09:30:22 -05:00
db6c0ebf76
fix git clone error when repo has upper case name
2014-12-11 15:57:32 +08:00
32dcaefafa
fox #620
2014-11-17 14:53:41 -05:00
abc57b6e43
work on #609
2014-11-07 14:46:13 -05:00