]> source.dussan.org Git - gitea.git/commit
fix
authorzhsso <zhssoge@gmail.com>
Thu, 10 Apr 2014 18:20:58 +0000 (14:20 -0400)
committerzhsso <zhssoge@gmail.com>
Thu, 10 Apr 2014 18:20:58 +0000 (14:20 -0400)
commita4cbe79567072befd96cf1b7eb319de1e2809ca3
tree3dff34e53f34632532fd7a05e00e6f06b3e7fb82
parentf3ed11d177d76bcb1850c6670c1516d25a66eb2c
fix
165 files changed:
.fswatch.json [new file with mode: 0644]
.gitignore [new file with mode: 0644]
.gobuild.yml [new file with mode: 0644]
.gopmfile [new file with mode: 0644]
CONTRIBUTING.md [new file with mode: 0644]
LICENSE [new file with mode: 0644]
README.md [new file with mode: 0644]
README_ZH.md [new file with mode: 0644]
bee.json [new file with mode: 0644]
conf/app.ini [new file with mode: 0644]
conf/content/git-bare.zip [new file with mode: 0644]
conf/gitignore/C [new file with mode: 0644]
conf/gitignore/C Sharp [new file with mode: 0644]
conf/gitignore/C++ [new file with mode: 0644]
conf/gitignore/Google Go [new file with mode: 0644]
conf/gitignore/Python [new file with mode: 0644]
conf/gitignore/Ruby [new file with mode: 0644]
conf/license/Affero GPL [new file with mode: 0644]
conf/license/Apache v2 License [new file with mode: 0644]
conf/license/Artistic License 2.0 [new file with mode: 0644]
conf/license/BSD (3-Clause) License [new file with mode: 0644]
conf/license/GPL v2 [new file with mode: 0644]
conf/license/MIT License [new file with mode: 0644]
conf/mysql.sql [new file with mode: 0644]
gogs.go [new file with mode: 0644]
models/access.go [new file with mode: 0644]
models/action.go [new file with mode: 0644]
models/git.go [new file with mode: 0644]
models/issue.go [new file with mode: 0644]
models/models.go [new file with mode: 0644]
models/models_test.go [new file with mode: 0644]
models/oauth2.go [new file with mode: 0644]
models/publickey.go [new file with mode: 0644]
models/repo.go [new file with mode: 0644]
models/user.go [new file with mode: 0644]
modules/auth/admin.go [new file with mode: 0644]
modules/auth/auth.go [new file with mode: 0644]
modules/auth/issue.go [new file with mode: 0644]
modules/auth/repo.go [new file with mode: 0644]
modules/auth/setting.go [new file with mode: 0644]
modules/auth/user.go [new file with mode: 0644]
modules/avatar/avatar.go [new file with mode: 0644]
modules/avatar/avatar_test.go [new file with mode: 0644]
modules/base/base.go [new file with mode: 0644]
modules/base/conf.go [new file with mode: 0644]
modules/base/markdown.go [new file with mode: 0644]
modules/base/template.go [new file with mode: 0644]
modules/base/tool.go [new file with mode: 0644]
modules/log/log.go [new file with mode: 0644]
modules/mailer/mail.go [new file with mode: 0644]
modules/mailer/mailer.go [new file with mode: 0644]
modules/middleware/auth.go [new file with mode: 0644]
modules/middleware/context.go [new file with mode: 0644]
modules/middleware/logger.go [new file with mode: 0644]
modules/middleware/render.go [new file with mode: 0644]
modules/middleware/repo.go [new file with mode: 0644]
modules/oauth2/oauth2.go [new file with mode: 0644]
modules/oauth2/oauth2_test.go [new file with mode: 0644]
public/css/bootstrap.css.map [new file with mode: 0755]
public/css/bootstrap.min.css [new file with mode: 0755]
public/css/font-awesome.min.css [new file with mode: 0644]
public/css/gogs.css [new file with mode: 0755]
public/css/markdown.css [new file with mode: 0644]
public/css/todc-bootstrap.css.map [new file with mode: 0755]
public/css/todc-bootstrap.min.css [new file with mode: 0755]
public/fonts/FontAwesome.otf [new file with mode: 0644]
public/fonts/fontawesome-webfont.eot [new file with mode: 0755]
public/fonts/fontawesome-webfont.svg [new file with mode: 0755]
public/fonts/fontawesome-webfont.ttf [new file with mode: 0755]
public/fonts/fontawesome-webfont.woff [new file with mode: 0755]
public/img/404.png [new file with mode: 0644]
public/img/500.png [new file with mode: 0644]
public/img/avatar_default.jpg [new file with mode: 0644]
public/img/checkmark.png [new file with mode: 0644]
public/img/favicon.png [new file with mode: 0644]
public/js/ZeroClipboard.swf [new file with mode: 0644]
public/js/app.js [new file with mode: 0644]
public/js/bootstrap.min.js [new file with mode: 0755]
public/js/jquery-1.10.1.min.js [new file with mode: 0644]
public/js/jquery-1.10.1.min.map [new file with mode: 0644]
public/js/jquery.validate.min.js [new file with mode: 0644]
public/js/lib.js [new file with mode: 0644]
routers/admin/admin.go [new file with mode: 0644]
routers/admin/user.go [new file with mode: 0644]
routers/api/v1/miscellaneous.go [new file with mode: 0644]
routers/dashboard.go [new file with mode: 0644]
routers/dev/template.go [new file with mode: 0644]
routers/install.go [new file with mode: 0644]
routers/repo/branch.go [new file with mode: 0644]
routers/repo/commit.go [new file with mode: 0644]
routers/repo/git.go [new file with mode: 0644]
routers/repo/http.go [new file with mode: 0644]
routers/repo/issue.go [new file with mode: 0644]
routers/repo/pull.go [new file with mode: 0644]
routers/repo/release.go [new file with mode: 0644]
routers/repo/repo.go [new file with mode: 0644]
routers/user/setting.go [new file with mode: 0644]
routers/user/social.go [new file with mode: 0644]
routers/user/user.go [new file with mode: 0644]
serve.go [new file with mode: 0644]
start.bat [new file with mode: 0644]
start.sh [new file with mode: 0755]
templates/admin/config.tmpl [new file with mode: 0644]
templates/admin/dashboard.tmpl [new file with mode: 0644]
templates/admin/nav.tmpl [new file with mode: 0644]
templates/admin/repos.tmpl [new file with mode: 0644]
templates/admin/users.tmpl [new file with mode: 0644]
templates/admin/users/edit.tmpl [new file with mode: 0644]
templates/admin/users/new.tmpl [new file with mode: 0644]
templates/base/footer.tmpl [new file with mode: 0644]
templates/base/head.tmpl [new file with mode: 0644]
templates/base/navbar.tmpl [new file with mode: 0644]
templates/help.tmpl [new file with mode: 0644]
templates/home.tmpl [new file with mode: 0644]
templates/install.tmpl [new file with mode: 0644]
templates/issue/create.tmpl [new file with mode: 0644]
templates/issue/list.tmpl [new file with mode: 0644]
templates/issue/user.tmpl [new file with mode: 0644]
templates/issue/view.tmpl [new file with mode: 0644]
templates/mail/auth/active_email.tmpl [new file with mode: 0644]
templates/mail/auth/register_success.tmpl [new file with mode: 0644]
templates/mail/auth/reset_passwd.tmpl [new file with mode: 0644]
templates/release/list.tmpl [new file with mode: 0644]
templates/release/new.tmpl [new file with mode: 0644]
templates/repo/branches.tmpl [new file with mode: 0644]
templates/repo/commits.tmpl [new file with mode: 0644]
templates/repo/create.tmpl [new file with mode: 0644]
templates/repo/diff.tmpl [new file with mode: 0644]
templates/repo/list.tmpl [new file with mode: 0644]
templates/repo/mirror.tmpl [new file with mode: 0644]
templates/repo/nav.tmpl [new file with mode: 0644]
templates/repo/pulls.tmpl [new file with mode: 0644]
templates/repo/setting.tmpl [new file with mode: 0644]
templates/repo/single.tmpl [new file with mode: 0644]
templates/repo/single_bare.tmpl [new file with mode: 0644]
templates/repo/single_file.tmpl [new file with mode: 0644]
templates/repo/single_list.tmpl [new file with mode: 0644]
templates/repo/toolbar.tmpl [new file with mode: 0644]
templates/status/200.tmpl [new file with mode: 0644]
templates/status/401.tmpl [new file with mode: 0644]
templates/status/403.tmpl [new file with mode: 0644]
templates/status/404.tmpl [new file with mode: 0644]
templates/status/500.tmpl [new file with mode: 0644]
templates/user/active.tmpl [new file with mode: 0644]
templates/user/dashboard.tmpl [new file with mode: 0644]
templates/user/delete.tmpl [new file with mode: 0644]
templates/user/forgot_passwd.tmpl [new file with mode: 0644]
templates/user/notification.tmpl [new file with mode: 0644]
templates/user/password.tmpl [new file with mode: 0644]
templates/user/profile.tmpl [new file with mode: 0644]
templates/user/publickey.tmpl [new file with mode: 0644]
templates/user/pulls.tmpl [new file with mode: 0644]
templates/user/reset_passwd.tmpl [new file with mode: 0644]
templates/user/security.tmpl [new file with mode: 0644]
templates/user/setting.tmpl [new file with mode: 0644]
templates/user/setting_nav.tmpl [new file with mode: 0644]
templates/user/signin.tmpl [new file with mode: 0644]
templates/user/signup.tmpl [new file with mode: 0644]
templates/user/stars.tmpl [new file with mode: 0644]
tests/.travel.yml [new file with mode: 0644]
tests/README.md [new file with mode: 0644]
tests/default_test.go [new file with mode: 0644]
update.go [new file with mode: 0644]
web.go [new file with mode: 0644]
wercker.yml [new file with mode: 0644]