Commit Graph

140 Commits

Author SHA1 Message Date
0e9bc2d410 Fix pull request availability check 2016-03-06 23:57:46 -05:00
a5b0400be7 #1146 finish new access rights for collaborators 2016-03-05 20:45:23 -05:00
2d2d85bba4 #1597 support pull requests in same repository 2016-03-04 15:43:01 -05:00
8055a0bdac Post work for #2637
Improve test cases, config settings, also show SSH config settings on admin config panel.
2016-02-27 20:48:39 -05:00
72ce06eab8 #2682 fix missing slash for go-get meta 2016-02-23 00:12:04 -05:00
a467184e13 #2505 Allow to fork and disallow to create PRs for mirrors. 2016-02-19 20:33:06 +01:00
19423957b1 rename import path 2015-12-15 17:25:45 -05:00
9a2e43bff2 move out git module and #1573 send push hook 2015-12-09 20:46:05 -05:00
a576224d0e unified name: IsViewBranch, IsViewCommit and IsViewTag 2015-12-09 00:32:53 -05:00
120cd4e471 #1984 Better mirror repo management 2015-12-08 20:06:12 -05:00
e538ff2770 fix #1829 and fix #890 2015-12-04 21:30:33 -05:00
942fd6be53 fix panic for #2045 2015-12-04 17:20:23 -05:00
56dd430a10 refactor API routes and some work for #976 2015-12-04 17:16:42 -05:00
e350d74c8a fix #2085 2015-12-02 18:58:13 -05:00
830d000667 finish wiki 2015-11-30 20:45:55 -05:00
e42fcb033d wiki: finish edit 2015-11-27 01:50:38 -05:00
c50a3503e6 introduce git-shell 2015-11-26 17:33:45 -05:00
2b10fdc4dc Wiki: UI for page new 2015-11-25 20:10:25 -05:00
2158e6fc43 fix #1997 2015-11-19 11:40:00 -05:00
df339ad8b0 #1401 #493 Admin should be able to see private repositories 2015-11-18 19:49:11 -05:00
4f03b81ec7 #1931 Test patch does not checkout correct base branch 2015-11-15 14:41:36 -05:00
b4970b3cc3 fix #1948 2015-11-15 14:05:51 -05:00
9c12ed3b6e clean up 2015-11-14 04:54:27 -05:00
3a81fdf092 rename fields 2015-11-03 22:49:06 -05:00
6f0a41b8b2 #1511 Allow local import only for admin users 2015-11-03 18:40:52 -05:00
16feb5b655 minor fix on #1863 2015-10-31 12:04:04 -04:00
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
2015-10-30 14:00:09 +01:00
932dbccb67 fix import path, fix #1782 2015-10-15 21:28:12 -04:00
aff49b1c9e unified API error response 2015-10-08 20:36:07 -04:00
4465c58f4b new quick start page 2015-10-02 19:58:36 -04:00
f8c09dc1ff Fix go get not working when there is a username or repository name with some uppercase letters. 2015-09-23 16:16:52 +02:00
83dc2468f5 finish initial version of pull request 2015-09-02 16:18:09 -04:00
1abfe4e05f PR: nothing to commit and has pull request check 2015-09-02 05:09:12 -04:00
398569f6f8 #1021 Forked repo unavailable after deleting original repo 2015-09-01 11:43:53 -04:00
1ca257ad9f rename fields 2015-08-31 16:24:28 +09:00
cec38f2a8c able edit issue labels/milestone/assignee 2015-08-15 00:42:43 +08:00
dea3a8c6a4 WIP: create PR - choose branch 2015-08-08 22:43:14 +08:00
2c507667bf Merge branch 'develop' of github.com:gogits/gogs into feature/milestone
# Conflicts:
#	gogs.go
#	models/issue.go
#	templates/.VERSION
2015-08-05 20:26:00 +08:00
e50982f5ec allow anonymous SSH clone 2015-08-05 11:14:17 +08:00
e6792796cc minor fix on #1432 2015-08-04 09:13:37 +08:00
6a89eeedf3 browser supports copy detection 2015-08-03 21:27:07 +02:00
04458d49a0 milestone: list view 2015-08-03 17:42:09 +08:00
588f3215c6 #1040: dashboard no longer accessible when repo is missing 2015-03-16 04:04:27 -04:00
10e4b5b6c6 Merge branch 'access' of github.com:gogits/gogs into access 2015-02-22 22:55:35 -05:00
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
2015-02-22 22:51:25 -05:00
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.
2015-02-17 10:36:17 +02:00
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.
2015-02-16 12:51:56 +02:00
6b7d35eade fix mirror issues uncaught #941 2015-02-13 02:14:57 -05: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