gitea/routers/web
KN4CK3R 0c3c041c88
Add Arch package registry (#32692)
Close #25037
Close #31037

This PR adds a Arch package registry usable with pacman.

![grafik](https://github.com/user-attachments/assets/81cdb0c2-02f9-4733-bee2-e48af6b45224)

Rewrite of #25396 and #31037. You can follow [this
tutorial](https://wiki.archlinux.org/title/Creating_packages) to build a
package for testing.

Docs PR: https://gitea.com/gitea/docs/pulls/111

Co-authored-by: [d1nch8g@ion.lc](mailto:d1nch8g@ion.lc)
Co-authored-by: @ExplodingDragon

---------

Co-authored-by: dancheg97 <dancheg97@fmnx.su>
Co-authored-by: dragon <ExplodingFKL@gmail.com>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2024-12-04 23:09:07 +00:00
..
admin Refactor some frontend problems (#32646) 2024-11-26 15:36:55 +00:00
auth Allow to disable the password-based login (sign-in) form (#32687) 2024-12-02 02:03:15 +08:00
devtest Refactor some frontend problems (#32646) 2024-11-26 15:36:55 +00:00
events Move context from modules to services (#29440) 2024-02-27 08:12:22 +01:00
explore Respect UI.ExploreDefaultSort setting again (#32357) 2024-10-30 12:33:25 +00:00
feed Move GetFeeds to service layer (#32526) 2024-11-29 17:53:49 +00:00
healthcheck Always enable caches (#28527) 2023-12-19 09:29:05 +00:00
misc Refactor render system (#32492) 2024-11-14 05:02:11 +00:00
org Move team related functions to service layer (#32537) 2024-11-27 21:12:26 +00:00
repo Fix mentionable users when writing issue comments (#32715) 2024-12-04 22:57:50 +08:00
shared Fix mentionable users when writing issue comments (#32715) 2024-12-04 22:57:50 +08:00
user Add Arch package registry (#32692) 2024-12-04 23:09:07 +00:00
base.go Fix missing signature key error when pulling Docker images with SERVE_DIRECT enabled (#32365) 2024-10-31 15:28:25 +00:00
githttp.go Fix LFS route mock, realm, middleware names (#32488) 2024-11-13 16:58:09 +08:00
goget.go Refactor RepoRefByType (#32413) 2024-11-05 06:35:54 +00:00
home.go migrate some more "OptionalBool" to "Option[bool]" (#29479) 2024-02-29 18:52:49 +00:00
metrics.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
nodeinfo.go Move context from modules to services (#29440) 2024-02-27 08:12:22 +01:00
passkey.go Move context from modules to services (#29440) 2024-02-27 08:12:22 +01:00
swagger_json.go Move context from modules to services (#29440) 2024-02-27 08:12:22 +01:00
web.go Refactor markdown editor and use it for milestone description editor (#32688) 2024-12-04 02:11:34 +00:00
webfinger.go Move context from modules to services (#29440) 2024-02-27 08:12:22 +01:00