]> source.dussan.org Git - gitea.git/commit
Add update user profile back end, add new gitignore and license, add template data...
authorUnknown <joe2010xtmf@163.com>
Thu, 13 Mar 2014 07:39:18 +0000 (03:39 -0400)
committerUnknown <joe2010xtmf@163.com>
Thu, 13 Mar 2014 07:39:18 +0000 (03:39 -0400)
commit57bc2d1ca0bfc3ba90e6d85309dba39415c6db73
tree8d452408dbc3f89ac3a0a393ad5eadd80370f167
parentadedd9181c07ed926bf5835623293df4fcc706d2
Add update user profile back end, add new gitignore and license, add template data to public profile page
13 files changed:
conf/app.ini
conf/gitignore/C [new file with mode: 0644]
conf/license/BSD (3-Clause) License [new file with mode: 0644]
gogs.go
models/repo.go
models/user.go
modules/auth/auth.go
modules/auth/user.go
routers/repo/repo.go
routers/user/setting.go
routers/user/user.go
templates/user/profile.tmpl
web.go