Commit Graph

115 Commits (67ced4aaca5f70a6806f9af394645ceda7ff0fac)

Author SHA1 Message Date
Unknwon 16feb5b655 minor fix on
Nathan Zadoks 4323a89c03 Add go-source directive to repo pages
This makes Gogs repos work with godoc.org: https://github.com/golang/gddo/wiki/Source-Code-Links
Unknwon 932dbccb67 fix import path, fix
Unknwon aff49b1c9e unified API error response
Unknwon 4465c58f4b new quick start page
Howl f8c09dc1ff Fix `go get` not working when there is a username or repository name with some uppercase letters.
Unknwon 83dc2468f5 finish initial version of pull request
Unknwon 1abfe4e05f PR: nothing to commit and has pull request check
Unknwon 398569f6f8 Forked repo unavailable after deleting original repo
Unknwon 1ca257ad9f rename fields
Unknwon cec38f2a8c able edit issue labels/milestone/assignee
Unknwon dea3a8c6a4 WIP: create PR - choose branch
Unknwon 2c507667bf Merge branch 'develop' of github.com:gogits/gogs into feature/milestone
# Conflicts:
#	gogs.go
#	models/issue.go
#	templates/.VERSION
Unknwon e50982f5ec allow anonymous SSH clone
Unknwon e6792796cc minor fix on
Fernando San Julián 6a89eeedf3 browser supports copy detection
Unknwon 04458d49a0 milestone: list view
Unknwon 588f3215c6 : dashboard no longer accessible when repo is missing
Unknwon 10e4b5b6c6 Merge branch 'access' of github.com:gogits/gogs into access
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
Peter Smit e6fc58a744 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.
Peter Smit ed89b39984 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.
Unknwon 6b7d35eade fix mirror issues uncaught
Unknwon 6d0f3a07d4 code fix caution: undertest
Peter Smit 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
Peter Smit 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.
Peter Smit 0d158e569b Change constants to UPPERCASE_WITH_UNDERSCORE style
Unknwon 2a2596fe61 able to disable SSH for
Peter Smit 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.
Unknwon b553ea45ee modes/repo: incorrect SSH clone URL for
Unknwon ac4a10456e api: able to create repo and fix
- POST /user/repos
- POST /org/:org/repos
Joseph Crail 39c068400e Fix spelling errors in comments.
Unknwon 3c3f7c2a56 Fix
Unknwon 32dcaefafa fox
Unknwon a0f9197b45 GetFile api
Unknwon 52d66ba6c8 , use go-gogs-client
Unknwon 8eb5120fbd , API: list user repos, list repo hooks
Unknwon 35977cd34c continue work on
Unknwon 23eec25274 Fix , fix , fix
Unknwon a342d58d7e Able to fork repo to individuals
Unknwon 64c68220d2 Fix
Unknwon 2a031c1365 Fix
Unknwon 25268577a5 Fix download archive issue
Unknwon a1109e6fbc Page: Repository home page
Unknwon ebb05475ed Fix and cannot view repository by tag
Martin van Beurden 976f1486e0 Set cookiepath to AppSubUrl
Unknwon 7ba9257a7f Add suburl support
Martin van Beurden 0055cbd365 Allow Gogs to run from a suburl behind a reverse proxy. e.g. http://mydomain.com/gogs/
Conflicts:
	modules/setting/setting.go

Conflicts:
	templates/repo/release/list.tmpl
	templates/user/dashboard/dashboard.tmpl

Conflicts:
	routers/repo/setting.go
Unknwon a2cac952a4 Prepare 0.5 release
Unknwon 21a1b8e5a3 Finish new edit team page, add member to team