1
0
Fork 0
gitea/templates/repo
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>
2020-10-05 01:49:33 -04:00
..
branch Make SVG size argument optional (#12814) 2020-09-11 16:19:00 -04:00
diff Remove code-view class from diff view (#13011) 2020-10-02 10:38:38 -04:00
editor Attachments: Add extension support, allow all types for releases (#12465) 2020-10-05 01:49:33 -04:00
issue Attachments: Add extension support, allow all types for releases (#12465) 2020-10-05 01:49:33 -04:00
migrate Make SVG size argument optional (#12814) 2020-09-11 16:19:00 -04:00
projects Make SVG size argument optional (#12814) 2020-09-11 16:19:00 -04:00
pulls Translate two small lables on commit statuse list (#12821) 2020-09-12 15:29:50 +08:00
release Attachments: Add extension support, allow all types for releases (#12465) 2020-10-05 01:49:33 -04:00
settings CSS tweaks to warning/error segments and misc fixes (#13024) 2020-10-04 16:54:22 -04:00
wiki Make SVG size argument optional (#12814) 2020-09-11 16:19:00 -04:00
activity.tmpl Make SVG size argument optional (#12814) 2020-09-11 16:19:00 -04:00
blame.tmpl
branch_dropdown.tmpl Make SVG size argument optional (#12814) 2020-09-11 16:19:00 -04:00
commit_page.tmpl Make SVG size argument optional (#12814) 2020-09-11 16:19:00 -04:00
commit_status.tmpl
commits.tmpl Make SVG size argument optional (#12814) 2020-09-11 16:19:00 -04:00
commits_list.tmpl
commits_list_small.tmpl Make SVG size argument optional (#12814) 2020-09-11 16:19:00 -04:00
commits_table.tmpl Make SVG size argument optional (#12814) 2020-09-11 16:19:00 -04:00
create.tmpl Add IsTemplate option in create repo ui and api (#12942) 2020-09-25 13:18:37 +08:00
empty.tmpl Make SVG size argument optional (#12814) 2020-09-11 16:19:00 -04:00
forks.tmpl
graph.tmpl Make SVG size argument optional (#12814) 2020-09-11 16:19:00 -04:00
header.tmpl Use a simple format for the big number on ui (#12822) 2020-09-16 00:07:18 -04:00
header_icon.tmpl
home.tmpl Make SVG size argument optional (#12814) 2020-09-11 16:19:00 -04:00
search.tmpl
shabox_badge.tmpl Make SVG size argument optional (#12814) 2020-09-11 16:19:00 -04:00
sub_menu.tmpl Make SVG size argument optional (#12814) 2020-09-11 16:19:00 -04:00
upload.tmpl Attachments: Add extension support, allow all types for releases (#12465) 2020-10-05 01:49:33 -04:00
user_cards.tmpl Make SVG size argument optional (#12814) 2020-09-11 16:19:00 -04:00
view_file.tmpl Make SVG size argument optional (#12814) 2020-09-11 16:19:00 -04:00
view_list.tmpl Make SVG size argument optional (#12814) 2020-09-11 16:19:00 -04:00
watchers.tmpl