diff --git a/kirby/.editorconfig b/kirby/.editorconfig old mode 100755 new mode 100644 diff --git a/kirby/CONTRIBUTING.md b/kirby/CONTRIBUTING.md old mode 100755 new mode 100644 diff --git a/kirby/LICENSE.md b/kirby/LICENSE.md old mode 100755 new mode 100644 diff --git a/kirby/README.md b/kirby/README.md old mode 100755 new mode 100644 diff --git a/kirby/SECURITY.md b/kirby/SECURITY.md old mode 100755 new mode 100644 diff --git a/kirby/assets/whoops.css b/kirby/assets/whoops.css old mode 100755 new mode 100644 diff --git a/kirby/bootstrap.php b/kirby/bootstrap.php old mode 100755 new mode 100644 diff --git a/kirby/cacert.pem b/kirby/cacert.pem old mode 100755 new mode 100644 diff --git a/kirby/composer.json b/kirby/composer.json old mode 100755 new mode 100644 diff --git a/kirby/composer.lock b/kirby/composer.lock old mode 100755 new mode 100644 diff --git a/kirby/config/aliases.php b/kirby/config/aliases.php old mode 100755 new mode 100644 diff --git a/kirby/config/api/authentication.php b/kirby/config/api/authentication.php old mode 100755 new mode 100644 diff --git a/kirby/config/api/collections.php b/kirby/config/api/collections.php old mode 100755 new mode 100644 diff --git a/kirby/config/api/models.php b/kirby/config/api/models.php old mode 100755 new mode 100644 diff --git a/kirby/config/api/models/File.php b/kirby/config/api/models/File.php old mode 100755 new mode 100644 diff --git a/kirby/config/api/models/FileBlueprint.php b/kirby/config/api/models/FileBlueprint.php old mode 100755 new mode 100644 diff --git a/kirby/config/api/models/FileVersion.php b/kirby/config/api/models/FileVersion.php old mode 100755 new mode 100644 diff --git a/kirby/config/api/models/Language.php b/kirby/config/api/models/Language.php old mode 100755 new mode 100644 diff --git a/kirby/config/api/models/Page.php b/kirby/config/api/models/Page.php old mode 100755 new mode 100644 diff --git a/kirby/config/api/models/PageBlueprint.php b/kirby/config/api/models/PageBlueprint.php old mode 100755 new mode 100644 diff --git a/kirby/config/api/models/Role.php b/kirby/config/api/models/Role.php old mode 100755 new mode 100644 diff --git a/kirby/config/api/models/Site.php b/kirby/config/api/models/Site.php old mode 100755 new mode 100644 diff --git a/kirby/config/api/models/SiteBlueprint.php b/kirby/config/api/models/SiteBlueprint.php old mode 100755 new mode 100644 diff --git a/kirby/config/api/models/System.php b/kirby/config/api/models/System.php old mode 100755 new mode 100644 diff --git a/kirby/config/api/models/Translation.php b/kirby/config/api/models/Translation.php old mode 100755 new mode 100644 diff --git a/kirby/config/api/models/User.php b/kirby/config/api/models/User.php old mode 100755 new mode 100644 diff --git a/kirby/config/api/models/UserBlueprint.php b/kirby/config/api/models/UserBlueprint.php old mode 100755 new mode 100644 diff --git a/kirby/config/api/routes.php b/kirby/config/api/routes.php old mode 100755 new mode 100644 diff --git a/kirby/config/api/routes/auth.php b/kirby/config/api/routes/auth.php old mode 100755 new mode 100644 diff --git a/kirby/config/api/routes/files.php b/kirby/config/api/routes/files.php old mode 100755 new mode 100644 diff --git a/kirby/config/api/routes/languages.php b/kirby/config/api/routes/languages.php old mode 100755 new mode 100644 diff --git a/kirby/config/api/routes/lock.php b/kirby/config/api/routes/lock.php old mode 100755 new mode 100644 diff --git a/kirby/config/api/routes/pages.php b/kirby/config/api/routes/pages.php old mode 100755 new mode 100644 diff --git a/kirby/config/api/routes/roles.php b/kirby/config/api/routes/roles.php old mode 100755 new mode 100644 diff --git a/kirby/config/api/routes/site.php b/kirby/config/api/routes/site.php old mode 100755 new mode 100644 diff --git a/kirby/config/api/routes/system.php b/kirby/config/api/routes/system.php old mode 100755 new mode 100644 diff --git a/kirby/config/api/routes/translations.php b/kirby/config/api/routes/translations.php old mode 100755 new mode 100644 diff --git a/kirby/config/api/routes/users.php b/kirby/config/api/routes/users.php old mode 100755 new mode 100644 diff --git a/kirby/config/areas/account.php b/kirby/config/areas/account.php old mode 100755 new mode 100644 diff --git a/kirby/config/areas/account/dialogs.php b/kirby/config/areas/account/dialogs.php old mode 100755 new mode 100644 diff --git a/kirby/config/areas/account/dropdowns.php b/kirby/config/areas/account/dropdowns.php old mode 100755 new mode 100644 diff --git a/kirby/config/areas/account/views.php b/kirby/config/areas/account/views.php old mode 100755 new mode 100644 diff --git a/kirby/config/areas/files/dialogs.php b/kirby/config/areas/files/dialogs.php old mode 100755 new mode 100644 diff --git a/kirby/config/areas/files/dropdowns.php b/kirby/config/areas/files/dropdowns.php old mode 100755 new mode 100644 diff --git a/kirby/config/areas/installation.php b/kirby/config/areas/installation.php old mode 100755 new mode 100644 diff --git a/kirby/config/areas/languages.php b/kirby/config/areas/languages.php old mode 100755 new mode 100644 diff --git a/kirby/config/areas/languages/dialogs.php b/kirby/config/areas/languages/dialogs.php old mode 100755 new mode 100644 diff --git a/kirby/config/areas/languages/views.php b/kirby/config/areas/languages/views.php old mode 100755 new mode 100644 diff --git a/kirby/config/areas/login.php b/kirby/config/areas/login.php old mode 100755 new mode 100644 diff --git a/kirby/config/areas/site.php b/kirby/config/areas/site.php old mode 100755 new mode 100644 diff --git a/kirby/config/areas/site/dialogs.php b/kirby/config/areas/site/dialogs.php old mode 100755 new mode 100644 diff --git a/kirby/config/areas/site/dropdowns.php b/kirby/config/areas/site/dropdowns.php old mode 100755 new mode 100644 diff --git a/kirby/config/areas/site/searches.php b/kirby/config/areas/site/searches.php old mode 100755 new mode 100644 diff --git a/kirby/config/areas/site/views.php b/kirby/config/areas/site/views.php old mode 100755 new mode 100644 diff --git a/kirby/config/areas/system.php b/kirby/config/areas/system.php old mode 100755 new mode 100644 diff --git a/kirby/config/areas/system/dialogs.php b/kirby/config/areas/system/dialogs.php old mode 100755 new mode 100644 diff --git a/kirby/config/areas/system/views.php b/kirby/config/areas/system/views.php old mode 100755 new mode 100644 diff --git a/kirby/config/areas/users.php b/kirby/config/areas/users.php old mode 100755 new mode 100644 diff --git a/kirby/config/areas/users/dialogs.php b/kirby/config/areas/users/dialogs.php old mode 100755 new mode 100644 diff --git a/kirby/config/areas/users/dropdowns.php b/kirby/config/areas/users/dropdowns.php old mode 100755 new mode 100644 diff --git a/kirby/config/areas/users/searches.php b/kirby/config/areas/users/searches.php old mode 100755 new mode 100644 diff --git a/kirby/config/areas/users/views.php b/kirby/config/areas/users/views.php old mode 100755 new mode 100644 diff --git a/kirby/config/blocks/code/code.php b/kirby/config/blocks/code/code.php old mode 100755 new mode 100644 diff --git a/kirby/config/blocks/code/code.yml b/kirby/config/blocks/code/code.yml old mode 100755 new mode 100644 diff --git a/kirby/config/blocks/gallery/gallery.php b/kirby/config/blocks/gallery/gallery.php old mode 100755 new mode 100644 diff --git a/kirby/config/blocks/gallery/gallery.yml b/kirby/config/blocks/gallery/gallery.yml old mode 100755 new mode 100644 diff --git a/kirby/config/blocks/heading/heading.php b/kirby/config/blocks/heading/heading.php old mode 100755 new mode 100644 diff --git a/kirby/config/blocks/heading/heading.yml b/kirby/config/blocks/heading/heading.yml old mode 100755 new mode 100644 diff --git a/kirby/config/blocks/image/image.php b/kirby/config/blocks/image/image.php old mode 100755 new mode 100644 diff --git a/kirby/config/blocks/image/image.yml b/kirby/config/blocks/image/image.yml old mode 100755 new mode 100644 diff --git a/kirby/config/blocks/line/line.php b/kirby/config/blocks/line/line.php old mode 100755 new mode 100644 diff --git a/kirby/config/blocks/line/line.yml b/kirby/config/blocks/line/line.yml old mode 100755 new mode 100644 diff --git a/kirby/config/blocks/list/list.php b/kirby/config/blocks/list/list.php old mode 100755 new mode 100644 diff --git a/kirby/config/blocks/list/list.yml b/kirby/config/blocks/list/list.yml old mode 100755 new mode 100644 diff --git a/kirby/config/blocks/markdown/markdown.php b/kirby/config/blocks/markdown/markdown.php old mode 100755 new mode 100644 diff --git a/kirby/config/blocks/markdown/markdown.yml b/kirby/config/blocks/markdown/markdown.yml old mode 100755 new mode 100644 diff --git a/kirby/config/blocks/quote/quote.php b/kirby/config/blocks/quote/quote.php old mode 100755 new mode 100644 diff --git a/kirby/config/blocks/quote/quote.yml b/kirby/config/blocks/quote/quote.yml old mode 100755 new mode 100644 diff --git a/kirby/config/blocks/table/table.yml b/kirby/config/blocks/table/table.yml old mode 100755 new mode 100644 diff --git a/kirby/config/blocks/text/text.php b/kirby/config/blocks/text/text.php old mode 100755 new mode 100644 diff --git a/kirby/config/blocks/text/text.yml b/kirby/config/blocks/text/text.yml old mode 100755 new mode 100644 diff --git a/kirby/config/blocks/video/video.php b/kirby/config/blocks/video/video.php old mode 100755 new mode 100644 diff --git a/kirby/config/blocks/video/video.yml b/kirby/config/blocks/video/video.yml old mode 100755 new mode 100644 diff --git a/kirby/config/blueprints/blocks/code.yml b/kirby/config/blueprints/blocks/code.yml old mode 100755 new mode 100644 diff --git a/kirby/config/blueprints/blocks/heading.yml b/kirby/config/blueprints/blocks/heading.yml old mode 100755 new mode 100644 diff --git a/kirby/config/blueprints/blocks/image.yml b/kirby/config/blueprints/blocks/image.yml old mode 100755 new mode 100644 diff --git a/kirby/config/blueprints/blocks/quote.yml b/kirby/config/blueprints/blocks/quote.yml old mode 100755 new mode 100644 diff --git a/kirby/config/blueprints/blocks/table.yml b/kirby/config/blueprints/blocks/table.yml old mode 100755 new mode 100644 diff --git a/kirby/config/blueprints/blocks/text.yml b/kirby/config/blueprints/blocks/text.yml old mode 100755 new mode 100644 diff --git a/kirby/config/blueprints/blocks/video.yml b/kirby/config/blueprints/blocks/video.yml old mode 100755 new mode 100644 diff --git a/kirby/config/blueprints/files/default.yml b/kirby/config/blueprints/files/default.yml old mode 100755 new mode 100644 diff --git a/kirby/config/blueprints/pages/default.yml b/kirby/config/blueprints/pages/default.yml old mode 100755 new mode 100644 diff --git a/kirby/config/blueprints/site.yml b/kirby/config/blueprints/site.yml old mode 100755 new mode 100644 diff --git a/kirby/config/components.php b/kirby/config/components.php old mode 100755 new mode 100644 diff --git a/kirby/config/fields/checkboxes.php b/kirby/config/fields/checkboxes.php old mode 100755 new mode 100644 diff --git a/kirby/config/fields/date.php b/kirby/config/fields/date.php old mode 100755 new mode 100644 diff --git a/kirby/config/fields/email.php b/kirby/config/fields/email.php old mode 100755 new mode 100644 diff --git a/kirby/config/fields/files.php b/kirby/config/fields/files.php old mode 100755 new mode 100644 diff --git a/kirby/config/fields/gap.php b/kirby/config/fields/gap.php old mode 100755 new mode 100644 diff --git a/kirby/config/fields/headline.php b/kirby/config/fields/headline.php old mode 100755 new mode 100644 diff --git a/kirby/config/fields/hidden.php b/kirby/config/fields/hidden.php old mode 100755 new mode 100644 diff --git a/kirby/config/fields/info.php b/kirby/config/fields/info.php old mode 100755 new mode 100644 diff --git a/kirby/config/fields/line.php b/kirby/config/fields/line.php old mode 100755 new mode 100644 diff --git a/kirby/config/fields/list.php b/kirby/config/fields/list.php old mode 100755 new mode 100644 diff --git a/kirby/config/fields/mixins/datetime.php b/kirby/config/fields/mixins/datetime.php old mode 100755 new mode 100644 diff --git a/kirby/config/fields/mixins/filepicker.php b/kirby/config/fields/mixins/filepicker.php old mode 100755 new mode 100644 diff --git a/kirby/config/fields/mixins/layout.php b/kirby/config/fields/mixins/layout.php old mode 100755 new mode 100644 diff --git a/kirby/config/fields/mixins/min.php b/kirby/config/fields/mixins/min.php old mode 100755 new mode 100644 diff --git a/kirby/config/fields/mixins/options.php b/kirby/config/fields/mixins/options.php old mode 100755 new mode 100644 diff --git a/kirby/config/fields/mixins/pagepicker.php b/kirby/config/fields/mixins/pagepicker.php old mode 100755 new mode 100644 diff --git a/kirby/config/fields/mixins/picker.php b/kirby/config/fields/mixins/picker.php old mode 100755 new mode 100644 diff --git a/kirby/config/fields/mixins/upload.php b/kirby/config/fields/mixins/upload.php old mode 100755 new mode 100644 diff --git a/kirby/config/fields/mixins/userpicker.php b/kirby/config/fields/mixins/userpicker.php old mode 100755 new mode 100644 diff --git a/kirby/config/fields/multiselect.php b/kirby/config/fields/multiselect.php old mode 100755 new mode 100644 diff --git a/kirby/config/fields/number.php b/kirby/config/fields/number.php old mode 100755 new mode 100644 diff --git a/kirby/config/fields/pages.php b/kirby/config/fields/pages.php old mode 100755 new mode 100644 diff --git a/kirby/config/fields/radio.php b/kirby/config/fields/radio.php old mode 100755 new mode 100644 diff --git a/kirby/config/fields/range.php b/kirby/config/fields/range.php old mode 100755 new mode 100644 diff --git a/kirby/config/fields/select.php b/kirby/config/fields/select.php old mode 100755 new mode 100644 diff --git a/kirby/config/fields/slug.php b/kirby/config/fields/slug.php old mode 100755 new mode 100644 diff --git a/kirby/config/fields/structure.php b/kirby/config/fields/structure.php old mode 100755 new mode 100644 diff --git a/kirby/config/fields/tags.php b/kirby/config/fields/tags.php old mode 100755 new mode 100644 diff --git a/kirby/config/fields/tel.php b/kirby/config/fields/tel.php old mode 100755 new mode 100644 diff --git a/kirby/config/fields/text.php b/kirby/config/fields/text.php old mode 100755 new mode 100644 diff --git a/kirby/config/fields/textarea.php b/kirby/config/fields/textarea.php old mode 100755 new mode 100644 diff --git a/kirby/config/fields/time.php b/kirby/config/fields/time.php old mode 100755 new mode 100644 diff --git a/kirby/config/fields/toggle.php b/kirby/config/fields/toggle.php old mode 100755 new mode 100644 diff --git a/kirby/config/fields/url.php b/kirby/config/fields/url.php old mode 100755 new mode 100644 diff --git a/kirby/config/fields/users.php b/kirby/config/fields/users.php old mode 100755 new mode 100644 diff --git a/kirby/config/fields/writer.php b/kirby/config/fields/writer.php old mode 100755 new mode 100644 diff --git a/kirby/config/helpers.php b/kirby/config/helpers.php old mode 100755 new mode 100644 diff --git a/kirby/config/methods.php b/kirby/config/methods.php old mode 100755 new mode 100644 diff --git a/kirby/config/presets/files.php b/kirby/config/presets/files.php old mode 100755 new mode 100644 diff --git a/kirby/config/presets/page.php b/kirby/config/presets/page.php old mode 100755 new mode 100644 diff --git a/kirby/config/presets/pages.php b/kirby/config/presets/pages.php old mode 100755 new mode 100644 diff --git a/kirby/config/routes.php b/kirby/config/routes.php old mode 100755 new mode 100644 diff --git a/kirby/config/sections/fields.php b/kirby/config/sections/fields.php old mode 100755 new mode 100644 diff --git a/kirby/config/sections/files.php b/kirby/config/sections/files.php old mode 100755 new mode 100644 diff --git a/kirby/config/sections/info.php b/kirby/config/sections/info.php old mode 100755 new mode 100644 diff --git a/kirby/config/sections/mixins/empty.php b/kirby/config/sections/mixins/empty.php old mode 100755 new mode 100644 diff --git a/kirby/config/sections/mixins/headline.php b/kirby/config/sections/mixins/headline.php old mode 100755 new mode 100644 diff --git a/kirby/config/sections/mixins/help.php b/kirby/config/sections/mixins/help.php old mode 100755 new mode 100644 diff --git a/kirby/config/sections/mixins/layout.php b/kirby/config/sections/mixins/layout.php old mode 100755 new mode 100644 diff --git a/kirby/config/sections/mixins/max.php b/kirby/config/sections/mixins/max.php old mode 100755 new mode 100644 diff --git a/kirby/config/sections/mixins/min.php b/kirby/config/sections/mixins/min.php old mode 100755 new mode 100644 diff --git a/kirby/config/sections/mixins/pagination.php b/kirby/config/sections/mixins/pagination.php old mode 100755 new mode 100644 diff --git a/kirby/config/sections/mixins/parent.php b/kirby/config/sections/mixins/parent.php old mode 100755 new mode 100644 diff --git a/kirby/config/sections/pages.php b/kirby/config/sections/pages.php old mode 100755 new mode 100644 diff --git a/kirby/config/setup.php b/kirby/config/setup.php old mode 100755 new mode 100644 diff --git a/kirby/config/tags.php b/kirby/config/tags.php old mode 100755 new mode 100644 diff --git a/kirby/config/templates/emails/auth/login.php b/kirby/config/templates/emails/auth/login.php old mode 100755 new mode 100644 diff --git a/kirby/config/templates/emails/auth/password-reset.php b/kirby/config/templates/emails/auth/password-reset.php old mode 100755 new mode 100644 diff --git a/kirby/dependencies/parsedown-extra/ParsedownExtra.php b/kirby/dependencies/parsedown-extra/ParsedownExtra.php old mode 100755 new mode 100644 diff --git a/kirby/dependencies/parsedown/Parsedown.php b/kirby/dependencies/parsedown/Parsedown.php old mode 100755 new mode 100644 diff --git a/kirby/dependencies/spyc/COPYING b/kirby/dependencies/spyc/COPYING old mode 100755 new mode 100644 diff --git a/kirby/dependencies/spyc/Spyc.php b/kirby/dependencies/spyc/Spyc.php old mode 100755 new mode 100644 diff --git a/kirby/i18n/rules/LICENSE b/kirby/i18n/rules/LICENSE old mode 100755 new mode 100644 diff --git a/kirby/i18n/rules/ar.json b/kirby/i18n/rules/ar.json old mode 100755 new mode 100644 diff --git a/kirby/i18n/rules/az.json b/kirby/i18n/rules/az.json old mode 100755 new mode 100644 diff --git a/kirby/i18n/rules/bg.json b/kirby/i18n/rules/bg.json old mode 100755 new mode 100644 diff --git a/kirby/i18n/rules/cs.json b/kirby/i18n/rules/cs.json old mode 100755 new mode 100644 diff --git a/kirby/i18n/rules/da.json b/kirby/i18n/rules/da.json old mode 100755 new mode 100644 diff --git a/kirby/i18n/rules/de.json b/kirby/i18n/rules/de.json old mode 100755 new mode 100644 diff --git a/kirby/i18n/rules/el.json b/kirby/i18n/rules/el.json old mode 100755 new mode 100644 diff --git a/kirby/i18n/rules/eo.json b/kirby/i18n/rules/eo.json old mode 100755 new mode 100644 diff --git a/kirby/i18n/rules/et.json b/kirby/i18n/rules/et.json old mode 100755 new mode 100644 diff --git a/kirby/i18n/rules/fa.json b/kirby/i18n/rules/fa.json old mode 100755 new mode 100644 diff --git a/kirby/i18n/rules/fi.json b/kirby/i18n/rules/fi.json old mode 100755 new mode 100644 diff --git a/kirby/i18n/rules/fr.json b/kirby/i18n/rules/fr.json old mode 100755 new mode 100644 diff --git a/kirby/i18n/rules/hi.json b/kirby/i18n/rules/hi.json old mode 100755 new mode 100644 diff --git a/kirby/i18n/rules/hr.json b/kirby/i18n/rules/hr.json old mode 100755 new mode 100644 diff --git a/kirby/i18n/rules/hu.json b/kirby/i18n/rules/hu.json old mode 100755 new mode 100644 diff --git a/kirby/i18n/rules/hy.json b/kirby/i18n/rules/hy.json old mode 100755 new mode 100644 diff --git a/kirby/i18n/rules/is_IS.json b/kirby/i18n/rules/is_IS.json old mode 100755 new mode 100644 diff --git a/kirby/i18n/rules/it.json b/kirby/i18n/rules/it.json old mode 100755 new mode 100644 diff --git a/kirby/i18n/rules/iu.json b/kirby/i18n/rules/iu.json old mode 100755 new mode 100644 diff --git a/kirby/i18n/rules/ja.json b/kirby/i18n/rules/ja.json old mode 100755 new mode 100644 diff --git a/kirby/i18n/rules/ka.json b/kirby/i18n/rules/ka.json old mode 100755 new mode 100644 diff --git a/kirby/i18n/rules/ko.json b/kirby/i18n/rules/ko.json old mode 100755 new mode 100644 diff --git a/kirby/i18n/rules/lt.json b/kirby/i18n/rules/lt.json old mode 100755 new mode 100644 diff --git a/kirby/i18n/rules/lv.json b/kirby/i18n/rules/lv.json old mode 100755 new mode 100644 diff --git a/kirby/i18n/rules/mk.json b/kirby/i18n/rules/mk.json old mode 100755 new mode 100644 diff --git a/kirby/i18n/rules/my.json b/kirby/i18n/rules/my.json old mode 100755 new mode 100644 diff --git a/kirby/i18n/rules/nb.json b/kirby/i18n/rules/nb.json old mode 100755 new mode 100644 diff --git a/kirby/i18n/rules/pl.json b/kirby/i18n/rules/pl.json old mode 100755 new mode 100644 diff --git a/kirby/i18n/rules/pt_BR.json b/kirby/i18n/rules/pt_BR.json old mode 100755 new mode 100644 diff --git a/kirby/i18n/rules/rm.json b/kirby/i18n/rules/rm.json old mode 100755 new mode 100644 diff --git a/kirby/i18n/rules/ru.json b/kirby/i18n/rules/ru.json old mode 100755 new mode 100644 diff --git a/kirby/i18n/rules/sr.json b/kirby/i18n/rules/sr.json old mode 100755 new mode 100644 diff --git a/kirby/i18n/rules/sv_SE.json b/kirby/i18n/rules/sv_SE.json old mode 100755 new mode 100644 diff --git a/kirby/i18n/rules/tr.json b/kirby/i18n/rules/tr.json old mode 100755 new mode 100644 diff --git a/kirby/i18n/rules/uk.json b/kirby/i18n/rules/uk.json old mode 100755 new mode 100644 diff --git a/kirby/i18n/rules/vi.json b/kirby/i18n/rules/vi.json old mode 100755 new mode 100644 diff --git a/kirby/i18n/rules/zh.json b/kirby/i18n/rules/zh.json old mode 100755 new mode 100644 diff --git a/kirby/i18n/translations/bg.json b/kirby/i18n/translations/bg.json old mode 100755 new mode 100644 diff --git a/kirby/i18n/translations/ca.json b/kirby/i18n/translations/ca.json old mode 100755 new mode 100644 diff --git a/kirby/i18n/translations/cs.json b/kirby/i18n/translations/cs.json old mode 100755 new mode 100644 diff --git a/kirby/i18n/translations/da.json b/kirby/i18n/translations/da.json old mode 100755 new mode 100644 diff --git a/kirby/i18n/translations/de.json b/kirby/i18n/translations/de.json old mode 100755 new mode 100644 diff --git a/kirby/i18n/translations/el.json b/kirby/i18n/translations/el.json old mode 100755 new mode 100644 diff --git a/kirby/i18n/translations/en.json b/kirby/i18n/translations/en.json old mode 100755 new mode 100644 diff --git a/kirby/i18n/translations/eo.json b/kirby/i18n/translations/eo.json old mode 100755 new mode 100644 diff --git a/kirby/i18n/translations/es_419.json b/kirby/i18n/translations/es_419.json old mode 100755 new mode 100644 diff --git a/kirby/i18n/translations/es_ES.json b/kirby/i18n/translations/es_ES.json old mode 100755 new mode 100644 diff --git a/kirby/i18n/translations/fa.json b/kirby/i18n/translations/fa.json old mode 100755 new mode 100644 diff --git a/kirby/i18n/translations/fi.json b/kirby/i18n/translations/fi.json old mode 100755 new mode 100644 diff --git a/kirby/i18n/translations/fr.json b/kirby/i18n/translations/fr.json old mode 100755 new mode 100644 diff --git a/kirby/i18n/translations/hu.json b/kirby/i18n/translations/hu.json old mode 100755 new mode 100644 diff --git a/kirby/i18n/translations/id.json b/kirby/i18n/translations/id.json old mode 100755 new mode 100644 diff --git a/kirby/i18n/translations/is_IS.json b/kirby/i18n/translations/is_IS.json old mode 100755 new mode 100644 diff --git a/kirby/i18n/translations/it.json b/kirby/i18n/translations/it.json old mode 100755 new mode 100644 diff --git a/kirby/i18n/translations/ko.json b/kirby/i18n/translations/ko.json old mode 100755 new mode 100644 diff --git a/kirby/i18n/translations/lt.json b/kirby/i18n/translations/lt.json old mode 100755 new mode 100644 diff --git a/kirby/i18n/translations/nb.json b/kirby/i18n/translations/nb.json old mode 100755 new mode 100644 diff --git a/kirby/i18n/translations/nl.json b/kirby/i18n/translations/nl.json old mode 100755 new mode 100644 diff --git a/kirby/i18n/translations/pl.json b/kirby/i18n/translations/pl.json old mode 100755 new mode 100644 diff --git a/kirby/i18n/translations/pt_BR.json b/kirby/i18n/translations/pt_BR.json old mode 100755 new mode 100644 diff --git a/kirby/i18n/translations/pt_PT.json b/kirby/i18n/translations/pt_PT.json old mode 100755 new mode 100644 diff --git a/kirby/i18n/translations/ru.json b/kirby/i18n/translations/ru.json old mode 100755 new mode 100644 diff --git a/kirby/i18n/translations/sk.json b/kirby/i18n/translations/sk.json old mode 100755 new mode 100644 diff --git a/kirby/i18n/translations/sv_SE.json b/kirby/i18n/translations/sv_SE.json old mode 100755 new mode 100644 diff --git a/kirby/i18n/translations/tr.json b/kirby/i18n/translations/tr.json old mode 100755 new mode 100644 diff --git a/kirby/kirby.pub b/kirby/kirby.pub old mode 100755 new mode 100644 diff --git a/kirby/panel/dist/apple-touch-icon.png b/kirby/panel/dist/apple-touch-icon.png old mode 100755 new mode 100644 diff --git a/kirby/panel/dist/css/style.css b/kirby/panel/dist/css/style.css old mode 100755 new mode 100644 diff --git a/kirby/panel/dist/favicon.png b/kirby/panel/dist/favicon.png old mode 100755 new mode 100644 diff --git a/kirby/panel/dist/favicon.svg b/kirby/panel/dist/favicon.svg old mode 100755 new mode 100644 diff --git a/kirby/panel/dist/img/icons.svg b/kirby/panel/dist/img/icons.svg old mode 100755 new mode 100644 diff --git a/kirby/panel/dist/js/index.js b/kirby/panel/dist/js/index.js old mode 100755 new mode 100644 diff --git a/kirby/panel/dist/js/plugins.js b/kirby/panel/dist/js/plugins.js old mode 100755 new mode 100644 diff --git a/kirby/panel/dist/js/vendor.js b/kirby/panel/dist/js/vendor.js old mode 100755 new mode 100644 diff --git a/kirby/router.php b/kirby/router.php old mode 100755 new mode 100644 diff --git a/kirby/src/Api/Api.php b/kirby/src/Api/Api.php old mode 100755 new mode 100644 diff --git a/kirby/src/Api/Collection.php b/kirby/src/Api/Collection.php old mode 100755 new mode 100644 diff --git a/kirby/src/Api/Model.php b/kirby/src/Api/Model.php old mode 100755 new mode 100644 diff --git a/kirby/src/Cache/ApcuCache.php b/kirby/src/Cache/ApcuCache.php old mode 100755 new mode 100644 diff --git a/kirby/src/Cache/Cache.php b/kirby/src/Cache/Cache.php old mode 100755 new mode 100644 diff --git a/kirby/src/Cache/FileCache.php b/kirby/src/Cache/FileCache.php old mode 100755 new mode 100644 diff --git a/kirby/src/Cache/MemCached.php b/kirby/src/Cache/MemCached.php old mode 100755 new mode 100644 diff --git a/kirby/src/Cache/MemoryCache.php b/kirby/src/Cache/MemoryCache.php old mode 100755 new mode 100644 diff --git a/kirby/src/Cache/NullCache.php b/kirby/src/Cache/NullCache.php old mode 100755 new mode 100644 diff --git a/kirby/src/Cache/Value.php b/kirby/src/Cache/Value.php old mode 100755 new mode 100644 diff --git a/kirby/src/Cms/Api.php b/kirby/src/Cms/Api.php old mode 100755 new mode 100644 diff --git a/kirby/src/Cms/App.php b/kirby/src/Cms/App.php old mode 100755 new mode 100644 diff --git a/kirby/src/Cms/AppCaches.php b/kirby/src/Cms/AppCaches.php old mode 100755 new mode 100644 diff --git a/kirby/src/Cms/AppErrors.php b/kirby/src/Cms/AppErrors.php old mode 100755 new mode 100644 diff --git a/kirby/src/Cms/AppPlugins.php b/kirby/src/Cms/AppPlugins.php old mode 100755 new mode 100644 diff --git a/kirby/src/Cms/AppTranslations.php b/kirby/src/Cms/AppTranslations.php old mode 100755 new mode 100644 diff --git a/kirby/src/Cms/AppUsers.php b/kirby/src/Cms/AppUsers.php old mode 100755 new mode 100644 diff --git a/kirby/src/Cms/Auth.php b/kirby/src/Cms/Auth.php old mode 100755 new mode 100644 diff --git a/kirby/src/Cms/Auth/Challenge.php b/kirby/src/Cms/Auth/Challenge.php old mode 100755 new mode 100644 diff --git a/kirby/src/Cms/Auth/EmailChallenge.php b/kirby/src/Cms/Auth/EmailChallenge.php old mode 100755 new mode 100644 diff --git a/kirby/src/Cms/Auth/Status.php b/kirby/src/Cms/Auth/Status.php old mode 100755 new mode 100644 diff --git a/kirby/src/Cms/Block.php b/kirby/src/Cms/Block.php old mode 100755 new mode 100644 diff --git a/kirby/src/Cms/BlockConverter.php b/kirby/src/Cms/BlockConverter.php old mode 100755 new mode 100644 diff --git a/kirby/src/Cms/Blocks.php b/kirby/src/Cms/Blocks.php old mode 100755 new mode 100644 diff --git a/kirby/src/Cms/Blueprint.php b/kirby/src/Cms/Blueprint.php old mode 100755 new mode 100644 diff --git a/kirby/src/Cms/Collection.php b/kirby/src/Cms/Collection.php old mode 100755 new mode 100644 diff --git a/kirby/src/Cms/Collections.php b/kirby/src/Cms/Collections.php old mode 100755 new mode 100644 diff --git a/kirby/src/Cms/Content.php b/kirby/src/Cms/Content.php old mode 100755 new mode 100644 diff --git a/kirby/src/Cms/ContentLock.php b/kirby/src/Cms/ContentLock.php old mode 100755 new mode 100644 diff --git a/kirby/src/Cms/ContentLocks.php b/kirby/src/Cms/ContentLocks.php old mode 100755 new mode 100644 diff --git a/kirby/src/Cms/ContentTranslation.php b/kirby/src/Cms/ContentTranslation.php old mode 100755 new mode 100644 diff --git a/kirby/src/Cms/Core.php b/kirby/src/Cms/Core.php old mode 100755 new mode 100644 diff --git a/kirby/src/Cms/Email.php b/kirby/src/Cms/Email.php old mode 100755 new mode 100644 diff --git a/kirby/src/Cms/Environment.php b/kirby/src/Cms/Environment.php old mode 100755 new mode 100644 diff --git a/kirby/src/Cms/Event.php b/kirby/src/Cms/Event.php old mode 100755 new mode 100644 diff --git a/kirby/src/Cms/Field.php b/kirby/src/Cms/Field.php old mode 100755 new mode 100644 diff --git a/kirby/src/Cms/Fieldset.php b/kirby/src/Cms/Fieldset.php old mode 100755 new mode 100644 diff --git a/kirby/src/Cms/Fieldsets.php b/kirby/src/Cms/Fieldsets.php old mode 100755 new mode 100644 diff --git a/kirby/src/Cms/File.php b/kirby/src/Cms/File.php old mode 100755 new mode 100644 diff --git a/kirby/src/Cms/FileActions.php b/kirby/src/Cms/FileActions.php old mode 100755 new mode 100644 diff --git a/kirby/src/Cms/FileBlueprint.php b/kirby/src/Cms/FileBlueprint.php old mode 100755 new mode 100644 diff --git a/kirby/src/Cms/FileModifications.php b/kirby/src/Cms/FileModifications.php old mode 100755 new mode 100644 diff --git a/kirby/src/Cms/FilePermissions.php b/kirby/src/Cms/FilePermissions.php old mode 100755 new mode 100644 diff --git a/kirby/src/Cms/FilePicker.php b/kirby/src/Cms/FilePicker.php old mode 100755 new mode 100644 diff --git a/kirby/src/Cms/FileRules.php b/kirby/src/Cms/FileRules.php old mode 100755 new mode 100644 diff --git a/kirby/src/Cms/FileVersion.php b/kirby/src/Cms/FileVersion.php old mode 100755 new mode 100644 diff --git a/kirby/src/Cms/Files.php b/kirby/src/Cms/Files.php old mode 100755 new mode 100644 diff --git a/kirby/src/Cms/Find.php b/kirby/src/Cms/Find.php old mode 100755 new mode 100644 diff --git a/kirby/src/Cms/HasChildren.php b/kirby/src/Cms/HasChildren.php old mode 100755 new mode 100644 diff --git a/kirby/src/Cms/HasFiles.php b/kirby/src/Cms/HasFiles.php old mode 100755 new mode 100644 diff --git a/kirby/src/Cms/HasMethods.php b/kirby/src/Cms/HasMethods.php old mode 100755 new mode 100644 diff --git a/kirby/src/Cms/HasSiblings.php b/kirby/src/Cms/HasSiblings.php old mode 100755 new mode 100644 diff --git a/kirby/src/Cms/Html.php b/kirby/src/Cms/Html.php old mode 100755 new mode 100644 diff --git a/kirby/src/Cms/Ingredients.php b/kirby/src/Cms/Ingredients.php old mode 100755 new mode 100644 diff --git a/kirby/src/Cms/Item.php b/kirby/src/Cms/Item.php old mode 100755 new mode 100644 diff --git a/kirby/src/Cms/Items.php b/kirby/src/Cms/Items.php old mode 100755 new mode 100644 diff --git a/kirby/src/Cms/Language.php b/kirby/src/Cms/Language.php old mode 100755 new mode 100644 diff --git a/kirby/src/Cms/LanguageRouter.php b/kirby/src/Cms/LanguageRouter.php old mode 100755 new mode 100644 diff --git a/kirby/src/Cms/LanguageRoutes.php b/kirby/src/Cms/LanguageRoutes.php old mode 100755 new mode 100644 diff --git a/kirby/src/Cms/LanguageRules.php b/kirby/src/Cms/LanguageRules.php old mode 100755 new mode 100644 diff --git a/kirby/src/Cms/Languages.php b/kirby/src/Cms/Languages.php old mode 100755 new mode 100644 diff --git a/kirby/src/Cms/Layout.php b/kirby/src/Cms/Layout.php old mode 100755 new mode 100644 diff --git a/kirby/src/Cms/LayoutColumn.php b/kirby/src/Cms/LayoutColumn.php old mode 100755 new mode 100644 diff --git a/kirby/src/Cms/LayoutColumns.php b/kirby/src/Cms/LayoutColumns.php old mode 100755 new mode 100644 diff --git a/kirby/src/Cms/Layouts.php b/kirby/src/Cms/Layouts.php old mode 100755 new mode 100644 diff --git a/kirby/src/Cms/Loader.php b/kirby/src/Cms/Loader.php old mode 100755 new mode 100644 diff --git a/kirby/src/Cms/Media.php b/kirby/src/Cms/Media.php old mode 100755 new mode 100644 diff --git a/kirby/src/Cms/Model.php b/kirby/src/Cms/Model.php old mode 100755 new mode 100644 diff --git a/kirby/src/Cms/ModelPermissions.php b/kirby/src/Cms/ModelPermissions.php old mode 100755 new mode 100644 diff --git a/kirby/src/Cms/ModelWithContent.php b/kirby/src/Cms/ModelWithContent.php old mode 100755 new mode 100644 diff --git a/kirby/src/Cms/Nest.php b/kirby/src/Cms/Nest.php old mode 100755 new mode 100644 diff --git a/kirby/src/Cms/NestCollection.php b/kirby/src/Cms/NestCollection.php old mode 100755 new mode 100644 diff --git a/kirby/src/Cms/NestObject.php b/kirby/src/Cms/NestObject.php old mode 100755 new mode 100644 diff --git a/kirby/src/Cms/Page.php b/kirby/src/Cms/Page.php old mode 100755 new mode 100644 diff --git a/kirby/src/Cms/PageActions.php b/kirby/src/Cms/PageActions.php old mode 100755 new mode 100644 diff --git a/kirby/src/Cms/PageBlueprint.php b/kirby/src/Cms/PageBlueprint.php old mode 100755 new mode 100644 diff --git a/kirby/src/Cms/PagePermissions.php b/kirby/src/Cms/PagePermissions.php old mode 100755 new mode 100644 diff --git a/kirby/src/Cms/PagePicker.php b/kirby/src/Cms/PagePicker.php old mode 100755 new mode 100644 diff --git a/kirby/src/Cms/PageRules.php b/kirby/src/Cms/PageRules.php old mode 100755 new mode 100644 diff --git a/kirby/src/Cms/PageSiblings.php b/kirby/src/Cms/PageSiblings.php old mode 100755 new mode 100644 diff --git a/kirby/src/Cms/Pages.php b/kirby/src/Cms/Pages.php old mode 100755 new mode 100644 diff --git a/kirby/src/Cms/Pagination.php b/kirby/src/Cms/Pagination.php old mode 100755 new mode 100644 diff --git a/kirby/src/Cms/Permissions.php b/kirby/src/Cms/Permissions.php old mode 100755 new mode 100644 diff --git a/kirby/src/Cms/Picker.php b/kirby/src/Cms/Picker.php old mode 100755 new mode 100644 diff --git a/kirby/src/Cms/Plugin.php b/kirby/src/Cms/Plugin.php old mode 100755 new mode 100644 diff --git a/kirby/src/Cms/PluginAssets.php b/kirby/src/Cms/PluginAssets.php old mode 100755 new mode 100644 diff --git a/kirby/src/Cms/R.php b/kirby/src/Cms/R.php old mode 100755 new mode 100644 diff --git a/kirby/src/Cms/Responder.php b/kirby/src/Cms/Responder.php old mode 100755 new mode 100644 diff --git a/kirby/src/Cms/Response.php b/kirby/src/Cms/Response.php old mode 100755 new mode 100644 diff --git a/kirby/src/Cms/Role.php b/kirby/src/Cms/Role.php old mode 100755 new mode 100644 diff --git a/kirby/src/Cms/Roles.php b/kirby/src/Cms/Roles.php old mode 100755 new mode 100644 diff --git a/kirby/src/Cms/S.php b/kirby/src/Cms/S.php old mode 100755 new mode 100644 diff --git a/kirby/src/Cms/Search.php b/kirby/src/Cms/Search.php old mode 100755 new mode 100644 diff --git a/kirby/src/Cms/Section.php b/kirby/src/Cms/Section.php old mode 100755 new mode 100644 diff --git a/kirby/src/Cms/Site.php b/kirby/src/Cms/Site.php old mode 100755 new mode 100644 diff --git a/kirby/src/Cms/SiteActions.php b/kirby/src/Cms/SiteActions.php old mode 100755 new mode 100644 diff --git a/kirby/src/Cms/SiteBlueprint.php b/kirby/src/Cms/SiteBlueprint.php old mode 100755 new mode 100644 diff --git a/kirby/src/Cms/SitePermissions.php b/kirby/src/Cms/SitePermissions.php old mode 100755 new mode 100644 diff --git a/kirby/src/Cms/SiteRules.php b/kirby/src/Cms/SiteRules.php old mode 100755 new mode 100644 diff --git a/kirby/src/Cms/Structure.php b/kirby/src/Cms/Structure.php old mode 100755 new mode 100644 diff --git a/kirby/src/Cms/StructureObject.php b/kirby/src/Cms/StructureObject.php old mode 100755 new mode 100644 diff --git a/kirby/src/Cms/System.php b/kirby/src/Cms/System.php old mode 100755 new mode 100644 diff --git a/kirby/src/Cms/Template.php b/kirby/src/Cms/Template.php old mode 100755 new mode 100644 diff --git a/kirby/src/Cms/Translation.php b/kirby/src/Cms/Translation.php old mode 100755 new mode 100644 diff --git a/kirby/src/Cms/Translations.php b/kirby/src/Cms/Translations.php old mode 100755 new mode 100644 diff --git a/kirby/src/Cms/Url.php b/kirby/src/Cms/Url.php old mode 100755 new mode 100644 diff --git a/kirby/src/Cms/User.php b/kirby/src/Cms/User.php old mode 100755 new mode 100644 diff --git a/kirby/src/Cms/UserActions.php b/kirby/src/Cms/UserActions.php old mode 100755 new mode 100644 diff --git a/kirby/src/Cms/UserBlueprint.php b/kirby/src/Cms/UserBlueprint.php old mode 100755 new mode 100644 diff --git a/kirby/src/Cms/UserPermissions.php b/kirby/src/Cms/UserPermissions.php old mode 100755 new mode 100644 diff --git a/kirby/src/Cms/UserPicker.php b/kirby/src/Cms/UserPicker.php old mode 100755 new mode 100644 diff --git a/kirby/src/Cms/UserRules.php b/kirby/src/Cms/UserRules.php old mode 100755 new mode 100644 diff --git a/kirby/src/Cms/Users.php b/kirby/src/Cms/Users.php old mode 100755 new mode 100644 diff --git a/kirby/src/Cms/Visitor.php b/kirby/src/Cms/Visitor.php old mode 100755 new mode 100644 diff --git a/kirby/src/Data/Data.php b/kirby/src/Data/Data.php old mode 100755 new mode 100644 diff --git a/kirby/src/Data/Handler.php b/kirby/src/Data/Handler.php old mode 100755 new mode 100644 diff --git a/kirby/src/Data/Json.php b/kirby/src/Data/Json.php old mode 100755 new mode 100644 diff --git a/kirby/src/Data/PHP.php b/kirby/src/Data/PHP.php old mode 100755 new mode 100644 diff --git a/kirby/src/Data/Txt.php b/kirby/src/Data/Txt.php old mode 100755 new mode 100644 diff --git a/kirby/src/Data/Xml.php b/kirby/src/Data/Xml.php old mode 100755 new mode 100644 diff --git a/kirby/src/Data/Yaml.php b/kirby/src/Data/Yaml.php old mode 100755 new mode 100644 diff --git a/kirby/src/Database/Database.php b/kirby/src/Database/Database.php old mode 100755 new mode 100644 diff --git a/kirby/src/Database/Db.php b/kirby/src/Database/Db.php old mode 100755 new mode 100644 diff --git a/kirby/src/Database/Query.php b/kirby/src/Database/Query.php old mode 100755 new mode 100644 diff --git a/kirby/src/Database/Sql.php b/kirby/src/Database/Sql.php old mode 100755 new mode 100644 diff --git a/kirby/src/Database/Sql/Mysql.php b/kirby/src/Database/Sql/Mysql.php old mode 100755 new mode 100644 diff --git a/kirby/src/Database/Sql/Sqlite.php b/kirby/src/Database/Sql/Sqlite.php old mode 100755 new mode 100644 diff --git a/kirby/src/Email/Body.php b/kirby/src/Email/Body.php old mode 100755 new mode 100644 diff --git a/kirby/src/Email/Email.php b/kirby/src/Email/Email.php old mode 100755 new mode 100644 diff --git a/kirby/src/Email/PHPMailer.php b/kirby/src/Email/PHPMailer.php old mode 100755 new mode 100644 diff --git a/kirby/src/Exception/BadMethodCallException.php b/kirby/src/Exception/BadMethodCallException.php old mode 100755 new mode 100644 diff --git a/kirby/src/Exception/DuplicateException.php b/kirby/src/Exception/DuplicateException.php old mode 100755 new mode 100644 diff --git a/kirby/src/Exception/ErrorPageException.php b/kirby/src/Exception/ErrorPageException.php old mode 100755 new mode 100644 diff --git a/kirby/src/Exception/Exception.php b/kirby/src/Exception/Exception.php old mode 100755 new mode 100644 diff --git a/kirby/src/Exception/InvalidArgumentException.php b/kirby/src/Exception/InvalidArgumentException.php old mode 100755 new mode 100644 diff --git a/kirby/src/Exception/LogicException.php b/kirby/src/Exception/LogicException.php old mode 100755 new mode 100644 diff --git a/kirby/src/Exception/NotFoundException.php b/kirby/src/Exception/NotFoundException.php old mode 100755 new mode 100644 diff --git a/kirby/src/Exception/PermissionException.php b/kirby/src/Exception/PermissionException.php old mode 100755 new mode 100644 diff --git a/kirby/src/Filesystem/Asset.php b/kirby/src/Filesystem/Asset.php old mode 100755 new mode 100644 diff --git a/kirby/src/Filesystem/Dir.php b/kirby/src/Filesystem/Dir.php old mode 100755 new mode 100644 diff --git a/kirby/src/Filesystem/F.php b/kirby/src/Filesystem/F.php old mode 100755 new mode 100644 diff --git a/kirby/src/Filesystem/File.php b/kirby/src/Filesystem/File.php old mode 100755 new mode 100644 diff --git a/kirby/src/Filesystem/Filename.php b/kirby/src/Filesystem/Filename.php old mode 100755 new mode 100644 diff --git a/kirby/src/Filesystem/IsFile.php b/kirby/src/Filesystem/IsFile.php old mode 100755 new mode 100644 diff --git a/kirby/src/Filesystem/Mime.php b/kirby/src/Filesystem/Mime.php old mode 100755 new mode 100644 diff --git a/kirby/src/Form/Field.php b/kirby/src/Form/Field.php old mode 100755 new mode 100644 diff --git a/kirby/src/Form/Field/BlocksField.php b/kirby/src/Form/Field/BlocksField.php old mode 100755 new mode 100644 diff --git a/kirby/src/Form/Field/LayoutField.php b/kirby/src/Form/Field/LayoutField.php old mode 100755 new mode 100644 diff --git a/kirby/src/Form/FieldClass.php b/kirby/src/Form/FieldClass.php old mode 100755 new mode 100644 diff --git a/kirby/src/Form/Fields.php b/kirby/src/Form/Fields.php old mode 100755 new mode 100644 diff --git a/kirby/src/Form/Form.php b/kirby/src/Form/Form.php old mode 100755 new mode 100644 diff --git a/kirby/src/Form/Mixin/EmptyState.php b/kirby/src/Form/Mixin/EmptyState.php old mode 100755 new mode 100644 diff --git a/kirby/src/Form/Mixin/Max.php b/kirby/src/Form/Mixin/Max.php old mode 100755 new mode 100644 diff --git a/kirby/src/Form/Mixin/Min.php b/kirby/src/Form/Mixin/Min.php old mode 100755 new mode 100644 diff --git a/kirby/src/Form/Options.php b/kirby/src/Form/Options.php old mode 100755 new mode 100644 diff --git a/kirby/src/Form/OptionsApi.php b/kirby/src/Form/OptionsApi.php old mode 100755 new mode 100644 diff --git a/kirby/src/Form/OptionsQuery.php b/kirby/src/Form/OptionsQuery.php old mode 100755 new mode 100644 diff --git a/kirby/src/Form/Validations.php b/kirby/src/Form/Validations.php old mode 100755 new mode 100644 diff --git a/kirby/src/Http/Cookie.php b/kirby/src/Http/Cookie.php old mode 100755 new mode 100644 diff --git a/kirby/src/Http/Exceptions/NextRouteException.php b/kirby/src/Http/Exceptions/NextRouteException.php old mode 100755 new mode 100644 diff --git a/kirby/src/Http/Header.php b/kirby/src/Http/Header.php old mode 100755 new mode 100644 diff --git a/kirby/src/Http/Idn.php b/kirby/src/Http/Idn.php old mode 100755 new mode 100644 diff --git a/kirby/src/Http/Params.php b/kirby/src/Http/Params.php old mode 100755 new mode 100644 diff --git a/kirby/src/Http/Path.php b/kirby/src/Http/Path.php old mode 100755 new mode 100644 diff --git a/kirby/src/Http/Query.php b/kirby/src/Http/Query.php old mode 100755 new mode 100644 diff --git a/kirby/src/Http/Remote.php b/kirby/src/Http/Remote.php old mode 100755 new mode 100644 diff --git a/kirby/src/Http/Request.php b/kirby/src/Http/Request.php old mode 100755 new mode 100644 diff --git a/kirby/src/Http/Request/Auth/BasicAuth.php b/kirby/src/Http/Request/Auth/BasicAuth.php old mode 100755 new mode 100644 diff --git a/kirby/src/Http/Request/Auth/BearerAuth.php b/kirby/src/Http/Request/Auth/BearerAuth.php old mode 100755 new mode 100644 diff --git a/kirby/src/Http/Request/Body.php b/kirby/src/Http/Request/Body.php old mode 100755 new mode 100644 diff --git a/kirby/src/Http/Request/Data.php b/kirby/src/Http/Request/Data.php old mode 100755 new mode 100644 diff --git a/kirby/src/Http/Request/Files.php b/kirby/src/Http/Request/Files.php old mode 100755 new mode 100644 diff --git a/kirby/src/Http/Request/Query.php b/kirby/src/Http/Request/Query.php old mode 100755 new mode 100644 diff --git a/kirby/src/Http/Response.php b/kirby/src/Http/Response.php old mode 100755 new mode 100644 diff --git a/kirby/src/Http/Route.php b/kirby/src/Http/Route.php old mode 100755 new mode 100644 diff --git a/kirby/src/Http/Router.php b/kirby/src/Http/Router.php old mode 100755 new mode 100644 diff --git a/kirby/src/Http/Server.php b/kirby/src/Http/Server.php old mode 100755 new mode 100644 diff --git a/kirby/src/Http/Uri.php b/kirby/src/Http/Uri.php old mode 100755 new mode 100644 diff --git a/kirby/src/Http/Url.php b/kirby/src/Http/Url.php old mode 100755 new mode 100644 diff --git a/kirby/src/Http/Visitor.php b/kirby/src/Http/Visitor.php old mode 100755 new mode 100644 diff --git a/kirby/src/Image/Camera.php b/kirby/src/Image/Camera.php old mode 100755 new mode 100644 diff --git a/kirby/src/Image/Darkroom.php b/kirby/src/Image/Darkroom.php old mode 100755 new mode 100644 diff --git a/kirby/src/Image/Darkroom/GdLib.php b/kirby/src/Image/Darkroom/GdLib.php old mode 100755 new mode 100644 diff --git a/kirby/src/Image/Darkroom/ImageMagick.php b/kirby/src/Image/Darkroom/ImageMagick.php old mode 100755 new mode 100644 diff --git a/kirby/src/Image/Dimensions.php b/kirby/src/Image/Dimensions.php old mode 100755 new mode 100644 diff --git a/kirby/src/Image/Exif.php b/kirby/src/Image/Exif.php old mode 100755 new mode 100644 diff --git a/kirby/src/Image/Image.php b/kirby/src/Image/Image.php old mode 100755 new mode 100644 diff --git a/kirby/src/Image/Location.php b/kirby/src/Image/Location.php old mode 100755 new mode 100644 diff --git a/kirby/src/Panel/Dialog.php b/kirby/src/Panel/Dialog.php old mode 100755 new mode 100644 diff --git a/kirby/src/Panel/Document.php b/kirby/src/Panel/Document.php old mode 100755 new mode 100644 diff --git a/kirby/src/Panel/Dropdown.php b/kirby/src/Panel/Dropdown.php old mode 100755 new mode 100644 diff --git a/kirby/src/Panel/Field.php b/kirby/src/Panel/Field.php old mode 100755 new mode 100644 diff --git a/kirby/src/Panel/File.php b/kirby/src/Panel/File.php old mode 100755 new mode 100644 diff --git a/kirby/src/Panel/Home.php b/kirby/src/Panel/Home.php old mode 100755 new mode 100644 diff --git a/kirby/src/Panel/Json.php b/kirby/src/Panel/Json.php old mode 100755 new mode 100644 diff --git a/kirby/src/Panel/Model.php b/kirby/src/Panel/Model.php old mode 100755 new mode 100644 diff --git a/kirby/src/Panel/Page.php b/kirby/src/Panel/Page.php old mode 100755 new mode 100644 diff --git a/kirby/src/Panel/Panel.php b/kirby/src/Panel/Panel.php old mode 100755 new mode 100644 diff --git a/kirby/src/Panel/Plugins.php b/kirby/src/Panel/Plugins.php old mode 100755 new mode 100644 diff --git a/kirby/src/Panel/Redirect.php b/kirby/src/Panel/Redirect.php old mode 100755 new mode 100644 diff --git a/kirby/src/Panel/Search.php b/kirby/src/Panel/Search.php old mode 100755 new mode 100644 diff --git a/kirby/src/Panel/Site.php b/kirby/src/Panel/Site.php old mode 100755 new mode 100644 diff --git a/kirby/src/Panel/User.php b/kirby/src/Panel/User.php old mode 100755 new mode 100644 diff --git a/kirby/src/Panel/View.php b/kirby/src/Panel/View.php old mode 100755 new mode 100644 diff --git a/kirby/src/Parsley/Element.php b/kirby/src/Parsley/Element.php old mode 100755 new mode 100644 diff --git a/kirby/src/Parsley/Inline.php b/kirby/src/Parsley/Inline.php old mode 100755 new mode 100644 diff --git a/kirby/src/Parsley/Parsley.php b/kirby/src/Parsley/Parsley.php old mode 100755 new mode 100644 diff --git a/kirby/src/Parsley/Schema.php b/kirby/src/Parsley/Schema.php old mode 100755 new mode 100644 diff --git a/kirby/src/Parsley/Schema/Blocks.php b/kirby/src/Parsley/Schema/Blocks.php old mode 100755 new mode 100644 diff --git a/kirby/src/Parsley/Schema/Plain.php b/kirby/src/Parsley/Schema/Plain.php old mode 100755 new mode 100644 diff --git a/kirby/src/Sane/DomHandler.php b/kirby/src/Sane/DomHandler.php old mode 100755 new mode 100644 diff --git a/kirby/src/Sane/Handler.php b/kirby/src/Sane/Handler.php old mode 100755 new mode 100644 diff --git a/kirby/src/Sane/Html.php b/kirby/src/Sane/Html.php old mode 100755 new mode 100644 diff --git a/kirby/src/Sane/Sane.php b/kirby/src/Sane/Sane.php old mode 100755 new mode 100644 diff --git a/kirby/src/Sane/Svg.php b/kirby/src/Sane/Svg.php old mode 100755 new mode 100644 diff --git a/kirby/src/Sane/Svgz.php b/kirby/src/Sane/Svgz.php old mode 100755 new mode 100644 diff --git a/kirby/src/Sane/Xml.php b/kirby/src/Sane/Xml.php old mode 100755 new mode 100644 diff --git a/kirby/src/Session/AutoSession.php b/kirby/src/Session/AutoSession.php old mode 100755 new mode 100644 diff --git a/kirby/src/Session/FileSessionStore.php b/kirby/src/Session/FileSessionStore.php old mode 100755 new mode 100644 diff --git a/kirby/src/Session/Session.php b/kirby/src/Session/Session.php old mode 100755 new mode 100644 diff --git a/kirby/src/Session/SessionData.php b/kirby/src/Session/SessionData.php old mode 100755 new mode 100644 diff --git a/kirby/src/Session/SessionStore.php b/kirby/src/Session/SessionStore.php old mode 100755 new mode 100644 diff --git a/kirby/src/Session/Sessions.php b/kirby/src/Session/Sessions.php old mode 100755 new mode 100644 diff --git a/kirby/src/Text/KirbyTag.php b/kirby/src/Text/KirbyTag.php old mode 100755 new mode 100644 diff --git a/kirby/src/Text/KirbyTags.php b/kirby/src/Text/KirbyTags.php old mode 100755 new mode 100644 diff --git a/kirby/src/Text/Markdown.php b/kirby/src/Text/Markdown.php old mode 100755 new mode 100644 diff --git a/kirby/src/Text/SmartyPants.php b/kirby/src/Text/SmartyPants.php old mode 100755 new mode 100644 diff --git a/kirby/src/Toolkit/A.php b/kirby/src/Toolkit/A.php old mode 100755 new mode 100644 diff --git a/kirby/src/Toolkit/Collection.php b/kirby/src/Toolkit/Collection.php old mode 100755 new mode 100644 diff --git a/kirby/src/Toolkit/Component.php b/kirby/src/Toolkit/Component.php old mode 100755 new mode 100644 diff --git a/kirby/src/Toolkit/Config.php b/kirby/src/Toolkit/Config.php old mode 100755 new mode 100644 diff --git a/kirby/src/Toolkit/Controller.php b/kirby/src/Toolkit/Controller.php old mode 100755 new mode 100644 diff --git a/kirby/src/Toolkit/Date.php b/kirby/src/Toolkit/Date.php old mode 100755 new mode 100644 diff --git a/kirby/src/Toolkit/Dom.php b/kirby/src/Toolkit/Dom.php old mode 100755 new mode 100644 diff --git a/kirby/src/Toolkit/Escape.php b/kirby/src/Toolkit/Escape.php old mode 100755 new mode 100644 diff --git a/kirby/src/Toolkit/Facade.php b/kirby/src/Toolkit/Facade.php old mode 100755 new mode 100644 diff --git a/kirby/src/Toolkit/Html.php b/kirby/src/Toolkit/Html.php old mode 100755 new mode 100644 diff --git a/kirby/src/Toolkit/I18n.php b/kirby/src/Toolkit/I18n.php old mode 100755 new mode 100644 diff --git a/kirby/src/Toolkit/Iterator.php b/kirby/src/Toolkit/Iterator.php old mode 100755 new mode 100644 diff --git a/kirby/src/Toolkit/Locale.php b/kirby/src/Toolkit/Locale.php old mode 100755 new mode 100644 diff --git a/kirby/src/Toolkit/Obj.php b/kirby/src/Toolkit/Obj.php old mode 100755 new mode 100644 diff --git a/kirby/src/Toolkit/Pagination.php b/kirby/src/Toolkit/Pagination.php old mode 100755 new mode 100644 diff --git a/kirby/src/Toolkit/Properties.php b/kirby/src/Toolkit/Properties.php old mode 100755 new mode 100644 diff --git a/kirby/src/Toolkit/Query.php b/kirby/src/Toolkit/Query.php old mode 100755 new mode 100644 diff --git a/kirby/src/Toolkit/Silo.php b/kirby/src/Toolkit/Silo.php old mode 100755 new mode 100644 diff --git a/kirby/src/Toolkit/Str.php b/kirby/src/Toolkit/Str.php old mode 100755 new mode 100644 diff --git a/kirby/src/Toolkit/Tpl.php b/kirby/src/Toolkit/Tpl.php old mode 100755 new mode 100644 diff --git a/kirby/src/Toolkit/V.php b/kirby/src/Toolkit/V.php old mode 100755 new mode 100644 diff --git a/kirby/src/Toolkit/View.php b/kirby/src/Toolkit/View.php old mode 100755 new mode 100644 diff --git a/kirby/src/Toolkit/Xml.php b/kirby/src/Toolkit/Xml.php old mode 100755 new mode 100644 diff --git a/kirby/vendor/autoload.php b/kirby/vendor/autoload.php old mode 100755 new mode 100644 diff --git a/kirby/vendor/claviska/simpleimage/LICENSE.md b/kirby/vendor/claviska/simpleimage/LICENSE.md old mode 100755 new mode 100644 diff --git a/kirby/vendor/claviska/simpleimage/composer.json b/kirby/vendor/claviska/simpleimage/composer.json old mode 100755 new mode 100644 diff --git a/kirby/vendor/claviska/simpleimage/src/claviska/SimpleImage.php b/kirby/vendor/claviska/simpleimage/src/claviska/SimpleImage.php old mode 100755 new mode 100644 diff --git a/kirby/vendor/composer/ClassLoader.php b/kirby/vendor/composer/ClassLoader.php old mode 100755 new mode 100644 diff --git a/kirby/vendor/composer/InstalledVersions.php b/kirby/vendor/composer/InstalledVersions.php old mode 100755 new mode 100644 diff --git a/kirby/vendor/composer/LICENSE b/kirby/vendor/composer/LICENSE old mode 100755 new mode 100644 diff --git a/kirby/vendor/composer/autoload_classmap.php b/kirby/vendor/composer/autoload_classmap.php old mode 100755 new mode 100644 diff --git a/kirby/vendor/composer/autoload_files.php b/kirby/vendor/composer/autoload_files.php old mode 100755 new mode 100644 diff --git a/kirby/vendor/composer/autoload_namespaces.php b/kirby/vendor/composer/autoload_namespaces.php old mode 100755 new mode 100644 diff --git a/kirby/vendor/composer/autoload_psr4.php b/kirby/vendor/composer/autoload_psr4.php old mode 100755 new mode 100644 diff --git a/kirby/vendor/composer/autoload_real.php b/kirby/vendor/composer/autoload_real.php old mode 100755 new mode 100644 diff --git a/kirby/vendor/composer/autoload_static.php b/kirby/vendor/composer/autoload_static.php old mode 100755 new mode 100644 diff --git a/kirby/vendor/composer/installed.json b/kirby/vendor/composer/installed.json old mode 100755 new mode 100644 diff --git a/kirby/vendor/composer/installed.php b/kirby/vendor/composer/installed.php old mode 100755 new mode 100644 diff --git a/kirby/vendor/filp/whoops/LICENSE.md b/kirby/vendor/filp/whoops/LICENSE.md old mode 100755 new mode 100644 diff --git a/kirby/vendor/filp/whoops/composer.json b/kirby/vendor/filp/whoops/composer.json old mode 100755 new mode 100644 diff --git a/kirby/vendor/filp/whoops/src/Whoops/Exception/ErrorException.php b/kirby/vendor/filp/whoops/src/Whoops/Exception/ErrorException.php old mode 100755 new mode 100644 diff --git a/kirby/vendor/filp/whoops/src/Whoops/Exception/Formatter.php b/kirby/vendor/filp/whoops/src/Whoops/Exception/Formatter.php old mode 100755 new mode 100644 diff --git a/kirby/vendor/filp/whoops/src/Whoops/Exception/Frame.php b/kirby/vendor/filp/whoops/src/Whoops/Exception/Frame.php old mode 100755 new mode 100644 diff --git a/kirby/vendor/filp/whoops/src/Whoops/Exception/FrameCollection.php b/kirby/vendor/filp/whoops/src/Whoops/Exception/FrameCollection.php old mode 100755 new mode 100644 diff --git a/kirby/vendor/filp/whoops/src/Whoops/Exception/Inspector.php b/kirby/vendor/filp/whoops/src/Whoops/Exception/Inspector.php old mode 100755 new mode 100644 diff --git a/kirby/vendor/filp/whoops/src/Whoops/Handler/CallbackHandler.php b/kirby/vendor/filp/whoops/src/Whoops/Handler/CallbackHandler.php old mode 100755 new mode 100644 diff --git a/kirby/vendor/filp/whoops/src/Whoops/Handler/Handler.php b/kirby/vendor/filp/whoops/src/Whoops/Handler/Handler.php old mode 100755 new mode 100644 diff --git a/kirby/vendor/filp/whoops/src/Whoops/Handler/HandlerInterface.php b/kirby/vendor/filp/whoops/src/Whoops/Handler/HandlerInterface.php old mode 100755 new mode 100644 diff --git a/kirby/vendor/filp/whoops/src/Whoops/Handler/JsonResponseHandler.php b/kirby/vendor/filp/whoops/src/Whoops/Handler/JsonResponseHandler.php old mode 100755 new mode 100644 diff --git a/kirby/vendor/filp/whoops/src/Whoops/Handler/PlainTextHandler.php b/kirby/vendor/filp/whoops/src/Whoops/Handler/PlainTextHandler.php old mode 100755 new mode 100644 diff --git a/kirby/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php b/kirby/vendor/filp/whoops/src/Whoops/Handler/PrettyPageHandler.php old mode 100755 new mode 100644 diff --git a/kirby/vendor/filp/whoops/src/Whoops/Handler/XmlResponseHandler.php b/kirby/vendor/filp/whoops/src/Whoops/Handler/XmlResponseHandler.php old mode 100755 new mode 100644 diff --git a/kirby/vendor/filp/whoops/src/Whoops/Resources/css/prism.css b/kirby/vendor/filp/whoops/src/Whoops/Resources/css/prism.css old mode 100755 new mode 100644 diff --git a/kirby/vendor/filp/whoops/src/Whoops/Resources/css/whoops.base.css b/kirby/vendor/filp/whoops/src/Whoops/Resources/css/whoops.base.css old mode 100755 new mode 100644 diff --git a/kirby/vendor/filp/whoops/src/Whoops/Resources/js/clipboard.min.js b/kirby/vendor/filp/whoops/src/Whoops/Resources/js/clipboard.min.js old mode 100755 new mode 100644 diff --git a/kirby/vendor/filp/whoops/src/Whoops/Resources/js/prism.js b/kirby/vendor/filp/whoops/src/Whoops/Resources/js/prism.js old mode 100755 new mode 100644 diff --git a/kirby/vendor/filp/whoops/src/Whoops/Resources/js/whoops.base.js b/kirby/vendor/filp/whoops/src/Whoops/Resources/js/whoops.base.js old mode 100755 new mode 100644 diff --git a/kirby/vendor/filp/whoops/src/Whoops/Resources/js/zepto.min.js b/kirby/vendor/filp/whoops/src/Whoops/Resources/js/zepto.min.js old mode 100755 new mode 100644 diff --git a/kirby/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php b/kirby/vendor/filp/whoops/src/Whoops/Resources/views/env_details.html.php old mode 100755 new mode 100644 diff --git a/kirby/vendor/filp/whoops/src/Whoops/Resources/views/frame_code.html.php b/kirby/vendor/filp/whoops/src/Whoops/Resources/views/frame_code.html.php old mode 100755 new mode 100644 diff --git a/kirby/vendor/filp/whoops/src/Whoops/Resources/views/frame_list.html.php b/kirby/vendor/filp/whoops/src/Whoops/Resources/views/frame_list.html.php old mode 100755 new mode 100644 diff --git a/kirby/vendor/filp/whoops/src/Whoops/Resources/views/frames_container.html.php b/kirby/vendor/filp/whoops/src/Whoops/Resources/views/frames_container.html.php old mode 100755 new mode 100644 diff --git a/kirby/vendor/filp/whoops/src/Whoops/Resources/views/frames_description.html.php b/kirby/vendor/filp/whoops/src/Whoops/Resources/views/frames_description.html.php old mode 100755 new mode 100644 diff --git a/kirby/vendor/filp/whoops/src/Whoops/Resources/views/header.html.php b/kirby/vendor/filp/whoops/src/Whoops/Resources/views/header.html.php old mode 100755 new mode 100644 diff --git a/kirby/vendor/filp/whoops/src/Whoops/Resources/views/header_outer.html.php b/kirby/vendor/filp/whoops/src/Whoops/Resources/views/header_outer.html.php old mode 100755 new mode 100644 diff --git a/kirby/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php b/kirby/vendor/filp/whoops/src/Whoops/Resources/views/layout.html.php old mode 100755 new mode 100644 diff --git a/kirby/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php b/kirby/vendor/filp/whoops/src/Whoops/Resources/views/panel_details.html.php old mode 100755 new mode 100644 diff --git a/kirby/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php b/kirby/vendor/filp/whoops/src/Whoops/Resources/views/panel_details_outer.html.php old mode 100755 new mode 100644 diff --git a/kirby/vendor/filp/whoops/src/Whoops/Resources/views/panel_left.html.php b/kirby/vendor/filp/whoops/src/Whoops/Resources/views/panel_left.html.php old mode 100755 new mode 100644 diff --git a/kirby/vendor/filp/whoops/src/Whoops/Resources/views/panel_left_outer.html.php b/kirby/vendor/filp/whoops/src/Whoops/Resources/views/panel_left_outer.html.php old mode 100755 new mode 100644 diff --git a/kirby/vendor/filp/whoops/src/Whoops/Run.php b/kirby/vendor/filp/whoops/src/Whoops/Run.php old mode 100755 new mode 100644 diff --git a/kirby/vendor/filp/whoops/src/Whoops/RunInterface.php b/kirby/vendor/filp/whoops/src/Whoops/RunInterface.php old mode 100755 new mode 100644 diff --git a/kirby/vendor/filp/whoops/src/Whoops/Util/HtmlDumperOutput.php b/kirby/vendor/filp/whoops/src/Whoops/Util/HtmlDumperOutput.php old mode 100755 new mode 100644 diff --git a/kirby/vendor/filp/whoops/src/Whoops/Util/Misc.php b/kirby/vendor/filp/whoops/src/Whoops/Util/Misc.php old mode 100755 new mode 100644 diff --git a/kirby/vendor/filp/whoops/src/Whoops/Util/SystemFacade.php b/kirby/vendor/filp/whoops/src/Whoops/Util/SystemFacade.php old mode 100755 new mode 100644 diff --git a/kirby/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php b/kirby/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php old mode 100755 new mode 100644 diff --git a/kirby/vendor/laminas/laminas-escaper/COPYRIGHT.md b/kirby/vendor/laminas/laminas-escaper/COPYRIGHT.md old mode 100755 new mode 100644 diff --git a/kirby/vendor/laminas/laminas-escaper/LICENSE.md b/kirby/vendor/laminas/laminas-escaper/LICENSE.md old mode 100755 new mode 100644 diff --git a/kirby/vendor/laminas/laminas-escaper/composer.json b/kirby/vendor/laminas/laminas-escaper/composer.json old mode 100755 new mode 100644 diff --git a/kirby/vendor/laminas/laminas-escaper/composer.lock b/kirby/vendor/laminas/laminas-escaper/composer.lock old mode 100755 new mode 100644 diff --git a/kirby/vendor/laminas/laminas-escaper/src/Escaper.php b/kirby/vendor/laminas/laminas-escaper/src/Escaper.php old mode 100755 new mode 100644 diff --git a/kirby/vendor/laminas/laminas-escaper/src/Exception/ExceptionInterface.php b/kirby/vendor/laminas/laminas-escaper/src/Exception/ExceptionInterface.php old mode 100755 new mode 100644 diff --git a/kirby/vendor/laminas/laminas-escaper/src/Exception/InvalidArgumentException.php b/kirby/vendor/laminas/laminas-escaper/src/Exception/InvalidArgumentException.php old mode 100755 new mode 100644 diff --git a/kirby/vendor/laminas/laminas-escaper/src/Exception/RuntimeException.php b/kirby/vendor/laminas/laminas-escaper/src/Exception/RuntimeException.php old mode 100755 new mode 100644 diff --git a/kirby/vendor/league/color-extractor/LICENSE b/kirby/vendor/league/color-extractor/LICENSE old mode 100755 new mode 100644 diff --git a/kirby/vendor/league/color-extractor/composer.json b/kirby/vendor/league/color-extractor/composer.json old mode 100755 new mode 100644 diff --git a/kirby/vendor/league/color-extractor/src/League/ColorExtractor/Color.php b/kirby/vendor/league/color-extractor/src/League/ColorExtractor/Color.php old mode 100755 new mode 100644 diff --git a/kirby/vendor/league/color-extractor/src/League/ColorExtractor/ColorExtractor.php b/kirby/vendor/league/color-extractor/src/League/ColorExtractor/ColorExtractor.php old mode 100755 new mode 100644 diff --git a/kirby/vendor/league/color-extractor/src/League/ColorExtractor/Palette.php b/kirby/vendor/league/color-extractor/src/League/ColorExtractor/Palette.php old mode 100755 new mode 100644 diff --git a/kirby/vendor/michelf/php-smartypants/License.md b/kirby/vendor/michelf/php-smartypants/License.md old mode 100755 new mode 100644 diff --git a/kirby/vendor/michelf/php-smartypants/Michelf/SmartyPants.inc.php b/kirby/vendor/michelf/php-smartypants/Michelf/SmartyPants.inc.php old mode 100755 new mode 100644 diff --git a/kirby/vendor/michelf/php-smartypants/Michelf/SmartyPants.php b/kirby/vendor/michelf/php-smartypants/Michelf/SmartyPants.php old mode 100755 new mode 100644 diff --git a/kirby/vendor/michelf/php-smartypants/Michelf/SmartyPantsTypographer.inc.php b/kirby/vendor/michelf/php-smartypants/Michelf/SmartyPantsTypographer.inc.php old mode 100755 new mode 100644 diff --git a/kirby/vendor/michelf/php-smartypants/Michelf/SmartyPantsTypographer.php b/kirby/vendor/michelf/php-smartypants/Michelf/SmartyPantsTypographer.php old mode 100755 new mode 100644 diff --git a/kirby/vendor/michelf/php-smartypants/composer.json b/kirby/vendor/michelf/php-smartypants/composer.json old mode 100755 new mode 100644 diff --git a/kirby/vendor/phpmailer/phpmailer/LICENSE b/kirby/vendor/phpmailer/phpmailer/LICENSE old mode 100755 new mode 100644 diff --git a/kirby/vendor/phpmailer/phpmailer/composer.json b/kirby/vendor/phpmailer/phpmailer/composer.json old mode 100755 new mode 100644 diff --git a/kirby/vendor/phpmailer/phpmailer/get_oauth_token.php b/kirby/vendor/phpmailer/phpmailer/get_oauth_token.php old mode 100755 new mode 100644 diff --git a/kirby/vendor/phpmailer/phpmailer/language/phpmailer.lang-af.php b/kirby/vendor/phpmailer/phpmailer/language/phpmailer.lang-af.php old mode 100755 new mode 100644 diff --git a/kirby/vendor/phpmailer/phpmailer/language/phpmailer.lang-ar.php b/kirby/vendor/phpmailer/phpmailer/language/phpmailer.lang-ar.php old mode 100755 new mode 100644 diff --git a/kirby/vendor/phpmailer/phpmailer/language/phpmailer.lang-az.php b/kirby/vendor/phpmailer/phpmailer/language/phpmailer.lang-az.php old mode 100755 new mode 100644 diff --git a/kirby/vendor/phpmailer/phpmailer/language/phpmailer.lang-ba.php b/kirby/vendor/phpmailer/phpmailer/language/phpmailer.lang-ba.php old mode 100755 new mode 100644 diff --git a/kirby/vendor/phpmailer/phpmailer/language/phpmailer.lang-be.php b/kirby/vendor/phpmailer/phpmailer/language/phpmailer.lang-be.php old mode 100755 new mode 100644 diff --git a/kirby/vendor/phpmailer/phpmailer/language/phpmailer.lang-bg.php b/kirby/vendor/phpmailer/phpmailer/language/phpmailer.lang-bg.php old mode 100755 new mode 100644 diff --git a/kirby/vendor/phpmailer/phpmailer/language/phpmailer.lang-ca.php b/kirby/vendor/phpmailer/phpmailer/language/phpmailer.lang-ca.php old mode 100755 new mode 100644 diff --git a/kirby/vendor/phpmailer/phpmailer/language/phpmailer.lang-ch.php b/kirby/vendor/phpmailer/phpmailer/language/phpmailer.lang-ch.php old mode 100755 new mode 100644 diff --git a/kirby/vendor/phpmailer/phpmailer/language/phpmailer.lang-cs.php b/kirby/vendor/phpmailer/phpmailer/language/phpmailer.lang-cs.php old mode 100755 new mode 100644 diff --git a/kirby/vendor/phpmailer/phpmailer/language/phpmailer.lang-da.php b/kirby/vendor/phpmailer/phpmailer/language/phpmailer.lang-da.php old mode 100755 new mode 100644 diff --git a/kirby/vendor/phpmailer/phpmailer/language/phpmailer.lang-de.php b/kirby/vendor/phpmailer/phpmailer/language/phpmailer.lang-de.php old mode 100755 new mode 100644 diff --git a/kirby/vendor/phpmailer/phpmailer/language/phpmailer.lang-el.php b/kirby/vendor/phpmailer/phpmailer/language/phpmailer.lang-el.php old mode 100755 new mode 100644 diff --git a/kirby/vendor/phpmailer/phpmailer/language/phpmailer.lang-eo.php b/kirby/vendor/phpmailer/phpmailer/language/phpmailer.lang-eo.php old mode 100755 new mode 100644 diff --git a/kirby/vendor/phpmailer/phpmailer/language/phpmailer.lang-es.php b/kirby/vendor/phpmailer/phpmailer/language/phpmailer.lang-es.php old mode 100755 new mode 100644 diff --git a/kirby/vendor/phpmailer/phpmailer/language/phpmailer.lang-et.php b/kirby/vendor/phpmailer/phpmailer/language/phpmailer.lang-et.php old mode 100755 new mode 100644 diff --git a/kirby/vendor/phpmailer/phpmailer/language/phpmailer.lang-fa.php b/kirby/vendor/phpmailer/phpmailer/language/phpmailer.lang-fa.php old mode 100755 new mode 100644 diff --git a/kirby/vendor/phpmailer/phpmailer/language/phpmailer.lang-fi.php b/kirby/vendor/phpmailer/phpmailer/language/phpmailer.lang-fi.php old mode 100755 new mode 100644 diff --git a/kirby/vendor/phpmailer/phpmailer/language/phpmailer.lang-fo.php b/kirby/vendor/phpmailer/phpmailer/language/phpmailer.lang-fo.php old mode 100755 new mode 100644 diff --git a/kirby/vendor/phpmailer/phpmailer/language/phpmailer.lang-fr.php b/kirby/vendor/phpmailer/phpmailer/language/phpmailer.lang-fr.php old mode 100755 new mode 100644 diff --git a/kirby/vendor/phpmailer/phpmailer/language/phpmailer.lang-gl.php b/kirby/vendor/phpmailer/phpmailer/language/phpmailer.lang-gl.php old mode 100755 new mode 100644 diff --git a/kirby/vendor/phpmailer/phpmailer/language/phpmailer.lang-he.php b/kirby/vendor/phpmailer/phpmailer/language/phpmailer.lang-he.php old mode 100755 new mode 100644 diff --git a/kirby/vendor/phpmailer/phpmailer/language/phpmailer.lang-hi.php b/kirby/vendor/phpmailer/phpmailer/language/phpmailer.lang-hi.php old mode 100755 new mode 100644 diff --git a/kirby/vendor/phpmailer/phpmailer/language/phpmailer.lang-hr.php b/kirby/vendor/phpmailer/phpmailer/language/phpmailer.lang-hr.php old mode 100755 new mode 100644 diff --git a/kirby/vendor/phpmailer/phpmailer/language/phpmailer.lang-hu.php b/kirby/vendor/phpmailer/phpmailer/language/phpmailer.lang-hu.php old mode 100755 new mode 100644 diff --git a/kirby/vendor/phpmailer/phpmailer/language/phpmailer.lang-hy.php b/kirby/vendor/phpmailer/phpmailer/language/phpmailer.lang-hy.php old mode 100755 new mode 100644 diff --git a/kirby/vendor/phpmailer/phpmailer/language/phpmailer.lang-id.php b/kirby/vendor/phpmailer/phpmailer/language/phpmailer.lang-id.php old mode 100755 new mode 100644 diff --git a/kirby/vendor/phpmailer/phpmailer/language/phpmailer.lang-it.php b/kirby/vendor/phpmailer/phpmailer/language/phpmailer.lang-it.php old mode 100755 new mode 100644 diff --git a/kirby/vendor/phpmailer/phpmailer/language/phpmailer.lang-ja.php b/kirby/vendor/phpmailer/phpmailer/language/phpmailer.lang-ja.php old mode 100755 new mode 100644 diff --git a/kirby/vendor/phpmailer/phpmailer/language/phpmailer.lang-ka.php b/kirby/vendor/phpmailer/phpmailer/language/phpmailer.lang-ka.php old mode 100755 new mode 100644 diff --git a/kirby/vendor/phpmailer/phpmailer/language/phpmailer.lang-ko.php b/kirby/vendor/phpmailer/phpmailer/language/phpmailer.lang-ko.php old mode 100755 new mode 100644 diff --git a/kirby/vendor/phpmailer/phpmailer/language/phpmailer.lang-lt.php b/kirby/vendor/phpmailer/phpmailer/language/phpmailer.lang-lt.php old mode 100755 new mode 100644 diff --git a/kirby/vendor/phpmailer/phpmailer/language/phpmailer.lang-lv.php b/kirby/vendor/phpmailer/phpmailer/language/phpmailer.lang-lv.php old mode 100755 new mode 100644 diff --git a/kirby/vendor/phpmailer/phpmailer/language/phpmailer.lang-mg.php b/kirby/vendor/phpmailer/phpmailer/language/phpmailer.lang-mg.php old mode 100755 new mode 100644 diff --git a/kirby/vendor/phpmailer/phpmailer/language/phpmailer.lang-ms.php b/kirby/vendor/phpmailer/phpmailer/language/phpmailer.lang-ms.php old mode 100755 new mode 100644 diff --git a/kirby/vendor/phpmailer/phpmailer/language/phpmailer.lang-nb.php b/kirby/vendor/phpmailer/phpmailer/language/phpmailer.lang-nb.php old mode 100755 new mode 100644 diff --git a/kirby/vendor/phpmailer/phpmailer/language/phpmailer.lang-nl.php b/kirby/vendor/phpmailer/phpmailer/language/phpmailer.lang-nl.php old mode 100755 new mode 100644 diff --git a/kirby/vendor/phpmailer/phpmailer/language/phpmailer.lang-pl.php b/kirby/vendor/phpmailer/phpmailer/language/phpmailer.lang-pl.php old mode 100755 new mode 100644 diff --git a/kirby/vendor/phpmailer/phpmailer/language/phpmailer.lang-pt.php b/kirby/vendor/phpmailer/phpmailer/language/phpmailer.lang-pt.php old mode 100755 new mode 100644 diff --git a/kirby/vendor/phpmailer/phpmailer/language/phpmailer.lang-pt_br.php b/kirby/vendor/phpmailer/phpmailer/language/phpmailer.lang-pt_br.php old mode 100755 new mode 100644 diff --git a/kirby/vendor/phpmailer/phpmailer/language/phpmailer.lang-ro.php b/kirby/vendor/phpmailer/phpmailer/language/phpmailer.lang-ro.php old mode 100755 new mode 100644 diff --git a/kirby/vendor/phpmailer/phpmailer/language/phpmailer.lang-ru.php b/kirby/vendor/phpmailer/phpmailer/language/phpmailer.lang-ru.php old mode 100755 new mode 100644 diff --git a/kirby/vendor/phpmailer/phpmailer/language/phpmailer.lang-sk.php b/kirby/vendor/phpmailer/phpmailer/language/phpmailer.lang-sk.php old mode 100755 new mode 100644 diff --git a/kirby/vendor/phpmailer/phpmailer/language/phpmailer.lang-sl.php b/kirby/vendor/phpmailer/phpmailer/language/phpmailer.lang-sl.php old mode 100755 new mode 100644 diff --git a/kirby/vendor/phpmailer/phpmailer/language/phpmailer.lang-sr.php b/kirby/vendor/phpmailer/phpmailer/language/phpmailer.lang-sr.php old mode 100755 new mode 100644 diff --git a/kirby/vendor/phpmailer/phpmailer/language/phpmailer.lang-sr_latn.php b/kirby/vendor/phpmailer/phpmailer/language/phpmailer.lang-sr_latn.php old mode 100755 new mode 100644 diff --git a/kirby/vendor/phpmailer/phpmailer/language/phpmailer.lang-sv.php b/kirby/vendor/phpmailer/phpmailer/language/phpmailer.lang-sv.php old mode 100755 new mode 100644 diff --git a/kirby/vendor/phpmailer/phpmailer/language/phpmailer.lang-tl.php b/kirby/vendor/phpmailer/phpmailer/language/phpmailer.lang-tl.php old mode 100755 new mode 100644 diff --git a/kirby/vendor/phpmailer/phpmailer/language/phpmailer.lang-tr.php b/kirby/vendor/phpmailer/phpmailer/language/phpmailer.lang-tr.php old mode 100755 new mode 100644 diff --git a/kirby/vendor/phpmailer/phpmailer/language/phpmailer.lang-uk.php b/kirby/vendor/phpmailer/phpmailer/language/phpmailer.lang-uk.php old mode 100755 new mode 100644 diff --git a/kirby/vendor/phpmailer/phpmailer/language/phpmailer.lang-vi.php b/kirby/vendor/phpmailer/phpmailer/language/phpmailer.lang-vi.php old mode 100755 new mode 100644 diff --git a/kirby/vendor/phpmailer/phpmailer/language/phpmailer.lang-zh.php b/kirby/vendor/phpmailer/phpmailer/language/phpmailer.lang-zh.php old mode 100755 new mode 100644 diff --git a/kirby/vendor/phpmailer/phpmailer/language/phpmailer.lang-zh_cn.php b/kirby/vendor/phpmailer/phpmailer/language/phpmailer.lang-zh_cn.php old mode 100755 new mode 100644 diff --git a/kirby/vendor/phpmailer/phpmailer/src/Exception.php b/kirby/vendor/phpmailer/phpmailer/src/Exception.php old mode 100755 new mode 100644 diff --git a/kirby/vendor/phpmailer/phpmailer/src/OAuth.php b/kirby/vendor/phpmailer/phpmailer/src/OAuth.php old mode 100755 new mode 100644 diff --git a/kirby/vendor/phpmailer/phpmailer/src/PHPMailer.php b/kirby/vendor/phpmailer/phpmailer/src/PHPMailer.php old mode 100755 new mode 100644 diff --git a/kirby/vendor/phpmailer/phpmailer/src/POP3.php b/kirby/vendor/phpmailer/phpmailer/src/POP3.php old mode 100755 new mode 100644 diff --git a/kirby/vendor/phpmailer/phpmailer/src/SMTP.php b/kirby/vendor/phpmailer/phpmailer/src/SMTP.php old mode 100755 new mode 100644 diff --git a/kirby/vendor/psr/log/LICENSE b/kirby/vendor/psr/log/LICENSE old mode 100755 new mode 100644 diff --git a/kirby/vendor/psr/log/Psr/Log/AbstractLogger.php b/kirby/vendor/psr/log/Psr/Log/AbstractLogger.php old mode 100755 new mode 100644 diff --git a/kirby/vendor/psr/log/Psr/Log/InvalidArgumentException.php b/kirby/vendor/psr/log/Psr/Log/InvalidArgumentException.php old mode 100755 new mode 100644 diff --git a/kirby/vendor/psr/log/Psr/Log/LogLevel.php b/kirby/vendor/psr/log/Psr/Log/LogLevel.php old mode 100755 new mode 100644 diff --git a/kirby/vendor/psr/log/Psr/Log/LoggerAwareInterface.php b/kirby/vendor/psr/log/Psr/Log/LoggerAwareInterface.php old mode 100755 new mode 100644 diff --git a/kirby/vendor/psr/log/Psr/Log/LoggerAwareTrait.php b/kirby/vendor/psr/log/Psr/Log/LoggerAwareTrait.php old mode 100755 new mode 100644 diff --git a/kirby/vendor/psr/log/Psr/Log/LoggerInterface.php b/kirby/vendor/psr/log/Psr/Log/LoggerInterface.php old mode 100755 new mode 100644 diff --git a/kirby/vendor/psr/log/Psr/Log/LoggerTrait.php b/kirby/vendor/psr/log/Psr/Log/LoggerTrait.php old mode 100755 new mode 100644 diff --git a/kirby/vendor/psr/log/Psr/Log/NullLogger.php b/kirby/vendor/psr/log/Psr/Log/NullLogger.php old mode 100755 new mode 100644 diff --git a/kirby/vendor/psr/log/composer.json b/kirby/vendor/psr/log/composer.json old mode 100755 new mode 100644 diff --git a/kirby/vendor/symfony/polyfill-intl-idn/Idn.php b/kirby/vendor/symfony/polyfill-intl-idn/Idn.php old mode 100755 new mode 100644 diff --git a/kirby/vendor/symfony/polyfill-intl-idn/Info.php b/kirby/vendor/symfony/polyfill-intl-idn/Info.php old mode 100755 new mode 100644 diff --git a/kirby/vendor/symfony/polyfill-intl-idn/LICENSE b/kirby/vendor/symfony/polyfill-intl-idn/LICENSE old mode 100755 new mode 100644 diff --git a/kirby/vendor/symfony/polyfill-intl-idn/Resources/unidata/DisallowedRanges.php b/kirby/vendor/symfony/polyfill-intl-idn/Resources/unidata/DisallowedRanges.php old mode 100755 new mode 100644 diff --git a/kirby/vendor/symfony/polyfill-intl-idn/Resources/unidata/Regex.php b/kirby/vendor/symfony/polyfill-intl-idn/Resources/unidata/Regex.php old mode 100755 new mode 100644 diff --git a/kirby/vendor/symfony/polyfill-intl-idn/Resources/unidata/deviation.php b/kirby/vendor/symfony/polyfill-intl-idn/Resources/unidata/deviation.php old mode 100755 new mode 100644 diff --git a/kirby/vendor/symfony/polyfill-intl-idn/Resources/unidata/disallowed.php b/kirby/vendor/symfony/polyfill-intl-idn/Resources/unidata/disallowed.php old mode 100755 new mode 100644 diff --git a/kirby/vendor/symfony/polyfill-intl-idn/Resources/unidata/disallowed_STD3_mapped.php b/kirby/vendor/symfony/polyfill-intl-idn/Resources/unidata/disallowed_STD3_mapped.php old mode 100755 new mode 100644 diff --git a/kirby/vendor/symfony/polyfill-intl-idn/Resources/unidata/disallowed_STD3_valid.php b/kirby/vendor/symfony/polyfill-intl-idn/Resources/unidata/disallowed_STD3_valid.php old mode 100755 new mode 100644 diff --git a/kirby/vendor/symfony/polyfill-intl-idn/Resources/unidata/ignored.php b/kirby/vendor/symfony/polyfill-intl-idn/Resources/unidata/ignored.php old mode 100755 new mode 100644 diff --git a/kirby/vendor/symfony/polyfill-intl-idn/Resources/unidata/mapped.php b/kirby/vendor/symfony/polyfill-intl-idn/Resources/unidata/mapped.php old mode 100755 new mode 100644 diff --git a/kirby/vendor/symfony/polyfill-intl-idn/Resources/unidata/virama.php b/kirby/vendor/symfony/polyfill-intl-idn/Resources/unidata/virama.php old mode 100755 new mode 100644 diff --git a/kirby/vendor/symfony/polyfill-intl-idn/bootstrap.php b/kirby/vendor/symfony/polyfill-intl-idn/bootstrap.php old mode 100755 new mode 100644 diff --git a/kirby/vendor/symfony/polyfill-intl-idn/bootstrap80.php b/kirby/vendor/symfony/polyfill-intl-idn/bootstrap80.php old mode 100755 new mode 100644 diff --git a/kirby/vendor/symfony/polyfill-intl-idn/composer.json b/kirby/vendor/symfony/polyfill-intl-idn/composer.json old mode 100755 new mode 100644 diff --git a/kirby/vendor/symfony/polyfill-intl-normalizer/LICENSE b/kirby/vendor/symfony/polyfill-intl-normalizer/LICENSE old mode 100755 new mode 100644 diff --git a/kirby/vendor/symfony/polyfill-intl-normalizer/Normalizer.php b/kirby/vendor/symfony/polyfill-intl-normalizer/Normalizer.php old mode 100755 new mode 100644 diff --git a/kirby/vendor/symfony/polyfill-intl-normalizer/Resources/stubs/Normalizer.php b/kirby/vendor/symfony/polyfill-intl-normalizer/Resources/stubs/Normalizer.php old mode 100755 new mode 100644 diff --git a/kirby/vendor/symfony/polyfill-intl-normalizer/Resources/unidata/canonicalComposition.php b/kirby/vendor/symfony/polyfill-intl-normalizer/Resources/unidata/canonicalComposition.php old mode 100755 new mode 100644 diff --git a/kirby/vendor/symfony/polyfill-intl-normalizer/Resources/unidata/canonicalDecomposition.php b/kirby/vendor/symfony/polyfill-intl-normalizer/Resources/unidata/canonicalDecomposition.php old mode 100755 new mode 100644 diff --git a/kirby/vendor/symfony/polyfill-intl-normalizer/Resources/unidata/combiningClass.php b/kirby/vendor/symfony/polyfill-intl-normalizer/Resources/unidata/combiningClass.php old mode 100755 new mode 100644 diff --git a/kirby/vendor/symfony/polyfill-intl-normalizer/Resources/unidata/compatibilityDecomposition.php b/kirby/vendor/symfony/polyfill-intl-normalizer/Resources/unidata/compatibilityDecomposition.php old mode 100755 new mode 100644 diff --git a/kirby/vendor/symfony/polyfill-intl-normalizer/bootstrap.php b/kirby/vendor/symfony/polyfill-intl-normalizer/bootstrap.php old mode 100755 new mode 100644 diff --git a/kirby/vendor/symfony/polyfill-intl-normalizer/bootstrap80.php b/kirby/vendor/symfony/polyfill-intl-normalizer/bootstrap80.php old mode 100755 new mode 100644 diff --git a/kirby/vendor/symfony/polyfill-intl-normalizer/composer.json b/kirby/vendor/symfony/polyfill-intl-normalizer/composer.json old mode 100755 new mode 100644 diff --git a/kirby/vendor/symfony/polyfill-mbstring/LICENSE b/kirby/vendor/symfony/polyfill-mbstring/LICENSE old mode 100755 new mode 100644 diff --git a/kirby/vendor/symfony/polyfill-mbstring/Mbstring.php b/kirby/vendor/symfony/polyfill-mbstring/Mbstring.php old mode 100755 new mode 100644 diff --git a/kirby/vendor/symfony/polyfill-mbstring/Resources/unidata/lowerCase.php b/kirby/vendor/symfony/polyfill-mbstring/Resources/unidata/lowerCase.php old mode 100755 new mode 100644 diff --git a/kirby/vendor/symfony/polyfill-mbstring/Resources/unidata/titleCaseRegexp.php b/kirby/vendor/symfony/polyfill-mbstring/Resources/unidata/titleCaseRegexp.php old mode 100755 new mode 100644 diff --git a/kirby/vendor/symfony/polyfill-mbstring/Resources/unidata/upperCase.php b/kirby/vendor/symfony/polyfill-mbstring/Resources/unidata/upperCase.php old mode 100755 new mode 100644 diff --git a/kirby/vendor/symfony/polyfill-mbstring/bootstrap.php b/kirby/vendor/symfony/polyfill-mbstring/bootstrap.php old mode 100755 new mode 100644 diff --git a/kirby/vendor/symfony/polyfill-mbstring/bootstrap80.php b/kirby/vendor/symfony/polyfill-mbstring/bootstrap80.php old mode 100755 new mode 100644 diff --git a/kirby/vendor/symfony/polyfill-mbstring/composer.json b/kirby/vendor/symfony/polyfill-mbstring/composer.json old mode 100755 new mode 100644 diff --git a/kirby/views/browser.php b/kirby/views/browser.php old mode 100755 new mode 100644 diff --git a/kirby/views/fatal.php b/kirby/views/fatal.php old mode 100755 new mode 100644 diff --git a/kirby/views/panel.php b/kirby/views/panel.php old mode 100755 new mode 100644 diff --git a/kirby/views/php.php b/kirby/views/php.php old mode 100755 new mode 100644 diff --git a/kirby/views/snippets/footer.php b/kirby/views/snippets/footer.php old mode 100755 new mode 100644 diff --git a/kirby/views/snippets/header.php b/kirby/views/snippets/header.php old mode 100755 new mode 100644