Commit Graph

75 Commits (e5ed5904c62d9a618cb6f4ad852b021a02c3481e)

Author SHA1 Message Date
Unknwon 398569f6f8 Forked repo unavailable after deleting original repo
Unknwon 8af094967f add rename repo action
Unknwon cb381078ff finish new repo options page
Unknwon 55ddf225bb webhook APIs
Unknwon f509c59ac1 new create webhook event
Unknwon 70e0153b93 add highlight js
Unknwon 23f42d92c9 add webhook recent deliveries
Unknwon c08600c59b new edit webhook UI
Unknwon 4217c2333c new create webhook UI
Unknwon 2881456421 new webhooks list UI
Unknwon 1cb03135b7 new repo git hooks UI
Unknwon 062adbed8a add confirmation to delete ssh key
Unknwon dea3a8c6a4 WIP: create PR - choose branch
Unknwon 9db4acc62e improve fork process
Unknwon 3d0583df0f fix private repo cannot trigger hook by SSH
Unknwon 39a3b768bc : Add Deployment Key Support
Unknwon e50982f5ec allow anonymous SSH clone
Unknwon fa298a2c30 : Realtime webhooks
Unknwon ced212f8fa fix hidden bug on tpl rendering
Unknwon 698b9e2acc Clearer error message for illegal characters
Unknwon fc6db829b2 fix read access team visibility of private repo
Unknwon 18c0697329 routers/repo/setting.go: fix LDAP cannot validate password
Unknwon 8896c82d34 models: fix issue with transfer repository
README: fix typo
Unknwon ee68a826a5 v4 migration, merge 'dev', clean code and mirror fix
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
Unknwon 04164eada3 models: able to rename user with diff letter cases
- templates/org: mirror fix on name output
- routers: add missing error check
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 76f8904718 Introducing Collaboration Struct
Thomas Laroche e948c7c262 Fix
Unknwon ac4a10456e api: able to create repo and fix
- POST /user/repos
- POST /org/:org/repos
Unknwon 2f3a7e53cb fix
Unknwon 9dc3c93a6a , add/edit hook
Christopher Brickley 3794111460 update slack hook to use new format
Unknwon 41dbb4c148 Hide org member in collar page
Unknwon 64c68220d2 Fix
Unknwon a046a31d2b UI: Confirmation box
Unknwon ad52b2d791 Mirror fix on transfer repo
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 a596388ebf Add success message after transfer repository
Unknwon a2cac952a4 Prepare 0.5 release
Unknwon cfed11f092 Bug: Transfer repository doesn't update the count
Christopher Brickley f7be61c819 getOrgRepoCtx returns values directly & err
Christopher Brickley 85c35a6b8b add organization-level webhooks
Christopher Brickley 7269b06fd5 HookType is case-sensitive
Update webhook wasn’t showing up because of the wrong case
Christopher Brickley 2bce24068d add Slack API webhook support
Unknwon 9baf2b38d0 Bug fix on organization
Unknwon 21a1b8e5a3 Finish new edit team page, add member to team
Unknwon 9a1d5d2489 Finish new web hook pages
Unknwon 9820b8e134 Finish new hooks list page