diff --git a/.gitattributes b/.gitattributes old mode 100755 new mode 100644 diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml old mode 100755 new mode 100644 diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml old mode 100755 new mode 100644 diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml old mode 100755 new mode 100644 diff --git a/.gitignore b/.gitignore old mode 100755 new mode 100644 diff --git a/3D/3DViewer.js b/3D/3DViewer.js old mode 100755 new mode 100644 diff --git a/3D/Loader/DdsLoader.js b/3D/Loader/DdsLoader.js old mode 100755 new mode 100644 diff --git a/3D/Loader/MtlLoader.js b/3D/Loader/MtlLoader.js old mode 100755 new mode 100644 diff --git a/3D/Loader/ObjLoader.js b/3D/Loader/ObjLoader.js old mode 100755 new mode 100644 diff --git a/3D/Loader/StlLoader.js b/3D/Loader/StlLoader.js old mode 100755 new mode 100644 diff --git a/Account/Account.js b/Account/Account.js old mode 100755 new mode 100644 diff --git a/Account/AccountManager.js b/Account/AccountManager.js old mode 100755 new mode 100644 diff --git a/Account/AccountType.js b/Account/AccountType.js old mode 100755 new mode 100644 diff --git a/Animation/Animation.js b/Animation/Animation.js old mode 100755 new mode 100644 diff --git a/Animation/Canvas/Particle.js b/Animation/Canvas/Particle.js old mode 100755 new mode 100644 diff --git a/Animation/Canvas/ParticleAnimation.js b/Animation/Canvas/ParticleAnimation.js old mode 100755 new mode 100644 diff --git a/Asset/AssetManager.js b/Asset/AssetManager.js old mode 100755 new mode 100644 diff --git a/Auth/Auth.js b/Auth/Auth.js old mode 100755 new mode 100644 diff --git a/Autoloader.js b/Autoloader.js old mode 100755 new mode 100644 diff --git a/Config/Options.js b/Config/Options.js old mode 100755 new mode 100644 diff --git a/DataStorage/CacheManager.js b/DataStorage/CacheManager.js old mode 100755 new mode 100644 diff --git a/DataStorage/LocalStorage.js b/DataStorage/LocalStorage.js old mode 100755 new mode 100644 diff --git a/DataStorage/StorageManager.js b/DataStorage/StorageManager.js old mode 100755 new mode 100644 diff --git a/Event/EventManager.js b/Event/EventManager.js old mode 100755 new mode 100644 diff --git a/ICLA.txt b/ICLA.txt old mode 100755 new mode 100644 diff --git a/LICENSE.txt b/LICENSE.txt old mode 100755 new mode 100644 diff --git a/Log/LogLevel.js b/Log/LogLevel.js old mode 100755 new mode 100644 diff --git a/Log/Logger.js b/Log/Logger.js old mode 100755 new mode 100644 diff --git a/Math/MathProcessor.js b/Math/MathProcessor.js old mode 100755 new mode 100644 diff --git a/Media/Audio/UISound.js b/Media/Audio/UISound.js old mode 100755 new mode 100644 diff --git a/Media/README.md b/Media/README.md old mode 100755 new mode 100644 diff --git a/Media/Video/CameraRecognition.js b/Media/Video/CameraRecognition.js old mode 100755 new mode 100644 diff --git a/Message/Notification/App/AppNotification.js b/Message/Notification/App/AppNotification.js old mode 100755 new mode 100644 diff --git a/Message/Notification/Browser/BrowserNotification.js b/Message/Notification/Browser/BrowserNotification.js old mode 100755 new mode 100644 diff --git a/Message/Notification/NotificationLevel.js b/Message/Notification/NotificationLevel.js old mode 100755 new mode 100644 diff --git a/Message/Notification/NotificationManager.js b/Message/Notification/NotificationManager.js old mode 100755 new mode 100644 diff --git a/Message/Notification/NotificationMessage.js b/Message/Notification/NotificationMessage.js old mode 100755 new mode 100644 diff --git a/Message/Notification/NotificationType.js b/Message/Notification/NotificationType.js old mode 100755 new mode 100644 diff --git a/Message/Request/Request.js b/Message/Request/Request.js old mode 100755 new mode 100644 diff --git a/Message/Request/RequestMethod.js b/Message/Request/RequestMethod.js old mode 100755 new mode 100644 diff --git a/Message/Request/RequestType.js b/Message/Request/RequestType.js old mode 100755 new mode 100644 diff --git a/Message/Response/Response.js b/Message/Response/Response.js old mode 100755 new mode 100644 diff --git a/Message/Response/ResponseManager.js b/Message/Response/ResponseManager.js old mode 100755 new mode 100644 diff --git a/Message/Response/ResponseType.js b/Message/Response/ResponseType.js old mode 100755 new mode 100644 diff --git a/Model/Action/Dom/AddDOM.js b/Model/Action/Dom/AddDOM.js old mode 100755 new mode 100644 diff --git a/Model/Action/Dom/ChangeAttribute.js b/Model/Action/Dom/ChangeAttribute.js old mode 100755 new mode 100644 diff --git a/Model/Action/Dom/Click.js b/Model/Action/Dom/Click.js old mode 100755 new mode 100644 diff --git a/Model/Action/Dom/Datalist/Append.js b/Model/Action/Dom/Datalist/Append.js old mode 100755 new mode 100644 diff --git a/Model/Action/Dom/Datalist/Clear.js b/Model/Action/Dom/Datalist/Clear.js old mode 100755 new mode 100644 diff --git a/Model/Action/Dom/Focus.js b/Model/Action/Dom/Focus.js old mode 100755 new mode 100644 diff --git a/Model/Action/Dom/FormSubmit.js b/Model/Action/Dom/FormSubmit.js old mode 100755 new mode 100644 diff --git a/Model/Action/Dom/GetDOM.js b/Model/Action/Dom/GetDOM.js old mode 100755 new mode 100644 diff --git a/Model/Action/Dom/GetValue.js b/Model/Action/Dom/GetValue.js old mode 100755 new mode 100644 diff --git a/Model/Action/Dom/Hide.js b/Model/Action/Dom/Hide.js old mode 100755 new mode 100644 diff --git a/Model/Action/Dom/Popup.js b/Model/Action/Dom/Popup.js old mode 100755 new mode 100644 diff --git a/Model/Action/Dom/Redirect.js b/Model/Action/Dom/Redirect.js old mode 100755 new mode 100644 diff --git a/Model/Action/Dom/Remove.js b/Model/Action/Dom/Remove.js old mode 100755 new mode 100644 diff --git a/Model/Action/Dom/RemoveDOM.js b/Model/Action/Dom/RemoveDOM.js old mode 100755 new mode 100644 diff --git a/Model/Action/Dom/RemoveValue.js b/Model/Action/Dom/RemoveValue.js old mode 100755 new mode 100644 diff --git a/Model/Action/Dom/SetValue.js b/Model/Action/Dom/SetValue.js old mode 100755 new mode 100644 diff --git a/Model/Action/Dom/Show.js b/Model/Action/Dom/Show.js old mode 100755 new mode 100644 diff --git a/Model/Action/Dom/Table/Append.js b/Model/Action/Dom/Table/Append.js old mode 100755 new mode 100644 diff --git a/Model/Action/Dom/Table/Clear.js b/Model/Action/Dom/Table/Clear.js old mode 100755 new mode 100644 diff --git a/Model/Action/Event/If.js b/Model/Action/Event/If.js old mode 100755 new mode 100644 diff --git a/Model/Action/Event/Jump.js b/Model/Action/Event/Jump.js old mode 100755 new mode 100644 diff --git a/Model/Action/Event/Prevent.js b/Model/Action/Event/Prevent.js old mode 100755 new mode 100644 diff --git a/Model/Action/Message/Log.js b/Model/Action/Message/Log.js old mode 100755 new mode 100644 diff --git a/Model/Action/Message/Request.js b/Model/Action/Message/Request.js old mode 100755 new mode 100644 diff --git a/Model/Action/Utils/DataCollector.js b/Model/Action/Utils/DataCollector.js old mode 100755 new mode 100644 diff --git a/Model/Action/Utils/Timer.js b/Model/Action/Utils/Timer.js old mode 100755 new mode 100644 diff --git a/Model/Action/Validate/Keypress.js b/Model/Action/Validate/Keypress.js old mode 100755 new mode 100644 diff --git a/Model/Message/FormValidation.js b/Model/Message/FormValidation.js old mode 100755 new mode 100644 diff --git a/Model/Message/Notify.js b/Model/Message/Notify.js old mode 100755 new mode 100644 diff --git a/Module/ModuleFactory.js b/Module/ModuleFactory.js old mode 100755 new mode 100644 diff --git a/Module/ModuleManager.js b/Module/ModuleManager.js old mode 100755 new mode 100644 diff --git a/README.md b/README.md old mode 100755 new mode 100644 diff --git a/Security/Hash/Sha1.js b/Security/Hash/Sha1.js old mode 100755 new mode 100644 diff --git a/Security/Hash/Sha1b.js b/Security/Hash/Sha1b.js old mode 100755 new mode 100644 diff --git a/Socket/Client/Client.js b/Socket/Client/Client.js old mode 100755 new mode 100644 diff --git a/System/BrowserType.js b/System/BrowserType.js old mode 100755 new mode 100644 diff --git a/System/OSType.js b/System/OSType.js old mode 100755 new mode 100644 diff --git a/System/SystemUtils.js b/System/SystemUtils.js old mode 100755 new mode 100644 diff --git a/UI/ActionManager.js b/UI/ActionManager.js old mode 100755 new mode 100644 diff --git a/UI/Component/AdvancedSelect.js b/UI/Component/AdvancedSelect.js old mode 100755 new mode 100644 diff --git a/UI/Component/CodeArea.js b/UI/Component/CodeArea.js old mode 100755 new mode 100644 diff --git a/UI/Component/Form.js b/UI/Component/Form.js old mode 100755 new mode 100644 diff --git a/UI/Component/SmartTextInput.js b/UI/Component/SmartTextInput.js old mode 100755 new mode 100644 diff --git a/UI/Component/Tab.js b/UI/Component/Tab.js old mode 100755 new mode 100644 diff --git a/UI/Component/Table.js b/UI/Component/Table.js old mode 100755 new mode 100644 diff --git a/UI/Component/TagInput.js b/UI/Component/TagInput.js old mode 100755 new mode 100644 diff --git a/UI/DragNDrop.js b/UI/DragNDrop.js old mode 100755 new mode 100644 diff --git a/UI/GeneralUI.js b/UI/GeneralUI.js old mode 100755 new mode 100644 diff --git a/UI/Input/InputManager.js b/UI/Input/InputManager.js old mode 100755 new mode 100644 diff --git a/UI/Input/Keyboard/KeyboardManager.js b/UI/Input/Keyboard/KeyboardManager.js old mode 100755 new mode 100644 diff --git a/UI/Input/Mouse/ClickType.js b/UI/Input/Mouse/ClickType.js old mode 100755 new mode 100644 diff --git a/UI/Input/Mouse/EventType.js b/UI/Input/Mouse/EventType.js old mode 100755 new mode 100644 diff --git a/UI/Input/Mouse/MouseManager.js b/UI/Input/Mouse/MouseManager.js old mode 100755 new mode 100644 diff --git a/UI/Input/Touch/TouchManager.js b/UI/Input/Touch/TouchManager.js old mode 100755 new mode 100644 diff --git a/UI/Input/Voice/ReadManager.js b/UI/Input/Voice/ReadManager.js old mode 100755 new mode 100644 diff --git a/UI/Input/Voice/VoiceManager.js b/UI/Input/Voice/VoiceManager.js old mode 100755 new mode 100644 diff --git a/UI/Order.js b/UI/Order.js old mode 100755 new mode 100644 diff --git a/UI/RemoteData.js b/UI/RemoteData.js old mode 100755 new mode 100644 diff --git a/UI/UIManager.js b/UI/UIManager.js old mode 100755 new mode 100644 diff --git a/UI/UIStateManager.js b/UI/UIStateManager.js old mode 100755 new mode 100644 diff --git a/UnhandledException.js b/UnhandledException.js old mode 100755 new mode 100644 diff --git a/Uri/HttpUri.js b/Uri/HttpUri.js old mode 100755 new mode 100644 diff --git a/Uri/UriFactory.js b/Uri/UriFactory.js old mode 100755 new mode 100644 diff --git a/Utils/Parser/Markdown.js b/Utils/Parser/Markdown.js old mode 100755 new mode 100644 diff --git a/Utils/Parser/license.txt b/Utils/Parser/license.txt old mode 100755 new mode 100644 diff --git a/Utils/oLib.js b/Utils/oLib.js old mode 100755 new mode 100644 diff --git a/Views/FormView.js b/Views/FormView.js old mode 100755 new mode 100644 diff --git a/Views/TableView.js b/Views/TableView.js old mode 100755 new mode 100644 diff --git a/composer.json b/composer.json old mode 100755 new mode 100644 diff --git a/composer.lock b/composer.lock old mode 100755 new mode 100644 diff --git a/package-lock.json b/package-lock.json old mode 100755 new mode 100644 diff --git a/package.json b/package.json old mode 100755 new mode 100644 diff --git a/tests/Account/AccountManagerTest.js b/tests/Account/AccountManagerTest.js old mode 100755 new mode 100644 diff --git a/tests/Account/AccountTest.js b/tests/Account/AccountTest.js old mode 100755 new mode 100644 diff --git a/tests/Account/AccountTypeTest.js b/tests/Account/AccountTypeTest.js old mode 100755 new mode 100644 diff --git a/tests/Asset/AssetManagerTest.js b/tests/Asset/AssetManagerTest.js old mode 100755 new mode 100644 diff --git a/tests/Config/OptionsTest.js b/tests/Config/OptionsTest.js old mode 100755 new mode 100644 diff --git a/tests/DataStorage/LocalStorageTest.js b/tests/DataStorage/LocalStorageTest.js old mode 100755 new mode 100644 diff --git a/tests/Event/EventManagerTest.js b/tests/Event/EventManagerTest.js old mode 100755 new mode 100644 diff --git a/tests/Log/LogLevelTest.js b/tests/Log/LogLevelTest.js old mode 100755 new mode 100644 diff --git a/tests/Log/LoggerTest.js b/tests/Log/LoggerTest.js old mode 100755 new mode 100644 diff --git a/tests/Math/MathProcessorTest.js b/tests/Math/MathProcessorTest.js old mode 100755 new mode 100644 diff --git a/tests/Message/Notification/NotificationLevelTest.js b/tests/Message/Notification/NotificationLevelTest.js old mode 100755 new mode 100644 diff --git a/tests/Message/Notification/NotificationManagerTest.js b/tests/Message/Notification/NotificationManagerTest.js old mode 100755 new mode 100644 diff --git a/tests/Message/Notification/NotificationMessageTest.js b/tests/Message/Notification/NotificationMessageTest.js old mode 100755 new mode 100644 diff --git a/tests/Message/Notification/NotificationTypeTest.js b/tests/Message/Notification/NotificationTypeTest.js old mode 100755 new mode 100644 diff --git a/tests/Message/Request/RequestMethodTest.js b/tests/Message/Request/RequestMethodTest.js old mode 100755 new mode 100644 diff --git a/tests/Message/Request/RequestTypeTest.js b/tests/Message/Request/RequestTypeTest.js old mode 100755 new mode 100644 diff --git a/tests/Message/Response/ResponseTypeTest.js b/tests/Message/Response/ResponseTypeTest.js old mode 100755 new mode 100644 diff --git a/tests/SpecRunner.html b/tests/SpecRunner.html old mode 100755 new mode 100644 diff --git a/tests/System/BrowserTypeTest.js b/tests/System/BrowserTypeTest.js old mode 100755 new mode 100644 diff --git a/tests/System/OSTypeTest.js b/tests/System/OSTypeTest.js old mode 100755 new mode 100644 diff --git a/tests/Uri/HttpUriTest.js b/tests/Uri/HttpUriTest.js old mode 100755 new mode 100644 diff --git a/tests/Uri/UriFactoryTest.js b/tests/Uri/UriFactoryTest.js old mode 100755 new mode 100644 diff --git a/tests/Views/FormViewTest.js b/tests/Views/FormViewTest.js old mode 100755 new mode 100644