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.
gitea/routers/api/v1/repo
HeCorr c49823c2b6
api: respect DISABLE_STARS config option
- add APIGone response type
- re-generate Swagger spec

if stars are disabled:
  - render 404 page on /repo/stars
  - return 410 error on star-related API endpoints and actions
  - return empty value on star model functions (StarRepo, IsStaring, GetStargazers)
2 months ago
..
action.go Set owner id to zero when GetRegistrationToken for repo (#31725) 8 months ago
avatar.go Move context from modules to services (#29440) 1 year ago
blob.go Refactor names (#31405) 9 months ago
branch.go Fix sync fork for consistency (#33147) 2 months ago
collaborators.go Clarify path param naming (#32969) 3 months ago
commits.go Clarify path param naming (#32969) 3 months ago
compare.go [Feature] Private README.md for organization (#32872) 2 months ago
download.go [Feature] Private README.md for organization (#32872) 2 months ago
file.go Refactor package (routes and error handling, npm peer dependency) (#33111) 2 months ago
fork.go Refactor find forks and fix possible bugs that weak permissions check (#32528) 4 months ago
git_hook.go Refactor package (routes and error handling, npm peer dependency) (#33111) 2 months ago
git_ref.go Refactor names (#31405) 9 months ago
hook.go Clarify path param naming (#32969) 3 months ago
hook_test.go Clarify path param naming (#32969) 3 months ago
issue.go Use `CloseIssue` and `ReopenIssue` instead of `ChangeStatus` (#32467) 3 months ago
issue_attachment.go Include file extension checks in attachment API (#32151) 4 months ago
issue_comment.go Clarify path param naming (#32969) 3 months ago
issue_comment_attachment.go Include file extension checks in attachment API (#32151) 4 months ago
issue_dependency.go Clarify path param naming (#32969) 3 months ago
issue_label.go Support org labels when adding labels by label names (#32988) 3 months ago
issue_pin.go Clarify path param naming (#32969) 3 months ago
issue_reaction.go Clarify path param naming (#32969) 3 months ago
issue_stopwatch.go Clarify path param naming (#32969) 3 months ago
issue_subscription.go Clarify path param naming (#32969) 3 months ago
issue_tracked_time.go Clarify path param naming (#32969) 3 months ago
key.go Clarify path param naming (#32969) 3 months ago
label.go Clarify path param naming (#32969) 3 months ago
language.go Move context from modules to services (#29440) 1 year ago
license.go Support repo license (#24872) 5 months ago
main_test.go make writing main test easier (#27270) 1 year ago
migrate.go Move some errors to their own sub packages (#32880) 3 months ago
milestone.go Clarify path param naming (#32969) 3 months ago
mirror.go Clarify path param naming (#32969) 3 months ago
notes.go Clarify path param naming (#32969) 3 months ago
patch.go Move some errors to their own sub packages (#32880) 3 months ago
pull.go Automerge supports deleting branch automatically after merging (#32343) 2 months ago
pull_review.go Clarify path param naming (#32969) 3 months ago
release.go Clarify path param naming (#32969) 3 months ago
release_attachment.go Clarify path param naming (#32969) 3 months ago
release_tags.go Clarify path param naming (#32969) 3 months ago
repo.go [Feature] Private README.md for organization (#32872) 2 months ago
repo_test.go Move context from modules to services (#29440) 1 year ago
star.go api: respect DISABLE_STARS config option 2 months ago
status.go Refactor names (#31405) 9 months ago
subscriber.go Move context from modules to services (#29440) 1 year ago
tag.go Clarify path param naming (#32969) 3 months ago
teams.go Clarify path param naming (#32969) 3 months ago
topic.go Clarify path param naming (#32969) 3 months ago
transfer.go Refactor request context (#32956) 3 months ago
tree.go Clarify path param naming (#32969) 3 months ago
wiki.go Clarify path param naming (#32969) 3 months ago