1
1
mirror of https://github.com/go-gitea/gitea synced 2024-09-21 11:16:03 +00:00
gitea/routers/api/v1
Kemal Zebari f05d9c98c4
Handle invalid target when creating releases using API (#31841)
A 500 status code was thrown when passing a non-existent target to the
create release API. This snapshot handles this error and instead throws
a 404 status code.

Discovered while working on #31840.
2024-09-12 07:47:31 +00:00
..
activitypub Remove SHA1 for support for ssh rsa signing (#31857) 2024-09-07 18:05:18 -04:00
admin Save initial signup information for users to aid in spam prevention (#31852) 2024-09-09 17:05:16 -04:00
misc Refactor names (#31405) 2024-06-19 06:32:45 +08:00
notify Refactor names (#31405) 2024-06-19 06:32:45 +08:00
org Refactor names (#31405) 2024-06-19 06:32:45 +08:00
packages remove util.OptionalBool and related functions (#29513) 2024-03-02 16:42:31 +01:00
repo Handle invalid target when creating releases using API (#31841) 2024-09-12 07:47:31 +00:00
settings Move context from modules to services (#29440) 2024-02-27 08:12:22 +01:00
shared Refactor names (#31405) 2024-06-19 06:32:45 +08:00
swagger Add tag protection via rest api #17862 (#31295) 2024-06-14 18:56:10 +02:00
user add skip secondary authorization option for public oauth2 clients (#31454) 2024-07-19 14:28:30 -04:00
utils Move context from modules to services (#29440) 2024-02-27 08:12:22 +01:00
api.go Refactor names (#31405) 2024-06-19 06:32:45 +08:00