You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* giteaofficial/main:
Fix oauth2 error handle not return immediately (go-gitea#32514)
Fix incorrect project page CSS class (go-gitea#32510)
Add avif image file support (go-gitea#32508)
Reduce integration test overhead (go-gitea#32475)
Remove jQuery import from some files (go-gitea#32512)
Trim title before insert/update to database to match the size requirements of database (go-gitea#32498)
Reimplement GetUserOrgsList to make it simple and clear (go-gitea#32486)
Copy file name to clipboardExpand all lines: custom/conf/app.example.ini
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1912,7 +1912,7 @@ LEVEL = Info
1912
1912
;ENABLED = true
1913
1913
;;
1914
1914
;; Comma-separated list of allowed file extensions (`.zip`), mime types (`text/plain`) or wildcard type (`image/*`, `audio/*`, `video/*`). Empty value or `*/*` allows all types.
0 commit comments