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
git_diff_test.go
git_diff.go Replace gogits/git-module dependency with go-gitea/git (#94) 2016-11-06 11:18:34 -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
issue.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_sqlite.go
models_test.go
models_tidb.go
models.go Change import reference to match gitea instead of gogs (#37) 2016-11-03 10:29:56 -02:00
org_team.go Adds checking of reserved keywords against team names (#22) 2016-11-06 10:07:03 +01:00
org.go Ordering team by name ascending except for 'Owners' (#48) 2016-11-06 09:59:21 +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_branch.go Replace gogits/git-module dependency with go-gitea/git (#94) 2016-11-06 11:18:34 -02:00
repo_collaboration.go
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
repo.go Replace gogits/git-module dependency with go-gitea/git (#94) 2016-11-06 11:18:34 -02:00
ssh_key_test.go Change import reference to match gitea instead of gogs (#37) 2016-11-03 10:29:56 -02:00
ssh_key.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_mail.go
user.go Replace gogits/git-module dependency with go-gitea/git (#94) 2016-11-06 11:18:34 -02:00
webhook_slack.go Replace gogits/git-module dependency with go-gitea/git (#94) 2016-11-06 11:18:34 -02:00
webhook.go Vet complains about "should have signature MarshalJSON() ([]byte, error)", replaced with custom name 2016-11-04 23:45:06 +01:00
wiki.go Replace gogits/git-module dependency with go-gitea/git (#94) 2016-11-06 11:18:34 -02:00