forgejo/routers/api/v1/repo
KN4CK3R c766140dad
Add RemoteAddress to mirrors (#26952)
This PR adds a new field `RemoteAddress` to both mirror types which
contains the sanitized remote address for easier (database) access to
that information. Will be used in the audit PR if merged.
2023-09-16 16:03:02 +00:00
..
action.go
avatar.go
blob.go
branch.go
collaborators.go Next round of db.DefaultContext refactor (#27089) 2023-09-16 14:39:12 +00:00
commits.go
file.go
fork.go
git_hook.go
git_ref.go
hook.go
hook_test.go
issue.go Next round of db.DefaultContext refactor (#27089) 2023-09-16 14:39:12 +00:00
issue_attachment.go More refactoring of db.DefaultContext (#27083) 2023-09-15 06:13:19 +00:00
issue_comment.go
issue_comment_attachment.go More refactoring of db.DefaultContext (#27083) 2023-09-15 06:13:19 +00:00
issue_dependency.go
issue_label.go Next round of db.DefaultContext refactor (#27089) 2023-09-16 14:39:12 +00:00
issue_pin.go
issue_reaction.go
issue_stopwatch.go Next round of db.DefaultContext refactor (#27089) 2023-09-16 14:39:12 +00:00
issue_subscription.go Next round of db.DefaultContext refactor (#27089) 2023-09-16 14:39:12 +00:00
issue_tracked_time.go
key.go
label.go Next round of db.DefaultContext refactor (#27089) 2023-09-16 14:39:12 +00:00
language.go
main_test.go
migrate.go
milestone.go Next round of db.DefaultContext refactor (#27089) 2023-09-16 14:39:12 +00:00
mirror.go Add RemoteAddress to mirrors (#26952) 2023-09-16 16:03:02 +00:00
notes.go
patch.go
pull.go More refactoring of db.DefaultContext (#27083) 2023-09-15 06:13:19 +00:00
pull_review.go
release.go
release_attachment.go More refactoring of db.DefaultContext (#27083) 2023-09-15 06:13:19 +00:00
release_tags.go
repo.go Next round of db.DefaultContext refactor (#27089) 2023-09-16 14:39:12 +00:00
repo_test.go
star.go More refactoring of db.DefaultContext (#27083) 2023-09-15 06:13:19 +00:00
status.go
subscriber.go More refactoring of db.DefaultContext (#27083) 2023-09-15 06:13:19 +00:00
tag.go
teams.go More refactoring of db.DefaultContext (#27083) 2023-09-15 06:13:19 +00:00
topic.go Next round of db.DefaultContext refactor (#27089) 2023-09-16 14:39:12 +00:00
transfer.go Next round of db.DefaultContext refactor (#27089) 2023-09-16 14:39:12 +00:00
tree.go
wiki.go