89 Commits

Author SHA1 Message Date
8c4588c4c9 Refactor .IsAdminTeam to .IsTeamAdmin and requireAdminTeam to requireTeamAdmin 2016-01-31 15:30:07 +00:00
e35791b2b2 Only show teams the user has access to 2016-01-31 15:30:07 +00:00
a49af93faf #1692 APIs: Users Followers
- User profile un/follow
- List user's followers/following
2015-12-21 04:24:11 -08:00
c62a6b7a12 #2014 allow switch branches between two orgs in compose PR 2015-12-20 01:06:54 -05: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
942fd6be53 fix panic for #2045 2015-12-04 17:20:23 -05:00
e42fcb033d wiki: finish edit 2015-11-27 01:50:38 -05:00
9330c943cd work on #1891 2015-11-18 23:52:09 -05:00
56006da34b fix #1957 - disable version display
This allows the admin to disable the version information about gogs and
go in use in the footer.
2015-11-18 22:32:31 +01:00
1559bd58e7 save custom avatar as PNG 2015-11-13 16:43:43 -05: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
2ac8e11f46 #842 able to use access token replace basic auth 2015-09-02 02:40:15 -04:00
1ca257ad9f rename fields 2015-08-31 16:24:28 +09:00
4217c2333c new create webhook UI 2015-08-27 00:30:06 +08:00
87f5ca8e1f able edit issue title 2015-08-19 23:14:57 +08:00
cec38f2a8c able edit issue labels/milestone/assignee 2015-08-15 00:42:43 +08:00
817b48ed1e Show owner/poster tags of comments and fix #1312 2015-08-14 02:43:40 +08:00
5cf3732339 UI: install - new version 2015-07-08 19:47:56 +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
2bb982dada #1080: Remove footer ads/branding from default template 2015-03-23 10:19:19 -04:00
75cbb32b1e UI compatibility 2015-03-21 09:24:59 -04:00
10e4b5b6c6 Merge branch 'access' of github.com:gogits/gogs into access 2015-02-22 22:55:35 -05:00
059338139c routers: able to migrate repo from local path
- modules/middleware/context.go: add HandleAPI method
2015-02-22 09:49:25 -05: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
216683004e code fix for #908, and work for #884 2015-02-06 21:16:23 -05:00
b553ea45ee modes/repo: incorrect SSH clone URL for #742 2014-12-13 16:46:00 -05:00
37d8d3afe9 more APIs on #12 2014-11-18 11:07:16 -05:00
8c9338a537 add personal access token panel #12 2014-11-12 06:48:50 -05:00
e0de6cb5ad work on #616 and update locales 2014-11-10 05:30:07 -05:00
abc57b6e43 work on #609 2014-11-07 14:46:13 -05:00
23eec25274 Fix #605, fix #255, fix #101 2014-11-06 22:06:41 -05:00
3abc41ccca Fix API broken 2014-10-18 23:26:55 -04:00
963354c5d7 Add raw, history file button, and other mirror fixes 2014-10-11 18:02:48 -04:00
1e1f9e7166 Update with macaron 2014-10-06 19:12:52 -04:00
49193bebd2 UI: Confirmation box 2014-09-28 01:38:25 -04:00
7ba9257a7f Add suburl support 2014-09-19 20:11:34 -04:00
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
2014-09-18 20:50:48 +02:00
21a1b8e5a3 Finish new edit team page, add member to team 2014-08-24 21:09:05 +08:00
bba707de36 Finish team list, create new team, join/leave team page 2014-08-16 16:21:17 +08:00
36b4c57ff1 Finish new organization members and invitation page 2014-08-15 18:29:41 +08:00
5acc948562 Page: /org/:orgname/settings 2014-08-14 14:12:21 +08:00
755eec745f Finish new repo settings page 2014-08-02 13:47:33 -04:00
7bbf644dd5 Convert captcha, cache, csrf as middlewares 2014-07-31 17:25:34 -04:00
9813161411 Reser repo owner to organization when error occurs in repo create page, dashboard news feed page, create organization page 2014-07-26 23:53:16 -04:00
8dd07c0ddd New UI merge in progress 2014-07-26 00:24:27 -04:00
f7617997ce Ignore EOF error when parsing form. 2014-07-25 10:18:42 +02:00
c20f5dc2ea Merge branch 'dev' of github.com:gogits/gogs into dev 2014-07-24 12:49:43 -04:00