gitea/templates
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
..
admin Add a config option to block "expensive" pages for anonymous users (#34024) 2025-03-30 05:26:19 +00:00
api/packages/pypi Fix links in PyPI Simple Repository API page (#30594) 2024-04-20 01:15:14 +00:00
base Prepare common tmpl functions in a middleware (#33957) 2025-03-25 06:17:58 +00:00
custom
devtest Update action status badge layout (#34018) 2025-03-28 15:12:47 +00:00
explore Refactor template ctx and render utils (#32422) 2024-11-05 14:04:26 +08:00
mail
org Replace text-align classes with tailwind (#33905) 2025-03-16 12:08:16 +00:00
package Remove unused or abused styles (#33918) 2025-03-17 22:11:24 +08:00
projects Adjust the layout of the toolbar on the Issues/Projects page (#33667) 2025-03-28 07:55:12 +00:00
repo Add descriptions for private repo public access settings and improve the UI (#34057) 2025-03-29 21:24:27 +08:00
shared Update action status badge layout (#34018) 2025-03-28 15:12:47 +00:00
status Remove urls from translations (#31950) 2024-09-02 18:36:24 +00:00
swagger Download actions job logs from API (#33858) 2025-03-26 11:30:52 -07:00
user Prepare common tmpl functions in a middleware (#33957) 2025-03-25 06:17:58 +00:00
webhook
home.tmpl Remove urls from translations (#31950) 2024-09-02 18:36:24 +00:00
install.tmpl Replace text-align classes with tailwind (#33905) 2025-03-16 12:08:16 +00:00
post-install.tmpl Optimize the installation page (#32994) 2024-12-31 04:49:26 +00:00