0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-12-15 15:55:38 +01:00
gitea/routers/web
Jörg Thalheim 4fe415683e
Add an immutable tarball link to archive download headers for Nix (#31139)
This allows `nix flake metadata` and nix in general to lock a *branch*
tarball link in a manner that causes it to fetch the correct commit even
if the branch is updated with a newer version.

Co-authored-by: Jade Lovelace <software@lfcode.ca>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2024-05-28 15:30:34 +00:00
..
admin Add missed return after ctx.ServerError (#31130) 2024-05-28 12:31:59 +03:00
auth Add missed return after ctx.ServerError (#31130) 2024-05-28 12:31:59 +03:00
devtest
events
explore
feed Resolve lint for unused parameter and unnecessary type arguments (#30750) 2024-04-29 08:47:56 +00:00
healthcheck
misc Make sure git version&feature are always prepared (#30877) 2024-05-06 18:34:16 +02:00
org Add missed return after ctx.ServerError (#31130) 2024-05-28 12:31:59 +03:00
repo Add an immutable tarball link to archive download headers for Nix (#31139) 2024-05-28 15:30:34 +00:00
shared Fix various problems around projects board view (#30696) 2024-05-08 13:44:57 +00:00
user Initial support for colorblindness-friendly themes (#30625) 2024-04-24 00:18:41 +08:00
base.go
githttp.go
goget.go
home.go
metrics.go
nodeinfo.go
passkey.go
swagger_json.go
web.go Rename project board -> column to make the UI less confusing (#30170) 2024-05-27 08:59:54 +00:00
webfinger.go