Proto commits in go-gitea/gitea

These 10 commits are when the Protocol Buffers files have changed:

Commit:a53d268
Author:ChristopherHX
Committer:GitHub

Actions Artifacts v4 backend (#28965) Fixes #28853 Needs both https://gitea.com/gitea/act_runner/pulls/473 and https://gitea.com/gitea/act_runner/pulls/471 on the runner side and patched `actions/upload-artifact@v4` / `actions/download-artifact@v4`, like `christopherhx/gitea-upload-artifact@v4` and `christopherhx/gitea-download-artifact@v4`, to not return errors due to GHES not beeing supported yet.

The documentation is generated from this commit.

Commit:84145e4
Author:techknowlogick
Committer:GitHub

Remove golang vendored directory (#18277) * rm go vendor * fix drone yaml * add to gitignore

This commit does not contain any .proto files.

Commit:47f6a4e
Author:techknowlogick
Committer:GitHub

go1.16 (#14783)

Commit:ac97ea5
Author:6543
Committer:GitHub

[Vendor] Update go-redis to v8.5.0 (#13749) * Update go-redis to v8.4.0 * github.com/go-redis/redis/v8 v8.4.0 -> v8.5.0 * Apply suggestions from code review Co-authored-by: zeripath <art27@cantab.net> * TODO * Use the Queue termination channel as the default context for pushes Signed-off-by: Andrew Thornton <art27@cantab.net> * missed one Signed-off-by: Andrew Thornton <art27@cantab.net> Co-authored-by: zeripath <art27@cantab.net>

Commit:f5abe2f
Author:Lauris BH
Committer:GitHub

Upgrade blevesearch dependency to v2.0.1 (#14346) * Upgrade blevesearch dependency to v2.0.1 * Update rupture to v1.0.0 * Fix test

Commit:7a8e299
Author:techknowlogick
Committer:Antoine GIRARD

migrate gplus to google oauth2 provider (#7885) * migrate gplus to google oauth2 provider. this still provides support for old gplus connections. * Update models/oauth2.go Co-Authored-By: Antoine GIRARD <sapk@users.noreply.github.com> * make vendor

Commit:d771769
Author:Mura Li
Committer:Lunny Xiao

Use Go1.11 module (#5743) * Migrate to go modules * make vendor * Update mvdan.cc/xurls * make vendor * Update code.gitea.io/git * make fmt-check * Update github.com/go-sql-driver/mysql * make vendor

Commit:3f3383d
Author:Antoine GIRARD
Committer:Lauris BH

Migrate to dep (#3972) * Update makefile to use dep * Migrate to dep * Fix some deps * Try to find a better version for golang.org/x/net * Try to find a better version for golang.org/x/oauth2

This commit does not contain any .proto files.

Commit:b0f7457
Author:Ethan Koenig
Committer:Lauris BH

Improve issue search (#2387) * Improve issue indexer * Fix new issue sqlite bug * Different test indexer paths for each db * Add integration indexer paths to make clean

Commit:833f8b9
Author:Ethan Koenig
Committer:Lunny Xiao

Search bar for issues/pulls (#530)