]> source.dussan.org Git - gitea.git/commit
Finish team list, create new team, join/leave team page
authorUnknwon <joe2010xtmf@163.com>
Sat, 16 Aug 2014 08:21:17 +0000 (16:21 +0800)
committerUnknwon <joe2010xtmf@163.com>
Sat, 16 Aug 2014 08:21:17 +0000 (16:21 +0800)
commitbba707de36d9bfbdb3001e3e89fac0c072aa14e9
tree2b3ee7fc662baea04cecdf14b8a2758c108f83cc
parent78add502d71dca43bb59ab9ad91745c64d0bf74d
Finish team list, create new team, join/leave team page
41 files changed:
cmd/web.go
conf/locale/locale_en-US.ini
conf/locale/locale_zh-CN.ini
gogs.go
models/org.go
modules/auth/org.go
modules/middleware/context.go
modules/middleware/org.go
public/ng/css/gogs.css
public/ng/less/gogs/organization.less
public/ng/less/gogs/repository.less
routers/org/members.go
routers/org/org.go
routers/org/teams.go
routers/user/auth.go
templates/.VERSION
templates/org/base/header.tmpl [new file with mode: 0644]
templates/org/header.tmpl [deleted file]
templates/org/home.tmpl
templates/org/invite.tmpl [deleted file]
templates/org/member/invite.tmpl [new file with mode: 0644]
templates/org/member/members.tmpl [new file with mode: 0644]
templates/org/members.tmpl [deleted file]
templates/org/settings/delete.tmpl
templates/org/settings/options.tmpl
templates/org/team/new.tmpl [new file with mode: 0644]
templates/org/team/teams.tmpl [new file with mode: 0644]
templates/org/team_new.tmpl [deleted file]
templates/org/teams.tmpl [deleted file]
templates/repo/create.tmpl
templates/user/activate.tmpl [deleted file]
templates/user/auth/activate.tmpl [new file with mode: 0644]
templates/user/auth/forgot_passwd.tmpl [new file with mode: 0644]
templates/user/auth/reset_passwd.tmpl [new file with mode: 0644]
templates/user/auth/signin.tmpl [new file with mode: 0644]
templates/user/auth/signup.tmpl [new file with mode: 0644]
templates/user/forgot_passwd.tmpl [deleted file]
templates/user/reset_passwd.tmpl [deleted file]
templates/user/signin.tmpl [deleted file]
templates/user/signup.tmpl [deleted file]
templates/user/stars.tmpl [deleted file]