gitea/routers
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
..
api Catch and handle unallowed file type errors in issue attachment API (#30791) 2024-05-02 16:33:31 +00:00
common feat(api): implement branch/commit comparison API (#30349) 2024-04-16 11:45:04 +08:00
install
private Fix tautological conditions (#30735) 2024-04-30 14:34:40 +02:00
utils
web Skip gzip for some well-known compressed file types (#30796) 2024-05-02 02:27:25 +00:00
init.go Add route handler info for debugging purpose (#30705) 2024-04-26 09:09:49 +00:00