gitea/services/packages
wxiaoguang b59705fa34
Add a config option to block "expensive" pages for anonymous users (#34024)
Fix #33966

```
;; User must sign in to view anything.
;; It could be set to "expensive" to block anonymous users accessing some pages which consume a lot of resources,
;; for example: block anonymous AI crawlers from accessing repo code pages.
;; The "expensive" mode is experimental and subject to change.
;REQUIRE_SIGNIN_VIEW = false
```
2025-03-30 05:26:19 +00:00
..
alpine Add Arch package registry (#32692) 2024-12-04 23:09:07 +00:00
arch Only show the latest version in the Arch index (#33262) 2025-02-13 01:24:44 +00:00
cargo Add a config option to block "expensive" pages for anonymous users (#34024) 2025-03-30 05:26:19 +00:00
cleanup Add Arch package registry (#32692) 2024-12-04 23:09:07 +00:00
container remove util.OptionalBool and related functions (#29513) 2024-03-02 16:42:31 +01:00
debian Use ProtonMail/go-crypto to replace keybase/go-crypto (#33402) 2025-01-27 09:14:08 +08:00
rpm Do not escape relative path in RPM primary index (#32038) 2024-09-16 21:10:33 +00:00
auth.go Fix nuget/conan/container packages upload bugs (#31967) 2024-09-05 07:05:42 +00:00
package_update.go Add composor source field (#33502) 2025-02-28 16:29:21 +00:00
packages.go Refactor package (routes and error handling, npm peer dependency) (#33111) 2025-01-06 22:45:20 +08:00