Fix file permissions

This commit is contained in:
Giuseppe Criscione 2019-10-20 15:23:15 +02:00
parent ed4e1036a7
commit 318fd44995
112 changed files with 0 additions and 0 deletions

0
.gitignore vendored Executable file → Normal file
View File

0
.htaccess Executable file → Normal file
View File

0
admin/accounts/.gitkeep Executable file → Normal file
View File

0
admin/assets/images/avatar.png Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 6.0 KiB

After

Width:  |  Height:  |  Size: 6.0 KiB

0
admin/assets/js/app.js Executable file → Normal file
View File

0
admin/assets/js/app.min.js vendored Executable file → Normal file
View File

0
admin/assets/js/src/components/form.js Executable file → Normal file
View File

0
admin/assets/js/src/components/modals.js Executable file → Normal file
View File

0
admin/assets/js/src/components/notification.js Executable file → Normal file
View File

0
admin/assets/js/src/components/utils.js Executable file → Normal file
View File

0
admin/assets/js/src/main.js Executable file → Normal file
View File

0
admin/assets/js/src/plugins/datepicker.js Executable file → Normal file
View File

0
admin/assets/js/src/plugins/longclick.js Executable file → Normal file
View File

0
admin/assets/js/src/plugins/taginput.js Executable file → Normal file
View File

0
admin/assets/scss/components/_date-picker.scss Executable file → Normal file
View File

0
admin/assets/scss/icons.scss Executable file → Normal file
View File

0
admin/avatars/.gitkeep Executable file → Normal file
View File

0
admin/gulpfile.js Executable file → Normal file
View File

0
admin/logs/.gitkeep Executable file → Normal file
View File

0
admin/schemes/site.yml Executable file → Normal file
View File

0
admin/schemes/system.yml Executable file → Normal file
View File

0
admin/src/Admin.php Executable file → Normal file
View File

0
admin/src/Controllers/AbstractController.php Executable file → Normal file
View File

0
admin/src/Controllers/Authentication.php Executable file → Normal file
View File

0
admin/src/Controllers/Cache.php Executable file → Normal file
View File

0
admin/src/Controllers/Dashboard.php Executable file → Normal file
View File

0
admin/src/Controllers/Options.php Executable file → Normal file
View File

0
admin/src/Controllers/Pages.php Executable file → Normal file
View File

0
admin/src/Controllers/Users.php Executable file → Normal file
View File

0
admin/src/Fields/Field.php Executable file → Normal file
View File

0
admin/src/Fields/Fields.php Executable file → Normal file
View File

0
admin/src/Fields/Validator.php Executable file → Normal file
View File

0
admin/src/Security/CSRFToken.php Executable file → Normal file
View File

0
admin/src/Security/Password.php Executable file → Normal file
View File

0
admin/src/Translation.php Executable file → Normal file
View File

0
admin/src/Uploader.php Executable file → Normal file
View File

0
admin/src/Users/User.php Executable file → Normal file
View File

0
admin/src/Users/Users.php Executable file → Normal file
View File

0
admin/src/Utils/Notification.php Executable file → Normal file
View File

0
admin/src/Utils/Session.php Executable file → Normal file
View File

0
admin/translations/en.yml Executable file → Normal file
View File

0
admin/translations/fr.yml Executable file → Normal file
View File

0
admin/translations/it.yml Executable file → Normal file
View File

0
admin/views/admin.php Executable file → Normal file
View File

0
admin/views/authentication/login.php Executable file → Normal file
View File

0
admin/views/dashboard/index.php Executable file → Normal file
View File

0
admin/views/fields/checkbox.php Executable file → Normal file
View File

0
admin/views/fields/column.php Executable file → Normal file
View File

0
admin/views/fields/date.php Executable file → Normal file
View File

0
admin/views/fields/header.php Executable file → Normal file
View File

0
admin/views/fields/image.php Executable file → Normal file
View File

0
admin/views/fields/number.php Executable file → Normal file
View File

0
admin/views/fields/row.php Executable file → Normal file
View File

0
admin/views/fields/rows.php Executable file → Normal file
View File

0
admin/views/fields/select.php Executable file → Normal file
View File

0
admin/views/fields/tags.php Executable file → Normal file
View File

0
admin/views/fields/text.php Executable file → Normal file
View File

0
admin/views/fields/textarea.php Executable file → Normal file
View File

0
admin/views/modals/changes.php Executable file → Normal file
View File

0
admin/views/modals/deleteFile.php Executable file → Normal file
View File

0
admin/views/modals/deletePage.php Executable file → Normal file
View File

0
admin/views/modals/deleteUser.php Executable file → Normal file
View File

0
admin/views/modals/images.php Executable file → Normal file
View File

0
admin/views/modals/newPage.php Executable file → Normal file
View File

0
admin/views/modals/newUser.php Executable file → Normal file
View File

0
admin/views/options/info.php Executable file → Normal file
View File

0
admin/views/options/site.php Executable file → Normal file
View File

0
admin/views/options/system.php Executable file → Normal file
View File

0
admin/views/options/tabs.php Executable file → Normal file
View File

0
admin/views/pages/editor.php Executable file → Normal file
View File

0
admin/views/pages/index.php Executable file → Normal file
View File

0
admin/views/pages/list.php Executable file → Normal file
View File

0
admin/views/users/index.php Executable file → Normal file
View File

0
admin/views/users/profile.php Executable file → Normal file
View File

0
composer.json Executable file → Normal file
View File

0
config/site.yml Executable file → Normal file
View File

0
config/system.yml Executable file → Normal file
View File

0
content/1-about/page.md Executable file → Normal file
View File

0
content/2-blog/blog.md Executable file → Normal file
View File

0
content/404/page.md Executable file → Normal file
View File

0
content/index/page.md Executable file → Normal file
View File

0
formwork/Cache/SiteCache.php Executable file → Normal file
View File

0
formwork/Core/Formwork.php Executable file → Normal file
View File

0
formwork/Core/Page.php Executable file → Normal file
View File

0
formwork/Core/PageCollection.php Executable file → Normal file
View File

0
formwork/Core/Pagination.php Executable file → Normal file
View File

0
formwork/Core/Site.php Executable file → Normal file
View File

0
formwork/Data/Collection.php Executable file → Normal file
View File

0
formwork/Data/DataGetter.php Executable file → Normal file
View File

0
formwork/Data/DataSetter.php Executable file → Normal file
View File

0
formwork/Files/File.php Executable file → Normal file
View File

0
formwork/Files/Files.php Executable file → Normal file
View File

0
formwork/Router/RouteParams.php Executable file → Normal file
View File

0
formwork/Router/Router.php Executable file → Normal file
View File

0
formwork/Template/Scheme.php Executable file → Normal file
View File

0
formwork/Template/Template.php Executable file → Normal file
View File

0
formwork/Utils/FileSystem.php Executable file → Normal file
View File

0
formwork/Utils/HTTPRequest.php Executable file → Normal file
View File

0
formwork/Utils/Header.php Executable file → Normal file
View File

0
formwork/Utils/MimeType.php Executable file → Normal file
View File

Some files were not shown because too many files have changed in this diff Show More