Commit Graph

87 Commits (cc22c8a1aea3aa3f7e515dc02640a214213b242a)

Author SHA1 Message Date
Unknwon a49af93faf APIs: Users Followers
- User profile un/follow
- List user's followers/following
Unknwon c62a6b7a12 allow switch branches between two orgs in compose PR
Unknwon 19423957b1 rename import path
Unknwon 9a2e43bff2 move out git module and send push hook
Unknwon a576224d0e unified name: IsViewBranch, IsViewCommit and IsViewTag
Unknwon 942fd6be53 fix panic for
Unknwon e42fcb033d wiki: finish edit
Unknwon 9330c943cd work on
Gibheer 56006da34b fix - disable version display
This allows the admin to disable the version information about gogs and
go in use in the footer.
Unknwon 1559bd58e7 save custom avatar as PNG
Unknwon 932dbccb67 fix import path, fix
Unknwon aff49b1c9e unified API error response
Unknwon 2ac8e11f46 able to use access token replace basic auth
Unknwon 1ca257ad9f rename fields
Unknwon 4217c2333c new create webhook UI
Unknwon 87f5ca8e1f able edit issue title
Unknwon cec38f2a8c able edit issue labels/milestone/assignee
Unknwon 817b48ed1e Show owner/poster tags of comments and fix
Unknwon 5cf3732339 UI: install - new version
Linquize 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.
Unknwon 2bb982dada : Remove footer ads/branding from default template
Unknwon 75cbb32b1e UI compatibility
Unknwon 10e4b5b6c6 Merge branch 'access' of github.com:gogits/gogs into access
Unknwon 059338139c routers: able to migrate repo from local path
- modules/middleware/context.go: add HandleAPI method
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 216683004e code fix for , and work for
Unknwon b553ea45ee modes/repo: incorrect SSH clone URL for
Unknwon 37d8d3afe9 more APIs on
Unknwon 8c9338a537 add personal access token panel
Unknwon e0de6cb5ad work on and update locales
Unknwon abc57b6e43 work on
Unknwon 23eec25274 Fix , fix , fix
Unknwon 3abc41ccca Fix API broken
Unknwon 963354c5d7 Add raw, history file button, and other mirror fixes
Unknwon 1e1f9e7166 Update with macaron
Unknwon 49193bebd2 UI: Confirmation box
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 21a1b8e5a3 Finish new edit team page, add member to team
Unknwon bba707de36 Finish team list, create new team, join/leave team page
Unknwon 36b4c57ff1 Finish new organization members and invitation page
Unknwon 5acc948562 Page: `/org/:orgname/settings`
Unknwon 755eec745f Finish new repo settings page
Unknwon 7bbf644dd5 Convert captcha, cache, csrf as middlewares
Unknwon 9813161411 Reser repo owner to organization when error occurs in repo create page, dashboard news feed page, create organization page
Unknwon 8dd07c0ddd New UI merge in progress
Justin Nuß f7617997ce Ignore EOF error when parsing form.
Unknwon c20f5dc2ea Merge branch 'dev' of github.com:gogits/gogs into dev
Unknwon a41a1fe60d Mirror fix
Justin Nuß bfe5b86004 Add file upload for attachments