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: (27 commits)
fix github migration error when using multiple tokens (go-gitea#34144)
Add package version api endpoints (go-gitea#34173)
Fix incorrect file links (go-gitea#34189)
Add cache for common package queries (go-gitea#22491)
Allow admins and org owners to change org member public status (go-gitea#28294)
Fix span svg layout (go-gitea#34185)
fix webhook url (go-gitea#34186)
Optimize overflow-menu (go-gitea#34183)
Move and rename UpdateRepository (go-gitea#34136)
Update milestones.tmpl (go-gitea#34184)
[skip ci] Updated translations via Crowdin
Refactor Git Attribute & performance optimization (go-gitea#34154)
[skip ci] Updated translations via Crowdin
fix(go-gitea#33711): cross-publish docker images to ghcr.io (go-gitea#34148)
refactor organization menu (go-gitea#33928)
feat: Add sorting by exclusive labels (issue priority) (go-gitea#33206)
Fix vertical centering of file tree icons and use entryIcon for submodules/symlinks (go-gitea#34137)
bugfix check for alternate ssh host certificate location (go-gitea#34146)
Cache GPG keys, emails and users when list commits (go-gitea#34086)
Set MERMAID_MAX_SOURCE_CHARACTERS to 50000 (go-gitea#34152)
...
;; Whether repository file uploads are enabled. Defaults to `true`
1088
1075
;ENABLED = true
1089
1076
;;
1090
-
;; Path for uploads. Defaults to `data/tmp/uploads` (content gets deleted on gitea restart)
1091
-
;TEMP_PATH = data/tmp/uploads
1092
-
;;
1093
1077
;; 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