{"id":25176216,"url":"https://github.com/redturtle/collective.limitfilesizepanel","last_synced_at":"2025-07-14T00:09:55.548Z","repository":{"id":4144504,"uuid":"5258062","full_name":"RedTurtle/collective.limitfilesizepanel","owner":"RedTurtle","description":"Configure files and images size limit through Plone control panel","archived":false,"fork":false,"pushed_at":"2024-02-13T09:43:20.000Z","size":248,"stargazers_count":2,"open_issues_count":3,"forks_count":4,"subscribers_count":14,"default_branch":"master","last_synced_at":"2025-07-11T05:07:46.304Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://plone.org/products/collective.limitfilesizepanel/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RedTurtle.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2012-08-01T10:45:47.000Z","updated_at":"2023-06-26T14:38:53.000Z","dependencies_parsed_at":"2025-05-06T23:20:08.392Z","dependency_job_id":null,"html_url":"https://github.com/RedTurtle/collective.limitfilesizepanel","commit_stats":null,"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"purl":"pkg:github/RedTurtle/collective.limitfilesizepanel","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RedTurtle%2Fcollective.limitfilesizepanel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RedTurtle%2Fcollective.limitfilesizepanel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RedTurtle%2Fcollective.limitfilesizepanel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RedTurtle%2Fcollective.limitfilesizepanel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RedTurtle","download_url":"https://codeload.github.com/RedTurtle/collective.limitfilesizepanel/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RedTurtle%2Fcollective.limitfilesizepanel/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264923321,"owners_count":23683728,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-02-09T13:16:39.992Z","updated_at":"2025-07-14T00:09:55.132Z","avatar_url":"https://github.com/RedTurtle.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"This is an helper package that setup a RedTurtle's Plone site ready to work with Volto.\n\n\n|python| |version| |ci| |coverage| |downloads| |license|\n\n.. |python| image:: https://img.shields.io/pypi/pyversions/collective.limitfilesizepanel.svg\n  :target: https://pypi.python.org/pypi/collective.limitfilesizepanel/\n\n.. |version| image:: http://img.shields.io/pypi/v/collective.limitfilesizepanel.svg\n  :target: https://pypi.python.org/pypi/collective.limitfilesizepanel\n\n.. |ci| image:: https://github.com/RedTurtle/collective.limitfilesizepanel/actions/workflows/tests.yml/badge.svg\n  :target: https://github.com/RedTurtle/collective.limitfilesizepanel/actions\n\n.. |downloads| image:: https://img.shields.io/pypi/dm/collective.limitfilesizepanel.svg\n   :target: https://pypi.org/project/collective.limitfilesizepanel/\n\n.. |license| image:: https://img.shields.io/pypi/l/collective.limitfilesizepanel.svg\n    :target: https://pypi.org/project/collective.limitfilesizepanel/\n    :alt: License\n\n.. |coverage| image:: https://coveralls.io/repos/github/redturtle/collective.limitfilesizepanel/badge.svg?branch=master\n    :target: https://coveralls.io/github/redturtle/collective.limitfilesizepanel?branch=main\n    :alt: Coverage\n    \n\nIntroduction\n============\n\nThis product allows you to set a max siza validation for file and image fields in content-types.\n\nHow to use it\n=============\n\nJust add the product to the buildout and install it in the site you want to use.\n\nA new \"*Limit file size settings*\" option will be added in the control panel, where you can change the\n*File* and *Image* attachments.\n\nNo users will be able to upload files that exceed the limit. Also in TinyMCE text editor.\n\n.. image:: https://raw.githubusercontent.com/RedTurtle/collective.limitfilesizepanel/93abb025ecae1070e28ead13874fc07dc25de52e/docs/collective.limitfilesizepanel-1.3-01.png\n   :alt: Settings\n\nAdvanced use\n------------\n\nWhile default general purpose file and image settings can be OK for most common scenarios,\nyou can also define custom settings for specific content types: just fill the\n\"**Settings for other content types and fields**\" section.\n\n.. image:: https://raw.githubusercontent.com/RedTurtle/collective.limitfilesizepanel/93abb025ecae1070e28ead13874fc07dc25de52e/docs/collective.limitfilesizepanel-1.3-02.png\n   :alt: Type's settings\n\nConfiguration in that section wins over global configuration.\n\nValidator bypass\n================\n\nIf some users need to bypass the validation and upload some larger files, there is a new permission\n\"*collective.limitfilesizepanel: Bypass limit size*\" that allows to do this.\n\nYou only need to set this permission to some roles, and they'll have no upload limits.\n\nCompatibility\n=============\n\nThis products runs on Python3 and has been tested on:\n\n* Plone 5.2\n\nFor older versions, please refer to 2.x branch/tags\n\nCredits\n=======\n\nDeveloped with the support of:\n\n* `Regione Emilia Romagna`__\n* `Province of Vicenza`__\n\n  .. image:: http://www.provincia.vicenza.it/logo_provincia_vicenza.png\n     :alt: Province of Vicenza - logo\n\nAll of them supports the `PloneGov initiative`__.\n\n__ http://www.regione.emilia-romagna.it/\n__ http://www.provincia.vicenza.it/\n__ http://www.plonegov.it/\n\nAuthors\n=======\n\nThis product was developed by RedTurtle Technology team.\n\n.. image:: http://www.redturtle.it/redturtle_banner.png\n   :alt: RedTurtle Technology Site\n   :target: http://www.redturtle.it/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fredturtle%2Fcollective.limitfilesizepanel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fredturtle%2Fcollective.limitfilesizepanel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fredturtle%2Fcollective.limitfilesizepanel/lists"}