diff --git a/.editorconfig b/.editorconfig old mode 100644 new mode 100755 diff --git a/.gitattributes b/.gitattributes old mode 100644 new mode 100755 diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 diff --git a/app/Http/Controllers/AuthController.php b/app/Http/Controllers/AuthController.php old mode 100644 new mode 100755 diff --git a/app/Http/Controllers/Controller.php b/app/Http/Controllers/Controller.php old mode 100644 new mode 100755 diff --git a/app/Http/Controllers/EventsController.php b/app/Http/Controllers/EventsController.php old mode 100644 new mode 100755 diff --git a/app/Http/Controllers/ExportController.php b/app/Http/Controllers/ExportController.php old mode 100644 new mode 100755 diff --git a/app/Http/Controllers/NotificationsController.php b/app/Http/Controllers/NotificationsController.php old mode 100644 new mode 100755 diff --git a/app/Http/Controllers/SearchController.php b/app/Http/Controllers/SearchController.php old mode 100644 new mode 100755 diff --git a/app/Http/Controllers/TasksController.php b/app/Http/Controllers/TasksController.php old mode 100644 new mode 100755 diff --git a/app/Http/Controllers/UserController.php b/app/Http/Controllers/UserController.php old mode 100644 new mode 100755 diff --git a/app/Mail/CreateUserByAdminMail.php b/app/Mail/CreateUserByAdminMail.php old mode 100644 new mode 100755 diff --git a/app/Mail/DeactivateAccountMail.php b/app/Mail/DeactivateAccountMail.php old mode 100644 new mode 100755 diff --git a/app/Mail/DeleteAccountMail.php b/app/Mail/DeleteAccountMail.php old mode 100644 new mode 100755 diff --git a/app/Mail/EmailChangeConfirmedMail.php b/app/Mail/EmailChangeConfirmedMail.php old mode 100644 new mode 100755 diff --git a/app/Mail/EventParticipationCancelledMail.php b/app/Mail/EventParticipationCancelledMail.php old mode 100644 new mode 100755 diff --git a/app/Mail/NotifyEmailChangeMail.php b/app/Mail/NotifyEmailChangeMail.php old mode 100644 new mode 100755 diff --git a/app/Mail/RegisterMail.php b/app/Mail/RegisterMail.php old mode 100644 new mode 100755 diff --git a/app/Mail/RequestEmailChangeMail.php b/app/Mail/RequestEmailChangeMail.php old mode 100644 new mode 100755 diff --git a/app/Mail/TaskDateUpdateMail.php b/app/Mail/TaskDateUpdateMail.php old mode 100644 new mode 100755 diff --git a/app/Mail/TaskParticipationCancelledMail.php b/app/Mail/TaskParticipationCancelledMail.php old mode 100644 new mode 100755 diff --git a/app/Mail/UpdatePasswordMail.php b/app/Mail/UpdatePasswordMail.php old mode 100644 new mode 100755 diff --git a/app/Mail/UpdateRoleMail.php b/app/Mail/UpdateRoleMail.php old mode 100644 new mode 100755 diff --git a/app/Mail/ValidateMail.php b/app/Mail/ValidateMail.php old mode 100644 new mode 100755 diff --git a/app/Mail/VolunteerAssignToTaskMail.php b/app/Mail/VolunteerAssignToTaskMail.php old mode 100644 new mode 100755 diff --git a/app/Mail/VolunteerUnassignToTaskMail.php b/app/Mail/VolunteerUnassignToTaskMail.php old mode 100644 new mode 100755 diff --git a/app/Models/Event.php b/app/Models/Event.php old mode 100644 new mode 100755 diff --git a/app/Models/Task.php b/app/Models/Task.php old mode 100644 new mode 100755 diff --git a/app/Models/User.php b/app/Models/User.php old mode 100644 new mode 100755 diff --git a/app/Notifications/EventDeleted.php b/app/Notifications/EventDeleted.php old mode 100644 new mode 100755 diff --git a/app/Notifications/TaskDateUpdated.php b/app/Notifications/TaskDateUpdated.php old mode 100644 new mode 100755 diff --git a/app/Notifications/TaskDeleted.php b/app/Notifications/TaskDeleted.php old mode 100644 new mode 100755 diff --git a/app/Notifications/UserRegistered.php b/app/Notifications/UserRegistered.php old mode 100644 new mode 100755 diff --git a/app/Notifications/VolunteerAssignedToTask.php b/app/Notifications/VolunteerAssignedToTask.php old mode 100644 new mode 100755 diff --git a/app/Notifications/VolunteerRoleUpdated.php b/app/Notifications/VolunteerRoleUpdated.php old mode 100644 new mode 100755 diff --git a/app/Notifications/VolunteerUnassignedFromTask.php b/app/Notifications/VolunteerUnassignedFromTask.php old mode 100644 new mode 100755 diff --git a/app/Observers/EventObserver.php b/app/Observers/EventObserver.php old mode 100644 new mode 100755 diff --git a/app/Observers/UserObserver.php b/app/Observers/UserObserver.php old mode 100644 new mode 100755 diff --git a/app/Policies/EventsPolicy.php b/app/Policies/EventsPolicy.php old mode 100644 new mode 100755 diff --git a/app/Policies/TasksPolicy.php b/app/Policies/TasksPolicy.php old mode 100644 new mode 100755 diff --git a/app/Policies/UsersPolicy.php b/app/Policies/UsersPolicy.php old mode 100644 new mode 100755 diff --git a/app/Providers/AppServiceProvider.php b/app/Providers/AppServiceProvider.php old mode 100644 new mode 100755 diff --git a/app/Providers/BroadcastServiceProvider.php b/app/Providers/BroadcastServiceProvider.php old mode 100644 new mode 100755 diff --git a/app/Providers/GateServiceProvider.php b/app/Providers/GateServiceProvider.php old mode 100644 new mode 100755 diff --git a/app/Services/FormatDate.php b/app/Services/FormatDate.php old mode 100644 new mode 100755 diff --git a/app/Services/GetRole.php b/app/Services/GetRole.php old mode 100644 new mode 100755 diff --git a/app/Services/TypesenseService.php b/app/Services/TypesenseService.php old mode 100644 new mode 100755 diff --git a/app/Services/UserService.php b/app/Services/UserService.php old mode 100644 new mode 100755 diff --git a/artisan b/artisan 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/providers.php b/bootstrap/providers.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/config/app.php b/config/app.php old mode 100644 new mode 100755 diff --git a/config/auth.php b/config/auth.php old mode 100644 new mode 100755 diff --git a/config/broadcasting.php b/config/broadcasting.php old mode 100644 new mode 100755 diff --git a/config/cache.php b/config/cache.php old mode 100644 new mode 100755 diff --git a/config/cors.php b/config/cors.php old mode 100644 new mode 100755 diff --git a/config/database.php b/config/database.php old mode 100644 new mode 100755 diff --git a/config/filesystems.php b/config/filesystems.php old mode 100644 new mode 100755 diff --git a/config/logging.php b/config/logging.php old mode 100644 new mode 100755 diff --git a/config/mail.php b/config/mail.php old mode 100644 new mode 100755 diff --git a/config/queue.php b/config/queue.php old mode 100644 new mode 100755 diff --git a/config/sanctum.php b/config/sanctum.php old mode 100644 new mode 100755 diff --git a/config/services.php b/config/services.php old mode 100644 new mode 100755 diff --git a/config/session.php b/config/session.php 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/EventFactory.php b/database/factories/EventFactory.php old mode 100644 new mode 100755 diff --git a/database/factories/UserFactory.php b/database/factories/UserFactory.php old mode 100644 new mode 100755 diff --git a/database/migrations/2025_10_13_213713_create_jobs_table.php b/database/migrations/2025_10_13_213713_create_jobs_table.php old mode 100644 new mode 100755 diff --git a/database/migrations/2025_10_13_215246_create_users_table.php b/database/migrations/2025_10_13_215246_create_users_table.php old mode 100644 new mode 100755 diff --git a/database/migrations/2025_10_14_210658_create_sessions_table.php b/database/migrations/2025_10_14_210658_create_sessions_table.php old mode 100644 new mode 100755 diff --git a/database/migrations/2025_10_14_210940_add_remember_token_to_users_table.php b/database/migrations/2025_10_14_210940_add_remember_token_to_users_table.php old mode 100644 new mode 100755 diff --git a/database/migrations/2025_10_27_211752_create_events_table.php b/database/migrations/2025_10_27_211752_create_events_table.php old mode 100644 new mode 100755 diff --git a/database/migrations/2025_11_09_144248_create_tasks_table.php b/database/migrations/2025_11_09_144248_create_tasks_table.php old mode 100644 new mode 100755 diff --git a/database/migrations/2025_11_14_081656_task_user.php b/database/migrations/2025_11_14_081656_task_user.php old mode 100644 new mode 100755 diff --git a/database/migrations/2025_11_28_112359_create_cache_table.php b/database/migrations/2025_11_28_112359_create_cache_table.php old mode 100644 new mode 100755 diff --git a/database/migrations/2026_02_24_133410_add_profile_photo_path_to_users_table.php b/database/migrations/2026_02_24_133410_add_profile_photo_path_to_users_table.php old mode 100644 new mode 100755 diff --git a/database/migrations/2026_03_28_150022_create_notifications_table.php b/database/migrations/2026_03_28_150022_create_notifications_table.php 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/DevSeeder.php b/database/seeders/DevSeeder.php old mode 100644 new mode 100755 diff --git a/database/seeders/ProdSeeder.php b/database/seeders/ProdSeeder.php old mode 100644 new mode 100755 diff --git a/docker/backups/16.sql b/docker/backups/16.sql old mode 100644 new mode 100755 diff --git a/docker/backups/19.sql b/docker/backups/19.sql 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/phpunit.xml b/phpunit.xml old mode 100644 new mode 100755 diff --git a/resources/js/echo.js b/resources/js/echo.js old mode 100644 new mode 100755 diff --git a/resources/views/mails/createUserByAdmin.blade.php b/resources/views/mails/createUserByAdmin.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/mails/deactivateAccount.blade.php b/resources/views/mails/deactivateAccount.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/mails/deleteAccount.blade.php b/resources/views/mails/deleteAccount.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/mails/emailChangeConfirmed.blade.php b/resources/views/mails/emailChangeConfirmed.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/mails/eventParticipationCancelled.blade.php b/resources/views/mails/eventParticipationCancelled.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/mails/notifyEmailChange.blade.php b/resources/views/mails/notifyEmailChange.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/mails/register.blade.php b/resources/views/mails/register.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/mails/requestEmailChange.blade.php b/resources/views/mails/requestEmailChange.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/mails/taskDateUpdate.blade.php b/resources/views/mails/taskDateUpdate.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/mails/taskParticipationCancelled.blade.php b/resources/views/mails/taskParticipationCancelled.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/mails/updatePassword.blade.php b/resources/views/mails/updatePassword.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/mails/updateRole.blade.php b/resources/views/mails/updateRole.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/mails/validate.blade.php b/resources/views/mails/validate.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/mails/volunteerAssignToTask.blade.php b/resources/views/mails/volunteerAssignToTask.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/mails/volunteerUnassignToTask.blade.php b/resources/views/mails/volunteerUnassignToTask.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/auth.php b/routes/auth.php old mode 100644 new mode 100755 diff --git a/routes/channels.php b/routes/channels.php old mode 100644 new mode 100755 diff --git a/routes/console.php b/routes/console.php old mode 100644 new mode 100755 diff --git a/routes/events.php b/routes/events.php old mode 100644 new mode 100755 diff --git a/routes/notifications.php b/routes/notifications.php old mode 100644 new mode 100755 diff --git a/routes/users.php b/routes/users.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/tests/Events/Create event.bru b/tests/Events/Create event.bru old mode 100644 new mode 100755 diff --git a/tests/Events/Delete event.bru b/tests/Events/Delete event.bru old mode 100644 new mode 100755 diff --git a/tests/Events/Get all events.bru b/tests/Events/Get all events.bru old mode 100644 new mode 100755 diff --git a/tests/Events/Get event tasks.bru b/tests/Events/Get event tasks.bru old mode 100644 new mode 100755 diff --git a/tests/Events/Get event.bru b/tests/Events/Get event.bru old mode 100644 new mode 100755 diff --git a/tests/Events/Search events.bru b/tests/Events/Search events.bru old mode 100644 new mode 100755 diff --git a/tests/Events/Update event.bru b/tests/Events/Update event.bru old mode 100644 new mode 100755 diff --git a/tests/Events/folder.bru b/tests/Events/folder.bru old mode 100644 new mode 100755 diff --git a/tests/Events/tasks/Assign task to user.bru b/tests/Events/tasks/Assign task to user.bru old mode 100644 new mode 100755 diff --git a/tests/Events/tasks/Assign task.bru b/tests/Events/tasks/Assign task.bru old mode 100644 new mode 100755 diff --git a/tests/Events/tasks/Delete task.bru b/tests/Events/tasks/Delete task.bru old mode 100644 new mode 100755 diff --git a/tests/Events/tasks/Is user assigned.bru b/tests/Events/tasks/Is user assigned.bru old mode 100644 new mode 100755 diff --git a/tests/Events/tasks/Unassign task to user.bru b/tests/Events/tasks/Unassign task to user.bru old mode 100644 new mode 100755 diff --git a/tests/Events/tasks/Unassign task.bru b/tests/Events/tasks/Unassign task.bru old mode 100644 new mode 100755 diff --git a/tests/Events/tasks/Update Task.bru b/tests/Events/tasks/Update Task.bru old mode 100644 new mode 100755 diff --git a/tests/Events/tasks/create event task.bru b/tests/Events/tasks/create event task.bru old mode 100644 new mode 100755 diff --git a/tests/Events/tasks/folder.bru b/tests/Events/tasks/folder.bru old mode 100644 new mode 100755 diff --git a/tests/Export/Export ICS.bru b/tests/Export/Export ICS.bru old mode 100644 new mode 100755 diff --git a/tests/Export/folder.bru b/tests/Export/folder.bru old mode 100644 new mode 100755 diff --git a/tests/Get all roles.bru b/tests/Get all roles.bru old mode 100644 new mode 100755 diff --git a/tests/Login.bru b/tests/Login.bru old mode 100644 new mode 100755 diff --git a/tests/Logout.bru b/tests/Logout.bru old mode 100644 new mode 100755 diff --git a/tests/Notifications/Delete user notification.bru b/tests/Notifications/Delete user notification.bru old mode 100644 new mode 100755 diff --git a/tests/Notifications/Get user notifications.bru b/tests/Notifications/Get user notifications.bru old mode 100644 new mode 100755 diff --git a/tests/Notifications/Read notifications.bru b/tests/Notifications/Read notifications.bru old mode 100644 new mode 100755 diff --git a/tests/Notifications/folder.bru b/tests/Notifications/folder.bru old mode 100644 new mode 100755 diff --git a/tests/Profile photo/Delete profile photo.bru b/tests/Profile photo/Delete profile photo.bru old mode 100644 new mode 100755 diff --git a/tests/Profile photo/Get profile photo.bru b/tests/Profile photo/Get profile photo.bru old mode 100644 new mode 100755 diff --git a/tests/Profile photo/Update profile photo.bru b/tests/Profile photo/Update profile photo.bru old mode 100644 new mode 100755 diff --git a/tests/Profile photo/folder.bru b/tests/Profile photo/folder.bru old mode 100644 new mode 100755 diff --git a/tests/Users/Create user by admin.bru b/tests/Users/Create user by admin.bru old mode 100644 new mode 100755 diff --git a/tests/Users/Create user.bru b/tests/Users/Create user.bru old mode 100644 new mode 100755 diff --git a/tests/Users/Deactivate user.bru b/tests/Users/Deactivate user.bru old mode 100644 new mode 100755 diff --git a/tests/Users/Delete user by id.bru b/tests/Users/Delete user by id.bru old mode 100644 new mode 100755 diff --git a/tests/Users/Delete user.bru b/tests/Users/Delete user.bru old mode 100644 new mode 100755 diff --git a/tests/Users/Get User.bru b/tests/Users/Get User.bru old mode 100644 new mode 100755 diff --git a/tests/Users/Get invalid user.bru b/tests/Users/Get invalid user.bru old mode 100644 new mode 100755 diff --git a/tests/Users/Get user task by task id.bru b/tests/Users/Get user task by task id.bru old mode 100644 new mode 100755 diff --git a/tests/Users/Get user tasks by id.bru b/tests/Users/Get user tasks by id.bru old mode 100644 new mode 100755 diff --git a/tests/Users/Get user tasks.bru b/tests/Users/Get user tasks.bru old mode 100644 new mode 100755 diff --git a/tests/Users/Modify user role.bru b/tests/Users/Modify user role.bru old mode 100644 new mode 100755 diff --git a/tests/Users/Search users.bru b/tests/Users/Search users.bru old mode 100644 new mode 100755 diff --git a/tests/Users/Update User.bru b/tests/Users/Update User.bru old mode 100644 new mode 100755 diff --git a/tests/Users/Validate User.bru b/tests/Users/Validate User.bru old mode 100644 new mode 100755 diff --git a/tests/Users/folder.bru b/tests/Users/folder.bru old mode 100644 new mode 100755 diff --git a/tests/Users/get all users.bru b/tests/Users/get all users.bru old mode 100644 new mode 100755 diff --git a/tests/bruno.json b/tests/bruno.json old mode 100644 new mode 100755 diff --git a/tests/collection.bru b/tests/collection.bru old mode 100644 new mode 100755 diff --git a/tests/environments/dev.bru b/tests/environments/dev.bru old mode 100644 new mode 100755 diff --git a/tests/extractCSRF.js b/tests/extractCSRF.js old mode 100644 new mode 100755 diff --git a/tests/get CSRF.bru b/tests/get CSRF.bru old mode 100644 new mode 100755 diff --git a/tests/hello.bru b/tests/hello.bru old mode 100644 new mode 100755 diff --git a/tests/me.bru b/tests/me.bru old mode 100644 new mode 100755