williamtroup / Calendar.js

📅 A javascript drag & drop event calendar, that is fully responsive and compatible with all modern browsers.
https://calendar-js.com
MIT License
478 stars 33 forks source link

Permissions of dist/ and dist/translations/ #235

Closed Eloitor closed 3 months ago

Eloitor commented 3 months ago

Describe the bug Permissions of dist/ and dist/translations/ are drwx------. This makes the contents of this folders unaccessible for my server.

To Reproduce Steps to reproduce the behavior:

  1. Download the calendar-js-2.10.17.zip
  2. Create a folder and unzip it there
  3. run ls -l to view the permissions
wget https://calendar-js.com/downloads/calendar-js-2.10.17.zip
mkdir test
mv calendar-js-2.10.17.zip test
cd test
unzip calendar-js-2.10.17.zip
ls -l

Expected behavior Reading permissions for all users is expected.

Additional context I fix it manually using

chmod 755 dist dist/translations
williamtroup commented 3 months ago

Will be fixed in v2.10.18.

Eloitor commented 3 months ago

Ok. same for src/ src/foundation src/foundation/buutons src/foundation/menus src/foundation/small

williamtroup commented 3 months ago

OK, will get those updated as well.