Commit Graph

335 Commits (8220e50b56cf7bf9cdfff29a287c5721c3949464)

Author SHA1 Message Date
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 f808df5a7b new user dahsboard issues
Unknwon 062adbed8a add confirmation to delete ssh key
Unknwon 4c7b6414eb new access token UI
Unknwon 81b8427438 new UI on admin/monitor
Unknwon 7bb5cb444c fix css styles
James Anderson b2bd6c4c5a Fix broken collaboration link in repo settings
Unknwon 8a3ee795d2 finish transforming to v2
Unknwon 39a3b768bc : Add Deployment Key Support
Unknwon 4447a20f87 UI: issues - finish basic frame
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.
Unknwon 32dcaefafa fox
Unknwon e0de6cb5ad work on and update locales
Christopher Brickley 3794111460 update slack hook to use new format
Unknwon 64c68220d2 Fix
Unknwon a046a31d2b UI: Confirmation box
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
Christopher Brickley 85c35a6b8b add organization-level webhooks
Unknwon c5ce33047e Mirror fix and hide missing pages for 0.5 release
Christopher Brickley 2bce24068d add Slack API webhook support
Tristan Storch 69e332f432 Removed trailing white spaces
Removed trailing whitespaces with

```sh
for file in `grep -r " $" * | cut -d : -f 1 | sort | uniq | grep -v " "`; do sed -i 's/[ \t]*$//' $file; done
```

and some handwork.
Unknwon 1aec1a2dda Finish new admin dashboard
Unknwon 78defd238c Page: Manage social accounts
Unknwon 08c6d07aad UI: Bare repository does not have visual link to settings page
Unknwon 9a1d5d2489 Finish new web hook pages
Unknwon 9820b8e134 Finish new hooks list page
Unknwon e8c9bb2c66 Finish new collaboration page
Unknwon 755eec745f Finish new repo settings page