diff --git a/.env.example b/.env.example old mode 100644 new mode 100755 diff --git a/.env.example.complete b/.env.example.complete old mode 100644 new mode 100755 diff --git a/.forgejo/CODE_OF_CONDUCT.md b/.forgejo/CODE_OF_CONDUCT.md old mode 100644 new mode 100755 diff --git a/.forgejo/FUNDING.yml b/.forgejo/FUNDING.yml old mode 100644 new mode 100755 diff --git a/.forgejo/ISSUE_TEMPLATE/api_request.yml b/.forgejo/ISSUE_TEMPLATE/api_request.yml old mode 100644 new mode 100755 diff --git a/.forgejo/ISSUE_TEMPLATE/bug_report.yml b/.forgejo/ISSUE_TEMPLATE/bug_report.yml old mode 100644 new mode 100755 diff --git a/.forgejo/ISSUE_TEMPLATE/config.yml b/.forgejo/ISSUE_TEMPLATE/config.yml old mode 100644 new mode 100755 diff --git a/.forgejo/ISSUE_TEMPLATE/feature_request.yml b/.forgejo/ISSUE_TEMPLATE/feature_request.yml old mode 100644 new mode 100755 diff --git a/.forgejo/ISSUE_TEMPLATE/language_request.yml b/.forgejo/ISSUE_TEMPLATE/language_request.yml old mode 100644 new mode 100755 diff --git a/.forgejo/ISSUE_TEMPLATE/support_request.yml b/.forgejo/ISSUE_TEMPLATE/support_request.yml old mode 100644 new mode 100755 diff --git a/.forgejo/ISSUE_TEMPLATE/z_blank_request.yml b/.forgejo/ISSUE_TEMPLATE/z_blank_request.yml old mode 100644 new mode 100755 diff --git a/.forgejo/SECURITY.md b/.forgejo/SECURITY.md old mode 100644 new mode 100755 diff --git a/.forgejo/pull_request_template.md b/.forgejo/pull_request_template.md old mode 100644 new mode 100755 diff --git a/.forgejo/workflows/analyse-php.yml b/.forgejo/workflows/analyse-php.yml old mode 100644 new mode 100755 diff --git a/.forgejo/workflows/lint-js.yml b/.forgejo/workflows/lint-js.yml old mode 100644 new mode 100755 diff --git a/.forgejo/workflows/lint-php.yml b/.forgejo/workflows/lint-php.yml old mode 100644 new mode 100755 diff --git a/.forgejo/workflows/sync-translations.yml b/.forgejo/workflows/sync-translations.yml old mode 100644 new mode 100755 diff --git a/.forgejo/workflows/test-js.yml b/.forgejo/workflows/test-js.yml old mode 100644 new mode 100755 diff --git a/.forgejo/workflows/test-migrations.yml b/.forgejo/workflows/test-migrations.yml old mode 100644 new mode 100755 diff --git a/.forgejo/workflows/test-php.yml b/.forgejo/workflows/test-php.yml old mode 100644 new mode 100755 diff --git a/.forgejo/workflows/update-snyk.yml b/.forgejo/workflows/update-snyk.yml old mode 100644 new mode 100755 diff --git a/.gitattributes b/.gitattributes old mode 100644 new mode 100755 diff --git a/.github/CODE_OF_CONDUCT.md b/.github/CODE_OF_CONDUCT.md old mode 100644 new mode 100755 diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml old mode 100644 new mode 100755 diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml old mode 100644 new mode 100755 diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md old mode 100644 new mode 100755 diff --git a/.github/translators.txt b/.github/translators.txt old mode 100644 new mode 100755 diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 diff --git a/LICENSE b/LICENSE old mode 100644 new mode 100755 diff --git a/app/Access/Controllers/ConfirmEmailController.php b/app/Access/Controllers/ConfirmEmailController.php old mode 100644 new mode 100755 diff --git a/app/Access/Controllers/ForgotPasswordController.php b/app/Access/Controllers/ForgotPasswordController.php old mode 100644 new mode 100755 diff --git a/app/Access/Controllers/HandlesPartialLogins.php b/app/Access/Controllers/HandlesPartialLogins.php old mode 100644 new mode 100755 diff --git a/app/Access/Controllers/LoginController.php b/app/Access/Controllers/LoginController.php old mode 100644 new mode 100755 diff --git a/app/Access/Controllers/MfaBackupCodesController.php b/app/Access/Controllers/MfaBackupCodesController.php old mode 100644 new mode 100755 diff --git a/app/Access/Controllers/MfaController.php b/app/Access/Controllers/MfaController.php old mode 100644 new mode 100755 diff --git a/app/Access/Controllers/MfaTotpController.php b/app/Access/Controllers/MfaTotpController.php old mode 100644 new mode 100755 diff --git a/app/Access/Controllers/OidcController.php b/app/Access/Controllers/OidcController.php old mode 100644 new mode 100755 diff --git a/app/Access/Controllers/RegisterController.php b/app/Access/Controllers/RegisterController.php old mode 100644 new mode 100755 diff --git a/app/Access/Controllers/ResetPasswordController.php b/app/Access/Controllers/ResetPasswordController.php old mode 100644 new mode 100755 diff --git a/app/Access/Controllers/Saml2Controller.php b/app/Access/Controllers/Saml2Controller.php old mode 100644 new mode 100755 diff --git a/app/Access/Controllers/SocialController.php b/app/Access/Controllers/SocialController.php old mode 100644 new mode 100755 diff --git a/app/Access/Controllers/ThrottlesLogins.php b/app/Access/Controllers/ThrottlesLogins.php old mode 100644 new mode 100755 diff --git a/app/Access/Controllers/UserInviteController.php b/app/Access/Controllers/UserInviteController.php old mode 100644 new mode 100755 diff --git a/app/Access/EmailConfirmationService.php b/app/Access/EmailConfirmationService.php old mode 100644 new mode 100755 diff --git a/app/Access/ExternalBaseUserProvider.php b/app/Access/ExternalBaseUserProvider.php old mode 100644 new mode 100755 diff --git a/app/Access/GroupSyncService.php b/app/Access/GroupSyncService.php old mode 100644 new mode 100755 diff --git a/app/Access/Guards/AsyncExternalBaseSessionGuard.php b/app/Access/Guards/AsyncExternalBaseSessionGuard.php old mode 100644 new mode 100755 diff --git a/app/Access/Guards/ExternalBaseSessionGuard.php b/app/Access/Guards/ExternalBaseSessionGuard.php old mode 100644 new mode 100755 diff --git a/app/Access/Guards/LdapSessionGuard.php b/app/Access/Guards/LdapSessionGuard.php old mode 100644 new mode 100755 diff --git a/app/Access/Ldap.php b/app/Access/Ldap.php old mode 100644 new mode 100755 diff --git a/app/Access/LdapService.php b/app/Access/LdapService.php old mode 100644 new mode 100755 diff --git a/app/Access/LoginService.php b/app/Access/LoginService.php old mode 100644 new mode 100755 diff --git a/app/Access/Mfa/BackupCodeService.php b/app/Access/Mfa/BackupCodeService.php old mode 100644 new mode 100755 diff --git a/app/Access/Mfa/MfaSession.php b/app/Access/Mfa/MfaSession.php old mode 100644 new mode 100755 diff --git a/app/Access/Mfa/MfaValue.php b/app/Access/Mfa/MfaValue.php old mode 100644 new mode 100755 diff --git a/app/Access/Mfa/MfaVerificationLimiter.php b/app/Access/Mfa/MfaVerificationLimiter.php old mode 100644 new mode 100755 diff --git a/app/Access/Mfa/TotpService.php b/app/Access/Mfa/TotpService.php old mode 100644 new mode 100755 diff --git a/app/Access/Mfa/TotpValidationRule.php b/app/Access/Mfa/TotpValidationRule.php old mode 100644 new mode 100755 diff --git a/app/Access/Notifications/ConfirmEmailNotification.php b/app/Access/Notifications/ConfirmEmailNotification.php old mode 100644 new mode 100755 diff --git a/app/Access/Notifications/ResetPasswordNotification.php b/app/Access/Notifications/ResetPasswordNotification.php old mode 100644 new mode 100755 diff --git a/app/Access/Notifications/UserInviteNotification.php b/app/Access/Notifications/UserInviteNotification.php old mode 100644 new mode 100755 diff --git a/app/Access/Oidc/OidcAccessToken.php b/app/Access/Oidc/OidcAccessToken.php old mode 100644 new mode 100755 diff --git a/app/Access/Oidc/OidcException.php b/app/Access/Oidc/OidcException.php old mode 100644 new mode 100755 diff --git a/app/Access/Oidc/OidcIdToken.php b/app/Access/Oidc/OidcIdToken.php old mode 100644 new mode 100755 diff --git a/app/Access/Oidc/OidcInvalidKeyException.php b/app/Access/Oidc/OidcInvalidKeyException.php old mode 100644 new mode 100755 diff --git a/app/Access/Oidc/OidcInvalidTokenException.php b/app/Access/Oidc/OidcInvalidTokenException.php old mode 100644 new mode 100755 diff --git a/app/Access/Oidc/OidcIssuerDiscoveryException.php b/app/Access/Oidc/OidcIssuerDiscoveryException.php old mode 100644 new mode 100755 diff --git a/app/Access/Oidc/OidcJwtSigningKey.php b/app/Access/Oidc/OidcJwtSigningKey.php old mode 100644 new mode 100755 diff --git a/app/Access/Oidc/OidcJwtWithClaims.php b/app/Access/Oidc/OidcJwtWithClaims.php old mode 100644 new mode 100755 diff --git a/app/Access/Oidc/OidcOAuthProvider.php b/app/Access/Oidc/OidcOAuthProvider.php old mode 100644 new mode 100755 diff --git a/app/Access/Oidc/OidcProviderSettings.php b/app/Access/Oidc/OidcProviderSettings.php old mode 100644 new mode 100755 diff --git a/app/Access/Oidc/OidcService.php b/app/Access/Oidc/OidcService.php old mode 100644 new mode 100755 diff --git a/app/Access/Oidc/OidcUserDetails.php b/app/Access/Oidc/OidcUserDetails.php old mode 100644 new mode 100755 diff --git a/app/Access/Oidc/OidcUserinfoResponse.php b/app/Access/Oidc/OidcUserinfoResponse.php old mode 100644 new mode 100755 diff --git a/app/Access/Oidc/ProvidesClaims.php b/app/Access/Oidc/ProvidesClaims.php old mode 100644 new mode 100755 diff --git a/app/Access/RegistrationService.php b/app/Access/RegistrationService.php old mode 100644 new mode 100755 diff --git a/app/Access/Saml2Service.php b/app/Access/Saml2Service.php old mode 100644 new mode 100755 diff --git a/app/Access/SocialAccount.php b/app/Access/SocialAccount.php old mode 100644 new mode 100755 diff --git a/app/Access/SocialAuthService.php b/app/Access/SocialAuthService.php old mode 100644 new mode 100755 diff --git a/app/Access/SocialDriverManager.php b/app/Access/SocialDriverManager.php old mode 100644 new mode 100755 diff --git a/app/Access/UserInviteException.php b/app/Access/UserInviteException.php old mode 100644 new mode 100755 diff --git a/app/Access/UserInviteService.php b/app/Access/UserInviteService.php old mode 100644 new mode 100755 diff --git a/app/Access/UserTokenService.php b/app/Access/UserTokenService.php old mode 100644 new mode 100755 diff --git a/app/Activity/ActivityQueries.php b/app/Activity/ActivityQueries.php old mode 100644 new mode 100755 diff --git a/app/Activity/ActivityType.php b/app/Activity/ActivityType.php old mode 100644 new mode 100755 diff --git a/app/Activity/CommentRepo.php b/app/Activity/CommentRepo.php old mode 100644 new mode 100755 diff --git a/app/Activity/Controllers/AuditLogApiController.php b/app/Activity/Controllers/AuditLogApiController.php old mode 100644 new mode 100755 diff --git a/app/Activity/Controllers/AuditLogController.php b/app/Activity/Controllers/AuditLogController.php old mode 100644 new mode 100755 diff --git a/app/Activity/Controllers/CommentApiController.php b/app/Activity/Controllers/CommentApiController.php old mode 100644 new mode 100755 diff --git a/app/Activity/Controllers/CommentController.php b/app/Activity/Controllers/CommentController.php old mode 100644 new mode 100755 diff --git a/app/Activity/Controllers/FavouriteController.php b/app/Activity/Controllers/FavouriteController.php old mode 100644 new mode 100755 diff --git a/app/Activity/Controllers/TagApiController.php b/app/Activity/Controllers/TagApiController.php old mode 100644 new mode 100755 diff --git a/app/Activity/Controllers/TagController.php b/app/Activity/Controllers/TagController.php old mode 100644 new mode 100755 diff --git a/app/Activity/Controllers/WatchController.php b/app/Activity/Controllers/WatchController.php old mode 100644 new mode 100755 diff --git a/app/Activity/Controllers/WebhookController.php b/app/Activity/Controllers/WebhookController.php old mode 100644 new mode 100755 diff --git a/app/Activity/DispatchWebhookJob.php b/app/Activity/DispatchWebhookJob.php old mode 100644 new mode 100755 diff --git a/app/Activity/Models/Activity.php b/app/Activity/Models/Activity.php old mode 100644 new mode 100755 diff --git a/app/Activity/Models/Comment.php b/app/Activity/Models/Comment.php old mode 100644 new mode 100755 diff --git a/app/Activity/Models/Favouritable.php b/app/Activity/Models/Favouritable.php old mode 100644 new mode 100755 diff --git a/app/Activity/Models/Favourite.php b/app/Activity/Models/Favourite.php old mode 100644 new mode 100755 diff --git a/app/Activity/Models/Loggable.php b/app/Activity/Models/Loggable.php old mode 100644 new mode 100755 diff --git a/app/Activity/Models/MentionHistory.php b/app/Activity/Models/MentionHistory.php old mode 100644 new mode 100755 diff --git a/app/Activity/Models/Tag.php b/app/Activity/Models/Tag.php old mode 100644 new mode 100755 diff --git a/app/Activity/Models/View.php b/app/Activity/Models/View.php old mode 100644 new mode 100755 diff --git a/app/Activity/Models/Viewable.php b/app/Activity/Models/Viewable.php old mode 100644 new mode 100755 diff --git a/app/Activity/Models/Watch.php b/app/Activity/Models/Watch.php old mode 100644 new mode 100755 diff --git a/app/Activity/Models/Webhook.php b/app/Activity/Models/Webhook.php old mode 100644 new mode 100755 diff --git a/app/Activity/Models/WebhookTrackedEvent.php b/app/Activity/Models/WebhookTrackedEvent.php old mode 100644 new mode 100755 diff --git a/app/Activity/Notifications/Handlers/BaseNotificationHandler.php b/app/Activity/Notifications/Handlers/BaseNotificationHandler.php old mode 100644 new mode 100755 diff --git a/app/Activity/Notifications/Handlers/CommentCreationNotificationHandler.php b/app/Activity/Notifications/Handlers/CommentCreationNotificationHandler.php old mode 100644 new mode 100755 diff --git a/app/Activity/Notifications/Handlers/CommentMentionNotificationHandler.php b/app/Activity/Notifications/Handlers/CommentMentionNotificationHandler.php old mode 100644 new mode 100755 diff --git a/app/Activity/Notifications/Handlers/NotificationHandler.php b/app/Activity/Notifications/Handlers/NotificationHandler.php old mode 100644 new mode 100755 diff --git a/app/Activity/Notifications/Handlers/PageCreationNotificationHandler.php b/app/Activity/Notifications/Handlers/PageCreationNotificationHandler.php old mode 100644 new mode 100755 diff --git a/app/Activity/Notifications/Handlers/PageUpdateNotificationHandler.php b/app/Activity/Notifications/Handlers/PageUpdateNotificationHandler.php old mode 100644 new mode 100755 diff --git a/app/Activity/Notifications/MessageParts/EntityLinkMessageLine.php b/app/Activity/Notifications/MessageParts/EntityLinkMessageLine.php old mode 100644 new mode 100755 diff --git a/app/Activity/Notifications/MessageParts/EntityPathMessageLine.php b/app/Activity/Notifications/MessageParts/EntityPathMessageLine.php old mode 100644 new mode 100755 diff --git a/app/Activity/Notifications/MessageParts/LinkedMailMessageLine.php b/app/Activity/Notifications/MessageParts/LinkedMailMessageLine.php old mode 100644 new mode 100755 diff --git a/app/Activity/Notifications/MessageParts/ListMessageLine.php b/app/Activity/Notifications/MessageParts/ListMessageLine.php old mode 100644 new mode 100755 diff --git a/app/Activity/Notifications/Messages/BaseActivityNotification.php b/app/Activity/Notifications/Messages/BaseActivityNotification.php old mode 100644 new mode 100755 diff --git a/app/Activity/Notifications/Messages/CommentCreationNotification.php b/app/Activity/Notifications/Messages/CommentCreationNotification.php old mode 100644 new mode 100755 diff --git a/app/Activity/Notifications/Messages/CommentMentionNotification.php b/app/Activity/Notifications/Messages/CommentMentionNotification.php old mode 100644 new mode 100755 diff --git a/app/Activity/Notifications/Messages/PageCreationNotification.php b/app/Activity/Notifications/Messages/PageCreationNotification.php old mode 100644 new mode 100755 diff --git a/app/Activity/Notifications/Messages/PageUpdateNotification.php b/app/Activity/Notifications/Messages/PageUpdateNotification.php old mode 100644 new mode 100755 diff --git a/app/Activity/Notifications/NotificationManager.php b/app/Activity/Notifications/NotificationManager.php old mode 100644 new mode 100755 diff --git a/app/Activity/Queries/WebhooksAllPaginatedAndSorted.php b/app/Activity/Queries/WebhooksAllPaginatedAndSorted.php old mode 100644 new mode 100755 diff --git a/app/Activity/TagRepo.php b/app/Activity/TagRepo.php old mode 100644 new mode 100755 diff --git a/app/Activity/Tools/ActivityLogger.php b/app/Activity/Tools/ActivityLogger.php old mode 100644 new mode 100755 diff --git a/app/Activity/Tools/CommentTree.php b/app/Activity/Tools/CommentTree.php old mode 100644 new mode 100755 diff --git a/app/Activity/Tools/CommentTreeNode.php b/app/Activity/Tools/CommentTreeNode.php old mode 100644 new mode 100755 diff --git a/app/Activity/Tools/EntityWatchers.php b/app/Activity/Tools/EntityWatchers.php old mode 100644 new mode 100755 diff --git a/app/Activity/Tools/IpFormatter.php b/app/Activity/Tools/IpFormatter.php old mode 100644 new mode 100755 diff --git a/app/Activity/Tools/MentionParser.php b/app/Activity/Tools/MentionParser.php old mode 100644 new mode 100755 diff --git a/app/Activity/Tools/TagClassGenerator.php b/app/Activity/Tools/TagClassGenerator.php old mode 100644 new mode 100755 diff --git a/app/Activity/Tools/UserEntityWatchOptions.php b/app/Activity/Tools/UserEntityWatchOptions.php old mode 100644 new mode 100755 diff --git a/app/Activity/Tools/WatchedParentDetails.php b/app/Activity/Tools/WatchedParentDetails.php old mode 100644 new mode 100755 diff --git a/app/Activity/Tools/WebhookFormatter.php b/app/Activity/Tools/WebhookFormatter.php old mode 100644 new mode 100755 diff --git a/app/Activity/WatchLevels.php b/app/Activity/WatchLevels.php old mode 100644 new mode 100755 diff --git a/app/Api/ApiDocsController.php b/app/Api/ApiDocsController.php old mode 100644 new mode 100755 diff --git a/app/Api/ApiDocsGenerator.php b/app/Api/ApiDocsGenerator.php old mode 100644 new mode 100755 diff --git a/app/Api/ApiEntityListFormatter.php b/app/Api/ApiEntityListFormatter.php old mode 100644 new mode 100755 diff --git a/app/Api/ApiToken.php b/app/Api/ApiToken.php old mode 100644 new mode 100755 diff --git a/app/Api/ApiTokenGuard.php b/app/Api/ApiTokenGuard.php old mode 100644 new mode 100755 diff --git a/app/Api/ListingResponseBuilder.php b/app/Api/ListingResponseBuilder.php old mode 100644 new mode 100755 diff --git a/app/Api/UserApiTokenController.php b/app/Api/UserApiTokenController.php old mode 100644 new mode 100755 diff --git a/app/App/AppVersion.php b/app/App/AppVersion.php old mode 100644 new mode 100755 diff --git a/app/App/Application.php b/app/App/Application.php old mode 100644 new mode 100755 diff --git a/app/App/HomeController.php b/app/App/HomeController.php old mode 100644 new mode 100755 diff --git a/app/App/MailNotification.php b/app/App/MailNotification.php old mode 100644 new mode 100755 diff --git a/app/App/MetaController.php b/app/App/MetaController.php old mode 100644 new mode 100755 diff --git a/app/App/Model.php b/app/App/Model.php old mode 100644 new mode 100755 diff --git a/app/App/Providers/AppServiceProvider.php b/app/App/Providers/AppServiceProvider.php old mode 100644 new mode 100755 diff --git a/app/App/Providers/AuthServiceProvider.php b/app/App/Providers/AuthServiceProvider.php old mode 100644 new mode 100755 diff --git a/app/App/Providers/EventServiceProvider.php b/app/App/Providers/EventServiceProvider.php old mode 100644 new mode 100755 diff --git a/app/App/Providers/RouteServiceProvider.php b/app/App/Providers/RouteServiceProvider.php old mode 100644 new mode 100755 diff --git a/app/App/Providers/ThemeServiceProvider.php b/app/App/Providers/ThemeServiceProvider.php old mode 100644 new mode 100755 diff --git a/app/App/Providers/TranslationServiceProvider.php b/app/App/Providers/TranslationServiceProvider.php old mode 100644 new mode 100755 diff --git a/app/App/Providers/ValidationRuleServiceProvider.php b/app/App/Providers/ValidationRuleServiceProvider.php old mode 100644 new mode 100755 diff --git a/app/App/Providers/ViewTweaksServiceProvider.php b/app/App/Providers/ViewTweaksServiceProvider.php old mode 100644 new mode 100755 diff --git a/app/App/PwaManifestBuilder.php b/app/App/PwaManifestBuilder.php old mode 100644 new mode 100755 diff --git a/app/App/SluggableInterface.php b/app/App/SluggableInterface.php old mode 100644 new mode 100755 diff --git a/app/App/SystemApiController.php b/app/App/SystemApiController.php old mode 100644 new mode 100755 diff --git a/app/App/helpers.php b/app/App/helpers.php old mode 100644 new mode 100755 diff --git a/app/Config/api.php b/app/Config/api.php old mode 100644 new mode 100755 diff --git a/app/Config/app.php b/app/Config/app.php old mode 100644 new mode 100755 diff --git a/app/Config/auth.php b/app/Config/auth.php old mode 100644 new mode 100755 diff --git a/app/Config/cache.php b/app/Config/cache.php old mode 100644 new mode 100755 diff --git a/app/Config/clockwork.php b/app/Config/clockwork.php old mode 100644 new mode 100755 diff --git a/app/Config/database.php b/app/Config/database.php old mode 100644 new mode 100755 diff --git a/app/Config/debugbar.php b/app/Config/debugbar.php old mode 100644 new mode 100755 diff --git a/app/Config/exports.php b/app/Config/exports.php old mode 100644 new mode 100755 diff --git a/app/Config/filesystems.php b/app/Config/filesystems.php old mode 100644 new mode 100755 diff --git a/app/Config/hashing.php b/app/Config/hashing.php old mode 100644 new mode 100755 diff --git a/app/Config/logging.php b/app/Config/logging.php old mode 100644 new mode 100755 diff --git a/app/Config/mail.php b/app/Config/mail.php old mode 100644 new mode 100755 diff --git a/app/Config/oidc.php b/app/Config/oidc.php old mode 100644 new mode 100755 diff --git a/app/Config/queue.php b/app/Config/queue.php old mode 100644 new mode 100755 diff --git a/app/Config/saml2.php b/app/Config/saml2.php old mode 100644 new mode 100755 diff --git a/app/Config/services.php b/app/Config/services.php old mode 100644 new mode 100755 diff --git a/app/Config/session.php b/app/Config/session.php old mode 100644 new mode 100755 diff --git a/app/Config/setting-defaults.php b/app/Config/setting-defaults.php old mode 100644 new mode 100755 diff --git a/app/Config/view.php b/app/Config/view.php old mode 100644 new mode 100755 diff --git a/app/Console/Commands/AssignSortRuleCommand.php b/app/Console/Commands/AssignSortRuleCommand.php old mode 100644 new mode 100755 diff --git a/app/Console/Commands/CleanupImagesCommand.php b/app/Console/Commands/CleanupImagesCommand.php old mode 100644 new mode 100755 diff --git a/app/Console/Commands/ClearActivityCommand.php b/app/Console/Commands/ClearActivityCommand.php old mode 100644 new mode 100755 diff --git a/app/Console/Commands/ClearRevisionsCommand.php b/app/Console/Commands/ClearRevisionsCommand.php old mode 100644 new mode 100755 diff --git a/app/Console/Commands/ClearViewsCommand.php b/app/Console/Commands/ClearViewsCommand.php old mode 100644 new mode 100755 diff --git a/app/Console/Commands/CopyShelfPermissionsCommand.php b/app/Console/Commands/CopyShelfPermissionsCommand.php old mode 100644 new mode 100755 diff --git a/app/Console/Commands/CreateAdminCommand.php b/app/Console/Commands/CreateAdminCommand.php old mode 100644 new mode 100755 diff --git a/app/Console/Commands/DeleteUsersCommand.php b/app/Console/Commands/DeleteUsersCommand.php old mode 100644 new mode 100755 diff --git a/app/Console/Commands/HandlesSingleUser.php b/app/Console/Commands/HandlesSingleUser.php old mode 100644 new mode 100755 diff --git a/app/Console/Commands/InstallModuleCommand.php b/app/Console/Commands/InstallModuleCommand.php old mode 100644 new mode 100755 diff --git a/app/Console/Commands/RefreshAvatarCommand.php b/app/Console/Commands/RefreshAvatarCommand.php old mode 100644 new mode 100755 diff --git a/app/Console/Commands/RegeneratePermissionsCommand.php b/app/Console/Commands/RegeneratePermissionsCommand.php old mode 100644 new mode 100755 diff --git a/app/Console/Commands/RegenerateReferencesCommand.php b/app/Console/Commands/RegenerateReferencesCommand.php old mode 100644 new mode 100755 diff --git a/app/Console/Commands/RegenerateSearchCommand.php b/app/Console/Commands/RegenerateSearchCommand.php old mode 100644 new mode 100755 diff --git a/app/Console/Commands/ResetMfaCommand.php b/app/Console/Commands/ResetMfaCommand.php old mode 100644 new mode 100755 diff --git a/app/Console/Commands/UpdateUrlCommand.php b/app/Console/Commands/UpdateUrlCommand.php old mode 100644 new mode 100755 diff --git a/app/Console/Commands/UpgradeDatabaseEncodingCommand.php b/app/Console/Commands/UpgradeDatabaseEncodingCommand.php old mode 100644 new mode 100755 diff --git a/app/Console/Kernel.php b/app/Console/Kernel.php old mode 100644 new mode 100755 diff --git a/app/Entities/BreadcrumbsViewComposer.php b/app/Entities/BreadcrumbsViewComposer.php old mode 100644 new mode 100755 diff --git a/app/Entities/Controllers/BookApiController.php b/app/Entities/Controllers/BookApiController.php old mode 100644 new mode 100755 diff --git a/app/Entities/Controllers/BookController.php b/app/Entities/Controllers/BookController.php old mode 100644 new mode 100755 diff --git a/app/Entities/Controllers/BookshelfApiController.php b/app/Entities/Controllers/BookshelfApiController.php old mode 100644 new mode 100755 diff --git a/app/Entities/Controllers/BookshelfController.php b/app/Entities/Controllers/BookshelfController.php old mode 100644 new mode 100755 diff --git a/app/Entities/Controllers/ChapterApiController.php b/app/Entities/Controllers/ChapterApiController.php old mode 100644 new mode 100755 diff --git a/app/Entities/Controllers/ChapterController.php b/app/Entities/Controllers/ChapterController.php old mode 100644 new mode 100755 diff --git a/app/Entities/Controllers/PageApiController.php b/app/Entities/Controllers/PageApiController.php old mode 100644 new mode 100755 diff --git a/app/Entities/Controllers/PageController.php b/app/Entities/Controllers/PageController.php old mode 100644 new mode 100755 diff --git a/app/Entities/Controllers/PageRevisionController.php b/app/Entities/Controllers/PageRevisionController.php old mode 100644 new mode 100755 diff --git a/app/Entities/Controllers/PageTemplateController.php b/app/Entities/Controllers/PageTemplateController.php old mode 100644 new mode 100755 diff --git a/app/Entities/Controllers/RecycleBinApiController.php b/app/Entities/Controllers/RecycleBinApiController.php old mode 100644 new mode 100755 diff --git a/app/Entities/Controllers/RecycleBinController.php b/app/Entities/Controllers/RecycleBinController.php old mode 100644 new mode 100755 diff --git a/app/Entities/EntityExistsRule.php b/app/Entities/EntityExistsRule.php old mode 100644 new mode 100755 diff --git a/app/Entities/EntityProvider.php b/app/Entities/EntityProvider.php old mode 100644 new mode 100755 diff --git a/app/Entities/Models/Book.php b/app/Entities/Models/Book.php old mode 100644 new mode 100755 diff --git a/app/Entities/Models/BookChild.php b/app/Entities/Models/BookChild.php old mode 100644 new mode 100755 diff --git a/app/Entities/Models/Bookshelf.php b/app/Entities/Models/Bookshelf.php old mode 100644 new mode 100755 diff --git a/app/Entities/Models/Chapter.php b/app/Entities/Models/Chapter.php old mode 100644 new mode 100755 diff --git a/app/Entities/Models/ContainerTrait.php b/app/Entities/Models/ContainerTrait.php old mode 100644 new mode 100755 diff --git a/app/Entities/Models/DeletableInterface.php b/app/Entities/Models/DeletableInterface.php old mode 100644 new mode 100755 diff --git a/app/Entities/Models/Deletion.php b/app/Entities/Models/Deletion.php old mode 100644 new mode 100755 diff --git a/app/Entities/Models/Entity.php b/app/Entities/Models/Entity.php old mode 100644 new mode 100755 diff --git a/app/Entities/Models/EntityContainerData.php b/app/Entities/Models/EntityContainerData.php old mode 100644 new mode 100755 diff --git a/app/Entities/Models/EntityPageData.php b/app/Entities/Models/EntityPageData.php old mode 100644 new mode 100755 diff --git a/app/Entities/Models/EntityQueryBuilder.php b/app/Entities/Models/EntityQueryBuilder.php old mode 100644 new mode 100755 diff --git a/app/Entities/Models/EntityScope.php b/app/Entities/Models/EntityScope.php old mode 100644 new mode 100755 diff --git a/app/Entities/Models/EntityTable.php b/app/Entities/Models/EntityTable.php old mode 100644 new mode 100755 diff --git a/app/Entities/Models/HasCoverInterface.php b/app/Entities/Models/HasCoverInterface.php old mode 100644 new mode 100755 diff --git a/app/Entities/Models/HasDefaultTemplateInterface.php b/app/Entities/Models/HasDefaultTemplateInterface.php old mode 100644 new mode 100755 diff --git a/app/Entities/Models/HasDescriptionInterface.php b/app/Entities/Models/HasDescriptionInterface.php old mode 100644 new mode 100755 diff --git a/app/Entities/Models/Page.php b/app/Entities/Models/Page.php old mode 100644 new mode 100755 diff --git a/app/Entities/Models/PageRevision.php b/app/Entities/Models/PageRevision.php old mode 100644 new mode 100755 diff --git a/app/Entities/Models/SlugHistory.php b/app/Entities/Models/SlugHistory.php old mode 100644 new mode 100755 diff --git a/app/Entities/Queries/BookQueries.php b/app/Entities/Queries/BookQueries.php old mode 100644 new mode 100755 diff --git a/app/Entities/Queries/BookshelfQueries.php b/app/Entities/Queries/BookshelfQueries.php old mode 100644 new mode 100755 diff --git a/app/Entities/Queries/ChapterQueries.php b/app/Entities/Queries/ChapterQueries.php old mode 100644 new mode 100755 diff --git a/app/Entities/Queries/EntityQueries.php b/app/Entities/Queries/EntityQueries.php old mode 100644 new mode 100755 diff --git a/app/Entities/Queries/PageQueries.php b/app/Entities/Queries/PageQueries.php old mode 100644 new mode 100755 diff --git a/app/Entities/Queries/PageRevisionQueries.php b/app/Entities/Queries/PageRevisionQueries.php old mode 100644 new mode 100755 diff --git a/app/Entities/Queries/ProvidesEntityQueries.php b/app/Entities/Queries/ProvidesEntityQueries.php old mode 100644 new mode 100755 diff --git a/app/Entities/Queries/QueryPopular.php b/app/Entities/Queries/QueryPopular.php old mode 100644 new mode 100755 diff --git a/app/Entities/Queries/QueryRecentlyViewed.php b/app/Entities/Queries/QueryRecentlyViewed.php old mode 100644 new mode 100755 diff --git a/app/Entities/Queries/QueryTopFavourites.php b/app/Entities/Queries/QueryTopFavourites.php old mode 100644 new mode 100755 diff --git a/app/Entities/Repos/BaseRepo.php b/app/Entities/Repos/BaseRepo.php old mode 100644 new mode 100755 diff --git a/app/Entities/Repos/BookRepo.php b/app/Entities/Repos/BookRepo.php old mode 100644 new mode 100755 diff --git a/app/Entities/Repos/BookshelfRepo.php b/app/Entities/Repos/BookshelfRepo.php old mode 100644 new mode 100755 diff --git a/app/Entities/Repos/ChapterRepo.php b/app/Entities/Repos/ChapterRepo.php old mode 100644 new mode 100755 diff --git a/app/Entities/Repos/DeletionRepo.php b/app/Entities/Repos/DeletionRepo.php old mode 100644 new mode 100755 diff --git a/app/Entities/Repos/PageRepo.php b/app/Entities/Repos/PageRepo.php old mode 100644 new mode 100755 diff --git a/app/Entities/Repos/RevisionRepo.php b/app/Entities/Repos/RevisionRepo.php old mode 100644 new mode 100755 diff --git a/app/Entities/Tools/BookContents.php b/app/Entities/Tools/BookContents.php old mode 100644 new mode 100755 diff --git a/app/Entities/Tools/Cloner.php b/app/Entities/Tools/Cloner.php old mode 100644 new mode 100755 diff --git a/app/Entities/Tools/EntityCover.php b/app/Entities/Tools/EntityCover.php old mode 100644 new mode 100755 diff --git a/app/Entities/Tools/EntityDefaultTemplate.php b/app/Entities/Tools/EntityDefaultTemplate.php old mode 100644 new mode 100755 diff --git a/app/Entities/Tools/EntityHtmlDescription.php b/app/Entities/Tools/EntityHtmlDescription.php old mode 100644 new mode 100755 diff --git a/app/Entities/Tools/EntityHydrator.php b/app/Entities/Tools/EntityHydrator.php old mode 100644 new mode 100755 diff --git a/app/Entities/Tools/HierarchyTransformer.php b/app/Entities/Tools/HierarchyTransformer.php old mode 100644 new mode 100755 diff --git a/app/Entities/Tools/Markdown/CheckboxConverter.php b/app/Entities/Tools/Markdown/CheckboxConverter.php old mode 100644 new mode 100755 diff --git a/app/Entities/Tools/Markdown/CustomDivConverter.php b/app/Entities/Tools/Markdown/CustomDivConverter.php old mode 100644 new mode 100755 diff --git a/app/Entities/Tools/Markdown/CustomImageConverter.php b/app/Entities/Tools/Markdown/CustomImageConverter.php old mode 100644 new mode 100755 diff --git a/app/Entities/Tools/Markdown/CustomListItemRenderer.php b/app/Entities/Tools/Markdown/CustomListItemRenderer.php old mode 100644 new mode 100755 diff --git a/app/Entities/Tools/Markdown/CustomParagraphConverter.php b/app/Entities/Tools/Markdown/CustomParagraphConverter.php old mode 100644 new mode 100755 diff --git a/app/Entities/Tools/Markdown/CustomStrikeThroughExtension.php b/app/Entities/Tools/Markdown/CustomStrikeThroughExtension.php old mode 100644 new mode 100755 diff --git a/app/Entities/Tools/Markdown/CustomStrikethroughRenderer.php b/app/Entities/Tools/Markdown/CustomStrikethroughRenderer.php old mode 100644 new mode 100755 diff --git a/app/Entities/Tools/Markdown/HtmlToMarkdown.php b/app/Entities/Tools/Markdown/HtmlToMarkdown.php old mode 100644 new mode 100755 diff --git a/app/Entities/Tools/Markdown/MarkdownToHtml.php b/app/Entities/Tools/Markdown/MarkdownToHtml.php old mode 100644 new mode 100755 diff --git a/app/Entities/Tools/Markdown/SpacedTagFallbackConverter.php b/app/Entities/Tools/Markdown/SpacedTagFallbackConverter.php old mode 100644 new mode 100755 diff --git a/app/Entities/Tools/MixedEntityListLoader.php b/app/Entities/Tools/MixedEntityListLoader.php old mode 100644 new mode 100755 diff --git a/app/Entities/Tools/MixedEntityRequestHelper.php b/app/Entities/Tools/MixedEntityRequestHelper.php old mode 100644 new mode 100755 diff --git a/app/Entities/Tools/NextPreviousContentLocator.php b/app/Entities/Tools/NextPreviousContentLocator.php old mode 100644 new mode 100755 diff --git a/app/Entities/Tools/PageContent.php b/app/Entities/Tools/PageContent.php old mode 100644 new mode 100755 diff --git a/app/Entities/Tools/PageEditActivity.php b/app/Entities/Tools/PageEditActivity.php old mode 100644 new mode 100755 diff --git a/app/Entities/Tools/PageEditorData.php b/app/Entities/Tools/PageEditorData.php old mode 100644 new mode 100755 diff --git a/app/Entities/Tools/PageEditorType.php b/app/Entities/Tools/PageEditorType.php old mode 100644 new mode 100755 diff --git a/app/Entities/Tools/PageIncludeContent.php b/app/Entities/Tools/PageIncludeContent.php old mode 100644 new mode 100755 diff --git a/app/Entities/Tools/PageIncludeParser.php b/app/Entities/Tools/PageIncludeParser.php old mode 100644 new mode 100755 diff --git a/app/Entities/Tools/PageIncludeTag.php b/app/Entities/Tools/PageIncludeTag.php old mode 100644 new mode 100755 diff --git a/app/Entities/Tools/ParentChanger.php b/app/Entities/Tools/ParentChanger.php old mode 100644 new mode 100755 diff --git a/app/Entities/Tools/PermissionsUpdater.php b/app/Entities/Tools/PermissionsUpdater.php old mode 100644 new mode 100755 diff --git a/app/Entities/Tools/ShelfContext.php b/app/Entities/Tools/ShelfContext.php old mode 100644 new mode 100755 diff --git a/app/Entities/Tools/SiblingFetcher.php b/app/Entities/Tools/SiblingFetcher.php old mode 100644 new mode 100755 diff --git a/app/Entities/Tools/SlugGenerator.php b/app/Entities/Tools/SlugGenerator.php old mode 100644 new mode 100755 diff --git a/app/Entities/Tools/SlugHistory.php b/app/Entities/Tools/SlugHistory.php old mode 100644 new mode 100755 diff --git a/app/Entities/Tools/TrashCan.php b/app/Entities/Tools/TrashCan.php old mode 100644 new mode 100755 diff --git a/app/Exceptions/ApiAuthException.php b/app/Exceptions/ApiAuthException.php old mode 100644 new mode 100755 diff --git a/app/Exceptions/BookStackExceptionHandlerPage.php b/app/Exceptions/BookStackExceptionHandlerPage.php old mode 100644 new mode 100755 diff --git a/app/Exceptions/ConfirmationEmailException.php b/app/Exceptions/ConfirmationEmailException.php old mode 100644 new mode 100755 diff --git a/app/Exceptions/FileUploadException.php b/app/Exceptions/FileUploadException.php old mode 100644 new mode 100755 diff --git a/app/Exceptions/Handler.php b/app/Exceptions/Handler.php old mode 100644 new mode 100755 diff --git a/app/Exceptions/HttpFetchException.php b/app/Exceptions/HttpFetchException.php old mode 100644 new mode 100755 diff --git a/app/Exceptions/ImageUploadException.php b/app/Exceptions/ImageUploadException.php old mode 100644 new mode 100755 diff --git a/app/Exceptions/JsonDebugException.php b/app/Exceptions/JsonDebugException.php old mode 100644 new mode 100755 diff --git a/app/Exceptions/LdapException.php b/app/Exceptions/LdapException.php old mode 100644 new mode 100755 diff --git a/app/Exceptions/LoginAttemptEmailNeededException.php b/app/Exceptions/LoginAttemptEmailNeededException.php old mode 100644 new mode 100755 diff --git a/app/Exceptions/LoginAttemptException.php b/app/Exceptions/LoginAttemptException.php old mode 100644 new mode 100755 diff --git a/app/Exceptions/LoginAttemptInvalidUserException.php b/app/Exceptions/LoginAttemptInvalidUserException.php old mode 100644 new mode 100755 diff --git a/app/Exceptions/MoveOperationException.php b/app/Exceptions/MoveOperationException.php old mode 100644 new mode 100755 diff --git a/app/Exceptions/NotFoundException.php b/app/Exceptions/NotFoundException.php old mode 100644 new mode 100755 diff --git a/app/Exceptions/NotifyException.php b/app/Exceptions/NotifyException.php old mode 100644 new mode 100755 diff --git a/app/Exceptions/PdfExportException.php b/app/Exceptions/PdfExportException.php old mode 100644 new mode 100755 diff --git a/app/Exceptions/PermissionsException.php b/app/Exceptions/PermissionsException.php old mode 100644 new mode 100755 diff --git a/app/Exceptions/PrettyException.php b/app/Exceptions/PrettyException.php old mode 100644 new mode 100755 diff --git a/app/Exceptions/SamlException.php b/app/Exceptions/SamlException.php old mode 100644 new mode 100755 diff --git a/app/Exceptions/SocialDriverNotConfigured.php b/app/Exceptions/SocialDriverNotConfigured.php old mode 100644 new mode 100755 diff --git a/app/Exceptions/SocialSignInAccountNotUsed.php b/app/Exceptions/SocialSignInAccountNotUsed.php old mode 100644 new mode 100755 diff --git a/app/Exceptions/SocialSignInException.php b/app/Exceptions/SocialSignInException.php old mode 100644 new mode 100755 diff --git a/app/Exceptions/StoppedAuthenticationException.php b/app/Exceptions/StoppedAuthenticationException.php old mode 100644 new mode 100755 diff --git a/app/Exceptions/ThemeException.php b/app/Exceptions/ThemeException.php old mode 100644 new mode 100755 diff --git a/app/Exceptions/UserRegistrationException.php b/app/Exceptions/UserRegistrationException.php old mode 100644 new mode 100755 diff --git a/app/Exceptions/UserTokenExpiredException.php b/app/Exceptions/UserTokenExpiredException.php old mode 100644 new mode 100755 diff --git a/app/Exceptions/UserTokenNotFoundException.php b/app/Exceptions/UserTokenNotFoundException.php old mode 100644 new mode 100755 diff --git a/app/Exceptions/UserUpdateException.php b/app/Exceptions/UserUpdateException.php old mode 100644 new mode 100755 diff --git a/app/Exceptions/ZipExportException.php b/app/Exceptions/ZipExportException.php old mode 100644 new mode 100755 diff --git a/app/Exceptions/ZipImportException.php b/app/Exceptions/ZipImportException.php old mode 100644 new mode 100755 diff --git a/app/Exceptions/ZipValidationException.php b/app/Exceptions/ZipValidationException.php old mode 100644 new mode 100755 diff --git a/app/Exports/Controllers/BookExportApiController.php b/app/Exports/Controllers/BookExportApiController.php old mode 100644 new mode 100755 diff --git a/app/Exports/Controllers/BookExportController.php b/app/Exports/Controllers/BookExportController.php old mode 100644 new mode 100755 diff --git a/app/Exports/Controllers/ChapterExportApiController.php b/app/Exports/Controllers/ChapterExportApiController.php old mode 100644 new mode 100755 diff --git a/app/Exports/Controllers/ChapterExportController.php b/app/Exports/Controllers/ChapterExportController.php old mode 100644 new mode 100755 diff --git a/app/Exports/Controllers/ImportApiController.php b/app/Exports/Controllers/ImportApiController.php old mode 100644 new mode 100755 diff --git a/app/Exports/Controllers/ImportController.php b/app/Exports/Controllers/ImportController.php old mode 100644 new mode 100755 diff --git a/app/Exports/Controllers/PageExportApiController.php b/app/Exports/Controllers/PageExportApiController.php old mode 100644 new mode 100755 diff --git a/app/Exports/Controllers/PageExportController.php b/app/Exports/Controllers/PageExportController.php old mode 100644 new mode 100755 diff --git a/app/Exports/ExportFormatter.php b/app/Exports/ExportFormatter.php old mode 100644 new mode 100755 diff --git a/app/Exports/Import.php b/app/Exports/Import.php old mode 100644 new mode 100755 diff --git a/app/Exports/ImportRepo.php b/app/Exports/ImportRepo.php old mode 100644 new mode 100755 diff --git a/app/Exports/PdfGenerator.php b/app/Exports/PdfGenerator.php old mode 100644 new mode 100755 diff --git a/app/Exports/ZipExports/Models/ZipExportAttachment.php b/app/Exports/ZipExports/Models/ZipExportAttachment.php old mode 100644 new mode 100755 diff --git a/app/Exports/ZipExports/Models/ZipExportBook.php b/app/Exports/ZipExports/Models/ZipExportBook.php old mode 100644 new mode 100755 diff --git a/app/Exports/ZipExports/Models/ZipExportChapter.php b/app/Exports/ZipExports/Models/ZipExportChapter.php old mode 100644 new mode 100755 diff --git a/app/Exports/ZipExports/Models/ZipExportImage.php b/app/Exports/ZipExports/Models/ZipExportImage.php old mode 100644 new mode 100755 diff --git a/app/Exports/ZipExports/Models/ZipExportModel.php b/app/Exports/ZipExports/Models/ZipExportModel.php old mode 100644 new mode 100755 diff --git a/app/Exports/ZipExports/Models/ZipExportPage.php b/app/Exports/ZipExports/Models/ZipExportPage.php old mode 100644 new mode 100755 diff --git a/app/Exports/ZipExports/Models/ZipExportTag.php b/app/Exports/ZipExports/Models/ZipExportTag.php old mode 100644 new mode 100755 diff --git a/app/Exports/ZipExports/ZipExportBuilder.php b/app/Exports/ZipExports/ZipExportBuilder.php old mode 100644 new mode 100755 diff --git a/app/Exports/ZipExports/ZipExportFiles.php b/app/Exports/ZipExports/ZipExportFiles.php old mode 100644 new mode 100755 diff --git a/app/Exports/ZipExports/ZipExportReader.php b/app/Exports/ZipExports/ZipExportReader.php old mode 100644 new mode 100755 diff --git a/app/Exports/ZipExports/ZipExportReferences.php b/app/Exports/ZipExports/ZipExportReferences.php old mode 100644 new mode 100755 diff --git a/app/Exports/ZipExports/ZipExportValidator.php b/app/Exports/ZipExports/ZipExportValidator.php old mode 100644 new mode 100755 diff --git a/app/Exports/ZipExports/ZipFileReferenceRule.php b/app/Exports/ZipExports/ZipFileReferenceRule.php old mode 100644 new mode 100755 diff --git a/app/Exports/ZipExports/ZipImportReferences.php b/app/Exports/ZipExports/ZipImportReferences.php old mode 100644 new mode 100755 diff --git a/app/Exports/ZipExports/ZipImportRunner.php b/app/Exports/ZipExports/ZipImportRunner.php old mode 100644 new mode 100755 diff --git a/app/Exports/ZipExports/ZipReferenceParser.php b/app/Exports/ZipExports/ZipReferenceParser.php old mode 100644 new mode 100755 diff --git a/app/Exports/ZipExports/ZipUniqueIdRule.php b/app/Exports/ZipExports/ZipUniqueIdRule.php old mode 100644 new mode 100755 diff --git a/app/Exports/ZipExports/ZipValidationHelper.php b/app/Exports/ZipExports/ZipValidationHelper.php old mode 100644 new mode 100755 diff --git a/app/Facades/Activity.php b/app/Facades/Activity.php old mode 100644 new mode 100755 diff --git a/app/Facades/Theme.php b/app/Facades/Theme.php old mode 100644 new mode 100755 diff --git a/app/Http/ApiController.php b/app/Http/ApiController.php old mode 100644 new mode 100755 diff --git a/app/Http/Controller.php b/app/Http/Controller.php old mode 100644 new mode 100755 diff --git a/app/Http/DownloadResponseFactory.php b/app/Http/DownloadResponseFactory.php old mode 100644 new mode 100755 diff --git a/app/Http/HttpClientHistory.php b/app/Http/HttpClientHistory.php old mode 100644 new mode 100755 diff --git a/app/Http/HttpRequestService.php b/app/Http/HttpRequestService.php old mode 100644 new mode 100755 diff --git a/app/Http/Kernel.php b/app/Http/Kernel.php old mode 100644 new mode 100755 diff --git a/app/Http/Middleware/ApiAuthenticate.php b/app/Http/Middleware/ApiAuthenticate.php old mode 100644 new mode 100755 diff --git a/app/Http/Middleware/ApplyCspRules.php b/app/Http/Middleware/ApplyCspRules.php old mode 100644 new mode 100755 diff --git a/app/Http/Middleware/Authenticate.php b/app/Http/Middleware/Authenticate.php old mode 100644 new mode 100755 diff --git a/app/Http/Middleware/AuthenticatedOrPendingMfa.php b/app/Http/Middleware/AuthenticatedOrPendingMfa.php old mode 100644 new mode 100755 diff --git a/app/Http/Middleware/CheckEmailConfirmed.php b/app/Http/Middleware/CheckEmailConfirmed.php old mode 100644 new mode 100755 diff --git a/app/Http/Middleware/CheckGuard.php b/app/Http/Middleware/CheckGuard.php old mode 100644 new mode 100755 diff --git a/app/Http/Middleware/CheckUserHasPermission.php b/app/Http/Middleware/CheckUserHasPermission.php old mode 100644 new mode 100755 diff --git a/app/Http/Middleware/EncryptCookies.php b/app/Http/Middleware/EncryptCookies.php old mode 100644 new mode 100755 diff --git a/app/Http/Middleware/Localization.php b/app/Http/Middleware/Localization.php old mode 100644 new mode 100755 diff --git a/app/Http/Middleware/PreventRequestsDuringMaintenance.php b/app/Http/Middleware/PreventRequestsDuringMaintenance.php old mode 100644 new mode 100755 diff --git a/app/Http/Middleware/PreventResponseCaching.php b/app/Http/Middleware/PreventResponseCaching.php old mode 100644 new mode 100755 diff --git a/app/Http/Middleware/RedirectIfAuthenticated.php b/app/Http/Middleware/RedirectIfAuthenticated.php old mode 100644 new mode 100755 diff --git a/app/Http/Middleware/RunThemeActions.php b/app/Http/Middleware/RunThemeActions.php old mode 100644 new mode 100755 diff --git a/app/Http/Middleware/StartSessionExtended.php b/app/Http/Middleware/StartSessionExtended.php old mode 100644 new mode 100755 diff --git a/app/Http/Middleware/StartSessionIfCookieExists.php b/app/Http/Middleware/StartSessionIfCookieExists.php old mode 100644 new mode 100755 diff --git a/app/Http/Middleware/ThrottleApiRequests.php b/app/Http/Middleware/ThrottleApiRequests.php old mode 100644 new mode 100755 diff --git a/app/Http/Middleware/TrimStrings.php b/app/Http/Middleware/TrimStrings.php old mode 100644 new mode 100755 diff --git a/app/Http/Middleware/TrustHosts.php b/app/Http/Middleware/TrustHosts.php old mode 100644 new mode 100755 diff --git a/app/Http/Middleware/TrustProxies.php b/app/Http/Middleware/TrustProxies.php old mode 100644 new mode 100755 diff --git a/app/Http/Middleware/VerifyCsrfToken.php b/app/Http/Middleware/VerifyCsrfToken.php old mode 100644 new mode 100755 diff --git a/app/Http/RangeSupportedStream.php b/app/Http/RangeSupportedStream.php old mode 100644 new mode 100755 diff --git a/app/Http/Request.php b/app/Http/Request.php old mode 100644 new mode 100755 diff --git a/app/Permissions/ContentPermissionApiController.php b/app/Permissions/ContentPermissionApiController.php old mode 100644 new mode 100755 diff --git a/app/Permissions/EntityPermissionEvaluator.php b/app/Permissions/EntityPermissionEvaluator.php old mode 100644 new mode 100755 diff --git a/app/Permissions/JointPermissionBuilder.php b/app/Permissions/JointPermissionBuilder.php old mode 100644 new mode 100755 diff --git a/app/Permissions/MassEntityPermissionEvaluator.php b/app/Permissions/MassEntityPermissionEvaluator.php old mode 100644 new mode 100755 diff --git a/app/Permissions/Models/EntityPermission.php b/app/Permissions/Models/EntityPermission.php old mode 100644 new mode 100755 diff --git a/app/Permissions/Models/JointPermission.php b/app/Permissions/Models/JointPermission.php old mode 100644 new mode 100755 diff --git a/app/Permissions/Models/RolePermission.php b/app/Permissions/Models/RolePermission.php old mode 100644 new mode 100755 diff --git a/app/Permissions/Permission.php b/app/Permissions/Permission.php old mode 100644 new mode 100755 diff --git a/app/Permissions/PermissionApplicator.php b/app/Permissions/PermissionApplicator.php old mode 100644 new mode 100755 diff --git a/app/Permissions/PermissionFormData.php b/app/Permissions/PermissionFormData.php old mode 100644 new mode 100755 diff --git a/app/Permissions/PermissionStatus.php b/app/Permissions/PermissionStatus.php old mode 100644 new mode 100755 diff --git a/app/Permissions/PermissionsController.php b/app/Permissions/PermissionsController.php old mode 100644 new mode 100755 diff --git a/app/Permissions/PermissionsRepo.php b/app/Permissions/PermissionsRepo.php old mode 100644 new mode 100755 diff --git a/app/Permissions/SimpleEntityData.php b/app/Permissions/SimpleEntityData.php old mode 100644 new mode 100755 diff --git a/app/References/CrossLinkParser.php b/app/References/CrossLinkParser.php old mode 100644 new mode 100755 diff --git a/app/References/ModelResolvers/AttachmentModelResolver.php b/app/References/ModelResolvers/AttachmentModelResolver.php old mode 100644 new mode 100755 diff --git a/app/References/ModelResolvers/BookLinkModelResolver.php b/app/References/ModelResolvers/BookLinkModelResolver.php old mode 100644 new mode 100755 diff --git a/app/References/ModelResolvers/BookshelfLinkModelResolver.php b/app/References/ModelResolvers/BookshelfLinkModelResolver.php old mode 100644 new mode 100755 diff --git a/app/References/ModelResolvers/ChapterLinkModelResolver.php b/app/References/ModelResolvers/ChapterLinkModelResolver.php old mode 100644 new mode 100755 diff --git a/app/References/ModelResolvers/CrossLinkModelResolver.php b/app/References/ModelResolvers/CrossLinkModelResolver.php old mode 100644 new mode 100755 diff --git a/app/References/ModelResolvers/ImageModelResolver.php b/app/References/ModelResolvers/ImageModelResolver.php old mode 100644 new mode 100755 diff --git a/app/References/ModelResolvers/PageLinkModelResolver.php b/app/References/ModelResolvers/PageLinkModelResolver.php old mode 100644 new mode 100755 diff --git a/app/References/ModelResolvers/PagePermalinkModelResolver.php b/app/References/ModelResolvers/PagePermalinkModelResolver.php old mode 100644 new mode 100755 diff --git a/app/References/Reference.php b/app/References/Reference.php old mode 100644 new mode 100755 diff --git a/app/References/ReferenceChangeContext.php b/app/References/ReferenceChangeContext.php old mode 100644 new mode 100755 diff --git a/app/References/ReferenceController.php b/app/References/ReferenceController.php old mode 100644 new mode 100755 diff --git a/app/References/ReferenceFetcher.php b/app/References/ReferenceFetcher.php old mode 100644 new mode 100755 diff --git a/app/References/ReferenceStore.php b/app/References/ReferenceStore.php old mode 100644 new mode 100755 diff --git a/app/References/ReferenceUpdater.php b/app/References/ReferenceUpdater.php old mode 100644 new mode 100755 diff --git a/app/Search/Options/ExactSearchOption.php b/app/Search/Options/ExactSearchOption.php old mode 100644 new mode 100755 diff --git a/app/Search/Options/FilterSearchOption.php b/app/Search/Options/FilterSearchOption.php old mode 100644 new mode 100755 diff --git a/app/Search/Options/SearchOption.php b/app/Search/Options/SearchOption.php old mode 100644 new mode 100755 diff --git a/app/Search/Options/TagSearchOption.php b/app/Search/Options/TagSearchOption.php old mode 100644 new mode 100755 diff --git a/app/Search/Options/TermSearchOption.php b/app/Search/Options/TermSearchOption.php old mode 100644 new mode 100755 diff --git a/app/Search/SearchApiController.php b/app/Search/SearchApiController.php old mode 100644 new mode 100755 diff --git a/app/Search/SearchController.php b/app/Search/SearchController.php old mode 100644 new mode 100755 diff --git a/app/Search/SearchIndex.php b/app/Search/SearchIndex.php old mode 100644 new mode 100755 diff --git a/app/Search/SearchOptionSet.php b/app/Search/SearchOptionSet.php old mode 100644 new mode 100755 diff --git a/app/Search/SearchOptions.php b/app/Search/SearchOptions.php old mode 100644 new mode 100755 diff --git a/app/Search/SearchResultsFormatter.php b/app/Search/SearchResultsFormatter.php old mode 100644 new mode 100755 diff --git a/app/Search/SearchRunner.php b/app/Search/SearchRunner.php old mode 100644 new mode 100755 diff --git a/app/Search/SearchTerm.php b/app/Search/SearchTerm.php old mode 100644 new mode 100755 diff --git a/app/Search/SearchTextTokenizer.php b/app/Search/SearchTextTokenizer.php old mode 100644 new mode 100755 diff --git a/app/Settings/AppSettingsStore.php b/app/Settings/AppSettingsStore.php old mode 100644 new mode 100755 diff --git a/app/Settings/MaintenanceController.php b/app/Settings/MaintenanceController.php old mode 100644 new mode 100755 diff --git a/app/Settings/Setting.php b/app/Settings/Setting.php old mode 100644 new mode 100755 diff --git a/app/Settings/SettingController.php b/app/Settings/SettingController.php old mode 100644 new mode 100755 diff --git a/app/Settings/SettingService.php b/app/Settings/SettingService.php old mode 100644 new mode 100755 diff --git a/app/Settings/StatusController.php b/app/Settings/StatusController.php old mode 100644 new mode 100755 diff --git a/app/Settings/TestEmailNotification.php b/app/Settings/TestEmailNotification.php old mode 100644 new mode 100755 diff --git a/app/Settings/UserNotificationPreferences.php b/app/Settings/UserNotificationPreferences.php old mode 100644 new mode 100755 diff --git a/app/Settings/UserShortcutMap.php b/app/Settings/UserShortcutMap.php old mode 100644 new mode 100755 diff --git a/app/Sorting/BookSortController.php b/app/Sorting/BookSortController.php old mode 100644 new mode 100755 diff --git a/app/Sorting/BookSortMap.php b/app/Sorting/BookSortMap.php old mode 100644 new mode 100755 diff --git a/app/Sorting/BookSortMapItem.php b/app/Sorting/BookSortMapItem.php old mode 100644 new mode 100755 diff --git a/app/Sorting/BookSorter.php b/app/Sorting/BookSorter.php old mode 100644 new mode 100755 diff --git a/app/Sorting/SortRule.php b/app/Sorting/SortRule.php old mode 100644 new mode 100755 diff --git a/app/Sorting/SortRuleController.php b/app/Sorting/SortRuleController.php old mode 100644 new mode 100755 diff --git a/app/Sorting/SortRuleOperation.php b/app/Sorting/SortRuleOperation.php old mode 100644 new mode 100755 diff --git a/app/Sorting/SortSetOperationComparisons.php b/app/Sorting/SortSetOperationComparisons.php old mode 100644 new mode 100755 diff --git a/app/Sorting/SortUrl.php b/app/Sorting/SortUrl.php old mode 100644 new mode 100755 diff --git a/app/Theming/CustomHtmlHeadContentProvider.php b/app/Theming/CustomHtmlHeadContentProvider.php old mode 100644 new mode 100755 diff --git a/app/Theming/ThemeController.php b/app/Theming/ThemeController.php old mode 100644 new mode 100755 diff --git a/app/Theming/ThemeEvents.php b/app/Theming/ThemeEvents.php old mode 100644 new mode 100755 diff --git a/app/Theming/ThemeModule.php b/app/Theming/ThemeModule.php old mode 100644 new mode 100755 diff --git a/app/Theming/ThemeModuleException.php b/app/Theming/ThemeModuleException.php old mode 100644 new mode 100755 diff --git a/app/Theming/ThemeModuleManager.php b/app/Theming/ThemeModuleManager.php old mode 100644 new mode 100755 diff --git a/app/Theming/ThemeModuleZip.php b/app/Theming/ThemeModuleZip.php old mode 100644 new mode 100755 diff --git a/app/Theming/ThemeService.php b/app/Theming/ThemeService.php old mode 100644 new mode 100755 diff --git a/app/Theming/ThemeViews.php b/app/Theming/ThemeViews.php old mode 100644 new mode 100755 diff --git a/app/Translation/FileLoader.php b/app/Translation/FileLoader.php old mode 100644 new mode 100755 diff --git a/app/Translation/LocaleDefinition.php b/app/Translation/LocaleDefinition.php old mode 100644 new mode 100755 diff --git a/app/Translation/LocaleManager.php b/app/Translation/LocaleManager.php old mode 100644 new mode 100755 diff --git a/app/Translation/MessageSelector.php b/app/Translation/MessageSelector.php old mode 100644 new mode 100755 diff --git a/app/Uploads/Attachment.php b/app/Uploads/Attachment.php old mode 100644 new mode 100755 diff --git a/app/Uploads/AttachmentService.php b/app/Uploads/AttachmentService.php old mode 100644 new mode 100755 diff --git a/app/Uploads/Controllers/AttachmentApiController.php b/app/Uploads/Controllers/AttachmentApiController.php old mode 100644 new mode 100755 diff --git a/app/Uploads/Controllers/AttachmentController.php b/app/Uploads/Controllers/AttachmentController.php old mode 100644 new mode 100755 diff --git a/app/Uploads/Controllers/DrawioImageController.php b/app/Uploads/Controllers/DrawioImageController.php old mode 100644 new mode 100755 diff --git a/app/Uploads/Controllers/GalleryImageController.php b/app/Uploads/Controllers/GalleryImageController.php old mode 100644 new mode 100755 diff --git a/app/Uploads/Controllers/ImageController.php b/app/Uploads/Controllers/ImageController.php old mode 100644 new mode 100755 diff --git a/app/Uploads/Controllers/ImageGalleryApiController.php b/app/Uploads/Controllers/ImageGalleryApiController.php old mode 100644 new mode 100755 diff --git a/app/Uploads/FaviconHandler.php b/app/Uploads/FaviconHandler.php old mode 100644 new mode 100755 diff --git a/app/Uploads/FileStorage.php b/app/Uploads/FileStorage.php old mode 100644 new mode 100755 diff --git a/app/Uploads/Image.php b/app/Uploads/Image.php old mode 100644 new mode 100755 diff --git a/app/Uploads/ImageRepo.php b/app/Uploads/ImageRepo.php old mode 100644 new mode 100755 diff --git a/app/Uploads/ImageResizer.php b/app/Uploads/ImageResizer.php old mode 100644 new mode 100755 diff --git a/app/Uploads/ImageService.php b/app/Uploads/ImageService.php old mode 100644 new mode 100755 diff --git a/app/Uploads/ImageStorage.php b/app/Uploads/ImageStorage.php old mode 100644 new mode 100755 diff --git a/app/Uploads/ImageStorageDisk.php b/app/Uploads/ImageStorageDisk.php old mode 100644 new mode 100755 diff --git a/app/Uploads/UserAvatars.php b/app/Uploads/UserAvatars.php old mode 100644 new mode 100755 diff --git a/app/Users/Controllers/RoleApiController.php b/app/Users/Controllers/RoleApiController.php old mode 100644 new mode 100755 diff --git a/app/Users/Controllers/RoleController.php b/app/Users/Controllers/RoleController.php old mode 100644 new mode 100755 diff --git a/app/Users/Controllers/UserAccountController.php b/app/Users/Controllers/UserAccountController.php old mode 100644 new mode 100755 diff --git a/app/Users/Controllers/UserApiController.php b/app/Users/Controllers/UserApiController.php old mode 100644 new mode 100755 diff --git a/app/Users/Controllers/UserController.php b/app/Users/Controllers/UserController.php old mode 100644 new mode 100755 diff --git a/app/Users/Controllers/UserPreferencesController.php b/app/Users/Controllers/UserPreferencesController.php old mode 100644 new mode 100755 diff --git a/app/Users/Controllers/UserProfileController.php b/app/Users/Controllers/UserProfileController.php old mode 100644 new mode 100755 diff --git a/app/Users/Controllers/UserSearchController.php b/app/Users/Controllers/UserSearchController.php old mode 100644 new mode 100755 diff --git a/app/Users/Models/HasCreatorAndUpdater.php b/app/Users/Models/HasCreatorAndUpdater.php old mode 100644 new mode 100755 diff --git a/app/Users/Models/OwnableInterface.php b/app/Users/Models/OwnableInterface.php old mode 100644 new mode 100755 diff --git a/app/Users/Models/Role.php b/app/Users/Models/Role.php old mode 100644 new mode 100755 diff --git a/app/Users/Models/User.php b/app/Users/Models/User.php old mode 100644 new mode 100755 diff --git a/app/Users/Queries/RolesAllPaginatedAndSorted.php b/app/Users/Queries/RolesAllPaginatedAndSorted.php old mode 100644 new mode 100755 diff --git a/app/Users/Queries/UserContentCounts.php b/app/Users/Queries/UserContentCounts.php old mode 100644 new mode 100755 diff --git a/app/Users/Queries/UserRecentlyCreatedContent.php b/app/Users/Queries/UserRecentlyCreatedContent.php old mode 100644 new mode 100755 diff --git a/app/Users/Queries/UsersAllPaginatedAndSorted.php b/app/Users/Queries/UsersAllPaginatedAndSorted.php old mode 100644 new mode 100755 diff --git a/app/Users/UserRepo.php b/app/Users/UserRepo.php old mode 100644 new mode 100755 diff --git a/app/Util/CspService.php b/app/Util/CspService.php old mode 100644 new mode 100755 diff --git a/app/Util/DatabaseTransaction.php b/app/Util/DatabaseTransaction.php old mode 100644 new mode 100755 diff --git a/app/Util/DateFormatter.php b/app/Util/DateFormatter.php old mode 100644 new mode 100755 diff --git a/app/Util/FilePathNormalizer.php b/app/Util/FilePathNormalizer.php old mode 100644 new mode 100755 diff --git a/app/Util/HtmlContentFilter.php b/app/Util/HtmlContentFilter.php old mode 100644 new mode 100755 diff --git a/app/Util/HtmlContentFilterConfig.php b/app/Util/HtmlContentFilterConfig.php old mode 100644 new mode 100755 diff --git a/app/Util/HtmlDescriptionFilter.php b/app/Util/HtmlDescriptionFilter.php old mode 100644 new mode 100755 diff --git a/app/Util/HtmlDocument.php b/app/Util/HtmlDocument.php old mode 100644 new mode 100755 diff --git a/app/Util/HtmlNonceApplicator.php b/app/Util/HtmlNonceApplicator.php old mode 100644 new mode 100755 diff --git a/app/Util/HtmlPurifier/ConfiguredHtmlPurifier.php b/app/Util/HtmlPurifier/ConfiguredHtmlPurifier.php old mode 100644 new mode 100755 diff --git a/app/Util/HtmlPurifier/Filters/UriLimitFileProtocolToAnchors.php b/app/Util/HtmlPurifier/Filters/UriLimitFileProtocolToAnchors.php old mode 100644 new mode 100755 diff --git a/app/Util/HtmlPurifier/SrcsetAttrDef.php b/app/Util/HtmlPurifier/SrcsetAttrDef.php old mode 100644 new mode 100755 diff --git a/app/Util/HtmlToPlainText.php b/app/Util/HtmlToPlainText.php old mode 100644 new mode 100755 diff --git a/app/Util/OutOfMemoryHandler.php b/app/Util/OutOfMemoryHandler.php old mode 100644 new mode 100755 diff --git a/app/Util/SimpleListOptions.php b/app/Util/SimpleListOptions.php old mode 100644 new mode 100755 diff --git a/app/Util/SsrUrlValidator.php b/app/Util/SsrUrlValidator.php old mode 100644 new mode 100755 diff --git a/app/Util/SvgIcon.php b/app/Util/SvgIcon.php old mode 100644 new mode 100755 diff --git a/app/Util/UrlComparison.php b/app/Util/UrlComparison.php old mode 100644 new mode 100755 diff --git a/app/Util/UrlFilter.php b/app/Util/UrlFilter.php old mode 100644 new mode 100755 diff --git a/app/Util/WebSafeMimeSniffer.php b/app/Util/WebSafeMimeSniffer.php old mode 100644 new mode 100755 diff --git a/bootstrap/app.php b/bootstrap/app.php old mode 100644 new mode 100755 diff --git a/bootstrap/phpstan.php b/bootstrap/phpstan.php old mode 100644 new mode 100755 diff --git a/composer.json b/composer.json old mode 100644 new mode 100755 diff --git a/composer.lock b/composer.lock old mode 100644 new mode 100755 diff --git a/crowdin.yml b/crowdin.yml old mode 100644 new mode 100755 diff --git a/database/.gitignore b/database/.gitignore old mode 100644 new mode 100755 diff --git a/database/factories/Access/Mfa/MfaValueFactory.php b/database/factories/Access/Mfa/MfaValueFactory.php old mode 100644 new mode 100755 diff --git a/database/factories/Access/SocialAccountFactory.php b/database/factories/Access/SocialAccountFactory.php old mode 100644 new mode 100755 diff --git a/database/factories/Activity/Models/ActivityFactory.php b/database/factories/Activity/Models/ActivityFactory.php old mode 100644 new mode 100755 diff --git a/database/factories/Activity/Models/CommentFactory.php b/database/factories/Activity/Models/CommentFactory.php old mode 100644 new mode 100755 diff --git a/database/factories/Activity/Models/FavouriteFactory.php b/database/factories/Activity/Models/FavouriteFactory.php old mode 100644 new mode 100755 diff --git a/database/factories/Activity/Models/TagFactory.php b/database/factories/Activity/Models/TagFactory.php old mode 100644 new mode 100755 diff --git a/database/factories/Activity/Models/WatchFactory.php b/database/factories/Activity/Models/WatchFactory.php old mode 100644 new mode 100755 diff --git a/database/factories/Activity/Models/WebhookFactory.php b/database/factories/Activity/Models/WebhookFactory.php old mode 100644 new mode 100755 diff --git a/database/factories/Activity/Models/WebhookTrackedEventFactory.php b/database/factories/Activity/Models/WebhookTrackedEventFactory.php old mode 100644 new mode 100755 diff --git a/database/factories/Api/ApiTokenFactory.php b/database/factories/Api/ApiTokenFactory.php old mode 100644 new mode 100755 diff --git a/database/factories/Entities/Models/BookFactory.php b/database/factories/Entities/Models/BookFactory.php old mode 100644 new mode 100755 diff --git a/database/factories/Entities/Models/BookshelfFactory.php b/database/factories/Entities/Models/BookshelfFactory.php old mode 100644 new mode 100755 diff --git a/database/factories/Entities/Models/ChapterFactory.php b/database/factories/Entities/Models/ChapterFactory.php old mode 100644 new mode 100755 diff --git a/database/factories/Entities/Models/DeletionFactory.php b/database/factories/Entities/Models/DeletionFactory.php old mode 100644 new mode 100755 diff --git a/database/factories/Entities/Models/PageFactory.php b/database/factories/Entities/Models/PageFactory.php old mode 100644 new mode 100755 diff --git a/database/factories/Entities/Models/PageRevisionFactory.php b/database/factories/Entities/Models/PageRevisionFactory.php old mode 100644 new mode 100755 diff --git a/database/factories/Entities/Models/SlugHistoryFactory.php b/database/factories/Entities/Models/SlugHistoryFactory.php old mode 100644 new mode 100755 diff --git a/database/factories/Exports/ImportFactory.php b/database/factories/Exports/ImportFactory.php old mode 100644 new mode 100755 diff --git a/database/factories/Sorting/SortRuleFactory.php b/database/factories/Sorting/SortRuleFactory.php old mode 100644 new mode 100755 diff --git a/database/factories/Uploads/AttachmentFactory.php b/database/factories/Uploads/AttachmentFactory.php old mode 100644 new mode 100755 diff --git a/database/factories/Uploads/ImageFactory.php b/database/factories/Uploads/ImageFactory.php old mode 100644 new mode 100755 diff --git a/database/factories/Users/Models/RoleFactory.php b/database/factories/Users/Models/RoleFactory.php old mode 100644 new mode 100755 diff --git a/database/factories/Users/Models/UserFactory.php b/database/factories/Users/Models/UserFactory.php old mode 100644 new mode 100755 diff --git a/database/migrations/.gitkeep b/database/migrations/.gitkeep old mode 100644 new mode 100755 diff --git a/database/migrations/2014_10_12_000000_create_users_table.php b/database/migrations/2014_10_12_000000_create_users_table.php old mode 100644 new mode 100755 diff --git a/database/migrations/2014_10_12_100000_create_password_resets_table.php b/database/migrations/2014_10_12_100000_create_password_resets_table.php old mode 100644 new mode 100755 diff --git a/database/migrations/2015_07_12_114933_create_books_table.php b/database/migrations/2015_07_12_114933_create_books_table.php old mode 100644 new mode 100755 diff --git a/database/migrations/2015_07_12_190027_create_pages_table.php b/database/migrations/2015_07_12_190027_create_pages_table.php old mode 100644 new mode 100755 diff --git a/database/migrations/2015_07_13_172121_create_images_table.php b/database/migrations/2015_07_13_172121_create_images_table.php old mode 100644 new mode 100755 diff --git a/database/migrations/2015_07_27_172342_create_chapters_table.php b/database/migrations/2015_07_27_172342_create_chapters_table.php old mode 100644 new mode 100755 diff --git a/database/migrations/2015_08_08_200447_add_users_to_entities.php b/database/migrations/2015_08_08_200447_add_users_to_entities.php old mode 100644 new mode 100755 diff --git a/database/migrations/2015_08_09_093534_create_page_revisions_table.php b/database/migrations/2015_08_09_093534_create_page_revisions_table.php old mode 100644 new mode 100755 diff --git a/database/migrations/2015_08_16_142133_create_activities_table.php b/database/migrations/2015_08_16_142133_create_activities_table.php old mode 100644 new mode 100755 diff --git a/database/migrations/2015_08_29_105422_add_roles_and_permissions.php b/database/migrations/2015_08_29_105422_add_roles_and_permissions.php old mode 100644 new mode 100755 diff --git a/database/migrations/2015_08_30_125859_create_settings_table.php b/database/migrations/2015_08_30_125859_create_settings_table.php old mode 100644 new mode 100755 diff --git a/database/migrations/2015_08_31_175240_add_search_indexes.php b/database/migrations/2015_08_31_175240_add_search_indexes.php old mode 100644 new mode 100755 diff --git a/database/migrations/2015_09_04_165821_create_social_accounts_table.php b/database/migrations/2015_09_04_165821_create_social_accounts_table.php old mode 100644 new mode 100755 diff --git a/database/migrations/2015_09_05_164707_add_email_confirmation_table.php b/database/migrations/2015_09_05_164707_add_email_confirmation_table.php old mode 100644 new mode 100755 diff --git a/database/migrations/2015_11_21_145609_create_views_table.php b/database/migrations/2015_11_21_145609_create_views_table.php old mode 100644 new mode 100755 diff --git a/database/migrations/2015_11_26_221857_add_entity_indexes.php b/database/migrations/2015_11_26_221857_add_entity_indexes.php old mode 100644 new mode 100755 diff --git a/database/migrations/2015_12_05_145049_fulltext_weighting.php b/database/migrations/2015_12_05_145049_fulltext_weighting.php old mode 100644 new mode 100755 diff --git a/database/migrations/2015_12_07_195238_add_image_upload_types.php b/database/migrations/2015_12_07_195238_add_image_upload_types.php old mode 100644 new mode 100755 diff --git a/database/migrations/2015_12_09_195748_add_user_avatars.php b/database/migrations/2015_12_09_195748_add_user_avatars.php old mode 100644 new mode 100755 diff --git a/database/migrations/2016_01_11_210908_add_external_auth_to_users.php b/database/migrations/2016_01_11_210908_add_external_auth_to_users.php old mode 100644 new mode 100755 diff --git a/database/migrations/2016_02_25_184030_add_slug_to_revisions.php b/database/migrations/2016_02_25_184030_add_slug_to_revisions.php old mode 100644 new mode 100755 diff --git a/database/migrations/2016_02_27_120329_update_permissions_and_roles.php b/database/migrations/2016_02_27_120329_update_permissions_and_roles.php old mode 100644 new mode 100755 diff --git a/database/migrations/2016_02_28_084200_add_entity_access_controls.php b/database/migrations/2016_02_28_084200_add_entity_access_controls.php old mode 100644 new mode 100755 diff --git a/database/migrations/2016_03_09_203143_add_page_revision_types.php b/database/migrations/2016_03_09_203143_add_page_revision_types.php old mode 100644 new mode 100755 diff --git a/database/migrations/2016_03_13_082138_add_page_drafts.php b/database/migrations/2016_03_13_082138_add_page_drafts.php old mode 100644 new mode 100755 diff --git a/database/migrations/2016_03_25_123157_add_markdown_support.php b/database/migrations/2016_03_25_123157_add_markdown_support.php old mode 100644 new mode 100755 diff --git a/database/migrations/2016_04_09_100730_add_view_permissions_to_roles.php b/database/migrations/2016_04_09_100730_add_view_permissions_to_roles.php old mode 100644 new mode 100755 diff --git a/database/migrations/2016_04_20_192649_create_joint_permissions_table.php b/database/migrations/2016_04_20_192649_create_joint_permissions_table.php old mode 100644 new mode 100755 diff --git a/database/migrations/2016_05_06_185215_create_tags_table.php b/database/migrations/2016_05_06_185215_create_tags_table.php old mode 100644 new mode 100755 diff --git a/database/migrations/2016_07_07_181521_add_summary_to_page_revisions.php b/database/migrations/2016_07_07_181521_add_summary_to_page_revisions.php old mode 100644 new mode 100755 diff --git a/database/migrations/2016_09_29_101449_remove_hidden_roles.php b/database/migrations/2016_09_29_101449_remove_hidden_roles.php old mode 100644 new mode 100755 diff --git a/database/migrations/2016_10_09_142037_create_attachments_table.php b/database/migrations/2016_10_09_142037_create_attachments_table.php old mode 100644 new mode 100755 diff --git a/database/migrations/2017_01_21_163556_create_cache_table.php b/database/migrations/2017_01_21_163556_create_cache_table.php old mode 100644 new mode 100755 diff --git a/database/migrations/2017_01_21_163602_create_sessions_table.php b/database/migrations/2017_01_21_163602_create_sessions_table.php old mode 100644 new mode 100755 diff --git a/database/migrations/2017_03_19_091553_create_search_index_table.php b/database/migrations/2017_03_19_091553_create_search_index_table.php old mode 100644 new mode 100755 diff --git a/database/migrations/2017_04_20_185112_add_revision_counts.php b/database/migrations/2017_04_20_185112_add_revision_counts.php old mode 100644 new mode 100755 diff --git a/database/migrations/2017_07_02_152834_update_db_encoding_to_ut8mb4.php b/database/migrations/2017_07_02_152834_update_db_encoding_to_ut8mb4.php old mode 100644 new mode 100755 diff --git a/database/migrations/2017_08_01_130541_create_comments_table.php b/database/migrations/2017_08_01_130541_create_comments_table.php old mode 100644 new mode 100755 diff --git a/database/migrations/2017_08_29_102650_add_cover_image_display.php b/database/migrations/2017_08_29_102650_add_cover_image_display.php old mode 100644 new mode 100755 diff --git a/database/migrations/2018_07_15_173514_add_role_external_auth_id.php b/database/migrations/2018_07_15_173514_add_role_external_auth_id.php old mode 100644 new mode 100755 diff --git a/database/migrations/2018_08_04_115700_create_bookshelves_table.php b/database/migrations/2018_08_04_115700_create_bookshelves_table.php old mode 100644 new mode 100755 diff --git a/database/migrations/2019_07_07_112515_add_template_support.php b/database/migrations/2019_07_07_112515_add_template_support.php old mode 100644 new mode 100755 diff --git a/database/migrations/2019_08_17_140214_add_user_invites_table.php b/database/migrations/2019_08_17_140214_add_user_invites_table.php old mode 100644 new mode 100755 diff --git a/database/migrations/2019_12_29_120917_add_api_auth.php b/database/migrations/2019_12_29_120917_add_api_auth.php old mode 100644 new mode 100755 diff --git a/database/migrations/2020_08_04_111754_drop_joint_permissions_id.php b/database/migrations/2020_08_04_111754_drop_joint_permissions_id.php old mode 100644 new mode 100755 diff --git a/database/migrations/2020_08_04_131052_remove_role_name_field.php b/database/migrations/2020_08_04_131052_remove_role_name_field.php old mode 100644 new mode 100755 diff --git a/database/migrations/2020_09_19_094251_add_activity_indexes.php b/database/migrations/2020_09_19_094251_add_activity_indexes.php old mode 100644 new mode 100755 diff --git a/database/migrations/2020_09_27_210059_add_entity_soft_deletes.php b/database/migrations/2020_09_27_210059_add_entity_soft_deletes.php old mode 100644 new mode 100755 diff --git a/database/migrations/2020_09_27_210528_create_deletions_table.php b/database/migrations/2020_09_27_210528_create_deletions_table.php old mode 100644 new mode 100755 diff --git a/database/migrations/2020_11_07_232321_simplify_activities_table.php b/database/migrations/2020_11_07_232321_simplify_activities_table.php old mode 100644 new mode 100755 diff --git a/database/migrations/2020_12_30_173528_add_owned_by_field_to_entities.php b/database/migrations/2020_12_30_173528_add_owned_by_field_to_entities.php old mode 100644 new mode 100755 diff --git a/database/migrations/2021_01_30_225441_add_settings_type_column.php b/database/migrations/2021_01_30_225441_add_settings_type_column.php old mode 100644 new mode 100755 diff --git a/database/migrations/2021_03_08_215138_add_user_slug.php b/database/migrations/2021_03_08_215138_add_user_slug.php old mode 100644 new mode 100755 diff --git a/database/migrations/2021_05_15_173110_create_favourites_table.php b/database/migrations/2021_05_15_173110_create_favourites_table.php old mode 100644 new mode 100755 diff --git a/database/migrations/2021_06_30_173111_create_mfa_values_table.php b/database/migrations/2021_06_30_173111_create_mfa_values_table.php old mode 100644 new mode 100755 diff --git a/database/migrations/2021_07_03_085038_add_mfa_enforced_to_roles_table.php b/database/migrations/2021_07_03_085038_add_mfa_enforced_to_roles_table.php old mode 100644 new mode 100755 diff --git a/database/migrations/2021_08_28_161743_add_export_role_permission.php b/database/migrations/2021_08_28_161743_add_export_role_permission.php old mode 100644 new mode 100755 diff --git a/database/migrations/2021_09_26_044614_add_activities_ip_column.php b/database/migrations/2021_09_26_044614_add_activities_ip_column.php old mode 100644 new mode 100755 diff --git a/database/migrations/2021_11_26_070438_add_index_for_user_ip.php b/database/migrations/2021_11_26_070438_add_index_for_user_ip.php old mode 100644 new mode 100755 diff --git a/database/migrations/2021_12_07_111343_create_webhooks_table.php b/database/migrations/2021_12_07_111343_create_webhooks_table.php old mode 100644 new mode 100755 diff --git a/database/migrations/2021_12_13_152024_create_jobs_table.php b/database/migrations/2021_12_13_152024_create_jobs_table.php old mode 100644 new mode 100755 diff --git a/database/migrations/2021_12_13_152120_create_failed_jobs_table.php b/database/migrations/2021_12_13_152120_create_failed_jobs_table.php old mode 100644 new mode 100755 diff --git a/database/migrations/2022_01_03_154041_add_webhooks_timeout_error_columns.php b/database/migrations/2022_01_03_154041_add_webhooks_timeout_error_columns.php old mode 100644 new mode 100755 diff --git a/database/migrations/2022_04_17_101741_add_editor_change_field_and_permission.php b/database/migrations/2022_04_17_101741_add_editor_change_field_and_permission.php old mode 100644 new mode 100755 diff --git a/database/migrations/2022_04_25_140741_update_polymorphic_types.php b/database/migrations/2022_04_25_140741_update_polymorphic_types.php old mode 100644 new mode 100755 diff --git a/database/migrations/2022_07_16_170051_drop_joint_permission_type.php b/database/migrations/2022_07_16_170051_drop_joint_permission_type.php old mode 100644 new mode 100755 diff --git a/database/migrations/2022_08_17_092941_create_references_table.php b/database/migrations/2022_08_17_092941_create_references_table.php old mode 100644 new mode 100755 diff --git a/database/migrations/2022_09_02_082910_fix_shelf_cover_image_types.php b/database/migrations/2022_09_02_082910_fix_shelf_cover_image_types.php old mode 100644 new mode 100755 diff --git a/database/migrations/2022_10_07_091406_flatten_entity_permissions_table.php b/database/migrations/2022_10_07_091406_flatten_entity_permissions_table.php old mode 100644 new mode 100755 diff --git a/database/migrations/2022_10_08_104202_drop_entity_restricted_field.php b/database/migrations/2022_10_08_104202_drop_entity_restricted_field.php old mode 100644 new mode 100755 diff --git a/database/migrations/2023_01_24_104625_refactor_joint_permissions_storage.php b/database/migrations/2023_01_24_104625_refactor_joint_permissions_storage.php old mode 100644 new mode 100755 diff --git a/database/migrations/2023_01_28_141230_copy_color_settings_for_dark_mode.php b/database/migrations/2023_01_28_141230_copy_color_settings_for_dark_mode.php old mode 100644 new mode 100755 diff --git a/database/migrations/2023_02_20_093655_increase_attachments_path_length.php b/database/migrations/2023_02_20_093655_increase_attachments_path_length.php old mode 100644 new mode 100755 diff --git a/database/migrations/2023_02_23_200227_add_updated_at_index_to_pages.php b/database/migrations/2023_02_23_200227_add_updated_at_index_to_pages.php old mode 100644 new mode 100755 diff --git a/database/migrations/2023_06_10_071823_remove_guest_user_secondary_roles.php b/database/migrations/2023_06_10_071823_remove_guest_user_secondary_roles.php old mode 100644 new mode 100755 diff --git a/database/migrations/2023_06_25_181952_remove_bookshelf_create_entity_permissions.php b/database/migrations/2023_06_25_181952_remove_bookshelf_create_entity_permissions.php old mode 100644 new mode 100755 diff --git a/database/migrations/2023_07_25_124945_add_receive_notifications_role_permissions.php b/database/migrations/2023_07_25_124945_add_receive_notifications_role_permissions.php old mode 100644 new mode 100755 diff --git a/database/migrations/2023_07_31_104430_create_watches_table.php b/database/migrations/2023_07_31_104430_create_watches_table.php old mode 100644 new mode 100755 diff --git a/database/migrations/2023_08_21_174248_increase_cache_size.php b/database/migrations/2023_08_21_174248_increase_cache_size.php old mode 100644 new mode 100755 diff --git a/database/migrations/2023_12_02_104541_add_default_template_to_books.php b/database/migrations/2023_12_02_104541_add_default_template_to_books.php old mode 100644 new mode 100755 diff --git a/database/migrations/2023_12_17_140913_add_description_html_to_entities.php b/database/migrations/2023_12_17_140913_add_description_html_to_entities.php old mode 100644 new mode 100755 diff --git a/database/migrations/2024_01_01_104542_add_default_template_to_chapters.php b/database/migrations/2024_01_01_104542_add_default_template_to_chapters.php old mode 100644 new mode 100755 diff --git a/database/migrations/2024_02_04_141358_add_views_updated_index.php b/database/migrations/2024_02_04_141358_add_views_updated_index.php old mode 100644 new mode 100755 diff --git a/database/migrations/2024_05_04_154409_rename_activity_relation_columns.php b/database/migrations/2024_05_04_154409_rename_activity_relation_columns.php old mode 100644 new mode 100755 diff --git a/database/migrations/2024_09_29_140340_ensure_editor_value_set.php b/database/migrations/2024_09_29_140340_ensure_editor_value_set.php old mode 100644 new mode 100755 diff --git a/database/migrations/2024_10_29_114420_add_import_role_permission.php b/database/migrations/2024_10_29_114420_add_import_role_permission.php old mode 100644 new mode 100755 diff --git a/database/migrations/2024_11_02_160700_create_imports_table.php b/database/migrations/2024_11_02_160700_create_imports_table.php old mode 100644 new mode 100755 diff --git a/database/migrations/2024_11_27_171039_add_instance_id_setting.php b/database/migrations/2024_11_27_171039_add_instance_id_setting.php old mode 100644 new mode 100755 diff --git a/database/migrations/2025_01_29_180933_create_sort_rules_table.php b/database/migrations/2025_01_29_180933_create_sort_rules_table.php old mode 100644 new mode 100755 diff --git a/database/migrations/2025_02_05_150842_add_sort_rule_id_to_books.php b/database/migrations/2025_02_05_150842_add_sort_rule_id_to_books.php old mode 100644 new mode 100755 diff --git a/database/migrations/2025_04_18_215145_add_content_refs_and_archived_to_comments.php b/database/migrations/2025_04_18_215145_add_content_refs_and_archived_to_comments.php old mode 100644 new mode 100755 diff --git a/database/migrations/2025_09_02_111542_remove_unused_columns.php b/database/migrations/2025_09_02_111542_remove_unused_columns.php old mode 100644 new mode 100755 diff --git a/database/migrations/2025_09_15_132850_create_entities_table.php b/database/migrations/2025_09_15_132850_create_entities_table.php old mode 100644 new mode 100755 diff --git a/database/migrations/2025_09_15_134701_migrate_entity_data.php b/database/migrations/2025_09_15_134701_migrate_entity_data.php old mode 100644 new mode 100755 diff --git a/database/migrations/2025_09_15_134751_update_entity_relation_columns.php b/database/migrations/2025_09_15_134751_update_entity_relation_columns.php old mode 100644 new mode 100755 diff --git a/database/migrations/2025_09_15_134813_drop_old_entity_tables.php b/database/migrations/2025_09_15_134813_drop_old_entity_tables.php old mode 100644 new mode 100755 diff --git a/database/migrations/2025_10_18_163331_clean_user_id_references.php b/database/migrations/2025_10_18_163331_clean_user_id_references.php old mode 100644 new mode 100755 diff --git a/database/migrations/2025_10_22_134507_update_comments_relation_field_names.php b/database/migrations/2025_10_22_134507_update_comments_relation_field_names.php old mode 100644 new mode 100755 diff --git a/database/migrations/2025_11_23_161812_create_slug_history_table.php b/database/migrations/2025_11_23_161812_create_slug_history_table.php old mode 100644 new mode 100755 diff --git a/database/migrations/2025_12_15_140219_create_mention_history_table.php b/database/migrations/2025_12_15_140219_create_mention_history_table.php old mode 100644 new mode 100755 diff --git a/database/migrations/2025_12_19_103417_add_views_viewable_type_index.php b/database/migrations/2025_12_19_103417_add_views_viewable_type_index.php old mode 100644 new mode 100755 diff --git a/database/migrations/2026_04_19_141616_add_revision_view_all_permission.php b/database/migrations/2026_04_19_141616_add_revision_view_all_permission.php old mode 100644 new mode 100755 diff --git a/database/seeders/.gitkeep b/database/seeders/.gitkeep old mode 100644 new mode 100755 diff --git a/database/seeders/DatabaseSeeder.php b/database/seeders/DatabaseSeeder.php old mode 100644 new mode 100755 diff --git a/database/seeders/DummyContentSeeder.php b/database/seeders/DummyContentSeeder.php old mode 100644 new mode 100755 diff --git a/database/seeders/LargeContentSeeder.php b/database/seeders/LargeContentSeeder.php old mode 100644 new mode 100755 diff --git a/dev/api/requests/attachments-create.json b/dev/api/requests/attachments-create.json old mode 100644 new mode 100755 diff --git a/dev/api/requests/attachments-update.json b/dev/api/requests/attachments-update.json old mode 100644 new mode 100755 diff --git a/dev/api/requests/books-create.json b/dev/api/requests/books-create.json old mode 100644 new mode 100755 diff --git a/dev/api/requests/books-update.json b/dev/api/requests/books-update.json old mode 100644 new mode 100755 diff --git a/dev/api/requests/chapters-create.json b/dev/api/requests/chapters-create.json old mode 100644 new mode 100755 diff --git a/dev/api/requests/chapters-update.json b/dev/api/requests/chapters-update.json old mode 100644 new mode 100755 diff --git a/dev/api/requests/comments-create.json b/dev/api/requests/comments-create.json old mode 100644 new mode 100755 diff --git a/dev/api/requests/comments-update.json b/dev/api/requests/comments-update.json old mode 100644 new mode 100755 diff --git a/dev/api/requests/content-permissions-update.json b/dev/api/requests/content-permissions-update.json old mode 100644 new mode 100755 diff --git a/dev/api/requests/image-gallery-read-data-for-url.http b/dev/api/requests/image-gallery-read-data-for-url.http old mode 100644 new mode 100755 diff --git a/dev/api/requests/image-gallery-update.json b/dev/api/requests/image-gallery-update.json old mode 100644 new mode 100755 diff --git a/dev/api/requests/imports-run.json b/dev/api/requests/imports-run.json old mode 100644 new mode 100755 diff --git a/dev/api/requests/pages-create.json b/dev/api/requests/pages-create.json old mode 100644 new mode 100755 diff --git a/dev/api/requests/pages-update.json b/dev/api/requests/pages-update.json old mode 100644 new mode 100755 diff --git a/dev/api/requests/roles-create.json b/dev/api/requests/roles-create.json old mode 100644 new mode 100755 diff --git a/dev/api/requests/roles-update.json b/dev/api/requests/roles-update.json old mode 100644 new mode 100755 diff --git a/dev/api/requests/search-all.http b/dev/api/requests/search-all.http old mode 100644 new mode 100755 diff --git a/dev/api/requests/shelves-create.json b/dev/api/requests/shelves-create.json old mode 100644 new mode 100755 diff --git a/dev/api/requests/shelves-update.json b/dev/api/requests/shelves-update.json old mode 100644 new mode 100755 diff --git a/dev/api/requests/tags-list-values.http b/dev/api/requests/tags-list-values.http old mode 100644 new mode 100755 diff --git a/dev/api/requests/users-create.json b/dev/api/requests/users-create.json old mode 100644 new mode 100755 diff --git a/dev/api/requests/users-delete.json b/dev/api/requests/users-delete.json old mode 100644 new mode 100755 diff --git a/dev/api/requests/users-update.json b/dev/api/requests/users-update.json old mode 100644 new mode 100755 diff --git a/dev/api/responses/attachments-create.json b/dev/api/responses/attachments-create.json old mode 100644 new mode 100755 diff --git a/dev/api/responses/attachments-list.json b/dev/api/responses/attachments-list.json old mode 100644 new mode 100755 diff --git a/dev/api/responses/attachments-read.json b/dev/api/responses/attachments-read.json old mode 100644 new mode 100755 diff --git a/dev/api/responses/attachments-update.json b/dev/api/responses/attachments-update.json old mode 100644 new mode 100755 diff --git a/dev/api/responses/audit-log-list.json b/dev/api/responses/audit-log-list.json old mode 100644 new mode 100755 diff --git a/dev/api/responses/books-create.json b/dev/api/responses/books-create.json old mode 100644 new mode 100755 diff --git a/dev/api/responses/books-list.json b/dev/api/responses/books-list.json old mode 100644 new mode 100755 diff --git a/dev/api/responses/books-read.json b/dev/api/responses/books-read.json old mode 100644 new mode 100755 diff --git a/dev/api/responses/books-update.json b/dev/api/responses/books-update.json old mode 100644 new mode 100755 diff --git a/dev/api/responses/chapters-create.json b/dev/api/responses/chapters-create.json old mode 100644 new mode 100755 diff --git a/dev/api/responses/chapters-list.json b/dev/api/responses/chapters-list.json old mode 100644 new mode 100755 diff --git a/dev/api/responses/chapters-read.json b/dev/api/responses/chapters-read.json old mode 100644 new mode 100755 diff --git a/dev/api/responses/chapters-update.json b/dev/api/responses/chapters-update.json old mode 100644 new mode 100755 diff --git a/dev/api/responses/comments-create.json b/dev/api/responses/comments-create.json old mode 100644 new mode 100755 diff --git a/dev/api/responses/comments-list.json b/dev/api/responses/comments-list.json old mode 100644 new mode 100755 diff --git a/dev/api/responses/comments-read.json b/dev/api/responses/comments-read.json old mode 100644 new mode 100755 diff --git a/dev/api/responses/comments-update.json b/dev/api/responses/comments-update.json old mode 100644 new mode 100755 diff --git a/dev/api/responses/content-permissions-read.json b/dev/api/responses/content-permissions-read.json old mode 100644 new mode 100755 diff --git a/dev/api/responses/content-permissions-update.json b/dev/api/responses/content-permissions-update.json old mode 100644 new mode 100755 diff --git a/dev/api/responses/image-gallery-create.json b/dev/api/responses/image-gallery-create.json old mode 100644 new mode 100755 diff --git a/dev/api/responses/image-gallery-list.json b/dev/api/responses/image-gallery-list.json old mode 100644 new mode 100755 diff --git a/dev/api/responses/image-gallery-read.json b/dev/api/responses/image-gallery-read.json old mode 100644 new mode 100755 diff --git a/dev/api/responses/image-gallery-update.json b/dev/api/responses/image-gallery-update.json old mode 100644 new mode 100755 diff --git a/dev/api/responses/imports-create.json b/dev/api/responses/imports-create.json old mode 100644 new mode 100755 diff --git a/dev/api/responses/imports-list.json b/dev/api/responses/imports-list.json old mode 100644 new mode 100755 diff --git a/dev/api/responses/imports-read.json b/dev/api/responses/imports-read.json old mode 100644 new mode 100755 diff --git a/dev/api/responses/imports-run.json b/dev/api/responses/imports-run.json old mode 100644 new mode 100755 diff --git a/dev/api/responses/pages-create.json b/dev/api/responses/pages-create.json old mode 100644 new mode 100755 diff --git a/dev/api/responses/pages-list.json b/dev/api/responses/pages-list.json old mode 100644 new mode 100755 diff --git a/dev/api/responses/pages-read.json b/dev/api/responses/pages-read.json old mode 100644 new mode 100755 diff --git a/dev/api/responses/pages-update.json b/dev/api/responses/pages-update.json old mode 100644 new mode 100755 diff --git a/dev/api/responses/recycle-bin-destroy.json b/dev/api/responses/recycle-bin-destroy.json old mode 100644 new mode 100755 diff --git a/dev/api/responses/recycle-bin-list.json b/dev/api/responses/recycle-bin-list.json old mode 100644 new mode 100755 diff --git a/dev/api/responses/recycle-bin-restore.json b/dev/api/responses/recycle-bin-restore.json old mode 100644 new mode 100755 diff --git a/dev/api/responses/roles-create.json b/dev/api/responses/roles-create.json old mode 100644 new mode 100755 diff --git a/dev/api/responses/roles-list.json b/dev/api/responses/roles-list.json old mode 100644 new mode 100755 diff --git a/dev/api/responses/roles-read.json b/dev/api/responses/roles-read.json old mode 100644 new mode 100755 diff --git a/dev/api/responses/roles-update.json b/dev/api/responses/roles-update.json old mode 100644 new mode 100755 diff --git a/dev/api/responses/search-all.json b/dev/api/responses/search-all.json old mode 100644 new mode 100755 diff --git a/dev/api/responses/shelves-create.json b/dev/api/responses/shelves-create.json old mode 100644 new mode 100755 diff --git a/dev/api/responses/shelves-list.json b/dev/api/responses/shelves-list.json old mode 100644 new mode 100755 diff --git a/dev/api/responses/shelves-read.json b/dev/api/responses/shelves-read.json old mode 100644 new mode 100755 diff --git a/dev/api/responses/shelves-update.json b/dev/api/responses/shelves-update.json old mode 100644 new mode 100755 diff --git a/dev/api/responses/system-read.json b/dev/api/responses/system-read.json old mode 100644 new mode 100755 diff --git a/dev/api/responses/tags-list-names.json b/dev/api/responses/tags-list-names.json old mode 100644 new mode 100755 diff --git a/dev/api/responses/tags-list-values.json b/dev/api/responses/tags-list-values.json old mode 100644 new mode 100755 diff --git a/dev/api/responses/users-create.json b/dev/api/responses/users-create.json old mode 100644 new mode 100755 diff --git a/dev/api/responses/users-list.json b/dev/api/responses/users-list.json old mode 100644 new mode 100755 diff --git a/dev/api/responses/users-read.json b/dev/api/responses/users-read.json old mode 100644 new mode 100755 diff --git a/dev/api/responses/users-update.json b/dev/api/responses/users-update.json old mode 100644 new mode 100755 diff --git a/dev/build/esbuild.mjs b/dev/build/esbuild.mjs old mode 100644 new mode 100755 diff --git a/dev/build/livereload.js b/dev/build/livereload.js old mode 100644 new mode 100755 diff --git a/dev/build/svg-blank-transform.js b/dev/build/svg-blank-transform.js old mode 100644 new mode 100755 diff --git a/dev/checksums/.gitignore b/dev/checksums/.gitignore old mode 100644 new mode 100755 diff --git a/dev/checksums/vendor b/dev/checksums/vendor old mode 100644 new mode 100755 diff --git a/dev/docker/Dockerfile b/dev/docker/Dockerfile old mode 100644 new mode 100755 diff --git a/dev/docker/db-testing/Dockerfile b/dev/docker/db-testing/Dockerfile old mode 100644 new mode 100755 diff --git a/dev/docker/db-testing/readme.md b/dev/docker/db-testing/readme.md old mode 100644 new mode 100755 diff --git a/dev/docker/init.db/01.sql b/dev/docker/init.db/01.sql old mode 100644 new mode 100755 diff --git a/dev/docker/php/conf.d/xdebug.ini b/dev/docker/php/conf.d/xdebug.ini old mode 100644 new mode 100755 diff --git a/dev/docs/development.md b/dev/docs/development.md old mode 100644 new mode 100755 diff --git a/dev/docs/javascript-code.md b/dev/docs/javascript-code.md old mode 100644 new mode 100755 diff --git a/dev/docs/javascript-public-events.md b/dev/docs/javascript-public-events.md old mode 100644 new mode 100755 diff --git a/dev/docs/logical-theme-system.md b/dev/docs/logical-theme-system.md old mode 100644 new mode 100755 diff --git a/dev/docs/permission-scenario-testing.md b/dev/docs/permission-scenario-testing.md old mode 100644 new mode 100755 diff --git a/dev/docs/php-testing.md b/dev/docs/php-testing.md old mode 100644 new mode 100755 diff --git a/dev/docs/portable-zip-file-format.md b/dev/docs/portable-zip-file-format.md old mode 100644 new mode 100755 diff --git a/dev/docs/release-process.md b/dev/docs/release-process.md old mode 100644 new mode 100755 diff --git a/dev/docs/theme-system-modules.md b/dev/docs/theme-system-modules.md old mode 100644 new mode 100755 diff --git a/dev/docs/visual-theme-system.md b/dev/docs/visual-theme-system.md old mode 100644 new mode 100755 diff --git a/dev/docs/wysiwyg-js-api.md b/dev/docs/wysiwyg-js-api.md old mode 100644 new mode 100755 diff --git a/dev/licensing/gen-js-licenses b/dev/licensing/gen-js-licenses old mode 100644 new mode 100755 diff --git a/dev/licensing/gen-licenses-shared.php b/dev/licensing/gen-licenses-shared.php old mode 100644 new mode 100755 diff --git a/dev/licensing/gen-php-licenses b/dev/licensing/gen-php-licenses old mode 100644 new mode 100755 diff --git a/dev/licensing/js-library-licenses.txt b/dev/licensing/js-library-licenses.txt old mode 100644 new mode 100755 diff --git a/dev/licensing/php-library-licenses.txt b/dev/licensing/php-library-licenses.txt old mode 100644 new mode 100755 diff --git a/docker-compose.yml b/docker-compose.yml old mode 100644 new mode 100755 diff --git a/eslint.config.mjs b/eslint.config.mjs old mode 100644 new mode 100755 diff --git a/jest.config.ts b/jest.config.ts old mode 100644 new mode 100755 diff --git a/lang/ar/activities.php b/lang/ar/activities.php old mode 100644 new mode 100755 diff --git a/lang/ar/auth.php b/lang/ar/auth.php old mode 100644 new mode 100755 diff --git a/lang/ar/common.php b/lang/ar/common.php old mode 100644 new mode 100755 diff --git a/lang/ar/components.php b/lang/ar/components.php old mode 100644 new mode 100755 diff --git a/lang/ar/editor.php b/lang/ar/editor.php old mode 100644 new mode 100755 diff --git a/lang/ar/entities.php b/lang/ar/entities.php old mode 100644 new mode 100755 diff --git a/lang/ar/errors.php b/lang/ar/errors.php old mode 100644 new mode 100755 diff --git a/lang/ar/notifications.php b/lang/ar/notifications.php old mode 100644 new mode 100755 diff --git a/lang/ar/pagination.php b/lang/ar/pagination.php old mode 100644 new mode 100755 diff --git a/lang/ar/passwords.php b/lang/ar/passwords.php old mode 100644 new mode 100755 diff --git a/lang/ar/preferences.php b/lang/ar/preferences.php old mode 100644 new mode 100755 diff --git a/lang/ar/settings.php b/lang/ar/settings.php old mode 100644 new mode 100755 diff --git a/lang/ar/validation.php b/lang/ar/validation.php old mode 100644 new mode 100755 diff --git a/lang/bg/activities.php b/lang/bg/activities.php old mode 100644 new mode 100755 diff --git a/lang/bg/auth.php b/lang/bg/auth.php old mode 100644 new mode 100755 diff --git a/lang/bg/common.php b/lang/bg/common.php old mode 100644 new mode 100755 diff --git a/lang/bg/components.php b/lang/bg/components.php old mode 100644 new mode 100755 diff --git a/lang/bg/editor.php b/lang/bg/editor.php old mode 100644 new mode 100755 diff --git a/lang/bg/entities.php b/lang/bg/entities.php old mode 100644 new mode 100755 diff --git a/lang/bg/errors.php b/lang/bg/errors.php old mode 100644 new mode 100755 diff --git a/lang/bg/notifications.php b/lang/bg/notifications.php old mode 100644 new mode 100755 diff --git a/lang/bg/pagination.php b/lang/bg/pagination.php old mode 100644 new mode 100755 diff --git a/lang/bg/passwords.php b/lang/bg/passwords.php old mode 100644 new mode 100755 diff --git a/lang/bg/preferences.php b/lang/bg/preferences.php old mode 100644 new mode 100755 diff --git a/lang/bg/settings.php b/lang/bg/settings.php old mode 100644 new mode 100755 diff --git a/lang/bg/validation.php b/lang/bg/validation.php old mode 100644 new mode 100755 diff --git a/lang/bn/activities.php b/lang/bn/activities.php old mode 100644 new mode 100755 diff --git a/lang/bn/auth.php b/lang/bn/auth.php old mode 100644 new mode 100755 diff --git a/lang/bn/common.php b/lang/bn/common.php old mode 100644 new mode 100755 diff --git a/lang/bn/components.php b/lang/bn/components.php old mode 100644 new mode 100755 diff --git a/lang/bn/editor.php b/lang/bn/editor.php old mode 100644 new mode 100755 diff --git a/lang/bn/entities.php b/lang/bn/entities.php old mode 100644 new mode 100755 diff --git a/lang/bn/errors.php b/lang/bn/errors.php old mode 100644 new mode 100755 diff --git a/lang/bn/notifications.php b/lang/bn/notifications.php old mode 100644 new mode 100755 diff --git a/lang/bn/pagination.php b/lang/bn/pagination.php old mode 100644 new mode 100755 diff --git a/lang/bn/passwords.php b/lang/bn/passwords.php old mode 100644 new mode 100755 diff --git a/lang/bn/preferences.php b/lang/bn/preferences.php old mode 100644 new mode 100755 diff --git a/lang/bn/settings.php b/lang/bn/settings.php old mode 100644 new mode 100755 diff --git a/lang/bn/validation.php b/lang/bn/validation.php old mode 100644 new mode 100755 diff --git a/lang/bs/activities.php b/lang/bs/activities.php old mode 100644 new mode 100755 diff --git a/lang/bs/auth.php b/lang/bs/auth.php old mode 100644 new mode 100755 diff --git a/lang/bs/common.php b/lang/bs/common.php old mode 100644 new mode 100755 diff --git a/lang/bs/components.php b/lang/bs/components.php old mode 100644 new mode 100755 diff --git a/lang/bs/editor.php b/lang/bs/editor.php old mode 100644 new mode 100755 diff --git a/lang/bs/entities.php b/lang/bs/entities.php old mode 100644 new mode 100755 diff --git a/lang/bs/errors.php b/lang/bs/errors.php old mode 100644 new mode 100755 diff --git a/lang/bs/notifications.php b/lang/bs/notifications.php old mode 100644 new mode 100755 diff --git a/lang/bs/pagination.php b/lang/bs/pagination.php old mode 100644 new mode 100755 diff --git a/lang/bs/passwords.php b/lang/bs/passwords.php old mode 100644 new mode 100755 diff --git a/lang/bs/preferences.php b/lang/bs/preferences.php old mode 100644 new mode 100755 diff --git a/lang/bs/settings.php b/lang/bs/settings.php old mode 100644 new mode 100755 diff --git a/lang/bs/validation.php b/lang/bs/validation.php old mode 100644 new mode 100755 diff --git a/lang/ca/activities.php b/lang/ca/activities.php old mode 100644 new mode 100755 diff --git a/lang/ca/auth.php b/lang/ca/auth.php old mode 100644 new mode 100755 diff --git a/lang/ca/common.php b/lang/ca/common.php old mode 100644 new mode 100755 diff --git a/lang/ca/components.php b/lang/ca/components.php old mode 100644 new mode 100755 diff --git a/lang/ca/editor.php b/lang/ca/editor.php old mode 100644 new mode 100755 diff --git a/lang/ca/entities.php b/lang/ca/entities.php old mode 100644 new mode 100755 diff --git a/lang/ca/errors.php b/lang/ca/errors.php old mode 100644 new mode 100755 diff --git a/lang/ca/notifications.php b/lang/ca/notifications.php old mode 100644 new mode 100755 diff --git a/lang/ca/pagination.php b/lang/ca/pagination.php old mode 100644 new mode 100755 diff --git a/lang/ca/passwords.php b/lang/ca/passwords.php old mode 100644 new mode 100755 diff --git a/lang/ca/preferences.php b/lang/ca/preferences.php old mode 100644 new mode 100755 diff --git a/lang/ca/settings.php b/lang/ca/settings.php old mode 100644 new mode 100755 diff --git a/lang/ca/validation.php b/lang/ca/validation.php old mode 100644 new mode 100755 diff --git a/lang/cs/activities.php b/lang/cs/activities.php old mode 100644 new mode 100755 diff --git a/lang/cs/auth.php b/lang/cs/auth.php old mode 100644 new mode 100755 diff --git a/lang/cs/common.php b/lang/cs/common.php old mode 100644 new mode 100755 diff --git a/lang/cs/components.php b/lang/cs/components.php old mode 100644 new mode 100755 diff --git a/lang/cs/editor.php b/lang/cs/editor.php old mode 100644 new mode 100755 diff --git a/lang/cs/entities.php b/lang/cs/entities.php old mode 100644 new mode 100755 diff --git a/lang/cs/errors.php b/lang/cs/errors.php old mode 100644 new mode 100755 diff --git a/lang/cs/notifications.php b/lang/cs/notifications.php old mode 100644 new mode 100755 diff --git a/lang/cs/pagination.php b/lang/cs/pagination.php old mode 100644 new mode 100755 diff --git a/lang/cs/passwords.php b/lang/cs/passwords.php old mode 100644 new mode 100755 diff --git a/lang/cs/preferences.php b/lang/cs/preferences.php old mode 100644 new mode 100755 diff --git a/lang/cs/settings.php b/lang/cs/settings.php old mode 100644 new mode 100755 diff --git a/lang/cs/validation.php b/lang/cs/validation.php old mode 100644 new mode 100755 diff --git a/lang/cy/activities.php b/lang/cy/activities.php old mode 100644 new mode 100755 diff --git a/lang/cy/auth.php b/lang/cy/auth.php old mode 100644 new mode 100755 diff --git a/lang/cy/common.php b/lang/cy/common.php old mode 100644 new mode 100755 diff --git a/lang/cy/components.php b/lang/cy/components.php old mode 100644 new mode 100755 diff --git a/lang/cy/editor.php b/lang/cy/editor.php old mode 100644 new mode 100755 diff --git a/lang/cy/entities.php b/lang/cy/entities.php old mode 100644 new mode 100755 diff --git a/lang/cy/errors.php b/lang/cy/errors.php old mode 100644 new mode 100755 diff --git a/lang/cy/notifications.php b/lang/cy/notifications.php old mode 100644 new mode 100755 diff --git a/lang/cy/pagination.php b/lang/cy/pagination.php old mode 100644 new mode 100755 diff --git a/lang/cy/passwords.php b/lang/cy/passwords.php old mode 100644 new mode 100755 diff --git a/lang/cy/preferences.php b/lang/cy/preferences.php old mode 100644 new mode 100755 diff --git a/lang/cy/settings.php b/lang/cy/settings.php old mode 100644 new mode 100755 diff --git a/lang/cy/validation.php b/lang/cy/validation.php old mode 100644 new mode 100755 diff --git a/lang/da/activities.php b/lang/da/activities.php old mode 100644 new mode 100755 diff --git a/lang/da/auth.php b/lang/da/auth.php old mode 100644 new mode 100755 diff --git a/lang/da/common.php b/lang/da/common.php old mode 100644 new mode 100755 diff --git a/lang/da/components.php b/lang/da/components.php old mode 100644 new mode 100755 diff --git a/lang/da/editor.php b/lang/da/editor.php old mode 100644 new mode 100755 diff --git a/lang/da/entities.php b/lang/da/entities.php old mode 100644 new mode 100755 diff --git a/lang/da/errors.php b/lang/da/errors.php old mode 100644 new mode 100755 diff --git a/lang/da/notifications.php b/lang/da/notifications.php old mode 100644 new mode 100755 diff --git a/lang/da/pagination.php b/lang/da/pagination.php old mode 100644 new mode 100755 diff --git a/lang/da/passwords.php b/lang/da/passwords.php old mode 100644 new mode 100755 diff --git a/lang/da/preferences.php b/lang/da/preferences.php old mode 100644 new mode 100755 diff --git a/lang/da/settings.php b/lang/da/settings.php old mode 100644 new mode 100755 diff --git a/lang/da/validation.php b/lang/da/validation.php old mode 100644 new mode 100755 diff --git a/lang/de/activities.php b/lang/de/activities.php old mode 100644 new mode 100755 diff --git a/lang/de/auth.php b/lang/de/auth.php old mode 100644 new mode 100755 diff --git a/lang/de/common.php b/lang/de/common.php old mode 100644 new mode 100755 diff --git a/lang/de/components.php b/lang/de/components.php old mode 100644 new mode 100755 diff --git a/lang/de/editor.php b/lang/de/editor.php old mode 100644 new mode 100755 diff --git a/lang/de/entities.php b/lang/de/entities.php old mode 100644 new mode 100755 diff --git a/lang/de/errors.php b/lang/de/errors.php old mode 100644 new mode 100755 diff --git a/lang/de/notifications.php b/lang/de/notifications.php old mode 100644 new mode 100755 diff --git a/lang/de/pagination.php b/lang/de/pagination.php old mode 100644 new mode 100755 diff --git a/lang/de/passwords.php b/lang/de/passwords.php old mode 100644 new mode 100755 diff --git a/lang/de/preferences.php b/lang/de/preferences.php old mode 100644 new mode 100755 diff --git a/lang/de/settings.php b/lang/de/settings.php old mode 100644 new mode 100755 diff --git a/lang/de/validation.php b/lang/de/validation.php old mode 100644 new mode 100755 diff --git a/lang/de_informal/activities.php b/lang/de_informal/activities.php old mode 100644 new mode 100755 diff --git a/lang/de_informal/auth.php b/lang/de_informal/auth.php old mode 100644 new mode 100755 diff --git a/lang/de_informal/common.php b/lang/de_informal/common.php old mode 100644 new mode 100755 diff --git a/lang/de_informal/components.php b/lang/de_informal/components.php old mode 100644 new mode 100755 diff --git a/lang/de_informal/editor.php b/lang/de_informal/editor.php old mode 100644 new mode 100755 diff --git a/lang/de_informal/entities.php b/lang/de_informal/entities.php old mode 100644 new mode 100755 diff --git a/lang/de_informal/errors.php b/lang/de_informal/errors.php old mode 100644 new mode 100755 diff --git a/lang/de_informal/notifications.php b/lang/de_informal/notifications.php old mode 100644 new mode 100755 diff --git a/lang/de_informal/pagination.php b/lang/de_informal/pagination.php old mode 100644 new mode 100755 diff --git a/lang/de_informal/passwords.php b/lang/de_informal/passwords.php old mode 100644 new mode 100755 diff --git a/lang/de_informal/preferences.php b/lang/de_informal/preferences.php old mode 100644 new mode 100755 diff --git a/lang/de_informal/settings.php b/lang/de_informal/settings.php old mode 100644 new mode 100755 diff --git a/lang/de_informal/validation.php b/lang/de_informal/validation.php old mode 100644 new mode 100755 diff --git a/lang/el/activities.php b/lang/el/activities.php old mode 100644 new mode 100755 diff --git a/lang/el/auth.php b/lang/el/auth.php old mode 100644 new mode 100755 diff --git a/lang/el/common.php b/lang/el/common.php old mode 100644 new mode 100755 diff --git a/lang/el/components.php b/lang/el/components.php old mode 100644 new mode 100755 diff --git a/lang/el/editor.php b/lang/el/editor.php old mode 100644 new mode 100755 diff --git a/lang/el/entities.php b/lang/el/entities.php old mode 100644 new mode 100755 diff --git a/lang/el/errors.php b/lang/el/errors.php old mode 100644 new mode 100755 diff --git a/lang/el/notifications.php b/lang/el/notifications.php old mode 100644 new mode 100755 diff --git a/lang/el/pagination.php b/lang/el/pagination.php old mode 100644 new mode 100755 diff --git a/lang/el/passwords.php b/lang/el/passwords.php old mode 100644 new mode 100755 diff --git a/lang/el/preferences.php b/lang/el/preferences.php old mode 100644 new mode 100755 diff --git a/lang/el/settings.php b/lang/el/settings.php old mode 100644 new mode 100755 diff --git a/lang/el/validation.php b/lang/el/validation.php old mode 100644 new mode 100755 diff --git a/lang/en/activities.php b/lang/en/activities.php old mode 100644 new mode 100755 diff --git a/lang/en/auth.php b/lang/en/auth.php old mode 100644 new mode 100755 diff --git a/lang/en/common.php b/lang/en/common.php old mode 100644 new mode 100755 diff --git a/lang/en/components.php b/lang/en/components.php old mode 100644 new mode 100755 diff --git a/lang/en/editor.php b/lang/en/editor.php old mode 100644 new mode 100755 diff --git a/lang/en/entities.php b/lang/en/entities.php old mode 100644 new mode 100755 diff --git a/lang/en/errors.php b/lang/en/errors.php old mode 100644 new mode 100755 diff --git a/lang/en/notifications.php b/lang/en/notifications.php old mode 100644 new mode 100755 diff --git a/lang/en/pagination.php b/lang/en/pagination.php old mode 100644 new mode 100755 diff --git a/lang/en/passwords.php b/lang/en/passwords.php old mode 100644 new mode 100755 diff --git a/lang/en/preferences.php b/lang/en/preferences.php old mode 100644 new mode 100755 diff --git a/lang/en/settings.php b/lang/en/settings.php old mode 100644 new mode 100755 diff --git a/lang/en/validation.php b/lang/en/validation.php old mode 100644 new mode 100755 diff --git a/lang/es/activities.php b/lang/es/activities.php old mode 100644 new mode 100755 diff --git a/lang/es/auth.php b/lang/es/auth.php old mode 100644 new mode 100755 diff --git a/lang/es/common.php b/lang/es/common.php old mode 100644 new mode 100755 diff --git a/lang/es/components.php b/lang/es/components.php old mode 100644 new mode 100755 diff --git a/lang/es/editor.php b/lang/es/editor.php old mode 100644 new mode 100755 diff --git a/lang/es/entities.php b/lang/es/entities.php old mode 100644 new mode 100755 diff --git a/lang/es/errors.php b/lang/es/errors.php old mode 100644 new mode 100755 diff --git a/lang/es/notifications.php b/lang/es/notifications.php old mode 100644 new mode 100755 diff --git a/lang/es/pagination.php b/lang/es/pagination.php old mode 100644 new mode 100755 diff --git a/lang/es/passwords.php b/lang/es/passwords.php old mode 100644 new mode 100755 diff --git a/lang/es/preferences.php b/lang/es/preferences.php old mode 100644 new mode 100755 diff --git a/lang/es/settings.php b/lang/es/settings.php old mode 100644 new mode 100755 diff --git a/lang/es/validation.php b/lang/es/validation.php old mode 100644 new mode 100755 diff --git a/lang/es_AR/activities.php b/lang/es_AR/activities.php old mode 100644 new mode 100755 diff --git a/lang/es_AR/auth.php b/lang/es_AR/auth.php old mode 100644 new mode 100755 diff --git a/lang/es_AR/common.php b/lang/es_AR/common.php old mode 100644 new mode 100755 diff --git a/lang/es_AR/components.php b/lang/es_AR/components.php old mode 100644 new mode 100755 diff --git a/lang/es_AR/editor.php b/lang/es_AR/editor.php old mode 100644 new mode 100755 diff --git a/lang/es_AR/entities.php b/lang/es_AR/entities.php old mode 100644 new mode 100755 diff --git a/lang/es_AR/errors.php b/lang/es_AR/errors.php old mode 100644 new mode 100755 diff --git a/lang/es_AR/notifications.php b/lang/es_AR/notifications.php old mode 100644 new mode 100755 diff --git a/lang/es_AR/pagination.php b/lang/es_AR/pagination.php old mode 100644 new mode 100755 diff --git a/lang/es_AR/passwords.php b/lang/es_AR/passwords.php old mode 100644 new mode 100755 diff --git a/lang/es_AR/preferences.php b/lang/es_AR/preferences.php old mode 100644 new mode 100755 diff --git a/lang/es_AR/settings.php b/lang/es_AR/settings.php old mode 100644 new mode 100755 diff --git a/lang/es_AR/validation.php b/lang/es_AR/validation.php old mode 100644 new mode 100755 diff --git a/lang/et/activities.php b/lang/et/activities.php old mode 100644 new mode 100755 diff --git a/lang/et/auth.php b/lang/et/auth.php old mode 100644 new mode 100755 diff --git a/lang/et/common.php b/lang/et/common.php old mode 100644 new mode 100755 diff --git a/lang/et/components.php b/lang/et/components.php old mode 100644 new mode 100755 diff --git a/lang/et/editor.php b/lang/et/editor.php old mode 100644 new mode 100755 diff --git a/lang/et/entities.php b/lang/et/entities.php old mode 100644 new mode 100755 diff --git a/lang/et/errors.php b/lang/et/errors.php old mode 100644 new mode 100755 diff --git a/lang/et/notifications.php b/lang/et/notifications.php old mode 100644 new mode 100755 diff --git a/lang/et/pagination.php b/lang/et/pagination.php old mode 100644 new mode 100755 diff --git a/lang/et/passwords.php b/lang/et/passwords.php old mode 100644 new mode 100755 diff --git a/lang/et/preferences.php b/lang/et/preferences.php old mode 100644 new mode 100755 diff --git a/lang/et/settings.php b/lang/et/settings.php old mode 100644 new mode 100755 diff --git a/lang/et/validation.php b/lang/et/validation.php old mode 100644 new mode 100755 diff --git a/lang/eu/activities.php b/lang/eu/activities.php old mode 100644 new mode 100755 diff --git a/lang/eu/auth.php b/lang/eu/auth.php old mode 100644 new mode 100755 diff --git a/lang/eu/common.php b/lang/eu/common.php old mode 100644 new mode 100755 diff --git a/lang/eu/components.php b/lang/eu/components.php old mode 100644 new mode 100755 diff --git a/lang/eu/editor.php b/lang/eu/editor.php old mode 100644 new mode 100755 diff --git a/lang/eu/entities.php b/lang/eu/entities.php old mode 100644 new mode 100755 diff --git a/lang/eu/errors.php b/lang/eu/errors.php old mode 100644 new mode 100755 diff --git a/lang/eu/notifications.php b/lang/eu/notifications.php old mode 100644 new mode 100755 diff --git a/lang/eu/pagination.php b/lang/eu/pagination.php old mode 100644 new mode 100755 diff --git a/lang/eu/passwords.php b/lang/eu/passwords.php old mode 100644 new mode 100755 diff --git a/lang/eu/preferences.php b/lang/eu/preferences.php old mode 100644 new mode 100755 diff --git a/lang/eu/settings.php b/lang/eu/settings.php old mode 100644 new mode 100755 diff --git a/lang/eu/validation.php b/lang/eu/validation.php old mode 100644 new mode 100755 diff --git a/lang/fa/activities.php b/lang/fa/activities.php old mode 100644 new mode 100755 diff --git a/lang/fa/auth.php b/lang/fa/auth.php old mode 100644 new mode 100755 diff --git a/lang/fa/common.php b/lang/fa/common.php old mode 100644 new mode 100755 diff --git a/lang/fa/components.php b/lang/fa/components.php old mode 100644 new mode 100755 diff --git a/lang/fa/editor.php b/lang/fa/editor.php old mode 100644 new mode 100755 diff --git a/lang/fa/entities.php b/lang/fa/entities.php old mode 100644 new mode 100755 diff --git a/lang/fa/errors.php b/lang/fa/errors.php old mode 100644 new mode 100755 diff --git a/lang/fa/notifications.php b/lang/fa/notifications.php old mode 100644 new mode 100755 diff --git a/lang/fa/pagination.php b/lang/fa/pagination.php old mode 100644 new mode 100755 diff --git a/lang/fa/passwords.php b/lang/fa/passwords.php old mode 100644 new mode 100755 diff --git a/lang/fa/preferences.php b/lang/fa/preferences.php old mode 100644 new mode 100755 diff --git a/lang/fa/settings.php b/lang/fa/settings.php old mode 100644 new mode 100755 diff --git a/lang/fa/validation.php b/lang/fa/validation.php old mode 100644 new mode 100755 diff --git a/lang/fi/activities.php b/lang/fi/activities.php old mode 100644 new mode 100755 diff --git a/lang/fi/auth.php b/lang/fi/auth.php old mode 100644 new mode 100755 diff --git a/lang/fi/common.php b/lang/fi/common.php old mode 100644 new mode 100755 diff --git a/lang/fi/components.php b/lang/fi/components.php old mode 100644 new mode 100755 diff --git a/lang/fi/editor.php b/lang/fi/editor.php old mode 100644 new mode 100755 diff --git a/lang/fi/entities.php b/lang/fi/entities.php old mode 100644 new mode 100755 diff --git a/lang/fi/errors.php b/lang/fi/errors.php old mode 100644 new mode 100755 diff --git a/lang/fi/notifications.php b/lang/fi/notifications.php old mode 100644 new mode 100755 diff --git a/lang/fi/pagination.php b/lang/fi/pagination.php old mode 100644 new mode 100755 diff --git a/lang/fi/passwords.php b/lang/fi/passwords.php old mode 100644 new mode 100755 diff --git a/lang/fi/preferences.php b/lang/fi/preferences.php old mode 100644 new mode 100755 diff --git a/lang/fi/settings.php b/lang/fi/settings.php old mode 100644 new mode 100755 diff --git a/lang/fi/validation.php b/lang/fi/validation.php old mode 100644 new mode 100755 diff --git a/lang/fr/activities.php b/lang/fr/activities.php old mode 100644 new mode 100755 diff --git a/lang/fr/auth.php b/lang/fr/auth.php old mode 100644 new mode 100755 diff --git a/lang/fr/common.php b/lang/fr/common.php old mode 100644 new mode 100755 diff --git a/lang/fr/components.php b/lang/fr/components.php old mode 100644 new mode 100755 diff --git a/lang/fr/editor.php b/lang/fr/editor.php old mode 100644 new mode 100755 diff --git a/lang/fr/entities.php b/lang/fr/entities.php old mode 100644 new mode 100755 diff --git a/lang/fr/errors.php b/lang/fr/errors.php old mode 100644 new mode 100755 diff --git a/lang/fr/notifications.php b/lang/fr/notifications.php old mode 100644 new mode 100755 diff --git a/lang/fr/pagination.php b/lang/fr/pagination.php old mode 100644 new mode 100755 diff --git a/lang/fr/passwords.php b/lang/fr/passwords.php old mode 100644 new mode 100755 diff --git a/lang/fr/preferences.php b/lang/fr/preferences.php old mode 100644 new mode 100755 diff --git a/lang/fr/settings.php b/lang/fr/settings.php old mode 100644 new mode 100755 diff --git a/lang/fr/validation.php b/lang/fr/validation.php old mode 100644 new mode 100755 diff --git a/lang/he/activities.php b/lang/he/activities.php old mode 100644 new mode 100755 diff --git a/lang/he/auth.php b/lang/he/auth.php old mode 100644 new mode 100755 diff --git a/lang/he/common.php b/lang/he/common.php old mode 100644 new mode 100755 diff --git a/lang/he/components.php b/lang/he/components.php old mode 100644 new mode 100755 diff --git a/lang/he/editor.php b/lang/he/editor.php old mode 100644 new mode 100755 diff --git a/lang/he/entities.php b/lang/he/entities.php old mode 100644 new mode 100755 diff --git a/lang/he/errors.php b/lang/he/errors.php old mode 100644 new mode 100755 diff --git a/lang/he/notifications.php b/lang/he/notifications.php old mode 100644 new mode 100755 diff --git a/lang/he/pagination.php b/lang/he/pagination.php old mode 100644 new mode 100755 diff --git a/lang/he/passwords.php b/lang/he/passwords.php old mode 100644 new mode 100755 diff --git a/lang/he/preferences.php b/lang/he/preferences.php old mode 100644 new mode 100755 diff --git a/lang/he/settings.php b/lang/he/settings.php old mode 100644 new mode 100755 diff --git a/lang/he/validation.php b/lang/he/validation.php old mode 100644 new mode 100755 diff --git a/lang/hr/activities.php b/lang/hr/activities.php old mode 100644 new mode 100755 diff --git a/lang/hr/auth.php b/lang/hr/auth.php old mode 100644 new mode 100755 diff --git a/lang/hr/common.php b/lang/hr/common.php old mode 100644 new mode 100755 diff --git a/lang/hr/components.php b/lang/hr/components.php old mode 100644 new mode 100755 diff --git a/lang/hr/editor.php b/lang/hr/editor.php old mode 100644 new mode 100755 diff --git a/lang/hr/entities.php b/lang/hr/entities.php old mode 100644 new mode 100755 diff --git a/lang/hr/errors.php b/lang/hr/errors.php old mode 100644 new mode 100755 diff --git a/lang/hr/notifications.php b/lang/hr/notifications.php old mode 100644 new mode 100755 diff --git a/lang/hr/pagination.php b/lang/hr/pagination.php old mode 100644 new mode 100755 diff --git a/lang/hr/passwords.php b/lang/hr/passwords.php old mode 100644 new mode 100755 diff --git a/lang/hr/preferences.php b/lang/hr/preferences.php old mode 100644 new mode 100755 diff --git a/lang/hr/settings.php b/lang/hr/settings.php old mode 100644 new mode 100755 diff --git a/lang/hr/validation.php b/lang/hr/validation.php old mode 100644 new mode 100755 diff --git a/lang/hu/activities.php b/lang/hu/activities.php old mode 100644 new mode 100755 diff --git a/lang/hu/auth.php b/lang/hu/auth.php old mode 100644 new mode 100755 diff --git a/lang/hu/common.php b/lang/hu/common.php old mode 100644 new mode 100755 diff --git a/lang/hu/components.php b/lang/hu/components.php old mode 100644 new mode 100755 diff --git a/lang/hu/editor.php b/lang/hu/editor.php old mode 100644 new mode 100755 diff --git a/lang/hu/entities.php b/lang/hu/entities.php old mode 100644 new mode 100755 diff --git a/lang/hu/errors.php b/lang/hu/errors.php old mode 100644 new mode 100755 diff --git a/lang/hu/notifications.php b/lang/hu/notifications.php old mode 100644 new mode 100755 diff --git a/lang/hu/pagination.php b/lang/hu/pagination.php old mode 100644 new mode 100755 diff --git a/lang/hu/passwords.php b/lang/hu/passwords.php old mode 100644 new mode 100755 diff --git a/lang/hu/preferences.php b/lang/hu/preferences.php old mode 100644 new mode 100755 diff --git a/lang/hu/settings.php b/lang/hu/settings.php old mode 100644 new mode 100755 diff --git a/lang/hu/validation.php b/lang/hu/validation.php old mode 100644 new mode 100755 diff --git a/lang/id/activities.php b/lang/id/activities.php old mode 100644 new mode 100755 diff --git a/lang/id/auth.php b/lang/id/auth.php old mode 100644 new mode 100755 diff --git a/lang/id/common.php b/lang/id/common.php old mode 100644 new mode 100755 diff --git a/lang/id/components.php b/lang/id/components.php old mode 100644 new mode 100755 diff --git a/lang/id/editor.php b/lang/id/editor.php old mode 100644 new mode 100755 diff --git a/lang/id/entities.php b/lang/id/entities.php old mode 100644 new mode 100755 diff --git a/lang/id/errors.php b/lang/id/errors.php old mode 100644 new mode 100755 diff --git a/lang/id/notifications.php b/lang/id/notifications.php old mode 100644 new mode 100755 diff --git a/lang/id/pagination.php b/lang/id/pagination.php old mode 100644 new mode 100755 diff --git a/lang/id/passwords.php b/lang/id/passwords.php old mode 100644 new mode 100755 diff --git a/lang/id/preferences.php b/lang/id/preferences.php old mode 100644 new mode 100755 diff --git a/lang/id/settings.php b/lang/id/settings.php old mode 100644 new mode 100755 diff --git a/lang/id/validation.php b/lang/id/validation.php old mode 100644 new mode 100755 diff --git a/lang/is/activities.php b/lang/is/activities.php old mode 100644 new mode 100755 diff --git a/lang/is/auth.php b/lang/is/auth.php old mode 100644 new mode 100755 diff --git a/lang/is/common.php b/lang/is/common.php old mode 100644 new mode 100755 diff --git a/lang/is/components.php b/lang/is/components.php old mode 100644 new mode 100755 diff --git a/lang/is/editor.php b/lang/is/editor.php old mode 100644 new mode 100755 diff --git a/lang/is/entities.php b/lang/is/entities.php old mode 100644 new mode 100755 diff --git a/lang/is/errors.php b/lang/is/errors.php old mode 100644 new mode 100755 diff --git a/lang/is/notifications.php b/lang/is/notifications.php old mode 100644 new mode 100755 diff --git a/lang/is/pagination.php b/lang/is/pagination.php old mode 100644 new mode 100755 diff --git a/lang/is/passwords.php b/lang/is/passwords.php old mode 100644 new mode 100755 diff --git a/lang/is/preferences.php b/lang/is/preferences.php old mode 100644 new mode 100755 diff --git a/lang/is/settings.php b/lang/is/settings.php old mode 100644 new mode 100755 diff --git a/lang/is/validation.php b/lang/is/validation.php old mode 100644 new mode 100755 diff --git a/lang/it/activities.php b/lang/it/activities.php old mode 100644 new mode 100755 diff --git a/lang/it/auth.php b/lang/it/auth.php old mode 100644 new mode 100755 diff --git a/lang/it/common.php b/lang/it/common.php old mode 100644 new mode 100755 diff --git a/lang/it/components.php b/lang/it/components.php old mode 100644 new mode 100755 diff --git a/lang/it/editor.php b/lang/it/editor.php old mode 100644 new mode 100755 diff --git a/lang/it/entities.php b/lang/it/entities.php old mode 100644 new mode 100755 diff --git a/lang/it/errors.php b/lang/it/errors.php old mode 100644 new mode 100755 diff --git a/lang/it/notifications.php b/lang/it/notifications.php old mode 100644 new mode 100755 diff --git a/lang/it/pagination.php b/lang/it/pagination.php old mode 100644 new mode 100755 diff --git a/lang/it/passwords.php b/lang/it/passwords.php old mode 100644 new mode 100755 diff --git a/lang/it/preferences.php b/lang/it/preferences.php old mode 100644 new mode 100755 diff --git a/lang/it/settings.php b/lang/it/settings.php old mode 100644 new mode 100755 diff --git a/lang/it/validation.php b/lang/it/validation.php old mode 100644 new mode 100755 diff --git a/lang/ja/activities.php b/lang/ja/activities.php old mode 100644 new mode 100755 diff --git a/lang/ja/auth.php b/lang/ja/auth.php old mode 100644 new mode 100755 diff --git a/lang/ja/common.php b/lang/ja/common.php old mode 100644 new mode 100755 diff --git a/lang/ja/components.php b/lang/ja/components.php old mode 100644 new mode 100755 diff --git a/lang/ja/editor.php b/lang/ja/editor.php old mode 100644 new mode 100755 diff --git a/lang/ja/entities.php b/lang/ja/entities.php old mode 100644 new mode 100755 diff --git a/lang/ja/errors.php b/lang/ja/errors.php old mode 100644 new mode 100755 diff --git a/lang/ja/notifications.php b/lang/ja/notifications.php old mode 100644 new mode 100755 diff --git a/lang/ja/pagination.php b/lang/ja/pagination.php old mode 100644 new mode 100755 diff --git a/lang/ja/passwords.php b/lang/ja/passwords.php old mode 100644 new mode 100755 diff --git a/lang/ja/preferences.php b/lang/ja/preferences.php old mode 100644 new mode 100755 diff --git a/lang/ja/settings.php b/lang/ja/settings.php old mode 100644 new mode 100755 diff --git a/lang/ja/validation.php b/lang/ja/validation.php old mode 100644 new mode 100755 diff --git a/lang/ka/activities.php b/lang/ka/activities.php old mode 100644 new mode 100755 diff --git a/lang/ka/auth.php b/lang/ka/auth.php old mode 100644 new mode 100755 diff --git a/lang/ka/common.php b/lang/ka/common.php old mode 100644 new mode 100755 diff --git a/lang/ka/components.php b/lang/ka/components.php old mode 100644 new mode 100755 diff --git a/lang/ka/editor.php b/lang/ka/editor.php old mode 100644 new mode 100755 diff --git a/lang/ka/entities.php b/lang/ka/entities.php old mode 100644 new mode 100755 diff --git a/lang/ka/errors.php b/lang/ka/errors.php old mode 100644 new mode 100755 diff --git a/lang/ka/notifications.php b/lang/ka/notifications.php old mode 100644 new mode 100755 diff --git a/lang/ka/pagination.php b/lang/ka/pagination.php old mode 100644 new mode 100755 diff --git a/lang/ka/passwords.php b/lang/ka/passwords.php old mode 100644 new mode 100755 diff --git a/lang/ka/preferences.php b/lang/ka/preferences.php old mode 100644 new mode 100755 diff --git a/lang/ka/settings.php b/lang/ka/settings.php old mode 100644 new mode 100755 diff --git a/lang/ka/validation.php b/lang/ka/validation.php old mode 100644 new mode 100755 diff --git a/lang/ko/activities.php b/lang/ko/activities.php old mode 100644 new mode 100755 diff --git a/lang/ko/auth.php b/lang/ko/auth.php old mode 100644 new mode 100755 diff --git a/lang/ko/common.php b/lang/ko/common.php old mode 100644 new mode 100755 diff --git a/lang/ko/components.php b/lang/ko/components.php old mode 100644 new mode 100755 diff --git a/lang/ko/editor.php b/lang/ko/editor.php old mode 100644 new mode 100755 diff --git a/lang/ko/entities.php b/lang/ko/entities.php old mode 100644 new mode 100755 diff --git a/lang/ko/errors.php b/lang/ko/errors.php old mode 100644 new mode 100755 diff --git a/lang/ko/notifications.php b/lang/ko/notifications.php old mode 100644 new mode 100755 diff --git a/lang/ko/pagination.php b/lang/ko/pagination.php old mode 100644 new mode 100755 diff --git a/lang/ko/passwords.php b/lang/ko/passwords.php old mode 100644 new mode 100755 diff --git a/lang/ko/preferences.php b/lang/ko/preferences.php old mode 100644 new mode 100755 diff --git a/lang/ko/settings.php b/lang/ko/settings.php old mode 100644 new mode 100755 diff --git a/lang/ko/validation.php b/lang/ko/validation.php old mode 100644 new mode 100755 diff --git a/lang/ku/activities.php b/lang/ku/activities.php old mode 100644 new mode 100755 diff --git a/lang/ku/auth.php b/lang/ku/auth.php old mode 100644 new mode 100755 diff --git a/lang/ku/common.php b/lang/ku/common.php old mode 100644 new mode 100755 diff --git a/lang/ku/components.php b/lang/ku/components.php old mode 100644 new mode 100755 diff --git a/lang/ku/editor.php b/lang/ku/editor.php old mode 100644 new mode 100755 diff --git a/lang/ku/entities.php b/lang/ku/entities.php old mode 100644 new mode 100755 diff --git a/lang/ku/errors.php b/lang/ku/errors.php old mode 100644 new mode 100755 diff --git a/lang/ku/notifications.php b/lang/ku/notifications.php old mode 100644 new mode 100755 diff --git a/lang/ku/pagination.php b/lang/ku/pagination.php old mode 100644 new mode 100755 diff --git a/lang/ku/passwords.php b/lang/ku/passwords.php old mode 100644 new mode 100755 diff --git a/lang/ku/preferences.php b/lang/ku/preferences.php old mode 100644 new mode 100755 diff --git a/lang/ku/settings.php b/lang/ku/settings.php old mode 100644 new mode 100755 diff --git a/lang/ku/validation.php b/lang/ku/validation.php old mode 100644 new mode 100755 diff --git a/lang/lt/activities.php b/lang/lt/activities.php old mode 100644 new mode 100755 diff --git a/lang/lt/auth.php b/lang/lt/auth.php old mode 100644 new mode 100755 diff --git a/lang/lt/common.php b/lang/lt/common.php old mode 100644 new mode 100755 diff --git a/lang/lt/components.php b/lang/lt/components.php old mode 100644 new mode 100755 diff --git a/lang/lt/editor.php b/lang/lt/editor.php old mode 100644 new mode 100755 diff --git a/lang/lt/entities.php b/lang/lt/entities.php old mode 100644 new mode 100755 diff --git a/lang/lt/errors.php b/lang/lt/errors.php old mode 100644 new mode 100755 diff --git a/lang/lt/notifications.php b/lang/lt/notifications.php old mode 100644 new mode 100755 diff --git a/lang/lt/pagination.php b/lang/lt/pagination.php old mode 100644 new mode 100755 diff --git a/lang/lt/passwords.php b/lang/lt/passwords.php old mode 100644 new mode 100755 diff --git a/lang/lt/preferences.php b/lang/lt/preferences.php old mode 100644 new mode 100755 diff --git a/lang/lt/settings.php b/lang/lt/settings.php old mode 100644 new mode 100755 diff --git a/lang/lt/validation.php b/lang/lt/validation.php old mode 100644 new mode 100755 diff --git a/lang/lv/activities.php b/lang/lv/activities.php old mode 100644 new mode 100755 diff --git a/lang/lv/auth.php b/lang/lv/auth.php old mode 100644 new mode 100755 diff --git a/lang/lv/common.php b/lang/lv/common.php old mode 100644 new mode 100755 diff --git a/lang/lv/components.php b/lang/lv/components.php old mode 100644 new mode 100755 diff --git a/lang/lv/editor.php b/lang/lv/editor.php old mode 100644 new mode 100755 diff --git a/lang/lv/entities.php b/lang/lv/entities.php old mode 100644 new mode 100755 diff --git a/lang/lv/errors.php b/lang/lv/errors.php old mode 100644 new mode 100755 diff --git a/lang/lv/notifications.php b/lang/lv/notifications.php old mode 100644 new mode 100755 diff --git a/lang/lv/pagination.php b/lang/lv/pagination.php old mode 100644 new mode 100755 diff --git a/lang/lv/passwords.php b/lang/lv/passwords.php old mode 100644 new mode 100755 diff --git a/lang/lv/preferences.php b/lang/lv/preferences.php old mode 100644 new mode 100755 diff --git a/lang/lv/settings.php b/lang/lv/settings.php old mode 100644 new mode 100755 diff --git a/lang/lv/validation.php b/lang/lv/validation.php old mode 100644 new mode 100755 diff --git a/lang/nb/activities.php b/lang/nb/activities.php old mode 100644 new mode 100755 diff --git a/lang/nb/auth.php b/lang/nb/auth.php old mode 100644 new mode 100755 diff --git a/lang/nb/common.php b/lang/nb/common.php old mode 100644 new mode 100755 diff --git a/lang/nb/components.php b/lang/nb/components.php old mode 100644 new mode 100755 diff --git a/lang/nb/editor.php b/lang/nb/editor.php old mode 100644 new mode 100755 diff --git a/lang/nb/entities.php b/lang/nb/entities.php old mode 100644 new mode 100755 diff --git a/lang/nb/errors.php b/lang/nb/errors.php old mode 100644 new mode 100755 diff --git a/lang/nb/notifications.php b/lang/nb/notifications.php old mode 100644 new mode 100755 diff --git a/lang/nb/pagination.php b/lang/nb/pagination.php old mode 100644 new mode 100755 diff --git a/lang/nb/passwords.php b/lang/nb/passwords.php old mode 100644 new mode 100755 diff --git a/lang/nb/preferences.php b/lang/nb/preferences.php old mode 100644 new mode 100755 diff --git a/lang/nb/settings.php b/lang/nb/settings.php old mode 100644 new mode 100755 diff --git a/lang/nb/validation.php b/lang/nb/validation.php old mode 100644 new mode 100755 diff --git a/lang/ne/activities.php b/lang/ne/activities.php old mode 100644 new mode 100755 diff --git a/lang/ne/auth.php b/lang/ne/auth.php old mode 100644 new mode 100755 diff --git a/lang/ne/common.php b/lang/ne/common.php old mode 100644 new mode 100755 diff --git a/lang/ne/components.php b/lang/ne/components.php old mode 100644 new mode 100755 diff --git a/lang/ne/editor.php b/lang/ne/editor.php old mode 100644 new mode 100755 diff --git a/lang/ne/entities.php b/lang/ne/entities.php old mode 100644 new mode 100755 diff --git a/lang/ne/errors.php b/lang/ne/errors.php old mode 100644 new mode 100755 diff --git a/lang/ne/notifications.php b/lang/ne/notifications.php old mode 100644 new mode 100755 diff --git a/lang/ne/pagination.php b/lang/ne/pagination.php old mode 100644 new mode 100755 diff --git a/lang/ne/passwords.php b/lang/ne/passwords.php old mode 100644 new mode 100755 diff --git a/lang/ne/preferences.php b/lang/ne/preferences.php old mode 100644 new mode 100755 diff --git a/lang/ne/settings.php b/lang/ne/settings.php old mode 100644 new mode 100755 diff --git a/lang/ne/validation.php b/lang/ne/validation.php old mode 100644 new mode 100755 diff --git a/lang/nl/activities.php b/lang/nl/activities.php old mode 100644 new mode 100755 diff --git a/lang/nl/auth.php b/lang/nl/auth.php old mode 100644 new mode 100755 diff --git a/lang/nl/common.php b/lang/nl/common.php old mode 100644 new mode 100755 diff --git a/lang/nl/components.php b/lang/nl/components.php old mode 100644 new mode 100755 diff --git a/lang/nl/editor.php b/lang/nl/editor.php old mode 100644 new mode 100755 diff --git a/lang/nl/entities.php b/lang/nl/entities.php old mode 100644 new mode 100755 diff --git a/lang/nl/errors.php b/lang/nl/errors.php old mode 100644 new mode 100755 diff --git a/lang/nl/notifications.php b/lang/nl/notifications.php old mode 100644 new mode 100755 diff --git a/lang/nl/pagination.php b/lang/nl/pagination.php old mode 100644 new mode 100755 diff --git a/lang/nl/passwords.php b/lang/nl/passwords.php old mode 100644 new mode 100755 diff --git a/lang/nl/preferences.php b/lang/nl/preferences.php old mode 100644 new mode 100755 diff --git a/lang/nl/settings.php b/lang/nl/settings.php old mode 100644 new mode 100755 diff --git a/lang/nl/validation.php b/lang/nl/validation.php old mode 100644 new mode 100755 diff --git a/lang/nn/activities.php b/lang/nn/activities.php old mode 100644 new mode 100755 diff --git a/lang/nn/auth.php b/lang/nn/auth.php old mode 100644 new mode 100755 diff --git a/lang/nn/common.php b/lang/nn/common.php old mode 100644 new mode 100755 diff --git a/lang/nn/components.php b/lang/nn/components.php old mode 100644 new mode 100755 diff --git a/lang/nn/editor.php b/lang/nn/editor.php old mode 100644 new mode 100755 diff --git a/lang/nn/entities.php b/lang/nn/entities.php old mode 100644 new mode 100755 diff --git a/lang/nn/errors.php b/lang/nn/errors.php old mode 100644 new mode 100755 diff --git a/lang/nn/notifications.php b/lang/nn/notifications.php old mode 100644 new mode 100755 diff --git a/lang/nn/pagination.php b/lang/nn/pagination.php old mode 100644 new mode 100755 diff --git a/lang/nn/passwords.php b/lang/nn/passwords.php old mode 100644 new mode 100755 diff --git a/lang/nn/preferences.php b/lang/nn/preferences.php old mode 100644 new mode 100755 diff --git a/lang/nn/settings.php b/lang/nn/settings.php old mode 100644 new mode 100755 diff --git a/lang/nn/validation.php b/lang/nn/validation.php old mode 100644 new mode 100755 diff --git a/lang/pl/activities.php b/lang/pl/activities.php old mode 100644 new mode 100755 diff --git a/lang/pl/auth.php b/lang/pl/auth.php old mode 100644 new mode 100755 diff --git a/lang/pl/common.php b/lang/pl/common.php old mode 100644 new mode 100755 diff --git a/lang/pl/components.php b/lang/pl/components.php old mode 100644 new mode 100755 diff --git a/lang/pl/editor.php b/lang/pl/editor.php old mode 100644 new mode 100755 diff --git a/lang/pl/entities.php b/lang/pl/entities.php old mode 100644 new mode 100755 diff --git a/lang/pl/errors.php b/lang/pl/errors.php old mode 100644 new mode 100755 diff --git a/lang/pl/notifications.php b/lang/pl/notifications.php old mode 100644 new mode 100755 diff --git a/lang/pl/pagination.php b/lang/pl/pagination.php old mode 100644 new mode 100755 diff --git a/lang/pl/passwords.php b/lang/pl/passwords.php old mode 100644 new mode 100755 diff --git a/lang/pl/preferences.php b/lang/pl/preferences.php old mode 100644 new mode 100755 diff --git a/lang/pl/settings.php b/lang/pl/settings.php old mode 100644 new mode 100755 diff --git a/lang/pl/validation.php b/lang/pl/validation.php old mode 100644 new mode 100755 diff --git a/lang/pt/activities.php b/lang/pt/activities.php old mode 100644 new mode 100755 diff --git a/lang/pt/auth.php b/lang/pt/auth.php old mode 100644 new mode 100755 diff --git a/lang/pt/common.php b/lang/pt/common.php old mode 100644 new mode 100755 diff --git a/lang/pt/components.php b/lang/pt/components.php old mode 100644 new mode 100755 diff --git a/lang/pt/editor.php b/lang/pt/editor.php old mode 100644 new mode 100755 diff --git a/lang/pt/entities.php b/lang/pt/entities.php old mode 100644 new mode 100755 diff --git a/lang/pt/errors.php b/lang/pt/errors.php old mode 100644 new mode 100755 diff --git a/lang/pt/notifications.php b/lang/pt/notifications.php old mode 100644 new mode 100755 diff --git a/lang/pt/pagination.php b/lang/pt/pagination.php old mode 100644 new mode 100755 diff --git a/lang/pt/passwords.php b/lang/pt/passwords.php old mode 100644 new mode 100755 diff --git a/lang/pt/preferences.php b/lang/pt/preferences.php old mode 100644 new mode 100755 diff --git a/lang/pt/settings.php b/lang/pt/settings.php old mode 100644 new mode 100755 diff --git a/lang/pt/validation.php b/lang/pt/validation.php old mode 100644 new mode 100755 diff --git a/lang/pt_BR/activities.php b/lang/pt_BR/activities.php old mode 100644 new mode 100755 diff --git a/lang/pt_BR/auth.php b/lang/pt_BR/auth.php old mode 100644 new mode 100755 diff --git a/lang/pt_BR/common.php b/lang/pt_BR/common.php old mode 100644 new mode 100755 diff --git a/lang/pt_BR/components.php b/lang/pt_BR/components.php old mode 100644 new mode 100755 diff --git a/lang/pt_BR/editor.php b/lang/pt_BR/editor.php old mode 100644 new mode 100755 diff --git a/lang/pt_BR/entities.php b/lang/pt_BR/entities.php old mode 100644 new mode 100755 diff --git a/lang/pt_BR/errors.php b/lang/pt_BR/errors.php old mode 100644 new mode 100755 diff --git a/lang/pt_BR/notifications.php b/lang/pt_BR/notifications.php old mode 100644 new mode 100755 diff --git a/lang/pt_BR/pagination.php b/lang/pt_BR/pagination.php old mode 100644 new mode 100755 diff --git a/lang/pt_BR/passwords.php b/lang/pt_BR/passwords.php old mode 100644 new mode 100755 diff --git a/lang/pt_BR/preferences.php b/lang/pt_BR/preferences.php old mode 100644 new mode 100755 diff --git a/lang/pt_BR/settings.php b/lang/pt_BR/settings.php old mode 100644 new mode 100755 diff --git a/lang/pt_BR/validation.php b/lang/pt_BR/validation.php old mode 100644 new mode 100755 diff --git a/lang/ro/activities.php b/lang/ro/activities.php old mode 100644 new mode 100755 diff --git a/lang/ro/auth.php b/lang/ro/auth.php old mode 100644 new mode 100755 diff --git a/lang/ro/common.php b/lang/ro/common.php old mode 100644 new mode 100755 diff --git a/lang/ro/components.php b/lang/ro/components.php old mode 100644 new mode 100755 diff --git a/lang/ro/editor.php b/lang/ro/editor.php old mode 100644 new mode 100755 diff --git a/lang/ro/entities.php b/lang/ro/entities.php old mode 100644 new mode 100755 diff --git a/lang/ro/errors.php b/lang/ro/errors.php old mode 100644 new mode 100755 diff --git a/lang/ro/notifications.php b/lang/ro/notifications.php old mode 100644 new mode 100755 diff --git a/lang/ro/pagination.php b/lang/ro/pagination.php old mode 100644 new mode 100755 diff --git a/lang/ro/passwords.php b/lang/ro/passwords.php old mode 100644 new mode 100755 diff --git a/lang/ro/preferences.php b/lang/ro/preferences.php old mode 100644 new mode 100755 diff --git a/lang/ro/settings.php b/lang/ro/settings.php old mode 100644 new mode 100755 diff --git a/lang/ro/validation.php b/lang/ro/validation.php old mode 100644 new mode 100755 diff --git a/lang/ru/activities.php b/lang/ru/activities.php old mode 100644 new mode 100755 diff --git a/lang/ru/auth.php b/lang/ru/auth.php old mode 100644 new mode 100755 diff --git a/lang/ru/common.php b/lang/ru/common.php old mode 100644 new mode 100755 diff --git a/lang/ru/components.php b/lang/ru/components.php old mode 100644 new mode 100755 diff --git a/lang/ru/editor.php b/lang/ru/editor.php old mode 100644 new mode 100755 diff --git a/lang/ru/entities.php b/lang/ru/entities.php old mode 100644 new mode 100755 diff --git a/lang/ru/errors.php b/lang/ru/errors.php old mode 100644 new mode 100755 diff --git a/lang/ru/notifications.php b/lang/ru/notifications.php old mode 100644 new mode 100755 diff --git a/lang/ru/pagination.php b/lang/ru/pagination.php old mode 100644 new mode 100755 diff --git a/lang/ru/passwords.php b/lang/ru/passwords.php old mode 100644 new mode 100755 diff --git a/lang/ru/preferences.php b/lang/ru/preferences.php old mode 100644 new mode 100755 diff --git a/lang/ru/settings.php b/lang/ru/settings.php old mode 100644 new mode 100755 diff --git a/lang/ru/validation.php b/lang/ru/validation.php old mode 100644 new mode 100755 diff --git a/lang/sk/activities.php b/lang/sk/activities.php old mode 100644 new mode 100755 diff --git a/lang/sk/auth.php b/lang/sk/auth.php old mode 100644 new mode 100755 diff --git a/lang/sk/common.php b/lang/sk/common.php old mode 100644 new mode 100755 diff --git a/lang/sk/components.php b/lang/sk/components.php old mode 100644 new mode 100755 diff --git a/lang/sk/editor.php b/lang/sk/editor.php old mode 100644 new mode 100755 diff --git a/lang/sk/entities.php b/lang/sk/entities.php old mode 100644 new mode 100755 diff --git a/lang/sk/errors.php b/lang/sk/errors.php old mode 100644 new mode 100755 diff --git a/lang/sk/notifications.php b/lang/sk/notifications.php old mode 100644 new mode 100755 diff --git a/lang/sk/pagination.php b/lang/sk/pagination.php old mode 100644 new mode 100755 diff --git a/lang/sk/passwords.php b/lang/sk/passwords.php old mode 100644 new mode 100755 diff --git a/lang/sk/preferences.php b/lang/sk/preferences.php old mode 100644 new mode 100755 diff --git a/lang/sk/settings.php b/lang/sk/settings.php old mode 100644 new mode 100755 diff --git a/lang/sk/validation.php b/lang/sk/validation.php old mode 100644 new mode 100755 diff --git a/lang/sl/activities.php b/lang/sl/activities.php old mode 100644 new mode 100755 diff --git a/lang/sl/auth.php b/lang/sl/auth.php old mode 100644 new mode 100755 diff --git a/lang/sl/common.php b/lang/sl/common.php old mode 100644 new mode 100755 diff --git a/lang/sl/components.php b/lang/sl/components.php old mode 100644 new mode 100755 diff --git a/lang/sl/editor.php b/lang/sl/editor.php old mode 100644 new mode 100755 diff --git a/lang/sl/entities.php b/lang/sl/entities.php old mode 100644 new mode 100755 diff --git a/lang/sl/errors.php b/lang/sl/errors.php old mode 100644 new mode 100755 diff --git a/lang/sl/notifications.php b/lang/sl/notifications.php old mode 100644 new mode 100755 diff --git a/lang/sl/pagination.php b/lang/sl/pagination.php old mode 100644 new mode 100755 diff --git a/lang/sl/passwords.php b/lang/sl/passwords.php old mode 100644 new mode 100755 diff --git a/lang/sl/preferences.php b/lang/sl/preferences.php old mode 100644 new mode 100755 diff --git a/lang/sl/settings.php b/lang/sl/settings.php old mode 100644 new mode 100755 diff --git a/lang/sl/validation.php b/lang/sl/validation.php old mode 100644 new mode 100755 diff --git a/lang/sq/activities.php b/lang/sq/activities.php old mode 100644 new mode 100755 diff --git a/lang/sq/auth.php b/lang/sq/auth.php old mode 100644 new mode 100755 diff --git a/lang/sq/common.php b/lang/sq/common.php old mode 100644 new mode 100755 diff --git a/lang/sq/components.php b/lang/sq/components.php old mode 100644 new mode 100755 diff --git a/lang/sq/editor.php b/lang/sq/editor.php old mode 100644 new mode 100755 diff --git a/lang/sq/entities.php b/lang/sq/entities.php old mode 100644 new mode 100755 diff --git a/lang/sq/errors.php b/lang/sq/errors.php old mode 100644 new mode 100755 diff --git a/lang/sq/notifications.php b/lang/sq/notifications.php old mode 100644 new mode 100755 diff --git a/lang/sq/pagination.php b/lang/sq/pagination.php old mode 100644 new mode 100755 diff --git a/lang/sq/passwords.php b/lang/sq/passwords.php old mode 100644 new mode 100755 diff --git a/lang/sq/preferences.php b/lang/sq/preferences.php old mode 100644 new mode 100755 diff --git a/lang/sq/settings.php b/lang/sq/settings.php old mode 100644 new mode 100755 diff --git a/lang/sq/validation.php b/lang/sq/validation.php old mode 100644 new mode 100755 diff --git a/lang/sr/activities.php b/lang/sr/activities.php old mode 100644 new mode 100755 diff --git a/lang/sr/auth.php b/lang/sr/auth.php old mode 100644 new mode 100755 diff --git a/lang/sr/common.php b/lang/sr/common.php old mode 100644 new mode 100755 diff --git a/lang/sr/components.php b/lang/sr/components.php old mode 100644 new mode 100755 diff --git a/lang/sr/editor.php b/lang/sr/editor.php old mode 100644 new mode 100755 diff --git a/lang/sr/entities.php b/lang/sr/entities.php old mode 100644 new mode 100755 diff --git a/lang/sr/errors.php b/lang/sr/errors.php old mode 100644 new mode 100755 diff --git a/lang/sr/notifications.php b/lang/sr/notifications.php old mode 100644 new mode 100755 diff --git a/lang/sr/pagination.php b/lang/sr/pagination.php old mode 100644 new mode 100755 diff --git a/lang/sr/passwords.php b/lang/sr/passwords.php old mode 100644 new mode 100755 diff --git a/lang/sr/preferences.php b/lang/sr/preferences.php old mode 100644 new mode 100755 diff --git a/lang/sr/settings.php b/lang/sr/settings.php old mode 100644 new mode 100755 diff --git a/lang/sr/validation.php b/lang/sr/validation.php old mode 100644 new mode 100755 diff --git a/lang/sv/activities.php b/lang/sv/activities.php old mode 100644 new mode 100755 diff --git a/lang/sv/auth.php b/lang/sv/auth.php old mode 100644 new mode 100755 diff --git a/lang/sv/common.php b/lang/sv/common.php old mode 100644 new mode 100755 diff --git a/lang/sv/components.php b/lang/sv/components.php old mode 100644 new mode 100755 diff --git a/lang/sv/editor.php b/lang/sv/editor.php old mode 100644 new mode 100755 diff --git a/lang/sv/entities.php b/lang/sv/entities.php old mode 100644 new mode 100755 diff --git a/lang/sv/errors.php b/lang/sv/errors.php old mode 100644 new mode 100755 diff --git a/lang/sv/notifications.php b/lang/sv/notifications.php old mode 100644 new mode 100755 diff --git a/lang/sv/pagination.php b/lang/sv/pagination.php old mode 100644 new mode 100755 diff --git a/lang/sv/passwords.php b/lang/sv/passwords.php old mode 100644 new mode 100755 diff --git a/lang/sv/preferences.php b/lang/sv/preferences.php old mode 100644 new mode 100755 diff --git a/lang/sv/settings.php b/lang/sv/settings.php old mode 100644 new mode 100755 diff --git a/lang/sv/validation.php b/lang/sv/validation.php old mode 100644 new mode 100755 diff --git a/lang/th/activities.php b/lang/th/activities.php old mode 100644 new mode 100755 diff --git a/lang/th/auth.php b/lang/th/auth.php old mode 100644 new mode 100755 diff --git a/lang/th/common.php b/lang/th/common.php old mode 100644 new mode 100755 diff --git a/lang/th/components.php b/lang/th/components.php old mode 100644 new mode 100755 diff --git a/lang/th/editor.php b/lang/th/editor.php old mode 100644 new mode 100755 diff --git a/lang/th/entities.php b/lang/th/entities.php old mode 100644 new mode 100755 diff --git a/lang/th/errors.php b/lang/th/errors.php old mode 100644 new mode 100755 diff --git a/lang/th/notifications.php b/lang/th/notifications.php old mode 100644 new mode 100755 diff --git a/lang/th/pagination.php b/lang/th/pagination.php old mode 100644 new mode 100755 diff --git a/lang/th/passwords.php b/lang/th/passwords.php old mode 100644 new mode 100755 diff --git a/lang/th/preferences.php b/lang/th/preferences.php old mode 100644 new mode 100755 diff --git a/lang/th/settings.php b/lang/th/settings.php old mode 100644 new mode 100755 diff --git a/lang/th/validation.php b/lang/th/validation.php old mode 100644 new mode 100755 diff --git a/lang/tk/activities.php b/lang/tk/activities.php old mode 100644 new mode 100755 diff --git a/lang/tk/auth.php b/lang/tk/auth.php old mode 100644 new mode 100755 diff --git a/lang/tk/common.php b/lang/tk/common.php old mode 100644 new mode 100755 diff --git a/lang/tk/components.php b/lang/tk/components.php old mode 100644 new mode 100755 diff --git a/lang/tk/editor.php b/lang/tk/editor.php old mode 100644 new mode 100755 diff --git a/lang/tk/entities.php b/lang/tk/entities.php old mode 100644 new mode 100755 diff --git a/lang/tk/errors.php b/lang/tk/errors.php old mode 100644 new mode 100755 diff --git a/lang/tk/notifications.php b/lang/tk/notifications.php old mode 100644 new mode 100755 diff --git a/lang/tk/pagination.php b/lang/tk/pagination.php old mode 100644 new mode 100755 diff --git a/lang/tk/passwords.php b/lang/tk/passwords.php old mode 100644 new mode 100755 diff --git a/lang/tk/preferences.php b/lang/tk/preferences.php old mode 100644 new mode 100755 diff --git a/lang/tk/settings.php b/lang/tk/settings.php old mode 100644 new mode 100755 diff --git a/lang/tk/validation.php b/lang/tk/validation.php old mode 100644 new mode 100755 diff --git a/lang/tr/activities.php b/lang/tr/activities.php old mode 100644 new mode 100755 diff --git a/lang/tr/auth.php b/lang/tr/auth.php old mode 100644 new mode 100755 diff --git a/lang/tr/common.php b/lang/tr/common.php old mode 100644 new mode 100755 diff --git a/lang/tr/components.php b/lang/tr/components.php old mode 100644 new mode 100755 diff --git a/lang/tr/editor.php b/lang/tr/editor.php old mode 100644 new mode 100755 diff --git a/lang/tr/entities.php b/lang/tr/entities.php old mode 100644 new mode 100755 diff --git a/lang/tr/errors.php b/lang/tr/errors.php old mode 100644 new mode 100755 diff --git a/lang/tr/notifications.php b/lang/tr/notifications.php old mode 100644 new mode 100755 diff --git a/lang/tr/pagination.php b/lang/tr/pagination.php old mode 100644 new mode 100755 diff --git a/lang/tr/passwords.php b/lang/tr/passwords.php old mode 100644 new mode 100755 diff --git a/lang/tr/preferences.php b/lang/tr/preferences.php old mode 100644 new mode 100755 diff --git a/lang/tr/settings.php b/lang/tr/settings.php old mode 100644 new mode 100755 diff --git a/lang/tr/validation.php b/lang/tr/validation.php old mode 100644 new mode 100755 diff --git a/lang/uk/activities.php b/lang/uk/activities.php old mode 100644 new mode 100755 diff --git a/lang/uk/auth.php b/lang/uk/auth.php old mode 100644 new mode 100755 diff --git a/lang/uk/common.php b/lang/uk/common.php old mode 100644 new mode 100755 diff --git a/lang/uk/components.php b/lang/uk/components.php old mode 100644 new mode 100755 diff --git a/lang/uk/editor.php b/lang/uk/editor.php old mode 100644 new mode 100755 diff --git a/lang/uk/entities.php b/lang/uk/entities.php old mode 100644 new mode 100755 diff --git a/lang/uk/errors.php b/lang/uk/errors.php old mode 100644 new mode 100755 diff --git a/lang/uk/notifications.php b/lang/uk/notifications.php old mode 100644 new mode 100755 diff --git a/lang/uk/pagination.php b/lang/uk/pagination.php old mode 100644 new mode 100755 diff --git a/lang/uk/passwords.php b/lang/uk/passwords.php old mode 100644 new mode 100755 diff --git a/lang/uk/preferences.php b/lang/uk/preferences.php old mode 100644 new mode 100755 diff --git a/lang/uk/settings.php b/lang/uk/settings.php old mode 100644 new mode 100755 diff --git a/lang/uk/validation.php b/lang/uk/validation.php old mode 100644 new mode 100755 diff --git a/lang/uz/activities.php b/lang/uz/activities.php old mode 100644 new mode 100755 diff --git a/lang/uz/auth.php b/lang/uz/auth.php old mode 100644 new mode 100755 diff --git a/lang/uz/common.php b/lang/uz/common.php old mode 100644 new mode 100755 diff --git a/lang/uz/components.php b/lang/uz/components.php old mode 100644 new mode 100755 diff --git a/lang/uz/editor.php b/lang/uz/editor.php old mode 100644 new mode 100755 diff --git a/lang/uz/entities.php b/lang/uz/entities.php old mode 100644 new mode 100755 diff --git a/lang/uz/errors.php b/lang/uz/errors.php old mode 100644 new mode 100755 diff --git a/lang/uz/notifications.php b/lang/uz/notifications.php old mode 100644 new mode 100755 diff --git a/lang/uz/pagination.php b/lang/uz/pagination.php old mode 100644 new mode 100755 diff --git a/lang/uz/passwords.php b/lang/uz/passwords.php old mode 100644 new mode 100755 diff --git a/lang/uz/preferences.php b/lang/uz/preferences.php old mode 100644 new mode 100755 diff --git a/lang/uz/settings.php b/lang/uz/settings.php old mode 100644 new mode 100755 diff --git a/lang/uz/validation.php b/lang/uz/validation.php old mode 100644 new mode 100755 diff --git a/lang/vi/activities.php b/lang/vi/activities.php old mode 100644 new mode 100755 diff --git a/lang/vi/auth.php b/lang/vi/auth.php old mode 100644 new mode 100755 diff --git a/lang/vi/common.php b/lang/vi/common.php old mode 100644 new mode 100755 diff --git a/lang/vi/components.php b/lang/vi/components.php old mode 100644 new mode 100755 diff --git a/lang/vi/editor.php b/lang/vi/editor.php old mode 100644 new mode 100755 diff --git a/lang/vi/entities.php b/lang/vi/entities.php old mode 100644 new mode 100755 diff --git a/lang/vi/errors.php b/lang/vi/errors.php old mode 100644 new mode 100755 diff --git a/lang/vi/notifications.php b/lang/vi/notifications.php old mode 100644 new mode 100755 diff --git a/lang/vi/pagination.php b/lang/vi/pagination.php old mode 100644 new mode 100755 diff --git a/lang/vi/passwords.php b/lang/vi/passwords.php old mode 100644 new mode 100755 diff --git a/lang/vi/preferences.php b/lang/vi/preferences.php old mode 100644 new mode 100755 diff --git a/lang/vi/settings.php b/lang/vi/settings.php old mode 100644 new mode 100755 diff --git a/lang/vi/validation.php b/lang/vi/validation.php old mode 100644 new mode 100755 diff --git a/lang/zh_CN/activities.php b/lang/zh_CN/activities.php old mode 100644 new mode 100755 diff --git a/lang/zh_CN/auth.php b/lang/zh_CN/auth.php old mode 100644 new mode 100755 diff --git a/lang/zh_CN/common.php b/lang/zh_CN/common.php old mode 100644 new mode 100755 diff --git a/lang/zh_CN/components.php b/lang/zh_CN/components.php old mode 100644 new mode 100755 diff --git a/lang/zh_CN/editor.php b/lang/zh_CN/editor.php old mode 100644 new mode 100755 diff --git a/lang/zh_CN/entities.php b/lang/zh_CN/entities.php old mode 100644 new mode 100755 diff --git a/lang/zh_CN/errors.php b/lang/zh_CN/errors.php old mode 100644 new mode 100755 diff --git a/lang/zh_CN/notifications.php b/lang/zh_CN/notifications.php old mode 100644 new mode 100755 diff --git a/lang/zh_CN/pagination.php b/lang/zh_CN/pagination.php old mode 100644 new mode 100755 diff --git a/lang/zh_CN/passwords.php b/lang/zh_CN/passwords.php old mode 100644 new mode 100755 diff --git a/lang/zh_CN/preferences.php b/lang/zh_CN/preferences.php old mode 100644 new mode 100755 diff --git a/lang/zh_CN/settings.php b/lang/zh_CN/settings.php old mode 100644 new mode 100755 diff --git a/lang/zh_CN/validation.php b/lang/zh_CN/validation.php old mode 100644 new mode 100755 diff --git a/lang/zh_TW/activities.php b/lang/zh_TW/activities.php old mode 100644 new mode 100755 diff --git a/lang/zh_TW/auth.php b/lang/zh_TW/auth.php old mode 100644 new mode 100755 diff --git a/lang/zh_TW/common.php b/lang/zh_TW/common.php old mode 100644 new mode 100755 diff --git a/lang/zh_TW/components.php b/lang/zh_TW/components.php old mode 100644 new mode 100755 diff --git a/lang/zh_TW/editor.php b/lang/zh_TW/editor.php old mode 100644 new mode 100755 diff --git a/lang/zh_TW/entities.php b/lang/zh_TW/entities.php old mode 100644 new mode 100755 diff --git a/lang/zh_TW/errors.php b/lang/zh_TW/errors.php old mode 100644 new mode 100755 diff --git a/lang/zh_TW/notifications.php b/lang/zh_TW/notifications.php old mode 100644 new mode 100755 diff --git a/lang/zh_TW/pagination.php b/lang/zh_TW/pagination.php old mode 100644 new mode 100755 diff --git a/lang/zh_TW/passwords.php b/lang/zh_TW/passwords.php old mode 100644 new mode 100755 diff --git a/lang/zh_TW/preferences.php b/lang/zh_TW/preferences.php old mode 100644 new mode 100755 diff --git a/lang/zh_TW/settings.php b/lang/zh_TW/settings.php old mode 100644 new mode 100755 diff --git a/lang/zh_TW/validation.php b/lang/zh_TW/validation.php old mode 100644 new mode 100755 diff --git a/package-lock.json b/package-lock.json old mode 100644 new mode 100755 diff --git a/package.json b/package.json old mode 100644 new mode 100755 diff --git a/phpcs.xml b/phpcs.xml old mode 100644 new mode 100755 diff --git a/phpstan.neon.dist b/phpstan.neon.dist old mode 100644 new mode 100755 diff --git a/phpunit.xml b/phpunit.xml old mode 100644 new mode 100755 diff --git a/public/.htaccess b/public/.htaccess old mode 100644 new mode 100755 diff --git a/public/book_default_cover.png b/public/book_default_cover.png old mode 100644 new mode 100755 diff --git a/public/dist/app.js b/public/dist/app.js old mode 100644 new mode 100755 diff --git a/public/dist/code.js b/public/dist/code.js old mode 100644 new mode 100755 diff --git a/public/dist/export-styles.css b/public/dist/export-styles.css old mode 100644 new mode 100755 diff --git a/public/dist/legacy-modes.js b/public/dist/legacy-modes.js old mode 100644 new mode 100755 diff --git a/public/dist/markdown.js b/public/dist/markdown.js old mode 100644 new mode 100755 diff --git a/public/dist/styles.css b/public/dist/styles.css old mode 100644 new mode 100755 diff --git a/public/dist/wysiwyg.js b/public/dist/wysiwyg.js old mode 100644 new mode 100755 diff --git a/public/icon-128.png b/public/icon-128.png old mode 100644 new mode 100755 diff --git a/public/icon-180.png b/public/icon-180.png old mode 100644 new mode 100755 diff --git a/public/icon-32.png b/public/icon-32.png old mode 100644 new mode 100755 diff --git a/public/icon-64.png b/public/icon-64.png old mode 100644 new mode 100755 diff --git a/public/icon.ico b/public/icon.ico old mode 100644 new mode 100755 diff --git a/public/icon.png b/public/icon.png old mode 100644 new mode 100755 diff --git a/public/index.php b/public/index.php old mode 100644 new mode 100755 diff --git a/public/libs/tinymce/icons/default/icons.min.js b/public/libs/tinymce/icons/default/icons.min.js old mode 100644 new mode 100755 diff --git a/public/libs/tinymce/langs/README.md b/public/libs/tinymce/langs/README.md old mode 100644 new mode 100755 diff --git a/public/libs/tinymce/license.txt b/public/libs/tinymce/license.txt old mode 100644 new mode 100755 diff --git a/public/libs/tinymce/models/dom/model.min.js b/public/libs/tinymce/models/dom/model.min.js old mode 100644 new mode 100755 diff --git a/public/libs/tinymce/plugins/advlist/plugin.min.js b/public/libs/tinymce/plugins/advlist/plugin.min.js old mode 100644 new mode 100755 diff --git a/public/libs/tinymce/plugins/anchor/plugin.min.js b/public/libs/tinymce/plugins/anchor/plugin.min.js old mode 100644 new mode 100755 diff --git a/public/libs/tinymce/plugins/autolink/plugin.min.js b/public/libs/tinymce/plugins/autolink/plugin.min.js old mode 100644 new mode 100755 diff --git a/public/libs/tinymce/plugins/autoresize/plugin.min.js b/public/libs/tinymce/plugins/autoresize/plugin.min.js old mode 100644 new mode 100755 diff --git a/public/libs/tinymce/plugins/autosave/plugin.min.js b/public/libs/tinymce/plugins/autosave/plugin.min.js old mode 100644 new mode 100755 diff --git a/public/libs/tinymce/plugins/charmap/plugin.min.js b/public/libs/tinymce/plugins/charmap/plugin.min.js old mode 100644 new mode 100755 diff --git a/public/libs/tinymce/plugins/code/plugin.min.js b/public/libs/tinymce/plugins/code/plugin.min.js old mode 100644 new mode 100755 diff --git a/public/libs/tinymce/plugins/codesample/plugin.min.js b/public/libs/tinymce/plugins/codesample/plugin.min.js old mode 100644 new mode 100755 diff --git a/public/libs/tinymce/plugins/directionality/plugin.min.js b/public/libs/tinymce/plugins/directionality/plugin.min.js old mode 100644 new mode 100755 diff --git a/public/libs/tinymce/plugins/fullscreen/plugin.min.js b/public/libs/tinymce/plugins/fullscreen/plugin.min.js old mode 100644 new mode 100755 diff --git a/public/libs/tinymce/plugins/image/plugin.min.js b/public/libs/tinymce/plugins/image/plugin.min.js old mode 100644 new mode 100755 diff --git a/public/libs/tinymce/plugins/importcss/plugin.min.js b/public/libs/tinymce/plugins/importcss/plugin.min.js old mode 100644 new mode 100755 diff --git a/public/libs/tinymce/plugins/insertdatetime/plugin.min.js b/public/libs/tinymce/plugins/insertdatetime/plugin.min.js old mode 100644 new mode 100755 diff --git a/public/libs/tinymce/plugins/link/plugin.min.js b/public/libs/tinymce/plugins/link/plugin.min.js old mode 100644 new mode 100755 diff --git a/public/libs/tinymce/plugins/lists/plugin.min.js b/public/libs/tinymce/plugins/lists/plugin.min.js old mode 100644 new mode 100755 diff --git a/public/libs/tinymce/plugins/media/plugin.min.js b/public/libs/tinymce/plugins/media/plugin.min.js old mode 100644 new mode 100755 diff --git a/public/libs/tinymce/plugins/nonbreaking/plugin.min.js b/public/libs/tinymce/plugins/nonbreaking/plugin.min.js old mode 100644 new mode 100755 diff --git a/public/libs/tinymce/plugins/pagebreak/plugin.min.js b/public/libs/tinymce/plugins/pagebreak/plugin.min.js old mode 100644 new mode 100755 diff --git a/public/libs/tinymce/plugins/preview/plugin.min.js b/public/libs/tinymce/plugins/preview/plugin.min.js old mode 100644 new mode 100755 diff --git a/public/libs/tinymce/plugins/quickbars/plugin.min.js b/public/libs/tinymce/plugins/quickbars/plugin.min.js old mode 100644 new mode 100755 diff --git a/public/libs/tinymce/plugins/save/plugin.min.js b/public/libs/tinymce/plugins/save/plugin.min.js old mode 100644 new mode 100755 diff --git a/public/libs/tinymce/plugins/searchreplace/plugin.min.js b/public/libs/tinymce/plugins/searchreplace/plugin.min.js old mode 100644 new mode 100755 diff --git a/public/libs/tinymce/plugins/table/plugin.min.js b/public/libs/tinymce/plugins/table/plugin.min.js old mode 100644 new mode 100755 diff --git a/public/libs/tinymce/plugins/template/plugin.min.js b/public/libs/tinymce/plugins/template/plugin.min.js old mode 100644 new mode 100755 diff --git a/public/libs/tinymce/plugins/visualblocks/plugin.min.js b/public/libs/tinymce/plugins/visualblocks/plugin.min.js old mode 100644 new mode 100755 diff --git a/public/libs/tinymce/plugins/visualchars/plugin.min.js b/public/libs/tinymce/plugins/visualchars/plugin.min.js old mode 100644 new mode 100755 diff --git a/public/libs/tinymce/plugins/wordcount/plugin.min.js b/public/libs/tinymce/plugins/wordcount/plugin.min.js old mode 100644 new mode 100755 diff --git a/public/libs/tinymce/skins/content/dark/content.js b/public/libs/tinymce/skins/content/dark/content.js old mode 100644 new mode 100755 diff --git a/public/libs/tinymce/skins/content/dark/content.min.css b/public/libs/tinymce/skins/content/dark/content.min.css old mode 100644 new mode 100755 diff --git a/public/libs/tinymce/skins/content/default/content.js b/public/libs/tinymce/skins/content/default/content.js old mode 100644 new mode 100755 diff --git a/public/libs/tinymce/skins/content/default/content.min.css b/public/libs/tinymce/skins/content/default/content.min.css old mode 100644 new mode 100755 diff --git a/public/libs/tinymce/skins/content/document/content.js b/public/libs/tinymce/skins/content/document/content.js old mode 100644 new mode 100755 diff --git a/public/libs/tinymce/skins/content/document/content.min.css b/public/libs/tinymce/skins/content/document/content.min.css old mode 100644 new mode 100755 diff --git a/public/libs/tinymce/skins/content/tinymce-5-dark/content.js b/public/libs/tinymce/skins/content/tinymce-5-dark/content.js old mode 100644 new mode 100755 diff --git a/public/libs/tinymce/skins/content/tinymce-5-dark/content.min.css b/public/libs/tinymce/skins/content/tinymce-5-dark/content.min.css old mode 100644 new mode 100755 diff --git a/public/libs/tinymce/skins/content/tinymce-5/content.js b/public/libs/tinymce/skins/content/tinymce-5/content.js old mode 100644 new mode 100755 diff --git a/public/libs/tinymce/skins/content/tinymce-5/content.min.css b/public/libs/tinymce/skins/content/tinymce-5/content.min.css old mode 100644 new mode 100755 diff --git a/public/libs/tinymce/skins/content/writer/content.js b/public/libs/tinymce/skins/content/writer/content.js old mode 100644 new mode 100755 diff --git a/public/libs/tinymce/skins/content/writer/content.min.css b/public/libs/tinymce/skins/content/writer/content.min.css old mode 100644 new mode 100755 diff --git a/public/libs/tinymce/skins/ui/tinymce-5-dark/content.inline.js b/public/libs/tinymce/skins/ui/tinymce-5-dark/content.inline.js old mode 100644 new mode 100755 diff --git a/public/libs/tinymce/skins/ui/tinymce-5-dark/content.inline.min.css b/public/libs/tinymce/skins/ui/tinymce-5-dark/content.inline.min.css old mode 100644 new mode 100755 diff --git a/public/libs/tinymce/skins/ui/tinymce-5-dark/content.js b/public/libs/tinymce/skins/ui/tinymce-5-dark/content.js old mode 100644 new mode 100755 diff --git a/public/libs/tinymce/skins/ui/tinymce-5-dark/content.min.css b/public/libs/tinymce/skins/ui/tinymce-5-dark/content.min.css old mode 100644 new mode 100755 diff --git a/public/libs/tinymce/skins/ui/tinymce-5-dark/skin.js b/public/libs/tinymce/skins/ui/tinymce-5-dark/skin.js old mode 100644 new mode 100755 diff --git a/public/libs/tinymce/skins/ui/tinymce-5-dark/skin.min.css b/public/libs/tinymce/skins/ui/tinymce-5-dark/skin.min.css old mode 100644 new mode 100755 diff --git a/public/libs/tinymce/skins/ui/tinymce-5-dark/skin.shadowdom.js b/public/libs/tinymce/skins/ui/tinymce-5-dark/skin.shadowdom.js old mode 100644 new mode 100755 diff --git a/public/libs/tinymce/skins/ui/tinymce-5-dark/skin.shadowdom.min.css b/public/libs/tinymce/skins/ui/tinymce-5-dark/skin.shadowdom.min.css old mode 100644 new mode 100755 diff --git a/public/libs/tinymce/skins/ui/tinymce-5/content.inline.js b/public/libs/tinymce/skins/ui/tinymce-5/content.inline.js old mode 100644 new mode 100755 diff --git a/public/libs/tinymce/skins/ui/tinymce-5/content.inline.min.css b/public/libs/tinymce/skins/ui/tinymce-5/content.inline.min.css old mode 100644 new mode 100755 diff --git a/public/libs/tinymce/skins/ui/tinymce-5/content.js b/public/libs/tinymce/skins/ui/tinymce-5/content.js old mode 100644 new mode 100755 diff --git a/public/libs/tinymce/skins/ui/tinymce-5/content.min.css b/public/libs/tinymce/skins/ui/tinymce-5/content.min.css old mode 100644 new mode 100755 diff --git a/public/libs/tinymce/skins/ui/tinymce-5/skin.js b/public/libs/tinymce/skins/ui/tinymce-5/skin.js old mode 100644 new mode 100755 diff --git a/public/libs/tinymce/skins/ui/tinymce-5/skin.min.css b/public/libs/tinymce/skins/ui/tinymce-5/skin.min.css old mode 100644 new mode 100755 diff --git a/public/libs/tinymce/skins/ui/tinymce-5/skin.shadowdom.js b/public/libs/tinymce/skins/ui/tinymce-5/skin.shadowdom.js old mode 100644 new mode 100755 diff --git a/public/libs/tinymce/skins/ui/tinymce-5/skin.shadowdom.min.css b/public/libs/tinymce/skins/ui/tinymce-5/skin.shadowdom.min.css old mode 100644 new mode 100755 diff --git a/public/libs/tinymce/themes/silver/theme.min.js b/public/libs/tinymce/themes/silver/theme.min.js old mode 100644 new mode 100755 diff --git a/public/libs/tinymce/tinymce.d.ts b/public/libs/tinymce/tinymce.d.ts old mode 100644 new mode 100755 diff --git a/public/libs/tinymce/tinymce.min.js b/public/libs/tinymce/tinymce.min.js old mode 100644 new mode 100755 diff --git a/public/loading.gif b/public/loading.gif old mode 100644 new mode 100755 diff --git a/public/loading_error.png b/public/loading_error.png old mode 100644 new mode 100755 diff --git a/public/logo.png b/public/logo.png old mode 100644 new mode 100755 diff --git a/public/user_avatar.png b/public/user_avatar.png old mode 100644 new mode 100755 diff --git a/public/web.config b/public/web.config old mode 100644 new mode 100755 diff --git a/readme.md b/readme.md old mode 100644 new mode 100755 diff --git a/resources/icons/add-circle.svg b/resources/icons/add-circle.svg old mode 100644 new mode 100755 diff --git a/resources/icons/add-small.svg b/resources/icons/add-small.svg old mode 100644 new mode 100755 diff --git a/resources/icons/add.svg b/resources/icons/add.svg old mode 100644 new mode 100755 diff --git a/resources/icons/archive.svg b/resources/icons/archive.svg old mode 100644 new mode 100755 diff --git a/resources/icons/attach.svg b/resources/icons/attach.svg old mode 100644 new mode 100755 diff --git a/resources/icons/auth/azure.svg b/resources/icons/auth/azure.svg old mode 100644 new mode 100755 diff --git a/resources/icons/auth/discord.svg b/resources/icons/auth/discord.svg old mode 100644 new mode 100755 diff --git a/resources/icons/auth/facebook.svg b/resources/icons/auth/facebook.svg old mode 100644 new mode 100755 diff --git a/resources/icons/auth/github.svg b/resources/icons/auth/github.svg old mode 100644 new mode 100755 diff --git a/resources/icons/auth/gitlab.svg b/resources/icons/auth/gitlab.svg old mode 100644 new mode 100755 diff --git a/resources/icons/auth/google.svg b/resources/icons/auth/google.svg old mode 100644 new mode 100755 diff --git a/resources/icons/auth/okta.svg b/resources/icons/auth/okta.svg old mode 100644 new mode 100755 diff --git a/resources/icons/auth/slack.svg b/resources/icons/auth/slack.svg old mode 100644 new mode 100755 diff --git a/resources/icons/auth/twitch.svg b/resources/icons/auth/twitch.svg old mode 100644 new mode 100755 diff --git a/resources/icons/auth/twitter.svg b/resources/icons/auth/twitter.svg old mode 100644 new mode 100755 diff --git a/resources/icons/auto-sort.svg b/resources/icons/auto-sort.svg old mode 100644 new mode 100755 diff --git a/resources/icons/back.svg b/resources/icons/back.svg old mode 100644 new mode 100755 diff --git a/resources/icons/book.svg b/resources/icons/book.svg old mode 100644 new mode 100755 diff --git a/resources/icons/bookmark.svg b/resources/icons/bookmark.svg old mode 100644 new mode 100755 diff --git a/resources/icons/books.svg b/resources/icons/books.svg old mode 100644 new mode 100755 diff --git a/resources/icons/bookshelf.svg b/resources/icons/bookshelf.svg old mode 100644 new mode 100755 diff --git a/resources/icons/cancel.svg b/resources/icons/cancel.svg old mode 100644 new mode 100755 diff --git a/resources/icons/caret-down-large.svg b/resources/icons/caret-down-large.svg old mode 100644 new mode 100755 diff --git a/resources/icons/caret-down.svg b/resources/icons/caret-down.svg old mode 100644 new mode 100755 diff --git a/resources/icons/caret-left-circle.svg b/resources/icons/caret-left-circle.svg old mode 100644 new mode 100755 diff --git a/resources/icons/caret-right-circle.svg b/resources/icons/caret-right-circle.svg old mode 100644 new mode 100755 diff --git a/resources/icons/caret-right.svg b/resources/icons/caret-right.svg old mode 100644 new mode 100755 diff --git a/resources/icons/chapter.svg b/resources/icons/chapter.svg old mode 100644 new mode 100755 diff --git a/resources/icons/check-circle.svg b/resources/icons/check-circle.svg old mode 100644 new mode 100755 diff --git a/resources/icons/check.svg b/resources/icons/check.svg old mode 100644 new mode 100755 diff --git a/resources/icons/chevron-down.svg b/resources/icons/chevron-down.svg old mode 100644 new mode 100755 diff --git a/resources/icons/chevron-right.svg b/resources/icons/chevron-right.svg old mode 100644 new mode 100755 diff --git a/resources/icons/chevron-up.svg b/resources/icons/chevron-up.svg old mode 100644 new mode 100755 diff --git a/resources/icons/close.svg b/resources/icons/close.svg old mode 100644 new mode 100755 diff --git a/resources/icons/comment.svg b/resources/icons/comment.svg old mode 100644 new mode 100755 diff --git a/resources/icons/contents.svg b/resources/icons/contents.svg old mode 100644 new mode 100755 diff --git a/resources/icons/copy.svg b/resources/icons/copy.svg old mode 100644 new mode 100755 diff --git a/resources/icons/danger.svg b/resources/icons/danger.svg old mode 100644 new mode 100755 diff --git a/resources/icons/dark-mode.svg b/resources/icons/dark-mode.svg old mode 100644 new mode 100755 diff --git a/resources/icons/delete.svg b/resources/icons/delete.svg old mode 100644 new mode 100755 diff --git a/resources/icons/download.svg b/resources/icons/download.svg old mode 100644 new mode 100755 diff --git a/resources/icons/drawing.svg b/resources/icons/drawing.svg old mode 100644 new mode 100755 diff --git a/resources/icons/edit.svg b/resources/icons/edit.svg old mode 100644 new mode 100755 diff --git a/resources/icons/editor/about.svg b/resources/icons/editor/about.svg old mode 100644 new mode 100755 diff --git a/resources/icons/editor/align-center.svg b/resources/icons/editor/align-center.svg old mode 100644 new mode 100755 diff --git a/resources/icons/editor/align-justify.svg b/resources/icons/editor/align-justify.svg old mode 100644 new mode 100755 diff --git a/resources/icons/editor/align-left.svg b/resources/icons/editor/align-left.svg old mode 100644 new mode 100755 diff --git a/resources/icons/editor/align-right.svg b/resources/icons/editor/align-right.svg old mode 100644 new mode 100755 diff --git a/resources/icons/editor/bold.svg b/resources/icons/editor/bold.svg old mode 100644 new mode 100755 diff --git a/resources/icons/editor/code-block.svg b/resources/icons/editor/code-block.svg old mode 100644 new mode 100755 diff --git a/resources/icons/editor/code.svg b/resources/icons/editor/code.svg old mode 100644 new mode 100755 diff --git a/resources/icons/editor/color-clear.svg b/resources/icons/editor/color-clear.svg old mode 100644 new mode 100755 diff --git a/resources/icons/editor/color-display.svg b/resources/icons/editor/color-display.svg old mode 100644 new mode 100755 diff --git a/resources/icons/editor/color-select.svg b/resources/icons/editor/color-select.svg old mode 100644 new mode 100755 diff --git a/resources/icons/editor/details-toggle.svg b/resources/icons/editor/details-toggle.svg old mode 100644 new mode 100755 diff --git a/resources/icons/editor/details.svg b/resources/icons/editor/details.svg old mode 100644 new mode 100755 diff --git a/resources/icons/editor/diagram.svg b/resources/icons/editor/diagram.svg old mode 100644 new mode 100755 diff --git a/resources/icons/editor/direction-ltr.svg b/resources/icons/editor/direction-ltr.svg old mode 100644 new mode 100755 diff --git a/resources/icons/editor/direction-rtl.svg b/resources/icons/editor/direction-rtl.svg old mode 100644 new mode 100755 diff --git a/resources/icons/editor/format-clear.svg b/resources/icons/editor/format-clear.svg old mode 100644 new mode 100755 diff --git a/resources/icons/editor/fullscreen.svg b/resources/icons/editor/fullscreen.svg old mode 100644 new mode 100755 diff --git a/resources/icons/editor/highlighter.svg b/resources/icons/editor/highlighter.svg old mode 100644 new mode 100755 diff --git a/resources/icons/editor/horizontal-rule.svg b/resources/icons/editor/horizontal-rule.svg old mode 100644 new mode 100755 diff --git a/resources/icons/editor/image-search.svg b/resources/icons/editor/image-search.svg old mode 100644 new mode 100755 diff --git a/resources/icons/editor/image.svg b/resources/icons/editor/image.svg old mode 100644 new mode 100755 diff --git a/resources/icons/editor/indent-decrease.svg b/resources/icons/editor/indent-decrease.svg old mode 100644 new mode 100755 diff --git a/resources/icons/editor/indent-increase.svg b/resources/icons/editor/indent-increase.svg old mode 100644 new mode 100755 diff --git a/resources/icons/editor/italic.svg b/resources/icons/editor/italic.svg old mode 100644 new mode 100755 diff --git a/resources/icons/editor/link.svg b/resources/icons/editor/link.svg old mode 100644 new mode 100755 diff --git a/resources/icons/editor/list-bullet.svg b/resources/icons/editor/list-bullet.svg old mode 100644 new mode 100755 diff --git a/resources/icons/editor/list-check.svg b/resources/icons/editor/list-check.svg old mode 100644 new mode 100755 diff --git a/resources/icons/editor/list-numbered.svg b/resources/icons/editor/list-numbered.svg old mode 100644 new mode 100755 diff --git a/resources/icons/editor/media.svg b/resources/icons/editor/media.svg old mode 100644 new mode 100755 diff --git a/resources/icons/editor/more-horizontal.svg b/resources/icons/editor/more-horizontal.svg old mode 100644 new mode 100755 diff --git a/resources/icons/editor/redo.svg b/resources/icons/editor/redo.svg old mode 100644 new mode 100755 diff --git a/resources/icons/editor/source-view.svg b/resources/icons/editor/source-view.svg old mode 100644 new mode 100755 diff --git a/resources/icons/editor/strikethrough.svg b/resources/icons/editor/strikethrough.svg old mode 100644 new mode 100755 diff --git a/resources/icons/editor/subscript.svg b/resources/icons/editor/subscript.svg old mode 100644 new mode 100755 diff --git a/resources/icons/editor/superscript.svg b/resources/icons/editor/superscript.svg old mode 100644 new mode 100755 diff --git a/resources/icons/editor/table-delete-column.svg b/resources/icons/editor/table-delete-column.svg old mode 100644 new mode 100755 diff --git a/resources/icons/editor/table-delete-row.svg b/resources/icons/editor/table-delete-row.svg old mode 100644 new mode 100755 diff --git a/resources/icons/editor/table-delete.svg b/resources/icons/editor/table-delete.svg old mode 100644 new mode 100755 diff --git a/resources/icons/editor/table-header.svg b/resources/icons/editor/table-header.svg old mode 100644 new mode 100755 diff --git a/resources/icons/editor/table-insert-column-after.svg b/resources/icons/editor/table-insert-column-after.svg old mode 100644 new mode 100755 diff --git a/resources/icons/editor/table-insert-column-before.svg b/resources/icons/editor/table-insert-column-before.svg old mode 100644 new mode 100755 diff --git a/resources/icons/editor/table-insert-row-above.svg b/resources/icons/editor/table-insert-row-above.svg old mode 100644 new mode 100755 diff --git a/resources/icons/editor/table-insert-row-below.svg b/resources/icons/editor/table-insert-row-below.svg old mode 100644 new mode 100755 diff --git a/resources/icons/editor/table.svg b/resources/icons/editor/table.svg old mode 100644 new mode 100755 diff --git a/resources/icons/editor/text-color.svg b/resources/icons/editor/text-color.svg old mode 100644 new mode 100755 diff --git a/resources/icons/editor/underlined.svg b/resources/icons/editor/underlined.svg old mode 100644 new mode 100755 diff --git a/resources/icons/editor/undo.svg b/resources/icons/editor/undo.svg old mode 100644 new mode 100755 diff --git a/resources/icons/editor/unlink.svg b/resources/icons/editor/unlink.svg old mode 100644 new mode 100755 diff --git a/resources/icons/expand-text.svg b/resources/icons/expand-text.svg old mode 100644 new mode 100755 diff --git a/resources/icons/export.svg b/resources/icons/export.svg old mode 100644 new mode 100755 diff --git a/resources/icons/file.svg b/resources/icons/file.svg old mode 100644 new mode 100755 diff --git a/resources/icons/folder.svg b/resources/icons/folder.svg old mode 100644 new mode 100755 diff --git a/resources/icons/fullscreen.svg b/resources/icons/fullscreen.svg old mode 100644 new mode 100755 diff --git a/resources/icons/grid.svg b/resources/icons/grid.svg old mode 100644 new mode 100755 diff --git a/resources/icons/grip.svg b/resources/icons/grip.svg old mode 100644 new mode 100755 diff --git a/resources/icons/groups.svg b/resources/icons/groups.svg old mode 100644 new mode 100755 diff --git a/resources/icons/history.svg b/resources/icons/history.svg old mode 100644 new mode 100755 diff --git a/resources/icons/image.svg b/resources/icons/image.svg old mode 100644 new mode 100755 diff --git a/resources/icons/images.svg b/resources/icons/images.svg old mode 100644 new mode 100755 diff --git a/resources/icons/include.svg b/resources/icons/include.svg old mode 100644 new mode 100755 diff --git a/resources/icons/info-filled.svg b/resources/icons/info-filled.svg old mode 100644 new mode 100755 diff --git a/resources/icons/info.svg b/resources/icons/info.svg old mode 100644 new mode 100755 diff --git a/resources/icons/leaderboard.svg b/resources/icons/leaderboard.svg old mode 100644 new mode 100755 diff --git a/resources/icons/light-mode.svg b/resources/icons/light-mode.svg old mode 100644 new mode 100755 diff --git a/resources/icons/link.svg b/resources/icons/link.svg old mode 100644 new mode 100755 diff --git a/resources/icons/list.svg b/resources/icons/list.svg old mode 100644 new mode 100755 diff --git a/resources/icons/lock-open.svg b/resources/icons/lock-open.svg old mode 100644 new mode 100755 diff --git a/resources/icons/lock.svg b/resources/icons/lock.svg old mode 100644 new mode 100755 diff --git a/resources/icons/login.svg b/resources/icons/login.svg old mode 100644 new mode 100755 diff --git a/resources/icons/logout.svg b/resources/icons/logout.svg old mode 100644 new mode 100755 diff --git a/resources/icons/more.svg b/resources/icons/more.svg old mode 100644 new mode 100755 diff --git a/resources/icons/new-user.svg b/resources/icons/new-user.svg old mode 100644 new mode 100755 diff --git a/resources/icons/notifications.svg b/resources/icons/notifications.svg old mode 100644 new mode 100755 diff --git a/resources/icons/oidc.svg b/resources/icons/oidc.svg old mode 100644 new mode 100755 diff --git a/resources/icons/open-book.svg b/resources/icons/open-book.svg old mode 100644 new mode 100755 diff --git a/resources/icons/page.svg b/resources/icons/page.svg old mode 100644 new mode 100755 diff --git a/resources/icons/palette.svg b/resources/icons/palette.svg old mode 100644 new mode 100755 diff --git a/resources/icons/permission.svg b/resources/icons/permission.svg old mode 100644 new mode 100755 diff --git a/resources/icons/popular.svg b/resources/icons/popular.svg old mode 100644 new mode 100755 diff --git a/resources/icons/reference.svg b/resources/icons/reference.svg old mode 100644 new mode 100755 diff --git a/resources/icons/remove.svg b/resources/icons/remove.svg old mode 100644 new mode 100755 diff --git a/resources/icons/reply.svg b/resources/icons/reply.svg old mode 100644 new mode 100755 diff --git a/resources/icons/role.svg b/resources/icons/role.svg old mode 100644 new mode 100755 diff --git a/resources/icons/saml2.svg b/resources/icons/saml2.svg old mode 100644 new mode 100755 diff --git a/resources/icons/save.svg b/resources/icons/save.svg old mode 100644 new mode 100755 diff --git a/resources/icons/search.svg b/resources/icons/search.svg old mode 100644 new mode 100755 diff --git a/resources/icons/security.svg b/resources/icons/security.svg old mode 100644 new mode 100755 diff --git a/resources/icons/settings.svg b/resources/icons/settings.svg old mode 100644 new mode 100755 diff --git a/resources/icons/shortcuts.svg b/resources/icons/shortcuts.svg old mode 100644 new mode 100755 diff --git a/resources/icons/sort-down.svg b/resources/icons/sort-down.svg old mode 100644 new mode 100755 diff --git a/resources/icons/sort-up.svg b/resources/icons/sort-up.svg old mode 100644 new mode 100755 diff --git a/resources/icons/sort.svg b/resources/icons/sort.svg old mode 100644 new mode 100755 diff --git a/resources/icons/spanner.svg b/resources/icons/spanner.svg old mode 100644 new mode 100755 diff --git a/resources/icons/star-circle.svg b/resources/icons/star-circle.svg old mode 100644 new mode 100755 diff --git a/resources/icons/star-outline.svg b/resources/icons/star-outline.svg old mode 100644 new mode 100755 diff --git a/resources/icons/star.svg b/resources/icons/star.svg old mode 100644 new mode 100755 diff --git a/resources/icons/swap-horizontal.svg b/resources/icons/swap-horizontal.svg old mode 100644 new mode 100755 diff --git a/resources/icons/swap-vertical.svg b/resources/icons/swap-vertical.svg old mode 100644 new mode 100755 diff --git a/resources/icons/tag.svg b/resources/icons/tag.svg old mode 100644 new mode 100755 diff --git a/resources/icons/template.svg b/resources/icons/template.svg old mode 100644 new mode 100755 diff --git a/resources/icons/time.svg b/resources/icons/time.svg old mode 100644 new mode 100755 diff --git a/resources/icons/upload.svg b/resources/icons/upload.svg old mode 100644 new mode 100755 diff --git a/resources/icons/user-preferences.svg b/resources/icons/user-preferences.svg old mode 100644 new mode 100755 diff --git a/resources/icons/user.svg b/resources/icons/user.svg old mode 100644 new mode 100755 diff --git a/resources/icons/users-add.svg b/resources/icons/users-add.svg old mode 100644 new mode 100755 diff --git a/resources/icons/users.svg b/resources/icons/users.svg old mode 100644 new mode 100755 diff --git a/resources/icons/warning.svg b/resources/icons/warning.svg old mode 100644 new mode 100755 diff --git a/resources/icons/watch-ignore.svg b/resources/icons/watch-ignore.svg old mode 100644 new mode 100755 diff --git a/resources/icons/watch.svg b/resources/icons/watch.svg old mode 100644 new mode 100755 diff --git a/resources/icons/webhooks.svg b/resources/icons/webhooks.svg old mode 100644 new mode 100755 diff --git a/resources/js/app.ts b/resources/js/app.ts old mode 100644 new mode 100755 diff --git a/resources/js/code/index.mjs b/resources/js/code/index.mjs old mode 100644 new mode 100755 diff --git a/resources/js/code/languages.js b/resources/js/code/languages.js old mode 100644 new mode 100755 diff --git a/resources/js/code/legacy-modes.mjs b/resources/js/code/legacy-modes.mjs old mode 100644 new mode 100755 diff --git a/resources/js/code/setups.js b/resources/js/code/setups.js old mode 100644 new mode 100755 diff --git a/resources/js/code/simple-editor-interface.js b/resources/js/code/simple-editor-interface.js old mode 100644 new mode 100755 diff --git a/resources/js/code/themes.js b/resources/js/code/themes.js old mode 100644 new mode 100755 diff --git a/resources/js/code/views.js b/resources/js/code/views.js old mode 100644 new mode 100755 diff --git a/resources/js/components/add-remove-rows.js b/resources/js/components/add-remove-rows.js old mode 100644 new mode 100755 diff --git a/resources/js/components/ajax-delete-row.ts b/resources/js/components/ajax-delete-row.ts old mode 100644 new mode 100755 diff --git a/resources/js/components/ajax-form.js b/resources/js/components/ajax-form.js old mode 100644 new mode 100755 diff --git a/resources/js/components/api-nav.ts b/resources/js/components/api-nav.ts old mode 100644 new mode 100755 diff --git a/resources/js/components/attachments-list.js b/resources/js/components/attachments-list.js old mode 100644 new mode 100755 diff --git a/resources/js/components/attachments.js b/resources/js/components/attachments.js old mode 100644 new mode 100755 diff --git a/resources/js/components/auto-submit.js b/resources/js/components/auto-submit.js old mode 100644 new mode 100755 diff --git a/resources/js/components/auto-suggest.js b/resources/js/components/auto-suggest.js old mode 100644 new mode 100755 diff --git a/resources/js/components/back-to-top.js b/resources/js/components/back-to-top.js old mode 100644 new mode 100755 diff --git a/resources/js/components/book-sort.js b/resources/js/components/book-sort.js old mode 100644 new mode 100755 diff --git a/resources/js/components/chapter-contents.js b/resources/js/components/chapter-contents.js old mode 100644 new mode 100755 diff --git a/resources/js/components/code-editor.js b/resources/js/components/code-editor.js old mode 100644 new mode 100755 diff --git a/resources/js/components/code-highlighter.js b/resources/js/components/code-highlighter.js old mode 100644 new mode 100755 diff --git a/resources/js/components/code-textarea.js b/resources/js/components/code-textarea.js old mode 100644 new mode 100755 diff --git a/resources/js/components/collapsible.js b/resources/js/components/collapsible.js old mode 100644 new mode 100755 diff --git a/resources/js/components/component.js b/resources/js/components/component.js old mode 100644 new mode 100755 diff --git a/resources/js/components/confirm-dialog.js b/resources/js/components/confirm-dialog.js old mode 100644 new mode 100755 diff --git a/resources/js/components/custom-checkbox.js b/resources/js/components/custom-checkbox.js old mode 100644 new mode 100755 diff --git a/resources/js/components/details-highlighter.js b/resources/js/components/details-highlighter.js old mode 100644 new mode 100755 diff --git a/resources/js/components/dropdown-search.js b/resources/js/components/dropdown-search.js old mode 100644 new mode 100755 diff --git a/resources/js/components/dropdown.js b/resources/js/components/dropdown.js old mode 100644 new mode 100755 diff --git a/resources/js/components/dropzone.js b/resources/js/components/dropzone.js old mode 100644 new mode 100755 diff --git a/resources/js/components/editor-toolbox.ts b/resources/js/components/editor-toolbox.ts old mode 100644 new mode 100755 diff --git a/resources/js/components/entity-permissions.js b/resources/js/components/entity-permissions.js old mode 100644 new mode 100755 diff --git a/resources/js/components/entity-search.js b/resources/js/components/entity-search.js old mode 100644 new mode 100755 diff --git a/resources/js/components/entity-selector-popup.ts b/resources/js/components/entity-selector-popup.ts old mode 100644 new mode 100755 diff --git a/resources/js/components/entity-selector.ts b/resources/js/components/entity-selector.ts old mode 100644 new mode 100755 diff --git a/resources/js/components/event-emit-select.js b/resources/js/components/event-emit-select.js old mode 100644 new mode 100755 diff --git a/resources/js/components/expand-toggle.js b/resources/js/components/expand-toggle.js old mode 100644 new mode 100755 diff --git a/resources/js/components/global-search.js b/resources/js/components/global-search.js old mode 100644 new mode 100755 diff --git a/resources/js/components/header-mobile-toggle.js b/resources/js/components/header-mobile-toggle.js old mode 100644 new mode 100755 diff --git a/resources/js/components/image-manager.js b/resources/js/components/image-manager.js old mode 100644 new mode 100755 diff --git a/resources/js/components/image-picker.js b/resources/js/components/image-picker.js old mode 100644 new mode 100755 diff --git a/resources/js/components/index.ts b/resources/js/components/index.ts old mode 100644 new mode 100755 diff --git a/resources/js/components/list-sort-control.js b/resources/js/components/list-sort-control.js old mode 100644 new mode 100755 diff --git a/resources/js/components/loading-button.ts b/resources/js/components/loading-button.ts old mode 100644 new mode 100755 diff --git a/resources/js/components/markdown-editor.js b/resources/js/components/markdown-editor.js old mode 100644 new mode 100755 diff --git a/resources/js/components/new-user-password.js b/resources/js/components/new-user-password.js old mode 100644 new mode 100755 diff --git a/resources/js/components/notification.js b/resources/js/components/notification.js old mode 100644 new mode 100755 diff --git a/resources/js/components/optional-input.js b/resources/js/components/optional-input.js old mode 100644 new mode 100755 diff --git a/resources/js/components/page-comment-reference.ts b/resources/js/components/page-comment-reference.ts old mode 100644 new mode 100755 diff --git a/resources/js/components/page-comment.ts b/resources/js/components/page-comment.ts old mode 100644 new mode 100755 diff --git a/resources/js/components/page-comments.ts b/resources/js/components/page-comments.ts old mode 100644 new mode 100755 diff --git a/resources/js/components/page-display.js b/resources/js/components/page-display.js old mode 100644 new mode 100755 diff --git a/resources/js/components/page-editor.js b/resources/js/components/page-editor.js old mode 100644 new mode 100755 diff --git a/resources/js/components/page-picker.js b/resources/js/components/page-picker.js old mode 100644 new mode 100755 diff --git a/resources/js/components/permissions-table.js b/resources/js/components/permissions-table.js old mode 100644 new mode 100755 diff --git a/resources/js/components/pointer.ts b/resources/js/components/pointer.ts old mode 100644 new mode 100755 diff --git a/resources/js/components/popup.js b/resources/js/components/popup.js old mode 100644 new mode 100755 diff --git a/resources/js/components/setting-app-color-scheme.js b/resources/js/components/setting-app-color-scheme.js old mode 100644 new mode 100755 diff --git a/resources/js/components/setting-color-picker.js b/resources/js/components/setting-color-picker.js old mode 100644 new mode 100755 diff --git a/resources/js/components/setting-homepage-control.js b/resources/js/components/setting-homepage-control.js old mode 100644 new mode 100755 diff --git a/resources/js/components/shelf-sort.js b/resources/js/components/shelf-sort.js old mode 100644 new mode 100755 diff --git a/resources/js/components/shortcut-input.js b/resources/js/components/shortcut-input.js old mode 100644 new mode 100755 diff --git a/resources/js/components/shortcuts.js b/resources/js/components/shortcuts.js old mode 100644 new mode 100755 diff --git a/resources/js/components/sort-rule-manager.ts b/resources/js/components/sort-rule-manager.ts old mode 100644 new mode 100755 diff --git a/resources/js/components/sortable-list.js b/resources/js/components/sortable-list.js old mode 100644 new mode 100755 diff --git a/resources/js/components/submit-on-change.js b/resources/js/components/submit-on-change.js old mode 100644 new mode 100755 diff --git a/resources/js/components/tabs.ts b/resources/js/components/tabs.ts old mode 100644 new mode 100755 diff --git a/resources/js/components/tag-manager.js b/resources/js/components/tag-manager.js old mode 100644 new mode 100755 diff --git a/resources/js/components/template-manager.js b/resources/js/components/template-manager.js old mode 100644 new mode 100755 diff --git a/resources/js/components/toggle-switch.js b/resources/js/components/toggle-switch.js old mode 100644 new mode 100755 diff --git a/resources/js/components/toolbox-contents.ts b/resources/js/components/toolbox-contents.ts old mode 100644 new mode 100755 diff --git a/resources/js/components/tri-layout.ts b/resources/js/components/tri-layout.ts old mode 100644 new mode 100755 diff --git a/resources/js/components/user-select.js b/resources/js/components/user-select.js old mode 100644 new mode 100755 diff --git a/resources/js/components/webhook-events.js b/resources/js/components/webhook-events.js old mode 100644 new mode 100755 diff --git a/resources/js/components/wysiwyg-editor-tinymce.js b/resources/js/components/wysiwyg-editor-tinymce.js old mode 100644 new mode 100755 diff --git a/resources/js/components/wysiwyg-editor.js b/resources/js/components/wysiwyg-editor.js old mode 100644 new mode 100755 diff --git a/resources/js/components/wysiwyg-input.ts b/resources/js/components/wysiwyg-input.ts old mode 100644 new mode 100755 diff --git a/resources/js/custom.d.ts b/resources/js/custom.d.ts old mode 100644 new mode 100755 diff --git a/resources/js/global.d.ts b/resources/js/global.d.ts old mode 100644 new mode 100755 diff --git a/resources/js/markdown/actions.ts b/resources/js/markdown/actions.ts old mode 100644 new mode 100755 diff --git a/resources/js/markdown/codemirror.ts b/resources/js/markdown/codemirror.ts old mode 100644 new mode 100755 diff --git a/resources/js/markdown/common-events.ts b/resources/js/markdown/common-events.ts old mode 100644 new mode 100755 diff --git a/resources/js/markdown/display.ts b/resources/js/markdown/display.ts old mode 100644 new mode 100755 diff --git a/resources/js/markdown/dom-handlers.ts b/resources/js/markdown/dom-handlers.ts old mode 100644 new mode 100755 diff --git a/resources/js/markdown/index.mts b/resources/js/markdown/index.mts old mode 100644 new mode 100755 diff --git a/resources/js/markdown/inputs/codemirror.ts b/resources/js/markdown/inputs/codemirror.ts old mode 100644 new mode 100755 diff --git a/resources/js/markdown/inputs/interface.ts b/resources/js/markdown/inputs/interface.ts old mode 100644 new mode 100755 diff --git a/resources/js/markdown/inputs/textarea.ts b/resources/js/markdown/inputs/textarea.ts old mode 100644 new mode 100755 diff --git a/resources/js/markdown/markdown.ts b/resources/js/markdown/markdown.ts old mode 100644 new mode 100755 diff --git a/resources/js/markdown/settings.ts b/resources/js/markdown/settings.ts old mode 100644 new mode 100755 diff --git a/resources/js/markdown/shortcuts.ts b/resources/js/markdown/shortcuts.ts old mode 100644 new mode 100755 diff --git a/resources/js/services/__tests__/translations.test.ts b/resources/js/services/__tests__/translations.test.ts old mode 100644 new mode 100755 diff --git a/resources/js/services/animations.ts b/resources/js/services/animations.ts old mode 100644 new mode 100755 diff --git a/resources/js/services/clipboard.ts b/resources/js/services/clipboard.ts old mode 100644 new mode 100755 diff --git a/resources/js/services/components.ts b/resources/js/services/components.ts old mode 100644 new mode 100755 diff --git a/resources/js/services/dates.ts b/resources/js/services/dates.ts old mode 100644 new mode 100755 diff --git a/resources/js/services/dom.ts b/resources/js/services/dom.ts old mode 100644 new mode 100755 diff --git a/resources/js/services/drawio.ts b/resources/js/services/drawio.ts old mode 100644 new mode 100755 diff --git a/resources/js/services/dual-lists.ts b/resources/js/services/dual-lists.ts old mode 100644 new mode 100755 diff --git a/resources/js/services/events.ts b/resources/js/services/events.ts old mode 100644 new mode 100755 diff --git a/resources/js/services/http.ts b/resources/js/services/http.ts old mode 100644 new mode 100755 diff --git a/resources/js/services/keyboard-navigation.ts b/resources/js/services/keyboard-navigation.ts old mode 100644 new mode 100755 diff --git a/resources/js/services/store.ts b/resources/js/services/store.ts old mode 100644 new mode 100755 diff --git a/resources/js/services/text.ts b/resources/js/services/text.ts old mode 100644 new mode 100755 diff --git a/resources/js/services/translations.ts b/resources/js/services/translations.ts old mode 100644 new mode 100755 diff --git a/resources/js/services/util.ts b/resources/js/services/util.ts old mode 100644 new mode 100755 diff --git a/resources/js/services/vdom.ts b/resources/js/services/vdom.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg-tinymce/common-events.js b/resources/js/wysiwyg-tinymce/common-events.js old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg-tinymce/config.js b/resources/js/wysiwyg-tinymce/config.js old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg-tinymce/drop-paste-handling.js b/resources/js/wysiwyg-tinymce/drop-paste-handling.js old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg-tinymce/filters.js b/resources/js/wysiwyg-tinymce/filters.js old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg-tinymce/fixes.js b/resources/js/wysiwyg-tinymce/fixes.js old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg-tinymce/icons.js b/resources/js/wysiwyg-tinymce/icons.js old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg-tinymce/plugin-codeeditor.js b/resources/js/wysiwyg-tinymce/plugin-codeeditor.js old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg-tinymce/plugin-drawio.js b/resources/js/wysiwyg-tinymce/plugin-drawio.js old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg-tinymce/plugins-about.js b/resources/js/wysiwyg-tinymce/plugins-about.js old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg-tinymce/plugins-customhr.js b/resources/js/wysiwyg-tinymce/plugins-customhr.js old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg-tinymce/plugins-details.js b/resources/js/wysiwyg-tinymce/plugins-details.js old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg-tinymce/plugins-imagemanager.js b/resources/js/wysiwyg-tinymce/plugins-imagemanager.js old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg-tinymce/plugins-stub.js b/resources/js/wysiwyg-tinymce/plugins-stub.js old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg-tinymce/plugins-table-additions.js b/resources/js/wysiwyg-tinymce/plugins-table-additions.js old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg-tinymce/plugins-tasklist.js b/resources/js/wysiwyg-tinymce/plugins-tasklist.js old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg-tinymce/scrolling.js b/resources/js/wysiwyg-tinymce/scrolling.js old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg-tinymce/shortcuts.js b/resources/js/wysiwyg-tinymce/shortcuts.js old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg-tinymce/toolbars.js b/resources/js/wysiwyg-tinymce/toolbars.js old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg-tinymce/util.js b/resources/js/wysiwyg-tinymce/util.js old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/api/__tests__/api-test-utils.ts b/resources/js/wysiwyg/api/__tests__/api-test-utils.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/api/__tests__/content.test.ts b/resources/js/wysiwyg/api/__tests__/content.test.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/api/__tests__/ui.test.ts b/resources/js/wysiwyg/api/__tests__/ui.test.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/api/api.ts b/resources/js/wysiwyg/api/api.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/api/content.ts b/resources/js/wysiwyg/api/content.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/api/ui.ts b/resources/js/wysiwyg/api/ui.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/index.ts b/resources/js/wysiwyg/index.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/lexical/ORIGINAL-LEXICAL-LICENSE b/resources/js/wysiwyg/lexical/ORIGINAL-LEXICAL-LICENSE old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/lexical/clipboard/clipboard.ts b/resources/js/wysiwyg/lexical/clipboard/clipboard.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/lexical/clipboard/index.ts b/resources/js/wysiwyg/lexical/clipboard/index.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/lexical/core/LexicalCommands.ts b/resources/js/wysiwyg/lexical/core/LexicalCommands.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/lexical/core/LexicalConstants.ts b/resources/js/wysiwyg/lexical/core/LexicalConstants.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/lexical/core/LexicalEditor.ts b/resources/js/wysiwyg/lexical/core/LexicalEditor.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/lexical/core/LexicalEditorState.ts b/resources/js/wysiwyg/lexical/core/LexicalEditorState.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/lexical/core/LexicalEvents.ts b/resources/js/wysiwyg/lexical/core/LexicalEvents.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/lexical/core/LexicalGC.ts b/resources/js/wysiwyg/lexical/core/LexicalGC.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/lexical/core/LexicalMutations.ts b/resources/js/wysiwyg/lexical/core/LexicalMutations.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/lexical/core/LexicalNode.ts b/resources/js/wysiwyg/lexical/core/LexicalNode.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/lexical/core/LexicalNormalization.ts b/resources/js/wysiwyg/lexical/core/LexicalNormalization.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/lexical/core/LexicalReconciler.ts b/resources/js/wysiwyg/lexical/core/LexicalReconciler.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/lexical/core/LexicalSelection.ts b/resources/js/wysiwyg/lexical/core/LexicalSelection.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/lexical/core/LexicalUpdates.ts b/resources/js/wysiwyg/lexical/core/LexicalUpdates.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/lexical/core/LexicalUtils.ts b/resources/js/wysiwyg/lexical/core/LexicalUtils.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/lexical/core/__tests__/unit/HTMLCopyAndPaste.test.ts b/resources/js/wysiwyg/lexical/core/__tests__/unit/HTMLCopyAndPaste.test.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/lexical/core/__tests__/unit/LexicalEditor.test.ts b/resources/js/wysiwyg/lexical/core/__tests__/unit/LexicalEditor.test.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/lexical/core/__tests__/unit/LexicalEditorState.test.ts b/resources/js/wysiwyg/lexical/core/__tests__/unit/LexicalEditorState.test.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/lexical/core/__tests__/unit/LexicalNode.test.ts b/resources/js/wysiwyg/lexical/core/__tests__/unit/LexicalNode.test.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/lexical/core/__tests__/unit/LexicalNormalization.test.ts b/resources/js/wysiwyg/lexical/core/__tests__/unit/LexicalNormalization.test.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/lexical/core/__tests__/unit/LexicalSelection.test.ts b/resources/js/wysiwyg/lexical/core/__tests__/unit/LexicalSelection.test.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/lexical/core/__tests__/unit/LexicalSerialization.test.ts b/resources/js/wysiwyg/lexical/core/__tests__/unit/LexicalSerialization.test.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/lexical/core/__tests__/unit/LexicalUtils.test.ts b/resources/js/wysiwyg/lexical/core/__tests__/unit/LexicalUtils.test.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/lexical/core/__tests__/utils/index.ts b/resources/js/wysiwyg/lexical/core/__tests__/utils/index.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/lexical/core/index.ts b/resources/js/wysiwyg/lexical/core/index.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/lexical/core/nodes/ArtificialNode.ts b/resources/js/wysiwyg/lexical/core/nodes/ArtificialNode.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/lexical/core/nodes/CommonBlockNode.ts b/resources/js/wysiwyg/lexical/core/nodes/CommonBlockNode.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/lexical/core/nodes/LexicalDecoratorNode.ts b/resources/js/wysiwyg/lexical/core/nodes/LexicalDecoratorNode.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/lexical/core/nodes/LexicalElementNode.ts b/resources/js/wysiwyg/lexical/core/nodes/LexicalElementNode.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/lexical/core/nodes/LexicalLineBreakNode.ts b/resources/js/wysiwyg/lexical/core/nodes/LexicalLineBreakNode.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/lexical/core/nodes/LexicalParagraphNode.ts b/resources/js/wysiwyg/lexical/core/nodes/LexicalParagraphNode.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/lexical/core/nodes/LexicalRootNode.ts b/resources/js/wysiwyg/lexical/core/nodes/LexicalRootNode.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/lexical/core/nodes/LexicalTabNode.ts b/resources/js/wysiwyg/lexical/core/nodes/LexicalTabNode.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/lexical/core/nodes/LexicalTextNode.ts b/resources/js/wysiwyg/lexical/core/nodes/LexicalTextNode.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/lexical/core/nodes/__tests__/unit/LexicalElementNode.test.ts b/resources/js/wysiwyg/lexical/core/nodes/__tests__/unit/LexicalElementNode.test.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/lexical/core/nodes/__tests__/unit/LexicalGC.test.ts b/resources/js/wysiwyg/lexical/core/nodes/__tests__/unit/LexicalGC.test.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/lexical/core/nodes/__tests__/unit/LexicalLineBreakNode.test.ts b/resources/js/wysiwyg/lexical/core/nodes/__tests__/unit/LexicalLineBreakNode.test.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/lexical/core/nodes/__tests__/unit/LexicalParagraphNode.test.ts b/resources/js/wysiwyg/lexical/core/nodes/__tests__/unit/LexicalParagraphNode.test.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/lexical/core/nodes/__tests__/unit/LexicalRootNode.test.ts b/resources/js/wysiwyg/lexical/core/nodes/__tests__/unit/LexicalRootNode.test.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/lexical/core/nodes/__tests__/unit/LexicalTabNode.test.ts b/resources/js/wysiwyg/lexical/core/nodes/__tests__/unit/LexicalTabNode.test.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/lexical/core/nodes/__tests__/unit/LexicalTextNode.test.ts b/resources/js/wysiwyg/lexical/core/nodes/__tests__/unit/LexicalTextNode.test.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/lexical/core/nodes/common.ts b/resources/js/wysiwyg/lexical/core/nodes/common.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/lexical/core/shared/__mocks__/invariant.ts b/resources/js/wysiwyg/lexical/core/shared/__mocks__/invariant.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/lexical/core/shared/canUseDOM.ts b/resources/js/wysiwyg/lexical/core/shared/canUseDOM.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/lexical/core/shared/caretFromPoint.ts b/resources/js/wysiwyg/lexical/core/shared/caretFromPoint.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/lexical/core/shared/environment.ts b/resources/js/wysiwyg/lexical/core/shared/environment.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/lexical/core/shared/invariant.ts b/resources/js/wysiwyg/lexical/core/shared/invariant.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/lexical/core/shared/normalizeClassNames.ts b/resources/js/wysiwyg/lexical/core/shared/normalizeClassNames.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/lexical/core/shared/simpleDiffWithCursor.ts b/resources/js/wysiwyg/lexical/core/shared/simpleDiffWithCursor.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/lexical/core/shared/warnOnlyOnce.ts b/resources/js/wysiwyg/lexical/core/shared/warnOnlyOnce.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/lexical/headless/__tests__/unit/LexicalHeadlessEditor.test.ts b/resources/js/wysiwyg/lexical/headless/__tests__/unit/LexicalHeadlessEditor.test.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/lexical/headless/index.ts b/resources/js/wysiwyg/lexical/headless/index.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/lexical/history/index.ts b/resources/js/wysiwyg/lexical/history/index.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/lexical/html/__tests__/unit/LexicalHtml.test.ts b/resources/js/wysiwyg/lexical/html/__tests__/unit/LexicalHtml.test.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/lexical/html/index.ts b/resources/js/wysiwyg/lexical/html/index.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/lexical/link/LexicalMentionNode.ts b/resources/js/wysiwyg/lexical/link/LexicalMentionNode.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/lexical/link/__tests__/unit/LexicalAutoLinkNode.test.ts b/resources/js/wysiwyg/lexical/link/__tests__/unit/LexicalAutoLinkNode.test.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/lexical/link/__tests__/unit/LexicalLinkNode.test.ts b/resources/js/wysiwyg/lexical/link/__tests__/unit/LexicalLinkNode.test.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/lexical/link/index.ts b/resources/js/wysiwyg/lexical/link/index.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/lexical/list/LexicalListItemNode.ts b/resources/js/wysiwyg/lexical/list/LexicalListItemNode.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/lexical/list/LexicalListNode.ts b/resources/js/wysiwyg/lexical/list/LexicalListNode.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/lexical/list/__tests__/unit/LexicalListItemNode.test.ts b/resources/js/wysiwyg/lexical/list/__tests__/unit/LexicalListItemNode.test.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/lexical/list/__tests__/unit/LexicalListNode.test.ts b/resources/js/wysiwyg/lexical/list/__tests__/unit/LexicalListNode.test.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/lexical/list/__tests__/unit/utils.test.ts b/resources/js/wysiwyg/lexical/list/__tests__/unit/utils.test.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/lexical/list/formatList.ts b/resources/js/wysiwyg/lexical/list/formatList.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/lexical/list/index.ts b/resources/js/wysiwyg/lexical/list/index.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/lexical/list/utils.ts b/resources/js/wysiwyg/lexical/list/utils.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/lexical/readme.md b/resources/js/wysiwyg/lexical/readme.md old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/lexical/rich-text/LexicalCalloutNode.ts b/resources/js/wysiwyg/lexical/rich-text/LexicalCalloutNode.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/lexical/rich-text/LexicalCodeBlockNode.ts b/resources/js/wysiwyg/lexical/rich-text/LexicalCodeBlockNode.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/lexical/rich-text/LexicalDetailsNode.ts b/resources/js/wysiwyg/lexical/rich-text/LexicalDetailsNode.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/lexical/rich-text/LexicalDiagramNode.ts b/resources/js/wysiwyg/lexical/rich-text/LexicalDiagramNode.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/lexical/rich-text/LexicalHeadingNode.ts b/resources/js/wysiwyg/lexical/rich-text/LexicalHeadingNode.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/lexical/rich-text/LexicalHorizontalRuleNode.ts b/resources/js/wysiwyg/lexical/rich-text/LexicalHorizontalRuleNode.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/lexical/rich-text/LexicalImageNode.ts b/resources/js/wysiwyg/lexical/rich-text/LexicalImageNode.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/lexical/rich-text/LexicalMediaNode.ts b/resources/js/wysiwyg/lexical/rich-text/LexicalMediaNode.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/lexical/rich-text/LexicalQuoteNode.ts b/resources/js/wysiwyg/lexical/rich-text/LexicalQuoteNode.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/lexical/rich-text/__tests__/unit/LexicalDetailsNode.test.ts b/resources/js/wysiwyg/lexical/rich-text/__tests__/unit/LexicalDetailsNode.test.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/lexical/rich-text/__tests__/unit/LexicalDiagramNode.test.ts b/resources/js/wysiwyg/lexical/rich-text/__tests__/unit/LexicalDiagramNode.test.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/lexical/rich-text/__tests__/unit/LexicalHeadingNode.test.ts b/resources/js/wysiwyg/lexical/rich-text/__tests__/unit/LexicalHeadingNode.test.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/lexical/rich-text/__tests__/unit/LexicalMediaNode.test.ts b/resources/js/wysiwyg/lexical/rich-text/__tests__/unit/LexicalMediaNode.test.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/lexical/rich-text/__tests__/unit/LexicalQuoteNode.test.ts b/resources/js/wysiwyg/lexical/rich-text/__tests__/unit/LexicalQuoteNode.test.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/lexical/rich-text/index.ts b/resources/js/wysiwyg/lexical/rich-text/index.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/lexical/selection/__tests__/unit/LexicalSelection.test.ts b/resources/js/wysiwyg/lexical/selection/__tests__/unit/LexicalSelection.test.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/lexical/selection/__tests__/unit/LexicalSelectionHelpers.test.ts b/resources/js/wysiwyg/lexical/selection/__tests__/unit/LexicalSelectionHelpers.test.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/lexical/selection/__tests__/utils/index.ts b/resources/js/wysiwyg/lexical/selection/__tests__/utils/index.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/lexical/selection/constants.ts b/resources/js/wysiwyg/lexical/selection/constants.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/lexical/selection/index.ts b/resources/js/wysiwyg/lexical/selection/index.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/lexical/selection/lexical-node.ts b/resources/js/wysiwyg/lexical/selection/lexical-node.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/lexical/selection/range-selection.ts b/resources/js/wysiwyg/lexical/selection/range-selection.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/lexical/selection/utils.ts b/resources/js/wysiwyg/lexical/selection/utils.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/lexical/table/LexicalCaptionNode.ts b/resources/js/wysiwyg/lexical/table/LexicalCaptionNode.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/lexical/table/LexicalTableCellNode.ts b/resources/js/wysiwyg/lexical/table/LexicalTableCellNode.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/lexical/table/LexicalTableCommands.ts b/resources/js/wysiwyg/lexical/table/LexicalTableCommands.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/lexical/table/LexicalTableNode.ts b/resources/js/wysiwyg/lexical/table/LexicalTableNode.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/lexical/table/LexicalTableObserver.ts b/resources/js/wysiwyg/lexical/table/LexicalTableObserver.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/lexical/table/LexicalTableRowNode.ts b/resources/js/wysiwyg/lexical/table/LexicalTableRowNode.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/lexical/table/LexicalTableSelection.ts b/resources/js/wysiwyg/lexical/table/LexicalTableSelection.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/lexical/table/LexicalTableSelectionHelpers.ts b/resources/js/wysiwyg/lexical/table/LexicalTableSelectionHelpers.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/lexical/table/LexicalTableUtils.ts b/resources/js/wysiwyg/lexical/table/LexicalTableUtils.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/lexical/table/__tests__/unit/LexicalTableCellNode.test.ts b/resources/js/wysiwyg/lexical/table/__tests__/unit/LexicalTableCellNode.test.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/lexical/table/__tests__/unit/LexicalTableNode.test.ts b/resources/js/wysiwyg/lexical/table/__tests__/unit/LexicalTableNode.test.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/lexical/table/__tests__/unit/LexicalTableRowNode.test.ts b/resources/js/wysiwyg/lexical/table/__tests__/unit/LexicalTableRowNode.test.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/lexical/table/__tests__/unit/LexicalTableSelection.test.ts b/resources/js/wysiwyg/lexical/table/__tests__/unit/LexicalTableSelection.test.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/lexical/table/constants.ts b/resources/js/wysiwyg/lexical/table/constants.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/lexical/table/index.ts b/resources/js/wysiwyg/lexical/table/index.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/lexical/utils/__tests__/unit/LexicalElementHelpers.test.ts b/resources/js/wysiwyg/lexical/utils/__tests__/unit/LexicalElementHelpers.test.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/lexical/utils/__tests__/unit/LexicalEventHelpers.test.ts b/resources/js/wysiwyg/lexical/utils/__tests__/unit/LexicalEventHelpers.test.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/lexical/utils/__tests__/unit/LexicalNodeHelpers.test.ts b/resources/js/wysiwyg/lexical/utils/__tests__/unit/LexicalNodeHelpers.test.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/lexical/utils/__tests__/unit/LexicalRootHelpers.test.ts b/resources/js/wysiwyg/lexical/utils/__tests__/unit/LexicalRootHelpers.test.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/lexical/utils/__tests__/unit/LexicalUtilsKlassEqual.test.ts b/resources/js/wysiwyg/lexical/utils/__tests__/unit/LexicalUtilsKlassEqual.test.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/lexical/utils/__tests__/unit/LexicalUtilsSplitNode.test.ts b/resources/js/wysiwyg/lexical/utils/__tests__/unit/LexicalUtilsSplitNode.test.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/lexical/utils/__tests__/unit/LexlcaiUtilsInsertNodeToNearestRoot.test.ts b/resources/js/wysiwyg/lexical/utils/__tests__/unit/LexlcaiUtilsInsertNodeToNearestRoot.test.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/lexical/utils/__tests__/unit/mergeRegister.test.ts b/resources/js/wysiwyg/lexical/utils/__tests__/unit/mergeRegister.test.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/lexical/utils/index.ts b/resources/js/wysiwyg/lexical/utils/index.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/lexical/utils/markSelection.ts b/resources/js/wysiwyg/lexical/utils/markSelection.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/lexical/utils/mergeRegister.ts b/resources/js/wysiwyg/lexical/utils/mergeRegister.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/lexical/utils/positionNodeOnRange.ts b/resources/js/wysiwyg/lexical/utils/positionNodeOnRange.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/lexical/utils/px.ts b/resources/js/wysiwyg/lexical/utils/px.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/lexical/yjs/Bindings.ts b/resources/js/wysiwyg/lexical/yjs/Bindings.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/lexical/yjs/CollabDecoratorNode.ts b/resources/js/wysiwyg/lexical/yjs/CollabDecoratorNode.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/lexical/yjs/CollabElementNode.ts b/resources/js/wysiwyg/lexical/yjs/CollabElementNode.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/lexical/yjs/CollabLineBreakNode.ts b/resources/js/wysiwyg/lexical/yjs/CollabLineBreakNode.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/lexical/yjs/CollabTextNode.ts b/resources/js/wysiwyg/lexical/yjs/CollabTextNode.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/lexical/yjs/SyncCursors.ts b/resources/js/wysiwyg/lexical/yjs/SyncCursors.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/lexical/yjs/SyncEditorStates.ts b/resources/js/wysiwyg/lexical/yjs/SyncEditorStates.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/lexical/yjs/Utils.ts b/resources/js/wysiwyg/lexical/yjs/Utils.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/lexical/yjs/index.ts b/resources/js/wysiwyg/lexical/yjs/index.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/lexical/yjs/types.ts b/resources/js/wysiwyg/lexical/yjs/types.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/nodes.ts b/resources/js/wysiwyg/nodes.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/services/__tests__/auto-links.test.ts b/resources/js/wysiwyg/services/__tests__/auto-links.test.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/services/__tests__/keyboard-handling.test.ts b/resources/js/wysiwyg/services/__tests__/keyboard-handling.test.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/services/__tests__/mouse-handling.test.ts b/resources/js/wysiwyg/services/__tests__/mouse-handling.test.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/services/__tests__/shortcuts.test.ts b/resources/js/wysiwyg/services/__tests__/shortcuts.test.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/services/auto-links.ts b/resources/js/wysiwyg/services/auto-links.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/services/common-events.ts b/resources/js/wysiwyg/services/common-events.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/services/drop-paste-handling.ts b/resources/js/wysiwyg/services/drop-paste-handling.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/services/keyboard-handling.ts b/resources/js/wysiwyg/services/keyboard-handling.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/services/mentions.ts b/resources/js/wysiwyg/services/mentions.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/services/mouse-handling.ts b/resources/js/wysiwyg/services/mouse-handling.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/services/selection-handling.ts b/resources/js/wysiwyg/services/selection-handling.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/services/shortcuts.ts b/resources/js/wysiwyg/services/shortcuts.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/testing.md b/resources/js/wysiwyg/testing.md old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/ui/decorators/CodeBlockDecorator.ts b/resources/js/wysiwyg/ui/decorators/CodeBlockDecorator.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/ui/decorators/DiagramDecorator.ts b/resources/js/wysiwyg/ui/decorators/DiagramDecorator.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/ui/decorators/MentionDecorator.ts b/resources/js/wysiwyg/ui/decorators/MentionDecorator.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/ui/defaults/buttons/alignments.ts b/resources/js/wysiwyg/ui/defaults/buttons/alignments.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/ui/defaults/buttons/block-formats.ts b/resources/js/wysiwyg/ui/defaults/buttons/block-formats.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/ui/defaults/buttons/controls.ts b/resources/js/wysiwyg/ui/defaults/buttons/controls.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/ui/defaults/buttons/inline-formats.ts b/resources/js/wysiwyg/ui/defaults/buttons/inline-formats.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/ui/defaults/buttons/lists.ts b/resources/js/wysiwyg/ui/defaults/buttons/lists.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/ui/defaults/buttons/objects.ts b/resources/js/wysiwyg/ui/defaults/buttons/objects.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/ui/defaults/buttons/tables.ts b/resources/js/wysiwyg/ui/defaults/buttons/tables.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/ui/defaults/forms/controls.ts b/resources/js/wysiwyg/ui/defaults/forms/controls.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/ui/defaults/forms/objects.ts b/resources/js/wysiwyg/ui/defaults/forms/objects.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/ui/defaults/forms/tables.ts b/resources/js/wysiwyg/ui/defaults/forms/tables.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/ui/defaults/modals.ts b/resources/js/wysiwyg/ui/defaults/modals.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/ui/defaults/toolbars.ts b/resources/js/wysiwyg/ui/defaults/toolbars.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/ui/framework/blocks/action-field.ts b/resources/js/wysiwyg/ui/framework/blocks/action-field.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/ui/framework/blocks/button-with-menu.ts b/resources/js/wysiwyg/ui/framework/blocks/button-with-menu.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/ui/framework/blocks/color-button.ts b/resources/js/wysiwyg/ui/framework/blocks/color-button.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/ui/framework/blocks/color-field.ts b/resources/js/wysiwyg/ui/framework/blocks/color-field.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/ui/framework/blocks/color-picker.ts b/resources/js/wysiwyg/ui/framework/blocks/color-picker.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/ui/framework/blocks/dropdown-button.ts b/resources/js/wysiwyg/ui/framework/blocks/dropdown-button.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/ui/framework/blocks/external-content.ts b/resources/js/wysiwyg/ui/framework/blocks/external-content.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/ui/framework/blocks/format-menu.ts b/resources/js/wysiwyg/ui/framework/blocks/format-menu.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/ui/framework/blocks/format-preview-button.ts b/resources/js/wysiwyg/ui/framework/blocks/format-preview-button.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/ui/framework/blocks/link-field.ts b/resources/js/wysiwyg/ui/framework/blocks/link-field.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/ui/framework/blocks/menu-button.ts b/resources/js/wysiwyg/ui/framework/blocks/menu-button.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/ui/framework/blocks/overflow-container.ts b/resources/js/wysiwyg/ui/framework/blocks/overflow-container.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/ui/framework/blocks/separator.ts b/resources/js/wysiwyg/ui/framework/blocks/separator.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/ui/framework/blocks/table-creator.ts b/resources/js/wysiwyg/ui/framework/blocks/table-creator.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/ui/framework/buttons.ts b/resources/js/wysiwyg/ui/framework/buttons.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/ui/framework/core.ts b/resources/js/wysiwyg/ui/framework/core.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/ui/framework/decorator.ts b/resources/js/wysiwyg/ui/framework/decorator.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/ui/framework/forms.ts b/resources/js/wysiwyg/ui/framework/forms.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/ui/framework/helpers/dropdowns.ts b/resources/js/wysiwyg/ui/framework/helpers/dropdowns.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/ui/framework/helpers/mouse-drag-tracker.ts b/resources/js/wysiwyg/ui/framework/helpers/mouse-drag-tracker.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/ui/framework/helpers/node-resizer.ts b/resources/js/wysiwyg/ui/framework/helpers/node-resizer.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/ui/framework/helpers/table-resizer.ts b/resources/js/wysiwyg/ui/framework/helpers/table-resizer.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/ui/framework/helpers/table-selection-handler.ts b/resources/js/wysiwyg/ui/framework/helpers/table-selection-handler.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/ui/framework/helpers/task-list-handler.ts b/resources/js/wysiwyg/ui/framework/helpers/task-list-handler.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/ui/framework/manager.ts b/resources/js/wysiwyg/ui/framework/manager.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/ui/framework/modals.ts b/resources/js/wysiwyg/ui/framework/modals.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/ui/framework/toolbars.ts b/resources/js/wysiwyg/ui/framework/toolbars.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/ui/index.ts b/resources/js/wysiwyg/ui/index.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/utils/__tests__/actions.test.ts b/resources/js/wysiwyg/utils/__tests__/actions.test.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/utils/__tests__/lists.test.ts b/resources/js/wysiwyg/utils/__tests__/lists.test.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/utils/actions.ts b/resources/js/wysiwyg/utils/actions.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/utils/details.ts b/resources/js/wysiwyg/utils/details.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/utils/diagrams.ts b/resources/js/wysiwyg/utils/diagrams.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/utils/dom.ts b/resources/js/wysiwyg/utils/dom.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/utils/formats.ts b/resources/js/wysiwyg/utils/formats.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/utils/images.ts b/resources/js/wysiwyg/utils/images.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/utils/links.ts b/resources/js/wysiwyg/utils/links.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/utils/lists.ts b/resources/js/wysiwyg/utils/lists.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/utils/node-clipboard.ts b/resources/js/wysiwyg/utils/node-clipboard.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/utils/nodes.ts b/resources/js/wysiwyg/utils/nodes.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/utils/rtl.ts b/resources/js/wysiwyg/utils/rtl.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/utils/selection.ts b/resources/js/wysiwyg/utils/selection.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/utils/table-copy-paste.ts b/resources/js/wysiwyg/utils/table-copy-paste.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/utils/table-map.ts b/resources/js/wysiwyg/utils/table-map.ts old mode 100644 new mode 100755 diff --git a/resources/js/wysiwyg/utils/tables.ts b/resources/js/wysiwyg/utils/tables.ts old mode 100644 new mode 100755 diff --git a/resources/sass/_animations.scss b/resources/sass/_animations.scss old mode 100644 new mode 100755 diff --git a/resources/sass/_blocks.scss b/resources/sass/_blocks.scss old mode 100644 new mode 100755 diff --git a/resources/sass/_buttons.scss b/resources/sass/_buttons.scss old mode 100644 new mode 100755 diff --git a/resources/sass/_codemirror.scss b/resources/sass/_codemirror.scss old mode 100644 new mode 100755 diff --git a/resources/sass/_colors.scss b/resources/sass/_colors.scss old mode 100644 new mode 100755 diff --git a/resources/sass/_components.scss b/resources/sass/_components.scss old mode 100644 new mode 100755 diff --git a/resources/sass/_content.scss b/resources/sass/_content.scss old mode 100644 new mode 100755 diff --git a/resources/sass/_editor.scss b/resources/sass/_editor.scss old mode 100644 new mode 100755 diff --git a/resources/sass/_footer.scss b/resources/sass/_footer.scss old mode 100644 new mode 100755 diff --git a/resources/sass/_forms.scss b/resources/sass/_forms.scss old mode 100644 new mode 100755 diff --git a/resources/sass/_header.scss b/resources/sass/_header.scss old mode 100644 new mode 100755 diff --git a/resources/sass/_html.scss b/resources/sass/_html.scss old mode 100644 new mode 100755 diff --git a/resources/sass/_layout.scss b/resources/sass/_layout.scss old mode 100644 new mode 100755 diff --git a/resources/sass/_lists.scss b/resources/sass/_lists.scss old mode 100644 new mode 100755 diff --git a/resources/sass/_mixins.scss b/resources/sass/_mixins.scss old mode 100644 new mode 100755 diff --git a/resources/sass/_opacity.scss b/resources/sass/_opacity.scss old mode 100644 new mode 100755 diff --git a/resources/sass/_print.scss b/resources/sass/_print.scss old mode 100644 new mode 100755 diff --git a/resources/sass/_reset.scss b/resources/sass/_reset.scss old mode 100644 new mode 100755 diff --git a/resources/sass/_spacing.scss b/resources/sass/_spacing.scss old mode 100644 new mode 100755 diff --git a/resources/sass/_tables.scss b/resources/sass/_tables.scss old mode 100644 new mode 100755 diff --git a/resources/sass/_text.scss b/resources/sass/_text.scss old mode 100644 new mode 100755 diff --git a/resources/sass/_tinymce.scss b/resources/sass/_tinymce.scss old mode 100644 new mode 100755 diff --git a/resources/sass/_vars.scss b/resources/sass/_vars.scss old mode 100644 new mode 100755 diff --git a/resources/sass/export-styles.scss b/resources/sass/export-styles.scss old mode 100644 new mode 100755 diff --git a/resources/sass/styles.scss b/resources/sass/styles.scss old mode 100644 new mode 100755 diff --git a/resources/views/api-docs/index.blade.php b/resources/views/api-docs/index.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/api-docs/parts/endpoint.blade.php b/resources/views/api-docs/parts/endpoint.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/api-docs/parts/getting-started.blade.php b/resources/views/api-docs/parts/getting-started.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/attachments/list.blade.php b/resources/views/attachments/list.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/attachments/manager-edit-form.blade.php b/resources/views/attachments/manager-edit-form.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/attachments/manager-link-form.blade.php b/resources/views/attachments/manager-link-form.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/attachments/manager-list.blade.php b/resources/views/attachments/manager-list.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/attachments/manager.blade.php b/resources/views/attachments/manager.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/auth/invite-set-password.blade.php b/resources/views/auth/invite-set-password.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/auth/login-initiate.blade.php b/resources/views/auth/login-initiate.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/auth/login.blade.php b/resources/views/auth/login.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/auth/parts/login-form-ldap.blade.php b/resources/views/auth/parts/login-form-ldap.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/auth/parts/login-form-oidc.blade.php b/resources/views/auth/parts/login-form-oidc.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/auth/parts/login-form-saml2.blade.php b/resources/views/auth/parts/login-form-saml2.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/auth/parts/login-form-standard.blade.php b/resources/views/auth/parts/login-form-standard.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/auth/parts/login-message.blade.php b/resources/views/auth/parts/login-message.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/auth/parts/register-message.blade.php b/resources/views/auth/parts/register-message.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/auth/passwords/email.blade.php b/resources/views/auth/passwords/email.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/auth/passwords/reset.blade.php b/resources/views/auth/passwords/reset.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/auth/register-confirm-accept.blade.php b/resources/views/auth/register-confirm-accept.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/auth/register-confirm-awaiting.blade.php b/resources/views/auth/register-confirm-awaiting.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/auth/register-confirm.blade.php b/resources/views/auth/register-confirm.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/auth/register.blade.php b/resources/views/auth/register.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/books/copy.blade.php b/resources/views/books/copy.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/books/create.blade.php b/resources/views/books/create.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/books/delete.blade.php b/resources/views/books/delete.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/books/edit.blade.php b/resources/views/books/edit.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/books/index.blade.php b/resources/views/books/index.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/books/parts/convert-to-shelf.blade.php b/resources/views/books/parts/convert-to-shelf.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/books/parts/form.blade.php b/resources/views/books/parts/form.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/books/parts/index-sidebar-section-actions.blade.php b/resources/views/books/parts/index-sidebar-section-actions.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/books/parts/index-sidebar-section-new.blade.php b/resources/views/books/parts/index-sidebar-section-new.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/books/parts/index-sidebar-section-popular.blade.php b/resources/views/books/parts/index-sidebar-section-popular.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/books/parts/index-sidebar-section-recents.blade.php b/resources/views/books/parts/index-sidebar-section-recents.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/books/parts/list-item.blade.php b/resources/views/books/parts/list-item.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/books/parts/list.blade.php b/resources/views/books/parts/list.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/books/parts/show-sidebar-section-actions.blade.php b/resources/views/books/parts/show-sidebar-section-actions.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/books/parts/show-sidebar-section-activity.blade.php b/resources/views/books/parts/show-sidebar-section-activity.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/books/parts/show-sidebar-section-details.blade.php b/resources/views/books/parts/show-sidebar-section-details.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/books/parts/show-sidebar-section-shelves.blade.php b/resources/views/books/parts/show-sidebar-section-shelves.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/books/parts/show-sidebar-section-tags.blade.php b/resources/views/books/parts/show-sidebar-section-tags.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/books/parts/sort-box-actions.blade.php b/resources/views/books/parts/sort-box-actions.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/books/parts/sort-box.blade.php b/resources/views/books/parts/sort-box.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/books/permissions.blade.php b/resources/views/books/permissions.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/books/references.blade.php b/resources/views/books/references.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/books/show.blade.php b/resources/views/books/show.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/books/sort.blade.php b/resources/views/books/sort.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/chapters/copy.blade.php b/resources/views/chapters/copy.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/chapters/create.blade.php b/resources/views/chapters/create.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/chapters/delete.blade.php b/resources/views/chapters/delete.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/chapters/edit.blade.php b/resources/views/chapters/edit.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/chapters/move.blade.php b/resources/views/chapters/move.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/chapters/parts/child-menu.blade.php b/resources/views/chapters/parts/child-menu.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/chapters/parts/convert-to-book.blade.php b/resources/views/chapters/parts/convert-to-book.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/chapters/parts/form.blade.php b/resources/views/chapters/parts/form.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/chapters/parts/list-item.blade.php b/resources/views/chapters/parts/list-item.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/chapters/parts/show-sidebar-section-actions.blade.php b/resources/views/chapters/parts/show-sidebar-section-actions.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/chapters/parts/show-sidebar-section-details.blade.php b/resources/views/chapters/parts/show-sidebar-section-details.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/chapters/parts/show-sidebar-section-tags.blade.php b/resources/views/chapters/parts/show-sidebar-section-tags.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/chapters/permissions.blade.php b/resources/views/chapters/permissions.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/chapters/references.blade.php b/resources/views/chapters/references.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/chapters/show.blade.php b/resources/views/chapters/show.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/comments/comment-branch.blade.php b/resources/views/comments/comment-branch.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/comments/comment.blade.php b/resources/views/comments/comment.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/comments/comments.blade.php b/resources/views/comments/comments.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/comments/create.blade.php b/resources/views/comments/create.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/common/activity-item.blade.php b/resources/views/common/activity-item.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/common/activity-list.blade.php b/resources/views/common/activity-list.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/common/confirm-dialog.blade.php b/resources/views/common/confirm-dialog.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/common/dark-mode-toggle.blade.php b/resources/views/common/dark-mode-toggle.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/common/detailed-listing-paginated.blade.php b/resources/views/common/detailed-listing-paginated.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/common/detailed-listing-with-more.blade.php b/resources/views/common/detailed-listing-with-more.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/common/loading-icon.blade.php b/resources/views/common/loading-icon.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/common/sort.blade.php b/resources/views/common/sort.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/common/status-indicator.blade.php b/resources/views/common/status-indicator.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/entities/body-tag-classes.blade.php b/resources/views/entities/body-tag-classes.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/entities/book-tree.blade.php b/resources/views/entities/book-tree.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/entities/breadcrumb-listing.blade.php b/resources/views/entities/breadcrumb-listing.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/entities/breadcrumbs.blade.php b/resources/views/entities/breadcrumbs.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/entities/copy-considerations.blade.php b/resources/views/entities/copy-considerations.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/entities/export-menu.blade.php b/resources/views/entities/export-menu.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/entities/favourite-action.blade.php b/resources/views/entities/favourite-action.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/entities/grid-item.blade.php b/resources/views/entities/grid-item.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/entities/icon-link.blade.php b/resources/views/entities/icon-link.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/entities/list-basic.blade.php b/resources/views/entities/list-basic.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/entities/list-item-basic.blade.php b/resources/views/entities/list-item-basic.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/entities/list-item.blade.php b/resources/views/entities/list-item.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/entities/list.blade.php b/resources/views/entities/list.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/entities/meta.blade.php b/resources/views/entities/meta.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/entities/references.blade.php b/resources/views/entities/references.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/entities/search-form.blade.php b/resources/views/entities/search-form.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/entities/search-results.blade.php b/resources/views/entities/search-results.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/entities/selector-popup.blade.php b/resources/views/entities/selector-popup.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/entities/selector.blade.php b/resources/views/entities/selector.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/entities/sibling-navigation.blade.php b/resources/views/entities/sibling-navigation.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/entities/tag-list.blade.php b/resources/views/entities/tag-list.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/entities/tag-manager-list.blade.php b/resources/views/entities/tag-manager-list.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/entities/tag-manager.blade.php b/resources/views/entities/tag-manager.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/entities/tag.blade.php b/resources/views/entities/tag.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/entities/template-selector.blade.php b/resources/views/entities/template-selector.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/entities/view-toggle.blade.php b/resources/views/entities/view-toggle.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/entities/watch-action.blade.php b/resources/views/entities/watch-action.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/entities/watch-controls.blade.php b/resources/views/entities/watch-controls.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/errors/404.blade.php b/resources/views/errors/404.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/errors/500.blade.php b/resources/views/errors/500.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/errors/503.blade.php b/resources/views/errors/503.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/errors/debug.blade.php b/resources/views/errors/debug.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/errors/parts/not-found-text.blade.php b/resources/views/errors/parts/not-found-text.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/exports/book.blade.php b/resources/views/exports/book.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/exports/chapter.blade.php b/resources/views/exports/chapter.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/exports/import-show.blade.php b/resources/views/exports/import-show.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/exports/import.blade.php b/resources/views/exports/import.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/exports/page.blade.php b/resources/views/exports/page.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/exports/parts/book-contents-menu.blade.php b/resources/views/exports/parts/book-contents-menu.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/exports/parts/chapter-contents-menu.blade.php b/resources/views/exports/parts/chapter-contents-menu.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/exports/parts/chapter-item.blade.php b/resources/views/exports/parts/chapter-item.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/exports/parts/custom-head.blade.php b/resources/views/exports/parts/custom-head.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/exports/parts/import-item.blade.php b/resources/views/exports/parts/import-item.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/exports/parts/import.blade.php b/resources/views/exports/parts/import.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/exports/parts/meta.blade.php b/resources/views/exports/parts/meta.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/exports/parts/page-item.blade.php b/resources/views/exports/parts/page-item.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/exports/parts/styles.blade.php b/resources/views/exports/parts/styles.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/form/checkbox.blade.php b/resources/views/form/checkbox.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/form/custom-checkbox.blade.php b/resources/views/form/custom-checkbox.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/form/date.blade.php b/resources/views/form/date.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/form/description-html-input.blade.php b/resources/views/form/description-html-input.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/form/editor-translations.blade.php b/resources/views/form/editor-translations.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/form/entity-permissions-row.blade.php b/resources/views/form/entity-permissions-row.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/form/entity-permissions.blade.php b/resources/views/form/entity-permissions.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/form/errors.blade.php b/resources/views/form/errors.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/form/image-picker.blade.php b/resources/views/form/image-picker.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/form/number.blade.php b/resources/views/form/number.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/form/page-picker.blade.php b/resources/views/form/page-picker.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/form/password.blade.php b/resources/views/form/password.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/form/request-query-inputs.blade.php b/resources/views/form/request-query-inputs.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/form/role-checkboxes.blade.php b/resources/views/form/role-checkboxes.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/form/role-select.blade.php b/resources/views/form/role-select.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/form/simple-dropzone.blade.php b/resources/views/form/simple-dropzone.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/form/text.blade.php b/resources/views/form/text.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/form/textarea.blade.php b/resources/views/form/textarea.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/form/toggle-switch.blade.php b/resources/views/form/toggle-switch.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/form/user-mention-list.blade.php b/resources/views/form/user-mention-list.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/form/user-select-list.blade.php b/resources/views/form/user-select-list.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/form/user-select.blade.php b/resources/views/form/user-select.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/help/licenses.blade.php b/resources/views/help/licenses.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/help/tinymce.blade.php b/resources/views/help/tinymce.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/help/wysiwyg.blade.php b/resources/views/help/wysiwyg.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/home/books.blade.php b/resources/views/home/books.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/home/default.blade.php b/resources/views/home/default.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/home/parts/expand-toggle.blade.php b/resources/views/home/parts/expand-toggle.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/home/parts/sidebar.blade.php b/resources/views/home/parts/sidebar.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/home/shelves.blade.php b/resources/views/home/shelves.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/home/specific-page.blade.php b/resources/views/home/specific-page.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/layouts/base.blade.php b/resources/views/layouts/base.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/layouts/export.blade.php b/resources/views/layouts/export.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/layouts/parts/base-body-end.blade.php b/resources/views/layouts/parts/base-body-end.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/layouts/parts/base-body-start.blade.php b/resources/views/layouts/parts/base-body-start.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/layouts/parts/custom-head.blade.php b/resources/views/layouts/parts/custom-head.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/layouts/parts/custom-styles.blade.php b/resources/views/layouts/parts/custom-styles.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/layouts/parts/export-body-end.blade.php b/resources/views/layouts/parts/export-body-end.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/layouts/parts/export-body-start.blade.php b/resources/views/layouts/parts/export-body-start.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/layouts/parts/footer.blade.php b/resources/views/layouts/parts/footer.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/layouts/parts/header-links-start.blade.php b/resources/views/layouts/parts/header-links-start.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/layouts/parts/header-links.blade.php b/resources/views/layouts/parts/header-links.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/layouts/parts/header-logo.blade.php b/resources/views/layouts/parts/header-logo.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/layouts/parts/header-search.blade.php b/resources/views/layouts/parts/header-search.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/layouts/parts/header-user-menu.blade.php b/resources/views/layouts/parts/header-user-menu.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/layouts/parts/header.blade.php b/resources/views/layouts/parts/header.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/layouts/parts/notifications.blade.php b/resources/views/layouts/parts/notifications.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/layouts/parts/skip-to-content.blade.php b/resources/views/layouts/parts/skip-to-content.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/layouts/plain.blade.php b/resources/views/layouts/plain.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/layouts/simple.blade.php b/resources/views/layouts/simple.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/layouts/tri.blade.php b/resources/views/layouts/tri.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/mfa/backup-codes-generate.blade.php b/resources/views/mfa/backup-codes-generate.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/mfa/parts/setup-method-row.blade.php b/resources/views/mfa/parts/setup-method-row.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/mfa/parts/verify-backup_codes.blade.php b/resources/views/mfa/parts/verify-backup_codes.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/mfa/parts/verify-totp.blade.php b/resources/views/mfa/parts/verify-totp.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/mfa/setup.blade.php b/resources/views/mfa/setup.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/mfa/totp-generate.blade.php b/resources/views/mfa/totp-generate.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/mfa/verify.blade.php b/resources/views/mfa/verify.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/misc/opensearch.blade.php b/resources/views/misc/opensearch.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/misc/robots.blade.php b/resources/views/misc/robots.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/pages/copy.blade.php b/resources/views/pages/copy.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/pages/delete.blade.php b/resources/views/pages/delete.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/pages/edit.blade.php b/resources/views/pages/edit.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/pages/guest-create.blade.php b/resources/views/pages/guest-create.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/pages/move.blade.php b/resources/views/pages/move.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/pages/parts/code-editor.blade.php b/resources/views/pages/parts/code-editor.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/pages/parts/editor-toolbar.blade.php b/resources/views/pages/parts/editor-toolbar.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/pages/parts/editor-toolbox.blade.php b/resources/views/pages/parts/editor-toolbox.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/pages/parts/form.blade.php b/resources/views/pages/parts/form.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/pages/parts/image-manager-form.blade.php b/resources/views/pages/parts/image-manager-form.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/pages/parts/image-manager-list.blade.php b/resources/views/pages/parts/image-manager-list.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/pages/parts/image-manager.blade.php b/resources/views/pages/parts/image-manager.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/pages/parts/list-item.blade.php b/resources/views/pages/parts/list-item.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/pages/parts/markdown-editor.blade.php b/resources/views/pages/parts/markdown-editor.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/pages/parts/page-display.blade.php b/resources/views/pages/parts/page-display.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/pages/parts/pointer.blade.php b/resources/views/pages/parts/pointer.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/pages/parts/revisions-index-row.blade.php b/resources/views/pages/parts/revisions-index-row.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/pages/parts/show-sidebar-section-actions.blade.php b/resources/views/pages/parts/show-sidebar-section-actions.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/pages/parts/show-sidebar-section-attachments.blade.php b/resources/views/pages/parts/show-sidebar-section-attachments.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/pages/parts/show-sidebar-section-details.blade.php b/resources/views/pages/parts/show-sidebar-section-details.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/pages/parts/show-sidebar-section-page-nav.blade.php b/resources/views/pages/parts/show-sidebar-section-page-nav.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/pages/parts/show-sidebar-section-tags.blade.php b/resources/views/pages/parts/show-sidebar-section-tags.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/pages/parts/template-manager-list.blade.php b/resources/views/pages/parts/template-manager-list.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/pages/parts/template-manager.blade.php b/resources/views/pages/parts/template-manager.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/pages/parts/toolbox-comments.blade.php b/resources/views/pages/parts/toolbox-comments.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/pages/parts/toolbox-contents.blade.php b/resources/views/pages/parts/toolbox-contents.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/pages/parts/wysiwyg-editor-tinymce.blade.php b/resources/views/pages/parts/wysiwyg-editor-tinymce.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/pages/parts/wysiwyg-editor.blade.php b/resources/views/pages/parts/wysiwyg-editor.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/pages/permissions.blade.php b/resources/views/pages/permissions.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/pages/references.blade.php b/resources/views/pages/references.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/pages/revision.blade.php b/resources/views/pages/revision.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/pages/revisions.blade.php b/resources/views/pages/revisions.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/pages/show.blade.php b/resources/views/pages/show.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/readme.md b/resources/views/readme.md old mode 100644 new mode 100755 diff --git a/resources/views/search/all.blade.php b/resources/views/search/all.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/search/parts/boolean-filter.blade.php b/resources/views/search/parts/boolean-filter.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/search/parts/date-filter.blade.php b/resources/views/search/parts/date-filter.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/search/parts/entity-selector-list.blade.php b/resources/views/search/parts/entity-selector-list.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/search/parts/entity-suggestion-list.blade.php b/resources/views/search/parts/entity-suggestion-list.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/search/parts/term-list.blade.php b/resources/views/search/parts/term-list.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/search/parts/type-filter.blade.php b/resources/views/search/parts/type-filter.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/settings/audit.blade.php b/resources/views/settings/audit.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/settings/categories/customization.blade.php b/resources/views/settings/categories/customization.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/settings/categories/features.blade.php b/resources/views/settings/categories/features.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/settings/categories/registration.blade.php b/resources/views/settings/categories/registration.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/settings/categories/sorting.blade.php b/resources/views/settings/categories/sorting.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/settings/layout.blade.php b/resources/views/settings/layout.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/settings/maintenance.blade.php b/resources/views/settings/maintenance.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/settings/parts/footer-links.blade.php b/resources/views/settings/parts/footer-links.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/settings/parts/navbar.blade.php b/resources/views/settings/parts/navbar.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/settings/parts/setting-color-picker.blade.php b/resources/views/settings/parts/setting-color-picker.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/settings/parts/setting-color-scheme.blade.php b/resources/views/settings/parts/setting-color-scheme.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/settings/parts/table-user.blade.php b/resources/views/settings/parts/table-user.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/settings/recycle-bin/destroy.blade.php b/resources/views/settings/recycle-bin/destroy.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/settings/recycle-bin/index.blade.php b/resources/views/settings/recycle-bin/index.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/settings/recycle-bin/parts/deletable-entity-list.blade.php b/resources/views/settings/recycle-bin/parts/deletable-entity-list.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/settings/recycle-bin/parts/entity-display-item.blade.php b/resources/views/settings/recycle-bin/parts/entity-display-item.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/settings/recycle-bin/parts/recycle-bin-list-item.blade.php b/resources/views/settings/recycle-bin/parts/recycle-bin-list-item.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/settings/recycle-bin/restore.blade.php b/resources/views/settings/recycle-bin/restore.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/settings/roles/create.blade.php b/resources/views/settings/roles/create.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/settings/roles/delete.blade.php b/resources/views/settings/roles/delete.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/settings/roles/edit.blade.php b/resources/views/settings/roles/edit.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/settings/roles/index.blade.php b/resources/views/settings/roles/index.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/settings/roles/parts/asset-permissions-row.blade.php b/resources/views/settings/roles/parts/asset-permissions-row.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/settings/roles/parts/checkbox.blade.php b/resources/views/settings/roles/parts/checkbox.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/settings/roles/parts/form.blade.php b/resources/views/settings/roles/parts/form.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/settings/roles/parts/related-asset-permissions-row.blade.php b/resources/views/settings/roles/parts/related-asset-permissions-row.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/settings/roles/parts/revisions-permissions-row.blade.php b/resources/views/settings/roles/parts/revisions-permissions-row.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/settings/roles/parts/roles-list-item.blade.php b/resources/views/settings/roles/parts/roles-list-item.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/settings/sort-rules/create.blade.php b/resources/views/settings/sort-rules/create.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/settings/sort-rules/edit.blade.php b/resources/views/settings/sort-rules/edit.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/settings/sort-rules/parts/form.blade.php b/resources/views/settings/sort-rules/parts/form.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/settings/sort-rules/parts/operation.blade.php b/resources/views/settings/sort-rules/parts/operation.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/settings/sort-rules/parts/sort-rule-list-item.blade.php b/resources/views/settings/sort-rules/parts/sort-rule-list-item.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/settings/webhooks/create.blade.php b/resources/views/settings/webhooks/create.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/settings/webhooks/delete.blade.php b/resources/views/settings/webhooks/delete.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/settings/webhooks/edit.blade.php b/resources/views/settings/webhooks/edit.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/settings/webhooks/index.blade.php b/resources/views/settings/webhooks/index.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/settings/webhooks/parts/form.blade.php b/resources/views/settings/webhooks/parts/form.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/settings/webhooks/parts/format-example.blade.php b/resources/views/settings/webhooks/parts/format-example.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/settings/webhooks/parts/webhooks-list-item.blade.php b/resources/views/settings/webhooks/parts/webhooks-list-item.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/shelves/create.blade.php b/resources/views/shelves/create.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/shelves/delete.blade.php b/resources/views/shelves/delete.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/shelves/edit.blade.php b/resources/views/shelves/edit.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/shelves/index.blade.php b/resources/views/shelves/index.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/shelves/parts/form.blade.php b/resources/views/shelves/parts/form.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/shelves/parts/index-sidebar-section-actions.blade.php b/resources/views/shelves/parts/index-sidebar-section-actions.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/shelves/parts/index-sidebar-section-new.blade.php b/resources/views/shelves/parts/index-sidebar-section-new.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/shelves/parts/index-sidebar-section-popular.blade.php b/resources/views/shelves/parts/index-sidebar-section-popular.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/shelves/parts/index-sidebar-section-recents.blade.php b/resources/views/shelves/parts/index-sidebar-section-recents.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/shelves/parts/list-item.blade.php b/resources/views/shelves/parts/list-item.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/shelves/parts/list.blade.php b/resources/views/shelves/parts/list.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/shelves/parts/shelf-sort-book-item.blade.php b/resources/views/shelves/parts/shelf-sort-book-item.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/shelves/parts/show-sidebar-section-actions.blade.php b/resources/views/shelves/parts/show-sidebar-section-actions.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/shelves/parts/show-sidebar-section-activity.blade.php b/resources/views/shelves/parts/show-sidebar-section-activity.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/shelves/parts/show-sidebar-section-details.blade.php b/resources/views/shelves/parts/show-sidebar-section-details.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/shelves/parts/show-sidebar-section-tags.blade.php b/resources/views/shelves/parts/show-sidebar-section-tags.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/shelves/permissions.blade.php b/resources/views/shelves/permissions.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/shelves/references.blade.php b/resources/views/shelves/references.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/shelves/show.blade.php b/resources/views/shelves/show.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/tags/index.blade.php b/resources/views/tags/index.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/tags/parts/tags-list-item.blade.php b/resources/views/tags/parts/tags-list-item.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/users/account/auth.blade.php b/resources/views/users/account/auth.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/users/account/delete.blade.php b/resources/views/users/account/delete.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/users/account/layout.blade.php b/resources/views/users/account/layout.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/users/account/notifications.blade.php b/resources/views/users/account/notifications.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/users/account/parts/shortcut-control.blade.php b/resources/views/users/account/parts/shortcut-control.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/users/account/profile.blade.php b/resources/views/users/account/profile.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/users/account/shortcuts.blade.php b/resources/views/users/account/shortcuts.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/users/api-tokens/create.blade.php b/resources/views/users/api-tokens/create.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/users/api-tokens/delete.blade.php b/resources/views/users/api-tokens/delete.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/users/api-tokens/edit.blade.php b/resources/views/users/api-tokens/edit.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/users/api-tokens/parts/form.blade.php b/resources/views/users/api-tokens/parts/form.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/users/api-tokens/parts/list.blade.php b/resources/views/users/api-tokens/parts/list.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/users/create.blade.php b/resources/views/users/create.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/users/delete.blade.php b/resources/views/users/delete.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/users/edit.blade.php b/resources/views/users/edit.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/users/index.blade.php b/resources/views/users/index.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/users/parts/form.blade.php b/resources/views/users/parts/form.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/users/parts/language-option-row.blade.php b/resources/views/users/parts/language-option-row.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/users/parts/users-list-item.blade.php b/resources/views/users/parts/users-list-item.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/users/profile.blade.php b/resources/views/users/profile.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/vendor/notifications/email-plain.blade.php b/resources/views/vendor/notifications/email-plain.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/vendor/notifications/email.blade.php b/resources/views/vendor/notifications/email.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/vendor/pagination/default.blade.php b/resources/views/vendor/pagination/default.blade.php old mode 100644 new mode 100755 diff --git a/routes/api.php b/routes/api.php old mode 100644 new mode 100755 diff --git a/routes/web.php b/routes/web.php old mode 100644 new mode 100755 diff --git a/storage/backups/.gitignore b/storage/backups/.gitignore old mode 100644 new mode 100755 diff --git a/storage/clockwork/.gitignore b/storage/clockwork/.gitignore old mode 100644 new mode 100755 diff --git a/storage/fonts/dompdf/.gitignore b/storage/fonts/dompdf/.gitignore old mode 100644 new mode 100755 diff --git a/storage/fonts/dompdf/cache/.gitignore b/storage/fonts/dompdf/cache/.gitignore old mode 100644 new mode 100755 diff --git a/tests/Activity/AuditLogApiTest.php b/tests/Activity/AuditLogApiTest.php old mode 100644 new mode 100755 diff --git a/tests/Activity/AuditLogTest.php b/tests/Activity/AuditLogTest.php old mode 100644 new mode 100755 diff --git a/tests/Activity/CommentDisplayTest.php b/tests/Activity/CommentDisplayTest.php old mode 100644 new mode 100755 diff --git a/tests/Activity/CommentMentionTest.php b/tests/Activity/CommentMentionTest.php old mode 100644 new mode 100755 diff --git a/tests/Activity/CommentSettingTest.php b/tests/Activity/CommentSettingTest.php old mode 100644 new mode 100755 diff --git a/tests/Activity/CommentStoreTest.php b/tests/Activity/CommentStoreTest.php old mode 100644 new mode 100755 diff --git a/tests/Activity/CommentsApiTest.php b/tests/Activity/CommentsApiTest.php old mode 100644 new mode 100755 diff --git a/tests/Activity/MentionParserTest.php b/tests/Activity/MentionParserTest.php old mode 100644 new mode 100755 diff --git a/tests/Activity/WatchTest.php b/tests/Activity/WatchTest.php old mode 100644 new mode 100755 diff --git a/tests/Activity/WebhookCallTest.php b/tests/Activity/WebhookCallTest.php old mode 100644 new mode 100755 diff --git a/tests/Activity/WebhookFormatTesting.php b/tests/Activity/WebhookFormatTesting.php old mode 100644 new mode 100755 diff --git a/tests/Activity/WebhookManagementTest.php b/tests/Activity/WebhookManagementTest.php old mode 100644 new mode 100755 diff --git a/tests/Api/ApiAuthTest.php b/tests/Api/ApiAuthTest.php old mode 100644 new mode 100755 diff --git a/tests/Api/ApiConfigTest.php b/tests/Api/ApiConfigTest.php old mode 100644 new mode 100755 diff --git a/tests/Api/ApiDocsTest.php b/tests/Api/ApiDocsTest.php old mode 100644 new mode 100755 diff --git a/tests/Api/ApiListingTest.php b/tests/Api/ApiListingTest.php old mode 100644 new mode 100755 diff --git a/tests/Api/AttachmentsApiTest.php b/tests/Api/AttachmentsApiTest.php old mode 100644 new mode 100755 diff --git a/tests/Api/BooksApiTest.php b/tests/Api/BooksApiTest.php old mode 100644 new mode 100755 diff --git a/tests/Api/ChaptersApiTest.php b/tests/Api/ChaptersApiTest.php old mode 100644 new mode 100755 diff --git a/tests/Api/ContentPermissionsApiTest.php b/tests/Api/ContentPermissionsApiTest.php old mode 100644 new mode 100755 diff --git a/tests/Api/ExportsApiTest.php b/tests/Api/ExportsApiTest.php old mode 100644 new mode 100755 diff --git a/tests/Api/ImageGalleryApiTest.php b/tests/Api/ImageGalleryApiTest.php old mode 100644 new mode 100755 diff --git a/tests/Api/ImportsApiTest.php b/tests/Api/ImportsApiTest.php old mode 100644 new mode 100755 diff --git a/tests/Api/PagesApiTest.php b/tests/Api/PagesApiTest.php old mode 100644 new mode 100755 diff --git a/tests/Api/RecycleBinApiTest.php b/tests/Api/RecycleBinApiTest.php old mode 100644 new mode 100755 diff --git a/tests/Api/RolesApiTest.php b/tests/Api/RolesApiTest.php old mode 100644 new mode 100755 diff --git a/tests/Api/SearchApiTest.php b/tests/Api/SearchApiTest.php old mode 100644 new mode 100755 diff --git a/tests/Api/ShelvesApiTest.php b/tests/Api/ShelvesApiTest.php old mode 100644 new mode 100755 diff --git a/tests/Api/SystemApiTest.php b/tests/Api/SystemApiTest.php old mode 100644 new mode 100755 diff --git a/tests/Api/TagsApiTest.php b/tests/Api/TagsApiTest.php old mode 100644 new mode 100755 diff --git a/tests/Api/TestsApi.php b/tests/Api/TestsApi.php old mode 100644 new mode 100755 diff --git a/tests/Api/UsersApiTest.php b/tests/Api/UsersApiTest.php old mode 100644 new mode 100755 diff --git a/tests/Auth/AuthTest.php b/tests/Auth/AuthTest.php old mode 100644 new mode 100755 diff --git a/tests/Auth/GroupSyncServiceTest.php b/tests/Auth/GroupSyncServiceTest.php old mode 100644 new mode 100755 diff --git a/tests/Auth/LdapTest.php b/tests/Auth/LdapTest.php old mode 100644 new mode 100755 diff --git a/tests/Auth/LoginAutoInitiateTest.php b/tests/Auth/LoginAutoInitiateTest.php old mode 100644 new mode 100755 diff --git a/tests/Auth/MfaConfigurationTest.php b/tests/Auth/MfaConfigurationTest.php old mode 100644 new mode 100755 diff --git a/tests/Auth/MfaVerificationTest.php b/tests/Auth/MfaVerificationTest.php old mode 100644 new mode 100755 diff --git a/tests/Auth/OidcTest.php b/tests/Auth/OidcTest.php old mode 100644 new mode 100755 diff --git a/tests/Auth/RegistrationTest.php b/tests/Auth/RegistrationTest.php old mode 100644 new mode 100755 diff --git a/tests/Auth/ResetPasswordTest.php b/tests/Auth/ResetPasswordTest.php old mode 100644 new mode 100755 diff --git a/tests/Auth/Saml2Test.php b/tests/Auth/Saml2Test.php old mode 100644 new mode 100755 diff --git a/tests/Auth/SocialAuthTest.php b/tests/Auth/SocialAuthTest.php old mode 100644 new mode 100755 diff --git a/tests/Auth/UserInviteTest.php b/tests/Auth/UserInviteTest.php old mode 100644 new mode 100755 diff --git a/tests/Commands/AssignSortRuleCommandTest.php b/tests/Commands/AssignSortRuleCommandTest.php old mode 100644 new mode 100755 diff --git a/tests/Commands/CleanupImagesCommandTest.php b/tests/Commands/CleanupImagesCommandTest.php old mode 100644 new mode 100755 diff --git a/tests/Commands/ClearActivityCommandTest.php b/tests/Commands/ClearActivityCommandTest.php old mode 100644 new mode 100755 diff --git a/tests/Commands/ClearRevisionsCommandTest.php b/tests/Commands/ClearRevisionsCommandTest.php old mode 100644 new mode 100755 diff --git a/tests/Commands/ClearViewsCommandTest.php b/tests/Commands/ClearViewsCommandTest.php old mode 100644 new mode 100755 diff --git a/tests/Commands/CopyShelfPermissionsCommandTest.php b/tests/Commands/CopyShelfPermissionsCommandTest.php old mode 100644 new mode 100755 diff --git a/tests/Commands/CreateAdminCommandTest.php b/tests/Commands/CreateAdminCommandTest.php old mode 100644 new mode 100755 diff --git a/tests/Commands/DeleteUsersCommandTest.php b/tests/Commands/DeleteUsersCommandTest.php old mode 100644 new mode 100755 diff --git a/tests/Commands/InstallModuleCommandTest.php b/tests/Commands/InstallModuleCommandTest.php old mode 100644 new mode 100755 diff --git a/tests/Commands/RefreshAvatarCommandTest.php b/tests/Commands/RefreshAvatarCommandTest.php old mode 100644 new mode 100755 diff --git a/tests/Commands/RegeneratePermissionsCommandTest.php b/tests/Commands/RegeneratePermissionsCommandTest.php old mode 100644 new mode 100755 diff --git a/tests/Commands/RegenerateReferencesCommandTest.php b/tests/Commands/RegenerateReferencesCommandTest.php old mode 100644 new mode 100755 diff --git a/tests/Commands/RegenerateSearchCommandTest.php b/tests/Commands/RegenerateSearchCommandTest.php old mode 100644 new mode 100755 diff --git a/tests/Commands/ResetMfaCommandTest.php b/tests/Commands/ResetMfaCommandTest.php old mode 100644 new mode 100755 diff --git a/tests/Commands/UpdateUrlCommandTest.php b/tests/Commands/UpdateUrlCommandTest.php old mode 100644 new mode 100755 diff --git a/tests/Commands/UpgradeDatabaseEncodingCommandTest.php b/tests/Commands/UpgradeDatabaseEncodingCommandTest.php old mode 100644 new mode 100755 diff --git a/tests/CreatesApplication.php b/tests/CreatesApplication.php old mode 100644 new mode 100755 diff --git a/tests/DebugViewTest.php b/tests/DebugViewTest.php old mode 100644 new mode 100755 diff --git a/tests/Entity/BookShelfTest.php b/tests/Entity/BookShelfTest.php old mode 100644 new mode 100755 diff --git a/tests/Entity/BookTest.php b/tests/Entity/BookTest.php old mode 100644 new mode 100755 diff --git a/tests/Entity/ChapterTest.php b/tests/Entity/ChapterTest.php old mode 100644 new mode 100755 diff --git a/tests/Entity/ConvertTest.php b/tests/Entity/ConvertTest.php old mode 100644 new mode 100755 diff --git a/tests/Entity/CopyTest.php b/tests/Entity/CopyTest.php old mode 100644 new mode 100755 diff --git a/tests/Entity/DefaultTemplateTest.php b/tests/Entity/DefaultTemplateTest.php old mode 100644 new mode 100755 diff --git a/tests/Entity/EntityAccessTest.php b/tests/Entity/EntityAccessTest.php old mode 100644 new mode 100755 diff --git a/tests/Entity/EntityQueryTest.php b/tests/Entity/EntityQueryTest.php old mode 100644 new mode 100755 diff --git a/tests/Entity/MarkdownToHtmlTest.php b/tests/Entity/MarkdownToHtmlTest.php old mode 100644 new mode 100755 diff --git a/tests/Entity/PageContentFilteringTest.php b/tests/Entity/PageContentFilteringTest.php old mode 100644 new mode 100755 diff --git a/tests/Entity/PageContentTest.php b/tests/Entity/PageContentTest.php old mode 100644 new mode 100755 diff --git a/tests/Entity/PageDraftTest.php b/tests/Entity/PageDraftTest.php old mode 100644 new mode 100755 diff --git a/tests/Entity/PageEditorTest.php b/tests/Entity/PageEditorTest.php old mode 100644 new mode 100755 diff --git a/tests/Entity/PageRevisionTest.php b/tests/Entity/PageRevisionTest.php old mode 100644 new mode 100755 diff --git a/tests/Entity/PageTemplateTest.php b/tests/Entity/PageTemplateTest.php old mode 100644 new mode 100755 diff --git a/tests/Entity/PageTest.php b/tests/Entity/PageTest.php old mode 100644 new mode 100755 diff --git a/tests/Entity/SlugTest.php b/tests/Entity/SlugTest.php old mode 100644 new mode 100755 diff --git a/tests/Entity/TagTest.php b/tests/Entity/TagTest.php old mode 100644 new mode 100755 diff --git a/tests/ErrorTest.php b/tests/ErrorTest.php old mode 100644 new mode 100755 diff --git a/tests/Exports/ExportUiTest.php b/tests/Exports/ExportUiTest.php old mode 100644 new mode 100755 diff --git a/tests/Exports/HtmlExportTest.php b/tests/Exports/HtmlExportTest.php old mode 100644 new mode 100755 diff --git a/tests/Exports/MarkdownExportTest.php b/tests/Exports/MarkdownExportTest.php old mode 100644 new mode 100755 diff --git a/tests/Exports/PdfExportTest.php b/tests/Exports/PdfExportTest.php old mode 100644 new mode 100755 diff --git a/tests/Exports/TextExportTest.php b/tests/Exports/TextExportTest.php old mode 100644 new mode 100755 diff --git a/tests/Exports/ZipExportTest.php b/tests/Exports/ZipExportTest.php old mode 100644 new mode 100755 diff --git a/tests/Exports/ZipExportValidatorTest.php b/tests/Exports/ZipExportValidatorTest.php old mode 100644 new mode 100755 diff --git a/tests/Exports/ZipImportRunnerTest.php b/tests/Exports/ZipImportRunnerTest.php old mode 100644 new mode 100755 diff --git a/tests/Exports/ZipImportTest.php b/tests/Exports/ZipImportTest.php old mode 100644 new mode 100755 diff --git a/tests/Exports/ZipResultData.php b/tests/Exports/ZipResultData.php old mode 100644 new mode 100755 diff --git a/tests/Exports/ZipTestHelper.php b/tests/Exports/ZipTestHelper.php old mode 100644 new mode 100755 diff --git a/tests/FavouriteTest.php b/tests/FavouriteTest.php old mode 100644 new mode 100755 diff --git a/tests/Helpers/EntityProvider.php b/tests/Helpers/EntityProvider.php old mode 100644 new mode 100755 diff --git a/tests/Helpers/FileProvider.php b/tests/Helpers/FileProvider.php old mode 100644 new mode 100755 diff --git a/tests/Helpers/OidcJwtHelper.php b/tests/Helpers/OidcJwtHelper.php old mode 100644 new mode 100755 diff --git a/tests/Helpers/PermissionsProvider.php b/tests/Helpers/PermissionsProvider.php old mode 100644 new mode 100755 diff --git a/tests/Helpers/TestServiceProvider.php b/tests/Helpers/TestServiceProvider.php old mode 100644 new mode 100755 diff --git a/tests/Helpers/UserRoleProvider.php b/tests/Helpers/UserRoleProvider.php old mode 100644 new mode 100755 diff --git a/tests/HomepageTest.php b/tests/HomepageTest.php old mode 100644 new mode 100755 diff --git a/tests/LanguageTest.php b/tests/LanguageTest.php old mode 100644 new mode 100755 diff --git a/tests/Meta/HelpTest.php b/tests/Meta/HelpTest.php old mode 100644 new mode 100755 diff --git a/tests/Meta/LicensesTest.php b/tests/Meta/LicensesTest.php old mode 100644 new mode 100755 diff --git a/tests/Meta/OpenGraphTest.php b/tests/Meta/OpenGraphTest.php old mode 100644 new mode 100755 diff --git a/tests/Meta/OpensearchTest.php b/tests/Meta/OpensearchTest.php old mode 100644 new mode 100755 diff --git a/tests/Meta/PwaManifestTest.php b/tests/Meta/PwaManifestTest.php old mode 100644 new mode 100755 diff --git a/tests/Meta/RobotsTest.php b/tests/Meta/RobotsTest.php old mode 100644 new mode 100755 diff --git a/tests/Permissions/EntityOwnerChangeTest.php b/tests/Permissions/EntityOwnerChangeTest.php old mode 100644 new mode 100755 diff --git a/tests/Permissions/EntityPermissionsTest.php b/tests/Permissions/EntityPermissionsTest.php old mode 100644 new mode 100755 diff --git a/tests/Permissions/ExportPermissionsTest.php b/tests/Permissions/ExportPermissionsTest.php old mode 100644 new mode 100755 diff --git a/tests/Permissions/RolePermissionsTest.php b/tests/Permissions/RolePermissionsTest.php old mode 100644 new mode 100755 diff --git a/tests/Permissions/Scenarios/EntityRolePermissionsTest.php b/tests/Permissions/Scenarios/EntityRolePermissionsTest.php old mode 100644 new mode 100755 diff --git a/tests/Permissions/Scenarios/PermissionScenarioTestCase.php b/tests/Permissions/Scenarios/PermissionScenarioTestCase.php old mode 100644 new mode 100755 diff --git a/tests/Permissions/Scenarios/RoleContentPermissionsTest.php b/tests/Permissions/Scenarios/RoleContentPermissionsTest.php old mode 100644 new mode 100755 diff --git a/tests/PublicActionTest.php b/tests/PublicActionTest.php old mode 100644 new mode 100755 diff --git a/tests/References/CrossLinkParserTest.php b/tests/References/CrossLinkParserTest.php old mode 100644 new mode 100755 diff --git a/tests/References/ReferencesTest.php b/tests/References/ReferencesTest.php old mode 100644 new mode 100755 diff --git a/tests/Search/EntitySearchTest.php b/tests/Search/EntitySearchTest.php old mode 100644 new mode 100755 diff --git a/tests/Search/SearchIndexingTest.php b/tests/Search/SearchIndexingTest.php old mode 100644 new mode 100755 diff --git a/tests/Search/SearchOptionsTest.php b/tests/Search/SearchOptionsTest.php old mode 100644 new mode 100755 diff --git a/tests/Search/SiblingSearchTest.php b/tests/Search/SiblingSearchTest.php old mode 100644 new mode 100755 diff --git a/tests/SecurityHeaderTest.php b/tests/SecurityHeaderTest.php old mode 100644 new mode 100755 diff --git a/tests/SessionTest.php b/tests/SessionTest.php old mode 100644 new mode 100755 diff --git a/tests/Settings/CustomHeadContentTest.php b/tests/Settings/CustomHeadContentTest.php old mode 100644 new mode 100755 diff --git a/tests/Settings/FooterLinksTest.php b/tests/Settings/FooterLinksTest.php old mode 100644 new mode 100755 diff --git a/tests/Settings/PageListLimitsTest.php b/tests/Settings/PageListLimitsTest.php old mode 100644 new mode 100755 diff --git a/tests/Settings/RecycleBinTest.php b/tests/Settings/RecycleBinTest.php old mode 100644 new mode 100755 diff --git a/tests/Settings/RegenerateReferencesTest.php b/tests/Settings/RegenerateReferencesTest.php old mode 100644 new mode 100755 diff --git a/tests/Settings/SettingsTest.php b/tests/Settings/SettingsTest.php old mode 100644 new mode 100755 diff --git a/tests/Settings/TestEmailTest.php b/tests/Settings/TestEmailTest.php old mode 100644 new mode 100755 diff --git a/tests/Sorting/BookSortTest.php b/tests/Sorting/BookSortTest.php old mode 100644 new mode 100755 diff --git a/tests/Sorting/MoveTest.php b/tests/Sorting/MoveTest.php old mode 100644 new mode 100755 diff --git a/tests/Sorting/SortRuleTest.php b/tests/Sorting/SortRuleTest.php old mode 100644 new mode 100755 diff --git a/tests/StatusTest.php b/tests/StatusTest.php old mode 100644 new mode 100755 diff --git a/tests/TestCase.php b/tests/TestCase.php old mode 100644 new mode 100755 diff --git a/tests/Theme/LogicalThemeEventsTest.php b/tests/Theme/LogicalThemeEventsTest.php old mode 100644 new mode 100755 diff --git a/tests/Theme/LogicalThemeTest.php b/tests/Theme/LogicalThemeTest.php old mode 100644 new mode 100755 diff --git a/tests/Theme/ThemeModuleTest.php b/tests/Theme/ThemeModuleTest.php old mode 100644 new mode 100755 diff --git a/tests/Theme/VisualThemeTest.php b/tests/Theme/VisualThemeTest.php old mode 100644 new mode 100755 diff --git a/tests/Unit/ConfigTest.php b/tests/Unit/ConfigTest.php old mode 100644 new mode 100755 diff --git a/tests/Unit/FrameworkAssumptionTest.php b/tests/Unit/FrameworkAssumptionTest.php old mode 100644 new mode 100755 diff --git a/tests/Unit/IpFormatterTest.php b/tests/Unit/IpFormatterTest.php old mode 100644 new mode 100755 diff --git a/tests/Unit/OidcIdTokenTest.php b/tests/Unit/OidcIdTokenTest.php old mode 100644 new mode 100755 diff --git a/tests/Unit/PageIncludeParserTest.php b/tests/Unit/PageIncludeParserTest.php old mode 100644 new mode 100755 diff --git a/tests/Uploads/AttachmentTest.php b/tests/Uploads/AttachmentTest.php old mode 100644 new mode 100755 diff --git a/tests/Uploads/AvatarTest.php b/tests/Uploads/AvatarTest.php old mode 100644 new mode 100755 diff --git a/tests/Uploads/DrawioTest.php b/tests/Uploads/DrawioTest.php old mode 100644 new mode 100755 diff --git a/tests/Uploads/ImageStorageTest.php b/tests/Uploads/ImageStorageTest.php old mode 100644 new mode 100755 diff --git a/tests/Uploads/ImageTest.php b/tests/Uploads/ImageTest.php old mode 100644 new mode 100755 diff --git a/tests/UrlTest.php b/tests/UrlTest.php old mode 100644 new mode 100755 diff --git a/tests/User/RoleManagementTest.php b/tests/User/RoleManagementTest.php old mode 100644 new mode 100755 diff --git a/tests/User/UserApiTokenTest.php b/tests/User/UserApiTokenTest.php old mode 100644 new mode 100755 diff --git a/tests/User/UserManagementMfaTest.php b/tests/User/UserManagementMfaTest.php old mode 100644 new mode 100755 diff --git a/tests/User/UserManagementTest.php b/tests/User/UserManagementTest.php old mode 100644 new mode 100755 diff --git a/tests/User/UserMyAccountTest.php b/tests/User/UserMyAccountTest.php old mode 100644 new mode 100755 diff --git a/tests/User/UserPreferencesTest.php b/tests/User/UserPreferencesTest.php old mode 100644 new mode 100755 diff --git a/tests/User/UserProfileTest.php b/tests/User/UserProfileTest.php old mode 100644 new mode 100755 diff --git a/tests/User/UserSearchTest.php b/tests/User/UserSearchTest.php old mode 100644 new mode 100755 diff --git a/tests/Util/DateFormatterTest.php b/tests/Util/DateFormatterTest.php old mode 100644 new mode 100755 diff --git a/tests/Util/HtmlToPlainTextTest.php b/tests/Util/HtmlToPlainTextTest.php old mode 100644 new mode 100755 diff --git a/tests/Util/SsrUrlValidatorTest.php b/tests/Util/SsrUrlValidatorTest.php old mode 100644 new mode 100755 diff --git a/tests/Util/UrlComparisonTest.php b/tests/Util/UrlComparisonTest.php old mode 100644 new mode 100755 diff --git a/tests/Util/UrlFilterTest.php b/tests/Util/UrlFilterTest.php old mode 100644 new mode 100755 diff --git a/tests/test-data/animated.avif b/tests/test-data/animated.avif old mode 100644 new mode 100755 diff --git a/tests/test-data/animated.gif b/tests/test-data/animated.gif old mode 100644 new mode 100755 diff --git a/tests/test-data/animated.png b/tests/test-data/animated.png old mode 100644 new mode 100755 diff --git a/tests/test-data/bad-php.base64 b/tests/test-data/bad-php.base64 old mode 100644 new mode 100755 diff --git a/tests/test-data/bad-phtml-png.base64 b/tests/test-data/bad-phtml-png.base64 old mode 100644 new mode 100755 diff --git a/tests/test-data/bad-phtml.base64 b/tests/test-data/bad-phtml.base64 old mode 100644 new mode 100755 diff --git a/tests/test-data/compressed.png b/tests/test-data/compressed.png old mode 100644 new mode 100755 diff --git a/tests/test-data/fonts/Cardiff-Bold.ttf b/tests/test-data/fonts/Cardiff-Bold.ttf old mode 100644 new mode 100755 diff --git a/tests/test-data/fonts/Cardiff.ttf b/tests/test-data/fonts/Cardiff.ttf old mode 100644 new mode 100755 diff --git a/tests/test-data/fonts/attribution.txt b/tests/test-data/fonts/attribution.txt old mode 100644 new mode 100755 diff --git a/tests/test-data/test-file.txt b/tests/test-data/test-file.txt old mode 100644 new mode 100755 diff --git a/tests/test-data/test-image.jpg b/tests/test-data/test-image.jpg old mode 100644 new mode 100755 diff --git a/tests/test-data/test-image.png b/tests/test-data/test-image.png old mode 100644 new mode 100755 diff --git a/tsconfig.json b/tsconfig.json old mode 100644 new mode 100755 diff --git a/version b/version old mode 100644 new mode 100755