Commit Graph

140 Commits (6775ac7334c7a5a451a309a6e3dc1c85dbf04f6b)

Author SHA1 Message Date
Unknwon 0e9bc2d410 Fix pull request availability check
Unknwon a5b0400be7 finish new access rights for collaborators
Unknwon 2d2d85bba4 support pull requests in same repository
Unknwon 8055a0bdac Post work for
Improve test cases, config settings, also show SSH config settings on admin config panel.
Unknwon 72ce06eab8 fix missing slash for go-get meta
Download-Fritz a467184e13 Allow to fork and disallow to create PRs for mirrors.
Unknwon 19423957b1 rename import path
Unknwon 9a2e43bff2 move out git module and send push hook
Unknwon a576224d0e unified name: IsViewBranch, IsViewCommit and IsViewTag
Unknwon 120cd4e471 Better mirror repo management
Unknwon e538ff2770 fix and fix
Unknwon 942fd6be53 fix panic for
Unknwon 56dd430a10 refactor API routes and some work for
Unknwon e350d74c8a fix
Unknwon 830d000667 finish wiki
Unknwon e42fcb033d wiki: finish edit
Unknwon c50a3503e6 introduce git-shell
Unknwon 2b10fdc4dc Wiki: UI for page new
Unknwon 2158e6fc43 fix
Unknwon df339ad8b0 Admin should be able to see private repositories
Unknwon 4f03b81ec7 Test patch does not checkout correct base branch
Unknwon b4970b3cc3 fix
Unknwon 9c12ed3b6e clean up
Unknwon 3a81fdf092 rename fields
Unknwon 6f0a41b8b2 Allow local import only for admin users
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