You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
forgejo/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
8 years ago
..
migrations Change import reference to match gitea instead of gogs (#37) 8 years ago
access.go Change import reference to match gitea instead of gogs (#37) 8 years ago
action.go Replace gogits/git-module dependency with go-gitea/git (#94) 8 years ago
admin.go Change import reference to match gitea instead of gogs (#37) 8 years ago
error.go models/login_source: code improvement 8 years ago
git_diff.go Replace gogits/git-module dependency with go-gitea/git (#94) 8 years ago
git_diff_test.go Fix git diff tests 8 years ago
issue.go Change import reference to match gitea instead of gogs (#37) 8 years ago
issue_comment.go Change import reference to match gitea instead of gogs (#37) 8 years ago
issue_label.go Change import reference to match gitea instead of gogs (#37) 8 years ago
issue_mail.go Change import reference to match gitea instead of gogs (#37) 8 years ago
login_source.go Change import reference to match gitea instead of gogs (#37) 8 years ago
mail.go Change import reference to match gitea instead of gogs (#37) 8 years ago
models.go Change import reference to match gitea instead of gogs (#37) 8 years ago
models_sqlite.go go vet 10 years ago
models_test.go #3442 add test suites 8 years ago
models_tidb.go models: rename EnableTidb to EnableTiDB 8 years ago
org.go Ordering team by name ascending except for 'Owners' (#48) 8 years ago
org_team.go Adds checking of reserved keywords against team names (#22) 8 years ago
pull.go Replace GOGS with GITEA in variable names 8 years ago
release.go Replace gogits/git-module dependency with go-gitea/git (#94) 8 years ago
repo.go Replace gogits/git-module dependency with go-gitea/git (#94) 8 years ago
repo_branch.go Replace gogits/git-module dependency with go-gitea/git (#94) 8 years ago
repo_collaboration.go #2780 code clean up 8 years ago
repo_editor.go Replace gogits/git-module dependency with go-gitea/git (#94) 8 years ago
repo_mirror.go Change import reference to match gitea instead of gogs (#37) 8 years ago
repo_test.go Run goimports on the whole project (#34) 8 years ago
ssh_key.go Change import reference to match gitea instead of gogs (#37) 8 years ago
ssh_key_test.go Change import reference to match gitea instead of gogs (#37) 8 years ago
token.go Change import reference to match gitea instead of gogs (#37) 8 years ago
update.go Replace gogits/git-module dependency with go-gitea/git (#94) 8 years ago
user.go Replace gogits/git-module dependency with go-gitea/git (#94) 8 years ago
user_mail.go Refactor User.Id to User.ID 8 years ago
webhook.go Vet complains about "should have signature MarshalJSON() ([]byte, error)", replaced with custom name 8 years ago
webhook_slack.go Replace gogits/git-module dependency with go-gitea/git (#94) 8 years ago
wiki.go Replace gogits/git-module dependency with go-gitea/git (#94) 8 years ago