gitea/routers/api
Henrique Corrêa d0f4e92563
Reject star-related requests if stars are disabled ()
This PR fixes .

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` () 2025-01-15 21:34:30 +08:00
packages Make git clone URL could use current signed-in user () 2025-01-07 13:17:44 +08:00
v1 Reject star-related requests if stars are disabled () 2025-02-04 13:21:23 +08:00