forgejo/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>
2022-08-14 21:22:13 -04:00
..
activitypub Add more linters to improve code readability (#19989) 2022-06-20 12:02:49 +02:00
admin Add option to purge users (#18064) 2022-07-14 08:22:09 +01:00
misc Move issues related files into models/issues (#19931) 2022-06-13 17:37:59 +08:00
notify Add more linters to improve code readability (#19989) 2022-06-20 12:02:49 +02:00
org Add spectral linter for Swagger (#20321) 2022-07-11 18:07:16 -05:00
packages Add support for Pub packages (#20560) 2022-08-07 18:09:54 +08:00
repo Remove follow from commits by file (#20765) 2022-08-14 21:22:13 -04:00
settings Make mirror feature more configurable (#16957) 2021-09-07 17:49:36 +02:00
swagger Add new API endpoints for push mirrors management (#19841) 2022-07-30 18:45:59 +02:00
user Only show Followers that current user can access (#20220) 2022-07-05 16:47:45 +01:00
utils refactor webhook *NewPost (#20729) 2022-08-11 17:48:23 +02:00
api.go Add new API endpoints for push mirrors management (#19841) 2022-07-30 18:45:59 +02:00
auth.go Remove legacy +build: constraint (#19582) 2022-05-02 23:22:45 +08:00
auth_windows.go Let web and API routes have different auth methods group (#19168) 2022-03-28 12:46:28 +08:00