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
zeripath 58a4407acb
Remove follow from commits by file (#20765)
The use of `--follow` makes getting these commits very slow on large repositories
as it results in searching the whole commit tree for a blob.

Now as nice as the results of `--follow` are, I am uncertain whether it is really
of sufficient importance to keep around.

Fix #20764

Signed-off-by: Andrew Thornton <art27@cantab.net>

Signed-off-by: Andrew Thornton <art27@cantab.net>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
3 years ago
..
activitypub Add more linters to improve code readability (#19989) 3 years ago
admin Add option to purge users (#18064) 3 years ago
misc Move issues related files into models/issues (#19931) 3 years ago
notify Add more linters to improve code readability (#19989) 3 years ago
org Add spectral linter for Swagger (#20321) 3 years ago
packages Add support for Pub packages (#20560) 3 years ago
repo Remove follow from commits by file (#20765) 3 years ago
settings Make mirror feature more configurable (#16957) 3 years ago
swagger Add new API endpoints for push mirrors management (#19841) 3 years ago
user Only show Followers that current user can access (#20220) 3 years ago
utils refactor webhook *NewPost (#20729) 3 years ago
api.go Add new API endpoints for push mirrors management (#19841) 3 years ago
auth.go Remove legacy `+build:` constraint (#19582) 3 years ago
auth_windows.go Let web and API routes have different auth methods group (#19168) 3 years ago