You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
silverwind cda44750cb
Attachments: Add extension support, allow all types for releases (#12465)
* Attachments: Add extension support, allow all types for releases

- Add support for file extensions, matching the `accept` attribute of `<input type="file">`
- Add support for type wildcard mime types, e.g. `image/*`
- Create repository.release.ALLOWED_TYPES setting (default unrestricted)
- Change default for attachment.ALLOWED_TYPES to a list of extensions
- Split out POST /attachments into two endpoints for issue/pr and
  releases to prevent circumvention of allowed types check

Fixes: https://github.com/go-gitea/gitea/pull/10172
Fixes: https://github.com/go-gitea/gitea/issues/7266
Fixes: https://github.com/go-gitea/gitea/pull/12460
Ref: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/file#Unique_file_type_specifiers

* rename function

* extract GET routes out of RepoMustNotBeArchived

Co-authored-by: Lauris BH <lauris@nix.lv>
4 years ago
..
components Insert ui divider directly in templates instead of from inside heatmap vue component (#11508) 4 years ago
features Disable migration items when mirror is selected (#12918) 4 years ago
markdown Make SVG size argument optional (#12814) 4 years ago
standalone Collapse Swagger UI tags by default (#12428) 4 years ago
vendor Rewrite GitGraph.js (#12137) 4 years ago
index.js Attachments: Add extension support, allow all types for releases (#12465) 4 years ago
jquery.js Upgrade jQuery to 3.5.0, remove jQuery-Migrate, fix deprecations (#11055) 4 years ago
publicpath.js Fix webpack chunk loading with STATIC_URL_PREFIX (#11526) 4 years ago
serviceworker.js Fix serviceworker output file and misc improvements (#11562) 4 years ago
svg.js Update Octicons to v10 (#12240) 4 years ago
utils.js Add mermaid JS renderer (#12334) 4 years ago