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/modules
mrsdizzie 1f1ecda541 Display original author and URL information when showing migrated issues/comments (#7352)
* Store original author info for migrated issues and comments

Keep original author name for displaying in Gitea interface and also
store original author user ID for potential future use in linking
accounts from old location.

* Add original_url for repo

Store the original URL for a migrated repo

Clean up migrations/tests

* fix migration

* fix golangci-lint

* make 'make revive' happy also

* Modify templates to use OriginalAuthor if set

Use the original author name in templates if it is set rather than the
user who migrated/currently owns the issues

* formatting fixes

* make generate-swagger

* Use default avatar for imported comments

* Remove no longer used IgnoreIssueAuthor option

* Add OriginalAuthorID to swagger also
5 years ago
..
auth Make captcha and password optional for external accounts (#6606) 5 years ago
avatar Improve handling of non-square avatars (#7025) 5 years ago
base API error cleanup (#7186) 5 years ago
cache Add golangci (#6418) 5 years ago
context fix API link header (#7298) 5 years ago
cron Better logging (#6038) (#6095) 5 years ago
generate Integrate OAuth2 Provider (#5378) 5 years ago
git Support git.PATH entry in app.ini (#6772) 5 years ago
gzip Add golangci (#6418) 5 years ago
highlight Add Rust highlighting (#7125) 5 years ago
httplib Add golangci (#6418) 5 years ago
indexer Add golangci (#6418) 5 years ago
lfs Add golangci (#6418) 5 years ago
log Add golangci (#6418) 5 years ago
mailer Add golangci (#6418) 5 years ago
markup fix hljs unintenionally highlighting commit links (#7244) 5 years ago
metrics Prometheus endpoint (#5256) 6 years ago
migrations Display original author and URL information when showing migrated issues/comments (#7352) 5 years ago
minwinsvc Fix Git hooks not being executed on Windows when running as a service (#1149) 7 years ago
notification Add golangci (#6418) 5 years ago
options Use vfsgen instead of go-bindata (#7080) 5 years ago
pprof Add golangci (#6418) 5 years ago
private #6946 Run hooks on merge/edit and cope with protected branches (#6961) 5 years ago
process Fix run command race (#1470) 7 years ago
public Use vfsgen instead of go-bindata (#7080) 5 years ago
pull #6946 Run hooks on merge/edit and cope with protected branches (#6961) 5 years ago
recaptcha Allow Recaptcha service url to be configured (#6820) 5 years ago
repofiles Add commit statuses reports on pull request view (#6845) 5 years ago
search Global code search support (#3664) 6 years ago
secret Integrate OAuth2 Provider (#5378) 5 years ago
session Add golangci (#6418) 5 years ago
setting Support git.PATH entry in app.ini (#6772) 5 years ago
ssh switch to use gliderlabs/ssh for builtin server (#7250) 5 years ago
structs Display original author and URL information when showing migrated issues/comments (#7352) 5 years ago
sync Fix status table race condition (#1835) 7 years ago
templates Display original author and URL information when showing migrated issues/comments (#7352) 5 years ago
test move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364) 5 years ago
upload Refactor filetype is not allowed errors (#7309) 5 years ago
user Add golangci (#6418) 5 years ago
util Handle insecure and ports in go get (#7041) 5 years ago
validation Add golangci (#6418) 5 years ago