gitea/models
LefsFlare 3ef022b071 Fixes possible vulnerabilities with keyword hijacking (#20)
- Added public entries to reserved keywords list
- Rename variables
- Derped comment
2016-11-12 13:26:45 +01:00
..
migrations Update import paths from github.com/go-gitea to code.gitea.io (#135) 2016-11-10 17:24:48 +01:00
access.go Merge remote-tracking branch 'upstream/master' into feature/rewrite-xorm-queries 2016-11-10 21:05:52 +01:00
action.go Fix import path of go-sdk (#141) 2016-11-11 17:39:44 +08:00
admin.go use in instead string join (#155) 2016-11-12 09:29:18 +01:00
error.go fixed bug #151 caused Find should be Get (#153) 2016-11-12 00:01:09 +01:00
git_diff.go Normalize files with gofmt 2016-11-11 13:11:45 +01:00
git_diff_test.go More MixedCase consts 2016-11-07 17:24:59 +01:00
issue.go Bug fixed for issues (#156) 2016-11-12 13:06:33 +01:00
issue_comment.go Fix import path of go-sdk (#141) 2016-11-11 17:39:44 +08:00
issue_label.go use in instead string join (#155) 2016-11-12 09:29:18 +01:00
issue_mail.go Update import paths from github.com/go-gitea to code.gitea.io (#135) 2016-11-10 17:24:48 +01:00
login_source.go fixed bug #151 caused Find should be Get (#153) 2016-11-12 00:01:09 +01:00
mail.go Merge remote-tracking branch 'upstream/master' into feature/rewrite-xorm-queries 2016-11-10 21:05:52 +01:00
models.go Update import paths from github.com/go-gitea to code.gitea.io (#135) 2016-11-10 17:24:48 +01:00
models_sqlite.go go vet 2014-04-13 03:14:43 -04:00
models_test.go #3442 add test suites 2016-08-12 02:56:50 -07:00
models_tidb.go Remove go version from build tags (#133) 2016-11-10 08:43:49 -02:00
org.go optimization on database IN 2016-11-12 01:31:37 +08:00
org_team.go Rewrite XORM queries 2016-11-10 20:59:51 +01:00
pull.go Normalize files with gofmt 2016-11-11 13:11:45 +01:00
release.go Merge remote-tracking branch 'upstream/master' into feature/rewrite-xorm-queries 2016-11-10 21:05:52 +01:00
repo.go Normalize files with gofmt 2016-11-11 13:11:45 +01:00
repo_branch.go Update import paths from github.com/go-gitea to code.gitea.io (#135) 2016-11-10 17:24:48 +01:00
repo_collaboration.go Rewrite XORM queries 2016-11-10 20:59:51 +01:00
repo_editor.go Merge remote-tracking branch 'upstream/master' into feature/rewrite-xorm-queries 2016-11-10 21:05:52 +01:00
repo_mirror.go Merge remote-tracking branch 'upstream/master' into feature/rewrite-xorm-queries 2016-11-10 21:05:52 +01:00
repo_test.go Update import paths from github.com/go-gitea to code.gitea.io (#135) 2016-11-10 17:24:48 +01:00
ssh_key.go use in instead string join (#155) 2016-11-12 09:29:18 +01:00
ssh_key_test.go Update import paths from github.com/go-gitea to code.gitea.io (#135) 2016-11-10 17:24:48 +01:00
token.go Merge remote-tracking branch 'upstream/master' into feature/rewrite-xorm-queries 2016-11-10 21:05:52 +01:00
update.go Update import paths from github.com/go-gitea to code.gitea.io (#135) 2016-11-10 17:24:48 +01:00
user.go Fixes possible vulnerabilities with keyword hijacking (#20) 2016-11-12 13:26:45 +01:00
user_mail.go fixed bug #151 caused Find should be Get (#153) 2016-11-12 00:01:09 +01:00
webhook.go Fix import path of go-sdk (#141) 2016-11-11 17:39:44 +08:00
webhook_slack.go Fix import path of go-sdk (#141) 2016-11-11 17:39:44 +08:00
wiki.go Update import paths from github.com/go-gitea to code.gitea.io (#135) 2016-11-10 17:24:48 +01:00