Commit Graph

237 Commits (dd1a651b5895cfdb8a141a56aa824ed4d082c41a)

Author SHA1 Message Date
Unknwon 82f7a01ded : X-Gogs-Event header is empty
Unknwon 466facc009 : Deleting users should remove them from collaborator lists
- fix delete user but repository watches are not decreased
Unknwon fc6db829b2 fix read access team visibility of private repo
Unknwon 0720d3988f : GetRepoLink already contains AppSubUrl
Unknwon b0b11fd7b1 Merge branch 'access' of github.com:gogits/gogs into dev
Raphael Randschau 1f61340fa3 Properly calculate the number of open issues per label
Unknwon ee68a826a5 v4 migration, merge 'dev', clean code and mirror fix
Unknwon 6d0f3a07d4 code fix caution: undertest
Unknwon f15fa9167a cmd: code fix for
- routers/admin: add rewrite update hook operation
- conf/locale: update locale file due to ini behavior changes
- cmd/cert_stub.go: remove useless code
- cmd/fix.go: no longer need fix command(at least now)
Unknwon 2a2596fe61 able to disable SSH for
Unknwon 5a99e9a37b models/action.go: add action reopen for
- models/issue.go: format comment type names
Unknwon afccd0a3ee models/action.go: mirror fix on
- modules/base/markdown.go: fix issue link issue
- routers/repo/view.go: remove useless code
Etienne Bruines 5c4b85c029 Referencing issues from commit messages is now possible.
Code-wise: the fixing-part of the code now doesn't reference the issue any more, because this is done by the referencing-part of the code, which is called just before.

Fixes , , .
Unknwon bb26285a12 fix
Joseph Crail 39c068400e Fix spelling errors in comments.
Unknwon 55dfe2c978 custom avatar upload
Tony Tsang e0f945959e Replace white spaces with tab for format consistency
Tony Tsang 91127d9016 Fixes
Unknwon b2632dec09 Page: Compare 2 commits
Unknwon 86eac0842b Fix feeds display issue
Unknwon 10673417dc Mirror fix on transfer repo
Unknwon ad52b2d791 Mirror fix on transfer repo
Unknwon f69761563b Fix bug on transfer repo
lunnyxiao 089d934547 add action repousername for transfer
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
Christopher Brickley f94d7c3f51 clarify name/username/owner/pusher for webhook
Christopher Brickley 52d15ddec8 deliver hooks immediately after commit
Christopher Brickley 85c35a6b8b add organization-level webhooks
Christopher Brickley af0741da07 handle initial commit for compareUrl
Christopher Brickley 00a864e693 add commit compare functionality
Christopher Brickley 2bce24068d add Slack API webhook support
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
无闻 da0240aacd Merge pull request from nuss-justin/feature/attachments
Feature: Ability to attach files to issues (attachments)
Justin Nuß 70b0023b82 Fix double decrement of issue counter
Justin Nuß 967856f36e Merge branch 'dev' into feature/attachments
Conflicts:
	models/issue.go
	routers/repo/issue.go
Justin Nuß d43c5895bc Update template and style, only close commit if commit is in same repository
Justin Nuß c850c01007 Update closed issues stats for repository
Justin Nuß 469cbc8813 Update progress of milestones when closing/reopening issues and allow closing of issues in commit messages
Unknown 8644c571db Mirror bug fix on create repo action
Unknown 43b33440b5 Work on create organization repo and
Unknown ad5ec45dd6 Fix
Unknown 8bfa7ae745 Remove qiniu/log
Unknown 302c863cda Fix
Unknown 688ec6ecbd Fixed
jiangjianxiao 501f70e248 fix news feed repo link
Unknown 914ffa496f Show private repository activities in dashboard if has access
Unknown 23a857d107 Add repo info to web hook post
Unknown 7cb5a15c9b Batch of mirror fixes
Unknown e573855a4f Fix , support web hook
Unknown 7b60756f2c Fix Collaborators cannot commit
Unknown cd2020429a Fix
Unknown ff9872104e Fix
Unknown 480a4ae8c5 Fix
Unknown a2333d95d5 Fix
Unknown 190b83e05e push tag support
Unknown d2b53dd43b Add weibo oauth
Unknown eb803ec5eb Add transfer repository
Lunny Xiao ec1b801732 bug fixed
Unknown 8282828820 Fix action email bug
Unknown 3144fac03c IP: RC Code Review
Unknown f470c241d6 IP: RC Code Review
Unknown d3b8e9daa1 Add notify watcher action
Unknown 197c4d4a5b Fix wrong serve command log location and commit repo action
Unknown 8aec5e16c4 Locating issue of git push not update repo last updated time
Unknown ae92f92dee Locating issue
Unknown 1eb078d0a8 Fix action
Lunny Xiao 24630e0c9b improved activity
Lunny Xiao 0119675480 bug fixed
Unknown 59ffdbf6f8 Add create, list, view issue
Unknown 61e2922601 Working on issues
Unknown e3f55ca0fb Need a field to specify if repository is bare
Unknown 76cd448e79 Add admin delete user
Unknown 932f717adb Fixing bug
Unknown 369ddf76a8 Batch fix
Unknown 59ea3c0413 Finish watch backend
shengxiang[skyblue] ccd43b09b2 add some comment
Unknown e51afe4621 Add postgres support, clean code, code review
Unknown 48b2425c1d Push feed
Lunny Xiao 1fb457ac1f commit format improved
Unknown c3e0554fd7 Clean code
Lunny Xiao 3035a38caa add update
Unknown 4b8e888437 Finish feeds
Unknown adb17791bd Add basic render of public act
Unknown ea765d25e2 Update action struct
FuXiaoHei f2ce1eebbb merge