diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 diff --git a/Dockerfile b/Dockerfile old mode 100644 new mode 100755 diff --git a/env.sh b/env.sh old mode 100644 new mode 100755 diff --git a/frontend/.eslintrc.cjs b/frontend/.eslintrc.cjs old mode 100644 new mode 100755 diff --git a/frontend/.gitignore b/frontend/.gitignore old mode 100644 new mode 100755 diff --git a/frontend/.prettierrc.json b/frontend/.prettierrc.json old mode 100644 new mode 100755 diff --git a/frontend/README.md b/frontend/README.md old mode 100644 new mode 100755 diff --git a/frontend/index.html b/frontend/index.html old mode 100644 new mode 100755 diff --git a/frontend/nginx_docker.conf b/frontend/nginx_docker.conf old mode 100644 new mode 100755 diff --git a/frontend/package.json b/frontend/package.json old mode 100644 new mode 100755 diff --git a/frontend/public/favicon.ico b/frontend/public/favicon.ico old mode 100644 new mode 100755 diff --git a/frontend/src/App.vue b/frontend/src/App.vue old mode 100644 new mode 100755 diff --git a/frontend/src/assets/account.png b/frontend/src/assets/account.png old mode 100644 new mode 100755 diff --git a/frontend/src/assets/base.css b/frontend/src/assets/base.css old mode 100644 new mode 100755 diff --git a/frontend/src/assets/freeleaps.png b/frontend/src/assets/freeleaps.png old mode 100644 new mode 100755 diff --git a/frontend/src/assets/images/default-user-portrait.png b/frontend/src/assets/images/default-user-portrait.png old mode 100644 new mode 100755 diff --git a/frontend/src/assets/images/home-bg-left.png b/frontend/src/assets/images/home-bg-left.png old mode 100644 new mode 100755 diff --git a/frontend/src/assets/images/home-bg-right.png b/frontend/src/assets/images/home-bg-right.png old mode 100644 new mode 100755 diff --git a/frontend/src/assets/images/lab-translation.png b/frontend/src/assets/images/lab-translation.png old mode 100644 new mode 100755 diff --git a/frontend/src/assets/images/loading.gif b/frontend/src/assets/images/loading.gif old mode 100644 new mode 100755 diff --git a/frontend/src/assets/images/no_content.jpg b/frontend/src/assets/images/no_content.jpg old mode 100644 new mode 100755 diff --git a/frontend/src/assets/images/qr-code.png b/frontend/src/assets/images/qr-code.png old mode 100644 new mode 100755 diff --git a/frontend/src/assets/images/submited.png b/frontend/src/assets/images/submited.png old mode 100644 new mode 100755 diff --git a/frontend/src/assets/images/wechat_qr_code_upload.png b/frontend/src/assets/images/wechat_qr_code_upload.png old mode 100644 new mode 100755 diff --git a/frontend/src/assets/lang/us.png b/frontend/src/assets/lang/us.png old mode 100644 new mode 100755 diff --git a/frontend/src/assets/lang/zh.png b/frontend/src/assets/lang/zh.png old mode 100644 new mode 100755 diff --git a/frontend/src/assets/logo.png b/frontend/src/assets/logo.png old mode 100644 new mode 100755 diff --git a/frontend/src/assets/logo.svg b/frontend/src/assets/logo.svg old mode 100644 new mode 100755 diff --git a/frontend/src/assets/main.css b/frontend/src/assets/main.css old mode 100644 new mode 100755 diff --git a/frontend/src/assets/message.png b/frontend/src/assets/message.png old mode 100644 new mode 100755 diff --git a/frontend/src/assets/profile.png b/frontend/src/assets/profile.png old mode 100644 new mode 100755 diff --git a/frontend/src/assets/styles/_sizing.scss b/frontend/src/assets/styles/_sizing.scss old mode 100644 new mode 100755 diff --git a/frontend/src/assets/styles/_utilities.scss b/frontend/src/assets/styles/_utilities.scss old mode 100644 new mode 100755 diff --git a/frontend/src/assets/styles/_variables.scss b/frontend/src/assets/styles/_variables.scss old mode 100644 new mode 100755 diff --git a/frontend/src/assets/styles/buttons.scss b/frontend/src/assets/styles/buttons.scss old mode 100644 new mode 100755 diff --git a/frontend/src/assets/styles/components.scss b/frontend/src/assets/styles/components.scss old mode 100644 new mode 100755 diff --git a/frontend/src/assets/styles/containers.scss b/frontend/src/assets/styles/containers.scss old mode 100644 new mode 100755 diff --git a/frontend/src/assets/styles/focused_input.scss b/frontend/src/assets/styles/focused_input.scss old mode 100644 new mode 100755 diff --git a/frontend/src/assets/styles/inputs.scss b/frontend/src/assets/styles/inputs.scss old mode 100644 new mode 100755 diff --git a/frontend/src/assets/styles/main.scss b/frontend/src/assets/styles/main.scss old mode 100644 new mode 100755 diff --git a/frontend/src/assets/styles/story_board.scss b/frontend/src/assets/styles/story_board.scss old mode 100644 new mode 100755 diff --git a/frontend/src/assets/styles/texts.scss b/frontend/src/assets/styles/texts.scss old mode 100644 new mode 100755 diff --git a/frontend/src/components/CustomChart.vue b/frontend/src/components/CustomChart.vue old mode 100644 new mode 100755 diff --git a/frontend/src/components/CustomPagination.vue b/frontend/src/components/CustomPagination.vue old mode 100644 new mode 100755 diff --git a/frontend/src/components/EmptyContent.vue b/frontend/src/components/EmptyContent.vue old mode 100644 new mode 100755 diff --git a/frontend/src/components/FreeleapsEditor.vue b/frontend/src/components/FreeleapsEditor.vue old mode 100644 new mode 100755 diff --git a/frontend/src/components/InputSelector.vue b/frontend/src/components/InputSelector.vue old mode 100644 new mode 100755 diff --git a/frontend/src/components/LaguageSwitch.vue b/frontend/src/components/LaguageSwitch.vue old mode 100644 new mode 100755 diff --git a/frontend/src/components/LineChart.vue b/frontend/src/components/LineChart.vue old mode 100644 new mode 100755 diff --git a/frontend/src/components/PDFReader.vue b/frontend/src/components/PDFReader.vue old mode 100644 new mode 100755 diff --git a/frontend/src/components/SvgIcon.vue b/frontend/src/components/SvgIcon.vue old mode 100644 new mode 100755 diff --git a/frontend/src/footers/FooterGuest.vue b/frontend/src/footers/FooterGuest.vue old mode 100644 new mode 100755 diff --git a/frontend/src/footers/FooterUser.vue b/frontend/src/footers/FooterUser.vue old mode 100644 new mode 100755 diff --git a/frontend/src/headers/HeaderGuest.vue b/frontend/src/headers/HeaderGuest.vue old mode 100644 new mode 100755 diff --git a/frontend/src/headers/HeaderUser.vue b/frontend/src/headers/HeaderUser.vue old mode 100644 new mode 100755 diff --git a/frontend/src/icons/back.svg b/frontend/src/icons/back.svg old mode 100644 new mode 100755 diff --git a/frontend/src/icons/btn-history.svg b/frontend/src/icons/btn-history.svg old mode 100644 new mode 100755 diff --git a/frontend/src/icons/btn-templates.svg b/frontend/src/icons/btn-templates.svg old mode 100644 new mode 100755 diff --git a/frontend/src/icons/delete.svg b/frontend/src/icons/delete.svg old mode 100644 new mode 100755 diff --git a/frontend/src/icons/dropdown.svg b/frontend/src/icons/dropdown.svg old mode 100644 new mode 100755 diff --git a/frontend/src/icons/fe-alignjustify.svg b/frontend/src/icons/fe-alignjustify.svg old mode 100644 new mode 100755 diff --git a/frontend/src/icons/fe-back.svg b/frontend/src/icons/fe-back.svg old mode 100644 new mode 100755 diff --git a/frontend/src/icons/fe-bold.svg b/frontend/src/icons/fe-bold.svg old mode 100644 new mode 100755 diff --git a/frontend/src/icons/fe-char.svg b/frontend/src/icons/fe-char.svg old mode 100644 new mode 100755 diff --git a/frontend/src/icons/fe-clear.svg b/frontend/src/icons/fe-clear.svg old mode 100644 new mode 100755 diff --git a/frontend/src/icons/fe-italic.svg b/frontend/src/icons/fe-italic.svg old mode 100644 new mode 100755 diff --git a/frontend/src/icons/fe-link.svg b/frontend/src/icons/fe-link.svg old mode 100644 new mode 100755 diff --git a/frontend/src/icons/fe-orderedlist.svg b/frontend/src/icons/fe-orderedlist.svg old mode 100644 new mode 100755 diff --git a/frontend/src/icons/fe-paragraph.svg b/frontend/src/icons/fe-paragraph.svg old mode 100644 new mode 100755 diff --git a/frontend/src/icons/fe-strike.svg b/frontend/src/icons/fe-strike.svg old mode 100644 new mode 100755 diff --git a/frontend/src/icons/fe-underline.svg b/frontend/src/icons/fe-underline.svg old mode 100644 new mode 100755 diff --git a/frontend/src/icons/fe-unorderedlist.svg b/frontend/src/icons/fe-unorderedlist.svg old mode 100644 new mode 100755 diff --git a/frontend/src/icons/msg-enter.svg b/frontend/src/icons/msg-enter.svg old mode 100644 new mode 100755 diff --git a/frontend/src/icons/post.svg b/frontend/src/icons/post.svg old mode 100644 new mode 100755 diff --git a/frontend/src/icons/providers.svg b/frontend/src/icons/providers.svg old mode 100644 new mode 100755 diff --git a/frontend/src/icons/requests.svg b/frontend/src/icons/requests.svg old mode 100644 new mode 100755 diff --git a/frontend/src/icons/workspace.svg b/frontend/src/icons/workspace.svg old mode 100644 new mode 100755 diff --git a/frontend/src/lang/en.js b/frontend/src/lang/en.js old mode 100644 new mode 100755 diff --git a/frontend/src/lang/index.js b/frontend/src/lang/index.js old mode 100644 new mode 100755 diff --git a/frontend/src/lang/zh.js b/frontend/src/lang/zh.js old mode 100644 new mode 100755 diff --git a/frontend/src/main.js b/frontend/src/main.js old mode 100644 new mode 100755 diff --git a/frontend/src/mixins/errorHandler.js b/frontend/src/mixins/errorHandler.js old mode 100644 new mode 100755 diff --git a/frontend/src/mixins/index.js b/frontend/src/mixins/index.js old mode 100644 new mode 100755 diff --git a/frontend/src/mixins/navigator.js b/frontend/src/mixins/navigator.js old mode 100644 new mode 100755 diff --git a/frontend/src/mixins/userAuth.js b/frontend/src/mixins/userAuth.js old mode 100644 new mode 100755 diff --git a/frontend/src/mixins/userIdentity.js b/frontend/src/mixins/userIdentity.js old mode 100644 new mode 100755 diff --git a/frontend/src/pages/guest/FrontDoor.vue b/frontend/src/pages/guest/FrontDoor.vue old mode 100644 new mode 100755 diff --git a/frontend/src/pages/guest/NewUserSetFlid.vue b/frontend/src/pages/guest/NewUserSetFlid.vue old mode 100644 new mode 100755 diff --git a/frontend/src/pages/guest/NewUserSetPassword.vue b/frontend/src/pages/guest/NewUserSetPassword.vue old mode 100644 new mode 100755 diff --git a/frontend/src/pages/guest/SigninWithEmailAndCode.vue b/frontend/src/pages/guest/SigninWithEmailAndCode.vue old mode 100644 new mode 100755 diff --git a/frontend/src/pages/guest/SigninWithEmailAndPassword.vue b/frontend/src/pages/guest/SigninWithEmailAndPassword.vue old mode 100644 new mode 100755 diff --git a/frontend/src/pages/lab/Home.vue b/frontend/src/pages/lab/Home.vue old mode 100644 new mode 100755 diff --git a/frontend/src/pages/lab/openai/ImageGeneration.vue b/frontend/src/pages/lab/openai/ImageGeneration.vue old mode 100644 new mode 100755 diff --git a/frontend/src/pages/lab/openai/MultiturnChat.vue b/frontend/src/pages/lab/openai/MultiturnChat.vue old mode 100644 new mode 100755 diff --git a/frontend/src/pages/lab/openai/TaskCompletion.vue b/frontend/src/pages/lab/openai/TaskCompletion.vue old mode 100644 new mode 100755 diff --git a/frontend/src/pages/lab/translation/Home.vue b/frontend/src/pages/lab/translation/Home.vue old mode 100644 new mode 100755 diff --git a/frontend/src/pages/public/About.vue b/frontend/src/pages/public/About.vue old mode 100644 new mode 100755 diff --git a/frontend/src/pages/public/Blogs.vue b/frontend/src/pages/public/Blogs.vue old mode 100644 new mode 100755 diff --git a/frontend/src/pages/public/Career.vue b/frontend/src/pages/public/Career.vue old mode 100644 new mode 100755 diff --git a/frontend/src/pages/public/Contact.vue b/frontend/src/pages/public/Contact.vue old mode 100644 new mode 100755 diff --git a/frontend/src/pages/public/LinkContentViewer.vue b/frontend/src/pages/public/LinkContentViewer.vue old mode 100644 new mode 100755 diff --git a/frontend/src/pages/public/PdfContentViewer.vue b/frontend/src/pages/public/PdfContentViewer.vue old mode 100644 new mode 100755 diff --git a/frontend/src/pages/user/account/UserFinance.vue b/frontend/src/pages/user/account/UserFinance.vue old mode 100644 new mode 100755 diff --git a/frontend/src/pages/user/account/UserHistory.vue b/frontend/src/pages/user/account/UserHistory.vue old mode 100644 new mode 100755 diff --git a/frontend/src/pages/user/account/UserProfile.vue b/frontend/src/pages/user/account/UserProfile.vue old mode 100644 new mode 100755 diff --git a/frontend/src/pages/user/account/UserSubscription.vue b/frontend/src/pages/user/account/UserSubscription.vue old mode 100644 new mode 100755 diff --git a/frontend/src/pages/user/messages/Home.vue b/frontend/src/pages/user/messages/Home.vue old mode 100644 new mode 100755 diff --git a/frontend/src/pages/user/providers/Home.vue b/frontend/src/pages/user/providers/Home.vue old mode 100644 new mode 100755 diff --git a/frontend/src/pages/user/requests/Home.vue b/frontend/src/pages/user/requests/Home.vue old mode 100644 new mode 100755 diff --git a/frontend/src/pages/user/requests/ProposalSubmitted.vue b/frontend/src/pages/user/requests/ProposalSubmitted.vue old mode 100644 new mode 100755 diff --git a/frontend/src/pages/user/requests/Propose.vue b/frontend/src/pages/user/requests/Propose.vue old mode 100644 new mode 100755 diff --git a/frontend/src/pages/user/workspace/Home.vue b/frontend/src/pages/user/workspace/Home.vue old mode 100644 new mode 100755 diff --git a/frontend/src/pages/user/workspace/projectIssue/Issue.vue b/frontend/src/pages/user/workspace/projectIssue/Issue.vue old mode 100644 new mode 100755 diff --git a/frontend/src/pages/user/workspace/proposalManage/Home.vue b/frontend/src/pages/user/workspace/proposalManage/Home.vue old mode 100644 new mode 100755 diff --git a/frontend/src/pages/user/workspace/requestIssue/Issue.vue b/frontend/src/pages/user/workspace/requestIssue/Issue.vue old mode 100644 new mode 100755 diff --git a/frontend/src/pages/user/workspace/requestIssue/Submitted.vue b/frontend/src/pages/user/workspace/requestIssue/Submitted.vue old mode 100644 new mode 100755 diff --git a/frontend/src/pages/user/workspace/requestManage/Home.vue b/frontend/src/pages/user/workspace/requestManage/Home.vue old mode 100644 new mode 100755 diff --git a/frontend/src/pages/user/workspace/requestManage/Manage.vue b/frontend/src/pages/user/workspace/requestManage/Manage.vue old mode 100644 new mode 100755 diff --git a/frontend/src/pages/user/workspace/requestManage/ReviewProposal.vue b/frontend/src/pages/user/workspace/requestManage/ReviewProposal.vue old mode 100644 new mode 100755 diff --git a/frontend/src/plugins/index.js b/frontend/src/plugins/index.js old mode 100644 new mode 100755 diff --git a/frontend/src/plugins/router/index.js b/frontend/src/plugins/router/index.js old mode 100644 new mode 100755 diff --git a/frontend/src/plugins/router/router.js b/frontend/src/plugins/router/router.js old mode 100644 new mode 100755 diff --git a/frontend/src/plugins/store/basic.js b/frontend/src/plugins/store/basic.js old mode 100644 new mode 100755 diff --git a/frontend/src/plugins/store/index.js b/frontend/src/plugins/store/index.js old mode 100644 new mode 100755 diff --git a/frontend/src/plugins/store/userAuth.js b/frontend/src/plugins/store/userAuth.js old mode 100644 new mode 100755 diff --git a/frontend/src/plugins/store/userProfile.js b/frontend/src/plugins/store/userProfile.js old mode 100644 new mode 100755 diff --git a/frontend/src/types/index.js b/frontend/src/types/index.js old mode 100644 new mode 100755 diff --git a/frontend/src/types/paymentUtils.js b/frontend/src/types/paymentUtils.js old mode 100644 new mode 100755 diff --git a/frontend/src/types/personalUser.js b/frontend/src/types/personalUser.js old mode 100644 new mode 100755 diff --git a/frontend/src/types/projectUtils.js b/frontend/src/types/projectUtils.js old mode 100644 new mode 100755 diff --git a/frontend/src/types/proposalUtils.js b/frontend/src/types/proposalUtils.js old mode 100644 new mode 100755 diff --git a/frontend/src/types/requestUtils.js b/frontend/src/types/requestUtils.js old mode 100644 new mode 100755 diff --git a/frontend/src/types/signinAction.js b/frontend/src/types/signinAction.js old mode 100644 new mode 100755 diff --git a/frontend/src/types/userProfile.js b/frontend/src/types/userProfile.js old mode 100644 new mode 100755 diff --git a/frontend/src/utils/backend/axios.js b/frontend/src/utils/backend/axios.js old mode 100644 new mode 100755 diff --git a/frontend/src/utils/backend/content.js b/frontend/src/utils/backend/content.js old mode 100644 new mode 100755 diff --git a/frontend/src/utils/backend/history.js b/frontend/src/utils/backend/history.js old mode 100644 new mode 100755 diff --git a/frontend/src/utils/backend/index.js b/frontend/src/utils/backend/index.js old mode 100644 new mode 100755 diff --git a/frontend/src/utils/backend/lab.js b/frontend/src/utils/backend/lab.js old mode 100644 new mode 100755 diff --git a/frontend/src/utils/backend/messageHub.js b/frontend/src/utils/backend/messageHub.js old mode 100644 new mode 100755 diff --git a/frontend/src/utils/backend/providerHub.js b/frontend/src/utils/backend/providerHub.js old mode 100644 new mode 100755 diff --git a/frontend/src/utils/backend/requestHub.js b/frontend/src/utils/backend/requestHub.js old mode 100644 new mode 100755 diff --git a/frontend/src/utils/backend/userAuth.js b/frontend/src/utils/backend/userAuth.js old mode 100644 new mode 100755 diff --git a/frontend/src/utils/backend/userProfile.js b/frontend/src/utils/backend/userProfile.js old mode 100644 new mode 100755 diff --git a/frontend/src/utils/backend/websocket.js b/frontend/src/utils/backend/websocket.js old mode 100644 new mode 100755 diff --git a/frontend/src/utils/backend/workspace.js b/frontend/src/utils/backend/workspace.js old mode 100644 new mode 100755 diff --git a/frontend/src/utils/common/checker.js b/frontend/src/utils/common/checker.js old mode 100644 new mode 100755 diff --git a/frontend/src/utils/common/dateUtils.js b/frontend/src/utils/common/dateUtils.js old mode 100644 new mode 100755 diff --git a/frontend/src/utils/common/index.js b/frontend/src/utils/common/index.js old mode 100644 new mode 100755 diff --git a/frontend/src/utils/common/oidUtils.js b/frontend/src/utils/common/oidUtils.js old mode 100644 new mode 100755 diff --git a/frontend/src/utils/html/element.js b/frontend/src/utils/html/element.js old mode 100644 new mode 100755 diff --git a/frontend/src/utils/html/index.js b/frontend/src/utils/html/index.js old mode 100644 new mode 100755 diff --git a/frontend/src/utils/html/mediaData.js b/frontend/src/utils/html/mediaData.js old mode 100644 new mode 100755 diff --git a/frontend/src/utils/html/textArea.js b/frontend/src/utils/html/textArea.js old mode 100644 new mode 100755 diff --git a/frontend/src/utils/html/tooltip.js b/frontend/src/utils/html/tooltip.js old mode 100644 new mode 100755 diff --git a/frontend/src/utils/index.js b/frontend/src/utils/index.js old mode 100644 new mode 100755 diff --git a/frontend/src/utils/store/index.js b/frontend/src/utils/store/index.js old mode 100644 new mode 100755 diff --git a/frontend/src/utils/store/requestHubUtils.js b/frontend/src/utils/store/requestHubUtils.js old mode 100644 new mode 100755 diff --git a/frontend/src/utils/store/requestIssueUtils.js b/frontend/src/utils/store/requestIssueUtils.js old mode 100644 new mode 100755 diff --git a/frontend/src/utils/store/userProfileUtils.js b/frontend/src/utils/store/userProfileUtils.js old mode 100644 new mode 100755 diff --git a/frontend/src/utils/store/userUtils.js b/frontend/src/utils/store/userUtils.js old mode 100644 new mode 100755 diff --git a/frontend/src/utils/validator/applicantValidator.js b/frontend/src/utils/validator/applicantValidator.js old mode 100644 new mode 100755 diff --git a/frontend/src/utils/validator/authCodeValidator.js b/frontend/src/utils/validator/authCodeValidator.js old mode 100644 new mode 100755 diff --git a/frontend/src/utils/validator/businessProfile.js b/frontend/src/utils/validator/businessProfile.js old mode 100644 new mode 100755 diff --git a/frontend/src/utils/validator/codingInterviewJobPositionValidator.js b/frontend/src/utils/validator/codingInterviewJobPositionValidator.js old mode 100644 new mode 100755 diff --git a/frontend/src/utils/validator/codingInterviewNoteToCandidateValidator.js b/frontend/src/utils/validator/codingInterviewNoteToCandidateValidator.js old mode 100644 new mode 100755 diff --git a/frontend/src/utils/validator/codingInterviewValidator.js b/frontend/src/utils/validator/codingInterviewValidator.js old mode 100644 new mode 100755 diff --git a/frontend/src/utils/validator/countryNameValidator.js b/frontend/src/utils/validator/countryNameValidator.js old mode 100644 new mode 100755 diff --git a/frontend/src/utils/validator/emailValidator.js b/frontend/src/utils/validator/emailValidator.js old mode 100644 new mode 100755 diff --git a/frontend/src/utils/validator/fileLengthValidator.js b/frontend/src/utils/validator/fileLengthValidator.js old mode 100644 new mode 100755 diff --git a/frontend/src/utils/validator/filenameValidator.js b/frontend/src/utils/validator/filenameValidator.js old mode 100644 new mode 100755 diff --git a/frontend/src/utils/validator/imageValidator.js b/frontend/src/utils/validator/imageValidator.js old mode 100644 new mode 100755 diff --git a/frontend/src/utils/validator/index.js b/frontend/src/utils/validator/index.js old mode 100644 new mode 100755 diff --git a/frontend/src/utils/validator/jobDescription.js b/frontend/src/utils/validator/jobDescription.js old mode 100644 new mode 100755 diff --git a/frontend/src/utils/validator/jobPositionValidator.js b/frontend/src/utils/validator/jobPositionValidator.js old mode 100644 new mode 100755 diff --git a/frontend/src/utils/validator/jobTitleValidator.js b/frontend/src/utils/validator/jobTitleValidator.js old mode 100644 new mode 100755 diff --git a/frontend/src/utils/validator/loosedNameValidator.js b/frontend/src/utils/validator/loosedNameValidator.js old mode 100644 new mode 100755 diff --git a/frontend/src/utils/validator/mobileValidator.js b/frontend/src/utils/validator/mobileValidator.js old mode 100644 new mode 100755 diff --git a/frontend/src/utils/validator/nameValidator.js b/frontend/src/utils/validator/nameValidator.js old mode 100644 new mode 100755 diff --git a/frontend/src/utils/validator/passwordValidator.js b/frontend/src/utils/validator/passwordValidator.js old mode 100644 new mode 100755 diff --git a/frontend/src/utils/validator/problemDescriptionValidator.js b/frontend/src/utils/validator/problemDescriptionValidator.js old mode 100644 new mode 100755 diff --git a/frontend/src/utils/validator/problemInputFormatValidator.js b/frontend/src/utils/validator/problemInputFormatValidator.js old mode 100644 new mode 100755 diff --git a/frontend/src/utils/validator/problemOutputFormatValidator.js b/frontend/src/utils/validator/problemOutputFormatValidator.js old mode 100644 new mode 100755 diff --git a/frontend/src/utils/validator/problemSampleInputValidator.js b/frontend/src/utils/validator/problemSampleInputValidator.js old mode 100644 new mode 100755 diff --git a/frontend/src/utils/validator/problemSampleOutputValidator.js b/frontend/src/utils/validator/problemSampleOutputValidator.js old mode 100644 new mode 100755 diff --git a/frontend/src/utils/validator/problemScoringValidator.js b/frontend/src/utils/validator/problemScoringValidator.js old mode 100644 new mode 100755 diff --git a/frontend/src/utils/validator/problemTestCasesValidator.js b/frontend/src/utils/validator/problemTestCasesValidator.js old mode 100644 new mode 100755 diff --git a/frontend/src/utils/validator/problemTitleValidator.js b/frontend/src/utils/validator/problemTitleValidator.js old mode 100644 new mode 100755 diff --git a/frontend/src/utils/validator/problemValidator.js b/frontend/src/utils/validator/problemValidator.js old mode 100644 new mode 100755 diff --git a/frontend/src/utils/validator/solutionSubmissionValidator.js b/frontend/src/utils/validator/solutionSubmissionValidator.js old mode 100644 new mode 100755 diff --git a/frontend/src/utils/validator/textFileValidator.js b/frontend/src/utils/validator/textFileValidator.js old mode 100644 new mode 100755 diff --git a/frontend/src/utils/validator/textValidator.js b/frontend/src/utils/validator/textValidator.js old mode 100644 new mode 100755 diff --git a/frontend/src/utils/validator/uploadFileLengthValidator.js b/frontend/src/utils/validator/uploadFileLengthValidator.js old mode 100644 new mode 100755 diff --git a/frontend/src/utils/validator/usernameValidator.js b/frontend/src/utils/validator/usernameValidator.js old mode 100644 new mode 100755 diff --git a/frontend/src/utils/validator/validator.js b/frontend/src/utils/validator/validator.js old mode 100644 new mode 100755 diff --git a/frontend/src/utils/validator/websiteValidator.js b/frontend/src/utils/validator/websiteValidator.js old mode 100644 new mode 100755 diff --git a/frontend/vite.config.js b/frontend/vite.config.js old mode 100644 new mode 100755