3liz / qgis-atlasprint

Export PDF using composer atlas feature, usable in server
13 stars 14 forks source link

Set file permissions to 644 #45

Closed pcav closed 2 years ago

pcav commented 3 years ago

Currently unzipping the plugin results in files having 600 permission, and obviously the plugin does not work out of the box. Better if before unzipping file permissions are set to 644.

Gustry commented 3 years ago

Are you sure you don't need 744 or 755 ?. Indeed, good idea

pcav commented 3 years ago

I think 644 is OK. In my case at least (Deb stable) it works. Thanks for considering this.

Gustry commented 3 years ago

Done on Lizmap plugin server side in the latest version. I will do that on other QGIS Server plugins : AtlasPrint, WfsOutputExtension etc

pcav commented 3 years ago

Thanks!

Gustry commented 2 years ago

Done as well in the next version of WfsOutputExtension

Gustry commented 2 years ago

Done for AtlasPrint : 75b6b13

Gustry commented 2 years ago

Related ticket : https://github.com/opengisch/qgis-plugin-ci/issues/99