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
euank 234a7c19a4 Default values for both user.name and user.email
The previous behavior was to set default values only if user.name was
not set, but to always set it for both. This only sets a value if there
wasn't one; this fixes cases where someone has a user.name but no
user.email (see included Dockerfile) or someone has a user.email but no
user.name (before the email would have been over-written).
10 years ago
..
access.go Finsih add/remove repo in organization 10 years ago
action.go Fix spelling errors in comments. 10 years ago
admin.go Fix #532, add system notice 10 years ago
git_diff.go fix #711 10 years ago
issue.go Safe work 10 years ago
login.go Fix spelling errors in comments. 10 years ago
models.go Fix spelling errors in comments. 10 years ago
models_sqlite.go go vet 10 years ago
oauth2.go Fix spelling errors in comments. 10 years ago
org.go api: able to create repo and fix #726 10 years ago
publickey.go Fix #652 10 years ago
release.go Huge updates!!!!! Be careful to merge!!!! 10 years ago
repo.go Default values for both user.name and user.email 10 years ago
slack.go update slack hook to use new format 10 years ago
token.go add personal access token panel #12 10 years ago
update.go Page: Compare 2 commits 10 years ago
user.go work on #754 10 years ago
webhook.go Fix spelling errors in comments. 10 years ago