Commit Graph

17 Commits (e55c874dd2a6162a374a9fac46c55db57bd17c5f)

Author SHA1 Message Date
Russell Aunger b34996a629 Implement Default Webhooks ()
Partially implement .
Add "Default Webhooks" page in site admin UI.
Persist to the existing webhooks table, but store with RepoID=0 and OrgID=0.
Upon repo creation, copy the set of default webhooks into the new repo.
Adam Strzelecki da2585c11e Indent all templates with tabs
This commit improves templates readability, since all of them use consistent
indent with all template command blocks indented too.

1. Indents both HTML containers such as <div>, <p> and Go HTML template blocks
   such as {{if}} {{with}}

2. Cleans all trailing white-space

3. Adds trailing last line-break to each file
Unknwon 1aa76bd279 Fix , add system notice
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 d2aff9a46a Continue working on new admin pages
Unknwon 1aec1a2dda Finish new admin dashboard
Unknown d952b4200c Add corn rask monitor panel
Unknown 6e3dba2cc5 Clean repo code
Unknown c1eb4d894a Clean api code
FuXiaoHei d34c3bb751 finish webhook ui,
some ui fix
Lunny Xiao 79ea34e70e ldap support
Unknown eb803ec5eb Add transfer repository
FuXiaoHei a8623ec104 fix init-tabs bug
FuXiaoHei 2a2f025388 change css name style
FuXiaoHei ecc61ced41 update admin nav ui
Unknown f6596f11c4 All configuration reload-able