1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-26 05:05:51 +00:00
gitea/routers/api
Kemal Zebari 872caa17c0
Catch and handle unallowed file type errors in issue attachment API (#30791)
Before, we would just throw 500 if a user passes an attachment that is
not an allowed type. This commit catches this error and throws a 422
instead since this should be considered a validation error.
2024-05-02 16:33:31 +00:00
..
actions Fix nil dereference on error (#30740) 2024-04-28 12:13:57 +08:00
packages Add support for npm bundleDependencies (#30751) 2024-04-29 16:19:06 +08:00
v1 Catch and handle unallowed file type errors in issue attachment API (#30791) 2024-05-02 16:33:31 +00:00