PaulLereverend / NextcloudExtract

Bring extraction to your nextcloud web interface
GNU Affero General Public License v3.0
49 stars 14 forks source link

Proposal: base actual extraction on existing PHP libraries #96

Open rotdrop opened 1 year ago

rotdrop commented 1 year ago

Hi,

there are already general libraries like https://github.com/wapmorgan/UnifiedArchive which are able to extract archive, and even list and compute the size of archives. This could be used to support things like quota support, avoid zip bombs.

Maybe just base the actual extraction on such a library?