gitea/routers/api/v1/repo
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
..
blob.go Fixes 4762 - Content API for Creating, Updating, Deleting Files ()
branch.go Use gitea forked macaron ()
collaborators.go Use gitea forked macaron ()
commits.go API method to list all commits of a repository ()
file.go Fixes - API File Contents bug ()
fork.go Use gitea forked macaron ()
git_hook.go Move sdk structs to modules/structs ()
git_ref.go api: fix multiple bugs with statuses endpoints ()
hook.go fix wrong email when use gitea as OAuth2 provider ()
hook_test.go API endpoint for testing webhook ()
issue.go Extract actions on new issue from models to services ()
issue_comment.go Move create issue comment to comments package ()
issue_label.go Use gitea forked macaron ()
issue_tracked_time.go Use gitea forked macaron ()
key.go Use gitea forked macaron ()
label.go Use gitea forked macaron ()
main_test.go API endpoint for testing webhook ()
milestone.go Display ui time with customize time location ()
pull.go Extract actions on new pull request from models to pulls service and move code.gitea.io/gitea/modules/pull to code.gitea.io/gitea/services/pull ()
release.go Extract actions on deletereleasebyid from models to release service ()
release_attachment.go Fix API for edit and delete release attachment ()
repo.go Update migrated repositories' issues/comments/prs poster id if user has a github external user saved ()
repo_test.go Fixes - Adds API Endpoint for Repo Edit ()
star.go Use gitea forked macaron ()
status.go Use gitea forked macaron ()
subscriber.go Use gitea forked macaron ()
tag.go Adds details about what tags can use the Git tags API ()
topic.go Add API endpoint for accessing repo topics ()
tree.go Fixes 4762 - Content API for Creating, Updating, Deleting Files ()