From 7b75ec58f76bc6030f09d21248224a43cdc0bead Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Wed, 2 Apr 2025 14:15:07 +0000 Subject: [PATCH] fix permissions --- .gitattributes | 0 .github/workflows/codeql-analysis.yml | 0 .github/workflows/greetings.yml | 0 .github/workflows/main.yml | 0 .gitignore | 0 3D/3DViewer.js | 0 3D/Loader/DdsLoader.js | 0 3D/Loader/MtlLoader.js | 0 3D/Loader/ObjLoader.js | 0 3D/Loader/StlLoader.js | 0 Account/Account.js | 0 Account/AccountManager.js | 0 Account/AccountType.js | 0 Animation/Animation.js | 0 Animation/Canvas/Particle.js | 0 Animation/Canvas/ParticleAnimation.js | 0 Asset/AssetManager.js | 0 Auth/Auth.js | 0 Autoloader.js | 0 Config/Options.js | 0 DataStorage/CacheManager.js | 0 DataStorage/LocalStorage.js | 0 DataStorage/StorageManager.js | 0 Event/EventManager.js | 0 ICLA.txt | 0 LICENSE.txt | 0 Log/LogLevel.js | 0 Log/Logger.js | 0 Math/MathProcessor.js | 0 Media/Audio/UISound.js | 0 Media/README.md | 0 Media/Video/CameraRecognition.js | 0 Message/Notification/App/AppNotification.js | 0 Message/Notification/Browser/BrowserNotification.js | 0 Message/Notification/NotificationLevel.js | 0 Message/Notification/NotificationManager.js | 0 Message/Notification/NotificationMessage.js | 0 Message/Notification/NotificationType.js | 0 Message/Request/Request.js | 0 Message/Request/RequestMethod.js | 0 Message/Request/RequestType.js | 0 Message/Response/Response.js | 0 Message/Response/ResponseManager.js | 0 Message/Response/ResponseType.js | 0 Model/Action/Dom/AddDOM.js | 0 Model/Action/Dom/ChangeAttribute.js | 0 Model/Action/Dom/Click.js | 0 Model/Action/Dom/Datalist/Append.js | 0 Model/Action/Dom/Datalist/Clear.js | 0 Model/Action/Dom/Focus.js | 0 Model/Action/Dom/FormSubmit.js | 0 Model/Action/Dom/GetDOM.js | 0 Model/Action/Dom/GetValue.js | 0 Model/Action/Dom/Hide.js | 0 Model/Action/Dom/Popup.js | 0 Model/Action/Dom/Redirect.js | 0 Model/Action/Dom/Remove.js | 0 Model/Action/Dom/RemoveDOM.js | 0 Model/Action/Dom/RemoveValue.js | 0 Model/Action/Dom/SetValue.js | 0 Model/Action/Dom/Show.js | 0 Model/Action/Dom/Table/Append.js | 0 Model/Action/Dom/Table/Clear.js | 0 Model/Action/Event/If.js | 0 Model/Action/Event/Jump.js | 0 Model/Action/Event/Prevent.js | 0 Model/Action/Message/Log.js | 0 Model/Action/Message/Request.js | 0 Model/Action/Utils/DataCollector.js | 0 Model/Action/Utils/Timer.js | 0 Model/Action/Validate/Keypress.js | 0 Model/Message/FormValidation.js | 0 Model/Message/Notify.js | 0 Module/ModuleFactory.js | 0 Module/ModuleManager.js | 0 README.md | 0 Security/Hash/Sha1.js | 0 Security/Hash/Sha1b.js | 0 Socket/Client/Client.js | 0 System/BrowserType.js | 0 System/OSType.js | 0 System/SystemUtils.js | 0 UI/ActionManager.js | 0 UI/Component/AdvancedSelect.js | 0 UI/Component/CodeArea.js | 0 UI/Component/Form.js | 0 UI/Component/SmartTextInput.js | 0 UI/Component/Tab.js | 0 UI/Component/Table.js | 0 UI/Component/TagInput.js | 0 UI/DragNDrop.js | 0 UI/GeneralUI.js | 0 UI/Input/InputManager.js | 0 UI/Input/Keyboard/KeyboardManager.js | 0 UI/Input/Mouse/ClickType.js | 0 UI/Input/Mouse/EventType.js | 0 UI/Input/Mouse/MouseManager.js | 0 UI/Input/Touch/TouchManager.js | 0 UI/Input/Voice/ReadManager.js | 0 UI/Input/Voice/VoiceManager.js | 0 UI/Order.js | 0 UI/RemoteData.js | 0 UI/UIManager.js | 0 UI/UIStateManager.js | 0 UnhandledException.js | 0 Uri/HttpUri.js | 0 Uri/UriFactory.js | 0 Utils/Parser/Markdown.js | 0 Utils/Parser/license.txt | 0 Utils/oLib.js | 0 Views/FormView.js | 0 Views/TableView.js | 0 composer.json | 0 composer.lock | 0 package-lock.json | 0 package.json | 0 tests/Account/AccountManagerTest.js | 0 tests/Account/AccountTest.js | 0 tests/Account/AccountTypeTest.js | 0 tests/Asset/AssetManagerTest.js | 0 tests/Config/OptionsTest.js | 0 tests/DataStorage/LocalStorageTest.js | 0 tests/Event/EventManagerTest.js | 0 tests/Log/LogLevelTest.js | 0 tests/Log/LoggerTest.js | 0 tests/Math/MathProcessorTest.js | 0 tests/Message/Notification/NotificationLevelTest.js | 0 tests/Message/Notification/NotificationManagerTest.js | 0 tests/Message/Notification/NotificationMessageTest.js | 0 tests/Message/Notification/NotificationTypeTest.js | 0 tests/Message/Request/RequestMethodTest.js | 0 tests/Message/Request/RequestTypeTest.js | 0 tests/Message/Response/ResponseTypeTest.js | 0 tests/SpecRunner.html | 0 tests/System/BrowserTypeTest.js | 0 tests/System/OSTypeTest.js | 0 tests/Uri/HttpUriTest.js | 0 tests/Uri/UriFactoryTest.js | 0 tests/Views/FormViewTest.js | 0 139 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 .gitattributes mode change 100755 => 100644 .github/workflows/codeql-analysis.yml mode change 100755 => 100644 .github/workflows/greetings.yml mode change 100755 => 100644 .github/workflows/main.yml mode change 100755 => 100644 .gitignore mode change 100755 => 100644 3D/3DViewer.js mode change 100755 => 100644 3D/Loader/DdsLoader.js mode change 100755 => 100644 3D/Loader/MtlLoader.js mode change 100755 => 100644 3D/Loader/ObjLoader.js mode change 100755 => 100644 3D/Loader/StlLoader.js mode change 100755 => 100644 Account/Account.js mode change 100755 => 100644 Account/AccountManager.js mode change 100755 => 100644 Account/AccountType.js mode change 100755 => 100644 Animation/Animation.js mode change 100755 => 100644 Animation/Canvas/Particle.js mode change 100755 => 100644 Animation/Canvas/ParticleAnimation.js mode change 100755 => 100644 Asset/AssetManager.js mode change 100755 => 100644 Auth/Auth.js mode change 100755 => 100644 Autoloader.js mode change 100755 => 100644 Config/Options.js mode change 100755 => 100644 DataStorage/CacheManager.js mode change 100755 => 100644 DataStorage/LocalStorage.js mode change 100755 => 100644 DataStorage/StorageManager.js mode change 100755 => 100644 Event/EventManager.js mode change 100755 => 100644 ICLA.txt mode change 100755 => 100644 LICENSE.txt mode change 100755 => 100644 Log/LogLevel.js mode change 100755 => 100644 Log/Logger.js mode change 100755 => 100644 Math/MathProcessor.js mode change 100755 => 100644 Media/Audio/UISound.js mode change 100755 => 100644 Media/README.md mode change 100755 => 100644 Media/Video/CameraRecognition.js mode change 100755 => 100644 Message/Notification/App/AppNotification.js mode change 100755 => 100644 Message/Notification/Browser/BrowserNotification.js mode change 100755 => 100644 Message/Notification/NotificationLevel.js mode change 100755 => 100644 Message/Notification/NotificationManager.js mode change 100755 => 100644 Message/Notification/NotificationMessage.js mode change 100755 => 100644 Message/Notification/NotificationType.js mode change 100755 => 100644 Message/Request/Request.js mode change 100755 => 100644 Message/Request/RequestMethod.js mode change 100755 => 100644 Message/Request/RequestType.js mode change 100755 => 100644 Message/Response/Response.js mode change 100755 => 100644 Message/Response/ResponseManager.js mode change 100755 => 100644 Message/Response/ResponseType.js mode change 100755 => 100644 Model/Action/Dom/AddDOM.js mode change 100755 => 100644 Model/Action/Dom/ChangeAttribute.js mode change 100755 => 100644 Model/Action/Dom/Click.js mode change 100755 => 100644 Model/Action/Dom/Datalist/Append.js mode change 100755 => 100644 Model/Action/Dom/Datalist/Clear.js mode change 100755 => 100644 Model/Action/Dom/Focus.js mode change 100755 => 100644 Model/Action/Dom/FormSubmit.js mode change 100755 => 100644 Model/Action/Dom/GetDOM.js mode change 100755 => 100644 Model/Action/Dom/GetValue.js mode change 100755 => 100644 Model/Action/Dom/Hide.js mode change 100755 => 100644 Model/Action/Dom/Popup.js mode change 100755 => 100644 Model/Action/Dom/Redirect.js mode change 100755 => 100644 Model/Action/Dom/Remove.js mode change 100755 => 100644 Model/Action/Dom/RemoveDOM.js mode change 100755 => 100644 Model/Action/Dom/RemoveValue.js mode change 100755 => 100644 Model/Action/Dom/SetValue.js mode change 100755 => 100644 Model/Action/Dom/Show.js mode change 100755 => 100644 Model/Action/Dom/Table/Append.js mode change 100755 => 100644 Model/Action/Dom/Table/Clear.js mode change 100755 => 100644 Model/Action/Event/If.js mode change 100755 => 100644 Model/Action/Event/Jump.js mode change 100755 => 100644 Model/Action/Event/Prevent.js mode change 100755 => 100644 Model/Action/Message/Log.js mode change 100755 => 100644 Model/Action/Message/Request.js mode change 100755 => 100644 Model/Action/Utils/DataCollector.js mode change 100755 => 100644 Model/Action/Utils/Timer.js mode change 100755 => 100644 Model/Action/Validate/Keypress.js mode change 100755 => 100644 Model/Message/FormValidation.js mode change 100755 => 100644 Model/Message/Notify.js mode change 100755 => 100644 Module/ModuleFactory.js mode change 100755 => 100644 Module/ModuleManager.js mode change 100755 => 100644 README.md mode change 100755 => 100644 Security/Hash/Sha1.js mode change 100755 => 100644 Security/Hash/Sha1b.js mode change 100755 => 100644 Socket/Client/Client.js mode change 100755 => 100644 System/BrowserType.js mode change 100755 => 100644 System/OSType.js mode change 100755 => 100644 System/SystemUtils.js mode change 100755 => 100644 UI/ActionManager.js mode change 100755 => 100644 UI/Component/AdvancedSelect.js mode change 100755 => 100644 UI/Component/CodeArea.js mode change 100755 => 100644 UI/Component/Form.js mode change 100755 => 100644 UI/Component/SmartTextInput.js mode change 100755 => 100644 UI/Component/Tab.js mode change 100755 => 100644 UI/Component/Table.js mode change 100755 => 100644 UI/Component/TagInput.js mode change 100755 => 100644 UI/DragNDrop.js mode change 100755 => 100644 UI/GeneralUI.js mode change 100755 => 100644 UI/Input/InputManager.js mode change 100755 => 100644 UI/Input/Keyboard/KeyboardManager.js mode change 100755 => 100644 UI/Input/Mouse/ClickType.js mode change 100755 => 100644 UI/Input/Mouse/EventType.js mode change 100755 => 100644 UI/Input/Mouse/MouseManager.js mode change 100755 => 100644 UI/Input/Touch/TouchManager.js mode change 100755 => 100644 UI/Input/Voice/ReadManager.js mode change 100755 => 100644 UI/Input/Voice/VoiceManager.js mode change 100755 => 100644 UI/Order.js mode change 100755 => 100644 UI/RemoteData.js mode change 100755 => 100644 UI/UIManager.js mode change 100755 => 100644 UI/UIStateManager.js mode change 100755 => 100644 UnhandledException.js mode change 100755 => 100644 Uri/HttpUri.js mode change 100755 => 100644 Uri/UriFactory.js mode change 100755 => 100644 Utils/Parser/Markdown.js mode change 100755 => 100644 Utils/Parser/license.txt mode change 100755 => 100644 Utils/oLib.js mode change 100755 => 100644 Views/FormView.js mode change 100755 => 100644 Views/TableView.js mode change 100755 => 100644 composer.json mode change 100755 => 100644 composer.lock mode change 100755 => 100644 package-lock.json mode change 100755 => 100644 package.json mode change 100755 => 100644 tests/Account/AccountManagerTest.js mode change 100755 => 100644 tests/Account/AccountTest.js mode change 100755 => 100644 tests/Account/AccountTypeTest.js mode change 100755 => 100644 tests/Asset/AssetManagerTest.js mode change 100755 => 100644 tests/Config/OptionsTest.js mode change 100755 => 100644 tests/DataStorage/LocalStorageTest.js mode change 100755 => 100644 tests/Event/EventManagerTest.js mode change 100755 => 100644 tests/Log/LogLevelTest.js mode change 100755 => 100644 tests/Log/LoggerTest.js mode change 100755 => 100644 tests/Math/MathProcessorTest.js mode change 100755 => 100644 tests/Message/Notification/NotificationLevelTest.js mode change 100755 => 100644 tests/Message/Notification/NotificationManagerTest.js mode change 100755 => 100644 tests/Message/Notification/NotificationMessageTest.js mode change 100755 => 100644 tests/Message/Notification/NotificationTypeTest.js mode change 100755 => 100644 tests/Message/Request/RequestMethodTest.js mode change 100755 => 100644 tests/Message/Request/RequestTypeTest.js mode change 100755 => 100644 tests/Message/Response/ResponseTypeTest.js mode change 100755 => 100644 tests/SpecRunner.html mode change 100755 => 100644 tests/System/BrowserTypeTest.js mode change 100755 => 100644 tests/System/OSTypeTest.js mode change 100755 => 100644 tests/Uri/HttpUriTest.js mode change 100755 => 100644 tests/Uri/UriFactoryTest.js mode change 100755 => 100644 tests/Views/FormViewTest.js 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