diff --git a/.env.exemple b/.env.exemple old mode 100644 new mode 100755 diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 diff --git a/.storybook/main.js b/.storybook/main.js old mode 100644 new mode 100755 diff --git a/.storybook/preview.js b/.storybook/preview.js old mode 100644 new mode 100755 diff --git a/.storybook/vitest.setup.js b/.storybook/vitest.setup.js old mode 100644 new mode 100755 diff --git a/README.md b/README.md old mode 100644 new mode 100755 diff --git a/eslint.config.js b/eslint.config.js old mode 100644 new mode 100755 diff --git a/index.html b/index.html 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/pnpm-lock.yaml b/pnpm-lock.yaml old mode 100644 new mode 100755 diff --git a/public/bell.svg b/public/bell.svg old mode 100644 new mode 100755 diff --git a/public/close.svg b/public/close.svg old mode 100644 new mode 100755 diff --git a/public/empty.png b/public/empty.png old mode 100644 new mode 100755 diff --git a/public/filter.svg b/public/filter.svg old mode 100644 new mode 100755 diff --git a/public/icons/pen.svg b/public/icons/pen.svg old mode 100644 new mode 100755 diff --git a/public/icons/settings-wheel.svg b/public/icons/settings-wheel.svg old mode 100644 new mode 100755 diff --git a/public/icons/theme/dark.svg b/public/icons/theme/dark.svg old mode 100644 new mode 100755 diff --git a/public/icons/theme/light.svg b/public/icons/theme/light.svg old mode 100644 new mode 100755 diff --git a/public/icons/tools.svg b/public/icons/tools.svg 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/logoIcone.png b/public/logoIcone.png old mode 100644 new mode 100755 diff --git a/public/person.svg b/public/person.svg old mode 100644 new mode 100755 diff --git a/public/react.svg b/public/react.svg old mode 100644 new mode 100755 diff --git a/public/search.svg b/public/search.svg old mode 100644 new mode 100755 diff --git a/public/sortByAlpha.svg b/public/sortByAlpha.svg old mode 100644 new mode 100755 diff --git a/public/sortByAntiAlpha.svg b/public/sortByAntiAlpha.svg old mode 100644 new mode 100755 diff --git a/public/timerArrowDown.svg b/public/timerArrowDown.svg old mode 100644 new mode 100755 diff --git a/public/timerArrowUp.svg b/public/timerArrowUp.svg old mode 100644 new mode 100755 diff --git a/public/vite.svg b/public/vite.svg old mode 100644 new mode 100755 diff --git a/src/components/Background/Background.module.css b/src/components/Background/Background.module.css old mode 100644 new mode 100755 diff --git a/src/components/Background/Background.tsx b/src/components/Background/Background.tsx old mode 100644 new mode 100755 diff --git a/src/components/ExportCalendarBtn/ExportBtn.tsx b/src/components/ExportCalendarBtn/ExportBtn.tsx old mode 100644 new mode 100755 diff --git a/src/components/Filter/Filter.module.css b/src/components/Filter/Filter.module.css old mode 100644 new mode 100755 diff --git a/src/components/Filter/Filter.tsx b/src/components/Filter/Filter.tsx old mode 100644 new mode 100755 diff --git a/src/components/Footer/Footer.module.css b/src/components/Footer/Footer.module.css old mode 100644 new mode 100755 diff --git a/src/components/Footer/Footer.tsx b/src/components/Footer/Footer.tsx old mode 100644 new mode 100755 diff --git a/src/components/Header/Header.module.css b/src/components/Header/Header.module.css old mode 100644 new mode 100755 diff --git a/src/components/Header/Header.tsx b/src/components/Header/Header.tsx old mode 100644 new mode 100755 diff --git a/src/components/NotificationCard/NotificationCard.module.css b/src/components/NotificationCard/NotificationCard.module.css old mode 100644 new mode 100755 diff --git a/src/components/NotificationCard/NotificationCard.tsx b/src/components/NotificationCard/NotificationCard.tsx old mode 100644 new mode 100755 diff --git a/src/components/SearchBar/SearchBar.module.css b/src/components/SearchBar/SearchBar.module.css old mode 100644 new mode 100755 diff --git a/src/components/SearchBar/SearchBar.tsx b/src/components/SearchBar/SearchBar.tsx old mode 100644 new mode 100755 diff --git a/src/components/Task/Task.module.css b/src/components/Task/Task.module.css old mode 100644 new mode 100755 diff --git a/src/components/Task/Task.tsx b/src/components/Task/Task.tsx old mode 100644 new mode 100755 diff --git a/src/components/ToolBar/ToolBar.module.css b/src/components/ToolBar/ToolBar.module.css old mode 100644 new mode 100755 diff --git a/src/components/ToolBar/ToolBar.tsx b/src/components/ToolBar/ToolBar.tsx old mode 100644 new mode 100755 diff --git a/src/components/ToolBar/tools/CreateEventBtn/CreateEventBtn.module.css b/src/components/ToolBar/tools/CreateEventBtn/CreateEventBtn.module.css old mode 100644 new mode 100755 diff --git a/src/components/ToolBar/tools/CreateEventBtn/CreateEventBtn.tsx b/src/components/ToolBar/tools/CreateEventBtn/CreateEventBtn.tsx old mode 100644 new mode 100755 diff --git a/src/components/ToolBar/tools/FilterBtn.tsx b/src/components/ToolBar/tools/FilterBtn.tsx old mode 100644 new mode 100755 diff --git a/src/components/ToolBar/tools/SearchBtn.tsx b/src/components/ToolBar/tools/SearchBtn.tsx old mode 100644 new mode 100755 diff --git a/src/components/ui/Button/Button.module.css b/src/components/ui/Button/Button.module.css old mode 100644 new mode 100755 diff --git a/src/components/ui/Button/Button.tsx b/src/components/ui/Button/Button.tsx old mode 100644 new mode 100755 diff --git a/src/components/ui/Input/Input.module.css b/src/components/ui/Input/Input.module.css old mode 100644 new mode 100755 diff --git a/src/components/ui/Input/Input.tsx b/src/components/ui/Input/Input.tsx old mode 100644 new mode 100755 diff --git a/src/components/ui/Loading/Loading.module.css b/src/components/ui/Loading/Loading.module.css old mode 100644 new mode 100755 diff --git a/src/components/ui/Loading/Loading.tsx b/src/components/ui/Loading/Loading.tsx old mode 100644 new mode 100755 diff --git a/src/components/ui/Modal/Modal.module.css b/src/components/ui/Modal/Modal.module.css old mode 100644 new mode 100755 diff --git a/src/components/ui/Modal/Modal.tsx b/src/components/ui/Modal/Modal.tsx old mode 100644 new mode 100755 diff --git a/src/components/ui/ThemeSwitcher/ThemeSwitcher.module.css b/src/components/ui/ThemeSwitcher/ThemeSwitcher.module.css old mode 100644 new mode 100755 diff --git a/src/components/ui/ThemeSwitcher/ThemeSwitcher.tsx b/src/components/ui/ThemeSwitcher/ThemeSwitcher.tsx old mode 100644 new mode 100755 diff --git a/src/config/appConfig.js b/src/config/appConfig.js old mode 100644 new mode 100755 diff --git a/src/contexts/Auth/AuthContext.ts b/src/contexts/Auth/AuthContext.ts old mode 100644 new mode 100755 diff --git a/src/contexts/Auth/AuthProvider.jsx b/src/contexts/Auth/AuthProvider.jsx old mode 100644 new mode 100755 diff --git a/src/contexts/EventDetail/EventDetailContext.js b/src/contexts/EventDetail/EventDetailContext.js old mode 100644 new mode 100755 diff --git a/src/contexts/EventDetail/EventDetailProvider.jsx b/src/contexts/EventDetail/EventDetailProvider.jsx old mode 100644 new mode 100755 diff --git a/src/contexts/Events/EventContext.ts b/src/contexts/Events/EventContext.ts old mode 100644 new mode 100755 diff --git a/src/contexts/Events/EventProvider.tsx b/src/contexts/Events/EventProvider.tsx old mode 100644 new mode 100755 diff --git a/src/contexts/PendingMembers/PendingMembersContext.js b/src/contexts/PendingMembers/PendingMembersContext.js old mode 100644 new mode 100755 diff --git a/src/contexts/PendingMembers/PendingMembersProvider.jsx b/src/contexts/PendingMembers/PendingMembersProvider.jsx old mode 100644 new mode 100755 diff --git a/src/index.css b/src/index.css old mode 100644 new mode 100755 diff --git a/src/interfaces/auth.interface.ts b/src/interfaces/auth.interface.ts old mode 100644 new mode 100755 diff --git a/src/interfaces/notification.interface.ts b/src/interfaces/notification.interface.ts old mode 100644 new mode 100755 diff --git a/src/interfaces/response.interface.ts b/src/interfaces/response.interface.ts old mode 100644 new mode 100755 diff --git a/src/interfaces/task.interface.ts b/src/interfaces/task.interface.ts old mode 100644 new mode 100755 diff --git a/src/interfaces/user.interface.ts b/src/interfaces/user.interface.ts old mode 100644 new mode 100755 diff --git a/src/layout.jsx b/src/layout.jsx old mode 100644 new mode 100755 diff --git a/src/main.jsx b/src/main.jsx old mode 100644 new mode 100755 diff --git a/src/pages/Admin/AdminPage.module.css b/src/pages/Admin/AdminPage.module.css old mode 100644 new mode 100755 diff --git a/src/pages/Admin/AdminPage.tsx b/src/pages/Admin/AdminPage.tsx old mode 100644 new mode 100755 diff --git a/src/pages/Admin/components/IncompleteEvent/IncompleteEvent.jsx b/src/pages/Admin/components/IncompleteEvent/IncompleteEvent.jsx old mode 100644 new mode 100755 diff --git a/src/pages/Admin/components/IncompleteEvent/IncompleteEvent.module.css b/src/pages/Admin/components/IncompleteEvent/IncompleteEvent.module.css old mode 100644 new mode 100755 diff --git a/src/pages/Admin/components/PendingMembers/PendingMembers.jsx b/src/pages/Admin/components/PendingMembers/PendingMembers.jsx old mode 100644 new mode 100755 diff --git a/src/pages/Admin/components/PendingMembers/PendingMembers.module.css b/src/pages/Admin/components/PendingMembers/PendingMembers.module.css old mode 100644 new mode 100755 diff --git a/src/pages/Admin/components/RegisterMember/RegisterMember.module.css b/src/pages/Admin/components/RegisterMember/RegisterMember.module.css old mode 100644 new mode 100755 diff --git a/src/pages/Admin/components/RegisterMember/RegisterMember.tsx b/src/pages/Admin/components/RegisterMember/RegisterMember.tsx old mode 100644 new mode 100755 diff --git a/src/pages/Admin/components/RegisterMember/responseData.inteface.ts b/src/pages/Admin/components/RegisterMember/responseData.inteface.ts old mode 100644 new mode 100755 diff --git a/src/pages/ConfirmEmailChange/ConfirmEmailChangePage.module.css b/src/pages/ConfirmEmailChange/ConfirmEmailChangePage.module.css old mode 100644 new mode 100755 diff --git a/src/pages/ConfirmEmailChange/ConfirmEmailChangePage.tsx b/src/pages/ConfirmEmailChange/ConfirmEmailChangePage.tsx old mode 100644 new mode 100755 diff --git a/src/pages/EventDetail/EventDetailPage.module.css b/src/pages/EventDetail/EventDetailPage.module.css old mode 100644 new mode 100755 diff --git a/src/pages/EventDetail/EventDetailPage.tsx b/src/pages/EventDetail/EventDetailPage.tsx old mode 100644 new mode 100755 diff --git a/src/pages/EventDetail/components/AssignUserBtn/AssignUserBtn.module.css b/src/pages/EventDetail/components/AssignUserBtn/AssignUserBtn.module.css old mode 100644 new mode 100755 diff --git a/src/pages/EventDetail/components/AssignUserBtn/AssignUserBtn.tsx b/src/pages/EventDetail/components/AssignUserBtn/AssignUserBtn.tsx old mode 100644 new mode 100755 diff --git a/src/pages/EventDetail/components/CreateTaskBtn/CreateTaskBtn.jsx b/src/pages/EventDetail/components/CreateTaskBtn/CreateTaskBtn.jsx old mode 100644 new mode 100755 diff --git a/src/pages/EventDetail/components/CreateTaskBtn/CreateTaskBtn.tsx b/src/pages/EventDetail/components/CreateTaskBtn/CreateTaskBtn.tsx old mode 100644 new mode 100755 diff --git a/src/pages/EventDetail/components/DeleteEventBtn/DeleteEventBtn.tsx b/src/pages/EventDetail/components/DeleteEventBtn/DeleteEventBtn.tsx old mode 100644 new mode 100755 diff --git a/src/pages/EventDetail/components/DeleteTaskBtn/DeleteTaskBtn.tsx b/src/pages/EventDetail/components/DeleteTaskBtn/DeleteTaskBtn.tsx old mode 100644 new mode 100755 diff --git a/src/pages/EventDetail/components/EditEventBtn/EditEventBtn.tsx b/src/pages/EventDetail/components/EditEventBtn/EditEventBtn.tsx old mode 100644 new mode 100755 diff --git a/src/pages/EventDetail/components/EditTaskBtn/EditTaskBtn.tsx b/src/pages/EventDetail/components/EditTaskBtn/EditTaskBtn.tsx old mode 100644 new mode 100755 diff --git a/src/pages/EventDetail/components/EventTask/EventTask.module.css b/src/pages/EventDetail/components/EventTask/EventTask.module.css old mode 100644 new mode 100755 diff --git a/src/pages/EventDetail/components/EventTask/EventTask.tsx b/src/pages/EventDetail/components/EventTask/EventTask.tsx old mode 100644 new mode 100755 diff --git a/src/pages/Events/EventsPage.module.css b/src/pages/Events/EventsPage.module.css old mode 100644 new mode 100755 diff --git a/src/pages/Events/EventsPage.tsx b/src/pages/Events/EventsPage.tsx old mode 100644 new mode 100755 diff --git a/src/pages/Events/components/Event/Event.jsx b/src/pages/Events/components/Event/Event.jsx old mode 100644 new mode 100755 diff --git a/src/pages/Events/components/Event/Event.module.css b/src/pages/Events/components/Event/Event.module.css old mode 100644 new mode 100755 diff --git a/src/pages/Home/HomePage.module.css b/src/pages/Home/HomePage.module.css old mode 100644 new mode 100755 diff --git a/src/pages/Home/HomePage.tsx b/src/pages/Home/HomePage.tsx old mode 100644 new mode 100755 diff --git a/src/pages/Home/components/Calendar/Calendar.jsx b/src/pages/Home/components/Calendar/Calendar.jsx old mode 100644 new mode 100755 diff --git a/src/pages/Home/components/Calendar/Calendar.module.css b/src/pages/Home/components/Calendar/Calendar.module.css old mode 100644 new mode 100755 diff --git a/src/pages/Home/components/EventList/EventItem.tsx b/src/pages/Home/components/EventList/EventItem.tsx old mode 100644 new mode 100755 diff --git a/src/pages/Home/components/EventList/EventList.module.css b/src/pages/Home/components/EventList/EventList.module.css old mode 100644 new mode 100755 diff --git a/src/pages/Home/components/EventList/EventList.tsx b/src/pages/Home/components/EventList/EventList.tsx old mode 100644 new mode 100755 diff --git a/src/pages/LegalNotices/LegalNoticesPage.module.css b/src/pages/LegalNotices/LegalNoticesPage.module.css old mode 100644 new mode 100755 diff --git a/src/pages/LegalNotices/LegalNoticesPage.tsx b/src/pages/LegalNotices/LegalNoticesPage.tsx old mode 100644 new mode 100755 diff --git a/src/pages/Login/LoginPage.jsx b/src/pages/Login/LoginPage.jsx old mode 100644 new mode 100755 diff --git a/src/pages/Login/LoginPage.module.css b/src/pages/Login/LoginPage.module.css old mode 100644 new mode 100755 diff --git a/src/pages/Login/LoginPage.tsx b/src/pages/Login/LoginPage.tsx old mode 100644 new mode 100755 diff --git a/src/pages/Login/components/LoginForm/LoginForm.module.css b/src/pages/Login/components/LoginForm/LoginForm.module.css old mode 100644 new mode 100755 diff --git a/src/pages/Login/components/LoginForm/LoginForm.tsx b/src/pages/Login/components/LoginForm/LoginForm.tsx old mode 100644 new mode 100755 diff --git a/src/pages/PageNotFound/PageNotFoundPage.module.css b/src/pages/PageNotFound/PageNotFoundPage.module.css old mode 100644 new mode 100755 diff --git a/src/pages/PageNotFound/PageNotFoundPage.tsx b/src/pages/PageNotFound/PageNotFoundPage.tsx old mode 100644 new mode 100755 diff --git a/src/pages/Profile/ProfilePage.module.css b/src/pages/Profile/ProfilePage.module.css old mode 100644 new mode 100755 diff --git a/src/pages/Profile/ProfilePage.tsx b/src/pages/Profile/ProfilePage.tsx old mode 100644 new mode 100755 diff --git a/src/pages/Profile/components/ManageMember/DeactivateMember/DeactivateMemberBtn.jsx b/src/pages/Profile/components/ManageMember/DeactivateMember/DeactivateMemberBtn.jsx old mode 100644 new mode 100755 diff --git a/src/pages/Profile/components/ManageMember/DeleteMember/DeleteMemberBtn.tsx b/src/pages/Profile/components/ManageMember/DeleteMember/DeleteMemberBtn.tsx old mode 100644 new mode 100755 diff --git a/src/pages/Profile/components/ManageMember/ManageMember.module.css b/src/pages/Profile/components/ManageMember/ManageMember.module.css old mode 100644 new mode 100755 diff --git a/src/pages/Profile/components/ManageMember/ManageMember.tsx b/src/pages/Profile/components/ManageMember/ManageMember.tsx old mode 100644 new mode 100755 diff --git a/src/pages/Profile/components/ManageMember/ModifyRole/ModifyRole.jsx b/src/pages/Profile/components/ManageMember/ModifyRole/ModifyRole.jsx old mode 100644 new mode 100755 diff --git a/src/pages/Profile/components/SettingsModal/SettingsModal.module.css b/src/pages/Profile/components/SettingsModal/SettingsModal.module.css old mode 100644 new mode 100755 diff --git a/src/pages/Profile/components/SettingsModal/SettingsModal.tsx b/src/pages/Profile/components/SettingsModal/SettingsModal.tsx old mode 100644 new mode 100755 diff --git a/src/pages/RGPD/RGPDPage.module.css b/src/pages/RGPD/RGPDPage.module.css old mode 100644 new mode 100755 diff --git a/src/pages/RGPD/RGPDPage.tsx b/src/pages/RGPD/RGPDPage.tsx old mode 100644 new mode 100755 diff --git a/src/pages/Register/RegisterPage.module.css b/src/pages/Register/RegisterPage.module.css old mode 100644 new mode 100755 diff --git a/src/pages/Register/RegisterPage.tsx b/src/pages/Register/RegisterPage.tsx old mode 100644 new mode 100755 diff --git a/src/pages/Volunteers/VolunteersPage.module.css b/src/pages/Volunteers/VolunteersPage.module.css old mode 100644 new mode 100755 diff --git a/src/pages/Volunteers/VolunteersPage.tsx b/src/pages/Volunteers/VolunteersPage.tsx old mode 100644 new mode 100755 diff --git a/src/pages/Volunteers/components/VolunteersCard/VolunteerCard.tsx b/src/pages/Volunteers/components/VolunteersCard/VolunteerCard.tsx old mode 100644 new mode 100755 diff --git a/src/pages/Volunteers/components/VolunteersCard/VolunteersCard.module.css b/src/pages/Volunteers/components/VolunteersCard/VolunteersCard.module.css old mode 100644 new mode 100755 diff --git a/src/pages/Volunteers/interfaces/task.interface.ts b/src/pages/Volunteers/interfaces/task.interface.ts old mode 100644 new mode 100755 diff --git a/src/pages/Volunteers/interfaces/user.interface.ts b/src/pages/Volunteers/interfaces/user.interface.ts old mode 100644 new mode 100755 diff --git a/src/pages/WaitValidation/WaitValidationPage.module.css b/src/pages/WaitValidation/WaitValidationPage.module.css old mode 100644 new mode 100755 diff --git a/src/pages/WaitValidation/WaitValidationPage.tsx b/src/pages/WaitValidation/WaitValidationPage.tsx old mode 100644 new mode 100755 diff --git a/src/router.js b/src/router.js old mode 100644 new mode 100755 diff --git a/src/stories/Button.stories.jsx b/src/stories/Button.stories.jsx old mode 100644 new mode 100755 diff --git a/src/stories/Configure.mdx b/src/stories/Configure.mdx old mode 100644 new mode 100755 diff --git a/src/stories/Footer.stories.tsx b/src/stories/Footer.stories.tsx old mode 100644 new mode 100755 diff --git a/src/stories/Header.stories.tsx b/src/stories/Header.stories.tsx old mode 100644 new mode 100755 diff --git a/src/stories/Input.stories.jsx b/src/stories/Input.stories.jsx old mode 100644 new mode 100755 diff --git a/src/stories/Loading.stories.tsx b/src/stories/Loading.stories.tsx old mode 100644 new mode 100755 diff --git a/src/stories/Modal.stories.jsx b/src/stories/Modal.stories.jsx old mode 100644 new mode 100755 diff --git a/src/stories/ThemeSwitcher.stories.jsx b/src/stories/ThemeSwitcher.stories.jsx old mode 100644 new mode 100755 diff --git a/src/stories/assets/accessibility.png b/src/stories/assets/accessibility.png old mode 100644 new mode 100755 diff --git a/src/stories/assets/accessibility.svg b/src/stories/assets/accessibility.svg old mode 100644 new mode 100755 diff --git a/src/stories/assets/addon-library.png b/src/stories/assets/addon-library.png old mode 100644 new mode 100755 diff --git a/src/stories/assets/assets.png b/src/stories/assets/assets.png old mode 100644 new mode 100755 diff --git a/src/stories/assets/avif-test-image.avif b/src/stories/assets/avif-test-image.avif old mode 100644 new mode 100755 diff --git a/src/stories/assets/context.png b/src/stories/assets/context.png old mode 100644 new mode 100755 diff --git a/src/stories/assets/discord.svg b/src/stories/assets/discord.svg old mode 100644 new mode 100755 diff --git a/src/stories/assets/docs.png b/src/stories/assets/docs.png old mode 100644 new mode 100755 diff --git a/src/stories/assets/figma-plugin.png b/src/stories/assets/figma-plugin.png old mode 100644 new mode 100755 diff --git a/src/stories/assets/github.svg b/src/stories/assets/github.svg old mode 100644 new mode 100755 diff --git a/src/stories/assets/share.png b/src/stories/assets/share.png old mode 100644 new mode 100755 diff --git a/src/stories/assets/styling.png b/src/stories/assets/styling.png old mode 100644 new mode 100755 diff --git a/src/stories/assets/testing.png b/src/stories/assets/testing.png old mode 100644 new mode 100755 diff --git a/src/stories/assets/theming.png b/src/stories/assets/theming.png old mode 100644 new mode 100755 diff --git a/src/stories/assets/tutorials.svg b/src/stories/assets/tutorials.svg old mode 100644 new mode 100755 diff --git a/src/stories/assets/youtube.svg b/src/stories/assets/youtube.svg old mode 100644 new mode 100755 diff --git a/src/utils/auth/login.test.js b/src/utils/auth/login.test.js old mode 100644 new mode 100755 diff --git a/src/utils/auth/login.ts b/src/utils/auth/login.ts old mode 100644 new mode 100755 diff --git a/src/utils/auth/logout.test.js b/src/utils/auth/logout.test.js old mode 100644 new mode 100755 diff --git a/src/utils/auth/logout.ts b/src/utils/auth/logout.ts old mode 100644 new mode 100755 diff --git a/src/utils/date/formatDate.test.js b/src/utils/date/formatDate.test.js old mode 100644 new mode 100755 diff --git a/src/utils/date/formatDate.ts b/src/utils/date/formatDate.ts old mode 100644 new mode 100755 diff --git a/src/utils/date/formatDateLetter.test.js b/src/utils/date/formatDateLetter.test.js old mode 100644 new mode 100755 diff --git a/src/utils/date/formatDateLetter.ts b/src/utils/date/formatDateLetter.ts old mode 100644 new mode 100755 diff --git a/src/utils/date/formatTime.ts b/src/utils/date/formatTime.ts old mode 100644 new mode 100755 diff --git a/src/utils/echo/initEcho.js b/src/utils/echo/initEcho.js old mode 100644 new mode 100755 diff --git a/src/utils/echo/listeners/userNotificationsListener.js b/src/utils/echo/listeners/userNotificationsListener.js old mode 100644 new mode 100755 diff --git a/src/utils/events/createEvent.ts b/src/utils/events/createEvent.ts old mode 100644 new mode 100755 diff --git a/src/utils/events/deleteEvent.ts b/src/utils/events/deleteEvent.ts old mode 100644 new mode 100755 diff --git a/src/utils/events/getAllEvents.ts b/src/utils/events/getAllEvents.ts old mode 100644 new mode 100755 diff --git a/src/utils/events/getEventById.ts b/src/utils/events/getEventById.ts old mode 100644 new mode 100755 diff --git a/src/utils/events/searchEvents.ts b/src/utils/events/searchEvents.ts old mode 100644 new mode 100755 diff --git a/src/utils/events/updateEvent.ts b/src/utils/events/updateEvent.ts old mode 100644 new mode 100755 diff --git a/src/utils/events/uploadEventPhoto.ts b/src/utils/events/uploadEventPhoto.ts old mode 100644 new mode 100755 diff --git a/src/utils/fetchWrapper.ts b/src/utils/fetchWrapper.ts old mode 100644 new mode 100755 diff --git a/src/utils/filter.js b/src/utils/filter.js old mode 100644 new mode 100755 diff --git a/src/utils/getRoles.ts b/src/utils/getRoles.ts old mode 100644 new mode 100755 diff --git a/src/utils/getUser.ts b/src/utils/getUser.ts old mode 100644 new mode 100755 diff --git a/src/utils/getXSRF.ts b/src/utils/getXSRF.ts old mode 100644 new mode 100755 diff --git a/src/utils/notifications/deleteNotificationUser.ts b/src/utils/notifications/deleteNotificationUser.ts old mode 100644 new mode 100755 diff --git a/src/utils/notifications/getUserNotifications.ts b/src/utils/notifications/getUserNotifications.ts old mode 100644 new mode 100755 diff --git a/src/utils/notifications/readNotifications.ts b/src/utils/notifications/readNotifications.ts old mode 100644 new mode 100755 diff --git a/src/utils/register.ts b/src/utils/register.ts old mode 100644 new mode 100755 diff --git a/src/utils/scrollToTop.ts b/src/utils/scrollToTop.ts old mode 100644 new mode 100755 diff --git a/src/utils/tasks/assign.ts b/src/utils/tasks/assign.ts old mode 100644 new mode 100755 diff --git a/src/utils/tasks/assignOtherUser.ts b/src/utils/tasks/assignOtherUser.ts old mode 100644 new mode 100755 diff --git a/src/utils/tasks/createTask.ts b/src/utils/tasks/createTask.ts old mode 100644 new mode 100755 diff --git a/src/utils/tasks/deleteTask.ts b/src/utils/tasks/deleteTask.ts old mode 100644 new mode 100755 diff --git a/src/utils/tasks/isAssigned.ts b/src/utils/tasks/isAssigned.ts old mode 100644 new mode 100755 diff --git a/src/utils/tasks/unAssign.ts b/src/utils/tasks/unAssign.ts old mode 100644 new mode 100755 diff --git a/src/utils/tasks/unAssignOtherUser.ts b/src/utils/tasks/unAssignOtherUser.ts old mode 100644 new mode 100755 diff --git a/src/utils/tasks/updateTask.ts b/src/utils/tasks/updateTask.ts old mode 100644 new mode 100755 diff --git a/src/utils/users/adminCreateUser.ts b/src/utils/users/adminCreateUser.ts old mode 100644 new mode 100755 diff --git a/src/utils/users/confirmEmailChange.ts b/src/utils/users/confirmEmailChange.ts old mode 100644 new mode 100755 diff --git a/src/utils/users/deactivateUser.ts b/src/utils/users/deactivateUser.ts old mode 100644 new mode 100755 diff --git a/src/utils/users/deleteOtherUser.ts b/src/utils/users/deleteOtherUser.ts old mode 100644 new mode 100755 diff --git a/src/utils/users/deleteProfilePhoto.ts b/src/utils/users/deleteProfilePhoto.ts old mode 100644 new mode 100755 diff --git a/src/utils/users/deleteUser.ts b/src/utils/users/deleteUser.ts old mode 100644 new mode 100755 diff --git a/src/utils/users/getAllUsers.ts b/src/utils/users/getAllUsers.ts old mode 100644 new mode 100755 diff --git a/src/utils/users/getUserById.ts b/src/utils/users/getUserById.ts old mode 100644 new mode 100755 diff --git a/src/utils/users/getUserToValidate.ts b/src/utils/users/getUserToValidate.ts old mode 100644 new mode 100755 diff --git a/src/utils/users/modifyRole.ts b/src/utils/users/modifyRole.ts old mode 100644 new mode 100755 diff --git a/src/utils/users/replaceProfilePhoto.ts b/src/utils/users/replaceProfilePhoto.ts old mode 100644 new mode 100755 diff --git a/src/utils/users/searchUsers.ts b/src/utils/users/searchUsers.ts old mode 100644 new mode 100755 diff --git a/src/utils/users/toggleEmailNotifications.ts b/src/utils/users/toggleEmailNotifications.ts old mode 100644 new mode 100755 diff --git a/src/utils/users/toggleWebNotifications.ts b/src/utils/users/toggleWebNotifications.ts old mode 100644 new mode 100755 diff --git a/src/utils/users/updateUser.ts b/src/utils/users/updateUser.ts old mode 100644 new mode 100755 diff --git a/src/utils/users/updateUserEmail.ts b/src/utils/users/updateUserEmail.ts old mode 100644 new mode 100755 diff --git a/src/utils/users/updateUserPassword.ts b/src/utils/users/updateUserPassword.ts old mode 100644 new mode 100755 diff --git a/src/utils/users/uploadProfilePhoto.ts b/src/utils/users/uploadProfilePhoto.ts old mode 100644 new mode 100755 diff --git a/src/utils/users/validateUser.ts b/src/utils/users/validateUser.ts old mode 100644 new mode 100755 diff --git a/src/vite-env.d.ts b/src/vite-env.d.ts old mode 100644 new mode 100755 diff --git a/tsconfig.json b/tsconfig.json old mode 100644 new mode 100755 diff --git a/vite.config.js b/vite.config.js old mode 100644 new mode 100755