0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-02-12 06:42:51 +01:00
gitea/routers/api
Henrique Corrêa d0f4e92563
Reject star-related requests if stars are disabled (#33208)
This PR fixes #33205.

If stars are disabled:
* The `.../repo/stars` page returns a 403 Forbidden error
* Star-related API endpoints return a 403 Forbidden error saying `Stars are disabled.`
* Same for action endpoints

---------

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2025-02-04 13:21:23 +08:00
..
actions Move some Actions related functions from routers to services (#33280) 2025-01-15 21:34:30 +08:00
packages Make git clone URL could use current signed-in user (#33091) 2025-01-07 13:17:44 +08:00
v1 Reject star-related requests if stars are disabled (#33208) 2025-02-04 13:21:23 +08:00