gitea/modules/structs
Lunny Xiao e3e44a59d0 Update migrated repositories' issues/comments/prs poster id if user has a github external user saved ()
* update migrated issues/comments when login as github

* add get userid when migrating or login with github oauth2

* fix lint

* add migrations for repository service type

* fix build

* remove unnecessary dependencies on migrations

* add cron task to update migrations poster ids and fix posterid when migrating

* fix lint

* fix lint

* improve code

* fix lint

* improve code

* replace releases publish id to actual author id

* fix import

* fix bug

* fix lint

* fix rawdata definition

* fix some bugs

* fix error message
..
admin_user.go Move sdk structs to modules/structs ()
attachment.go Revert "make modules/structs as a spereate go mod ()" ()
doc.go Move sdk structs to modules/structs ()
fork.go Move sdk structs to modules/structs ()
git_blob.go Move sdk structs to modules/structs ()
git_hook.go Move sdk structs to modules/structs ()
hook.go Implement webhook branch filter ()
issue.go Display original author and URL information when showing migrated issues/comments ()
issue_comment.go Display original author and URL information when showing migrated issues/comments ()
issue_label.go Add missing description of label on API ()
issue_milestone.go Move sdk structs to modules/structs ()
issue_tracked_time.go Move sdk structs to modules/structs ()
lfs_lock.go Move sdk structs to modules/structs ()
miscellaneous.go API method to list all commits of a repository ()
org.go Add teams to repo on collaboration page. ()
org_member.go Move sdk structs to modules/structs ()
org_team.go swagger/fix: []string are not enum by swagger definition ()
org_type.go Fixes - API Org Visibility ()
pull.go Move sdk structs to modules/structs ()
release.go Move sdk structs to modules/structs ()
repo.go Update migrated repositories' issues/comments/prs poster id if user has a github external user saved ()
repo_branch.go Move sdk structs to modules/structs ()
repo_collaborator.go Move sdk structs to modules/structs ()
repo_commit.go Move sdk structs to modules/structs ()
repo_file.go Be more strict with git arguments ()
repo_key.go Move sdk structs to modules/structs ()
repo_refs.go Move sdk structs to modules/structs ()
repo_tag.go Fixes - Adds the /git/tags API endpoint ()
repo_topic.go Add API endpoint for accessing repo topics ()
repo_tree.go Move sdk structs to modules/structs ()
repo_watch.go Move sdk structs to modules/structs ()
status.go Move sdk structs to modules/structs ()
task.go Move migrating repository from frontend to backend ()
user.go Add LastLogin to the User API ()
user_app.go Move sdk structs to modules/structs ()
user_email.go Move sdk structs to modules/structs ()
user_gpgkey.go Move sdk structs to modules/structs ()
user_key.go Move sdk structs to modules/structs ()
utils.go Add golangci ()