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.
forgejo/templates
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
..
admin Fix admin/config page (#12979) 4 years ago
base hCaptcha Support (#12594) 4 years ago
custom Add footer extra links template (#9576) 5 years ago
explore Make SVG size argument optional (#12814) 4 years ago
mail Add email notify for new release (#12463) 4 years ago
org CSS tweaks to warning/error segments and misc fixes (#13024) 4 years ago
pwa Move serviceworker to workbox and fix SSE interference (#11538) 4 years ago
repo Attachments: Add extension support, allow all types for releases (#12465) 4 years ago
status Make error pages translatable (#11163) 4 years ago
swagger [#13004] Add Timestamp to Tag list API (#13026) 4 years ago
user CSS tweaks to warning/error segments and misc fixes (#13024) 4 years ago
home.tmpl Make SVG size argument optional (#12814) 4 years ago
install.tmpl Change default charset for MySQL on install to utf8mb4 (#10989) 4 years ago