gitea/models
Sandro Santilli b7263f31a5 Replace GOGS with GITEA in variable names
Still use GOGS_WORK_DIR and GOGS_CUSTOM env variables
as a fallback if the equivalent GITEA_* are not set,
warning user about the need for change.

Does not change "gogs" to "gitea" in webhook type name
Because "gogs" hook type is part of the API (routes) and used
in templates...

Closes #87
2016-11-07 16:05:18 +01:00
..
migrations Change import reference to match gitea instead of gogs (#37) 2016-11-03 10:29:56 -02:00
access.go Change import reference to match gitea instead of gogs (#37) 2016-11-03 10:29:56 -02:00
action.go Replace gogits/git-module dependency with go-gitea/git (#94) 2016-11-06 11:18:34 -02:00
admin.go Change import reference to match gitea instead of gogs (#37) 2016-11-03 10:29:56 -02:00
error.go models/login_source: code improvement 2016-08-31 01:22:41 -07:00
git_diff.go Replace gogits/git-module dependency with go-gitea/git (#94) 2016-11-06 11:18:34 -02:00
git_diff_test.go Fix git diff tests 2016-08-16 07:45:06 -07:00
issue.go Change import reference to match gitea instead of gogs (#37) 2016-11-03 10:29:56 -02:00
issue_comment.go Change import reference to match gitea instead of gogs (#37) 2016-11-03 10:29:56 -02:00
issue_label.go Change import reference to match gitea instead of gogs (#37) 2016-11-03 10:29:56 -02:00
issue_mail.go Change import reference to match gitea instead of gogs (#37) 2016-11-03 10:29:56 -02:00
login_source.go Change import reference to match gitea instead of gogs (#37) 2016-11-03 10:29:56 -02:00
mail.go Change import reference to match gitea instead of gogs (#37) 2016-11-03 10:29:56 -02:00
models.go Change import reference to match gitea instead of gogs (#37) 2016-11-03 10:29:56 -02: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 models: rename EnableTidb to EnableTiDB 2016-08-11 14:38:45 -07:00
org.go Ordering team by name ascending except for 'Owners' (#48) 2016-11-06 09:59:21 +01:00
org_team.go Adds checking of reserved keywords against team names (#22) 2016-11-06 10:07:03 +01:00
pull.go Replace GOGS with GITEA in variable names 2016-11-07 16:05:18 +01:00
release.go Replace gogits/git-module dependency with go-gitea/git (#94) 2016-11-06 11:18:34 -02:00
repo.go Replace gogits/git-module dependency with go-gitea/git (#94) 2016-11-06 11:18:34 -02:00
repo_branch.go Replace gogits/git-module dependency with go-gitea/git (#94) 2016-11-06 11:18:34 -02:00
repo_collaboration.go #2780 code clean up 2016-08-11 11:35:46 -07:00
repo_editor.go Replace gogits/git-module dependency with go-gitea/git (#94) 2016-11-06 11:18:34 -02:00
repo_mirror.go Change import reference to match gitea instead of gogs (#37) 2016-11-03 10:29:56 -02:00
repo_test.go Run goimports on the whole project (#34) 2016-11-04 09:57:27 -02:00
ssh_key.go Change import reference to match gitea instead of gogs (#37) 2016-11-03 10:29:56 -02:00
ssh_key_test.go Change import reference to match gitea instead of gogs (#37) 2016-11-03 10:29:56 -02:00
token.go Change import reference to match gitea instead of gogs (#37) 2016-11-03 10:29:56 -02:00
update.go Replace gogits/git-module dependency with go-gitea/git (#94) 2016-11-06 11:18:34 -02:00
user.go Replace gogits/git-module dependency with go-gitea/git (#94) 2016-11-06 11:18:34 -02:00
user_mail.go Refactor User.Id to User.ID 2016-07-24 01:08:22 +08:00
webhook.go Vet complains about "should have signature MarshalJSON() ([]byte, error)", replaced with custom name 2016-11-04 23:45:06 +01:00
webhook_slack.go Replace gogits/git-module dependency with go-gitea/git (#94) 2016-11-06 11:18:34 -02:00
wiki.go Replace gogits/git-module dependency with go-gitea/git (#94) 2016-11-06 11:18:34 -02:00