Commit Graph
100 Commits
Author SHA1 Message Date
F4ilji 29daa1e3aa Update CORS configuration to allow all paths for enhanced API accessibility. 2025-09-05 23:59:40 +05:00
F4ilji 525c9edc65 Refactor VK service URLs to use 'vk.ru' instead of 'vk.com' for consistency; update CORS configuration to allow additional methods and origins, enhancing API security and flexibility. 2025-09-05 23:42:06 +05:00
F4ilji 2a5df7bc59 Merge branch 'master' of https://github.com/F4ilji/ntspi-app 2025-09-05 17:17:35 +05:00
F4ilji ff33023643 Add @gladesinger/vue3-yandex-smartcaptcha dependency, replace vue3-yandex-smartcaptcha with YandexSmartCaptcha in CaptchaBlock component, and update PersonalDataBlock label for compliance with data protection laws. 2025-09-05 17:13:04 +05:00
F4ilji c8ab16aecb Add @gladesinger/vue3-yandex-smartcaptcha dependency, refactor CaptchaBlock component to use YandexSmartCaptcha, and update PersonalDataBlock label for compliance with data protection laws. 2025-09-05 17:12:37 +05:00
F4ilji 5f121430a9 Refactor DesktopNavBar and MainPageNavbar for improved styling and accessibility; update TvSliderBody to enhance text size for better readability. 2025-09-05 09:27:59 +05:00
F4ilji 8b213ee803 Update PHP version requirement to ^8.2 in composer files, refactor User model access control logic, clean up MainSectionResource, enhance EditMainSection to include related pages, modify AppServiceProvider to clear subsection cache, change fallback locale to 'en', and improve DesktopNavBar and BasicFooter components for better accessibility and content accuracy. 2025-09-01 13:48:24 +05:00
F4ilji 3d300ac4d1 Remove migration file for notifications table 2025-09-01 13:47:59 +05:00
F4ilji 478be2e212 Update SlideFactory to set image URL to null, modify SlideResource to make image field optional, and adjust Slider components to display a default image when no URL is provided 2025-08-12 14:50:23 +05:00
F4ilji e34d49b3f4 add SlideFactory to Slide model and update DatabaseSeeder to include SlideSeeder for improved data seeding 2025-08-11 22:27:15 +05:00
F4ilji be68399ab8 changes Dockerfile 2025-08-11 17:55:07 +05:00
F4ilji 31c929d867 changes 2025-08-11 16:19:23 +05:00
F4ilji ec6e8766e2 Merge branch 'master' of https://github.com/F4ilji/ntspi-app 2025-08-11 16:18:28 +05:00
F4ilji e62b442991 Error correction and preparation of the project for initial deployment 2025-08-11 16:12:10 +05:00
F4ilji 8b2f9e99f0 add 'info' field as an array in DirectionStudy model; update DirectionStudyResource to include tabs for main information and admission details; modify Show.vue to display direction study information; enhance PageItemBlock.vue for better breadcrumb display 2025-07-27 21:33:00 +05:00
F4ilji cb95af3c46 update form handling in Page.vue and Show.vue components to use optional chaining for safer access to form IDs 2025-07-27 13:29:01 +05:00
F4ilji a4bdde6382 refactor educational components and API routes; update form handling in various actions and Vue components, enhance user interface for form display, and improve data retrieval logic in CreateAdmissionPlan job 2025-07-27 12:52:04 +05:00
F4ilji 9a1fcbbf9d update nginx configuration, enhance API route middleware to include 'web', add session middleware to HttpKernel, and improve educational program item and breadcrumbs components for better data display 2025-07-25 17:56:50 +05:00
F4ilji 16e7b9fe46 add time_added field to FilesBlock; update file upload logic to set timestamp and improve file display in FileBlock with additional metadata 2025-07-25 12:36:17 +05:00
F4ilji e403203e72 remove all .DS_Store files from the project 2025-07-22 18:49:44 +05:00
F4ilji 5ba5a101a3 refactor form builder components; simplify structure by removing unnecessary margin classes and enhancing code readability 2025-07-22 18:41:38 +05:00
F4ilji 528a4b24b0 refactor multiple widget controllers; replace caching logic with action classes for data retrieval, enhancing code clarity and maintainability 2025-07-22 18:22:04 +05:00
F4ilji 7a8a6e023d refactor ClientWidgetFormController; replace validation logic with SubmitWidgetFormAction for improved maintainability and clarity 2025-07-22 13:00:18 +05:00
F4ilji eac29d8d1c refactor ClientWidgetContactController and ClientWidgetPageReferenceListController; replace caching logic with action classes for widget data retrieval, enhancing code clarity and maintainability 2025-07-21 22:45:55 +05:00
F4ilji 3cac482409 refactor ClientDepartmentController and ClientFacultyController; replace caching logic with action classes for department and faculty retrieval, enhancing code clarity and maintainability 2025-07-20 18:02:14 +05:00
F4ilji 5179f45ef9 refactoring the InstituteStructure module 2025-07-20 00:37:22 +05:00
F4ilji 4558282da8 refactor ClientAcademicJournalController; replace caching logic with action classes for academic journal retrieval and improve code clarity 2025-07-19 12:49:10 +05:00
F4ilji 1fc793089c refactor PersonController; replace caching logic with GetPersonDataAction for improved maintainability and clarity 2025-07-18 17:10:49 +05:00
F4ilji de7ef99b47 refactor ClientScheduleController; replace complex query logic with ListSchedulesAction for improved maintainability and clarity 2025-07-18 16:35:30 +05:00
F4ilji 18d1501b67 refactor ClientProgramController; replace caching logic with action classes for educational program retrieval and enhance code clarity 2025-07-18 15:57:58 +05:00
F4ilji 839d8edfcd refactor ClientAdditionalEducationController; replace caching logic with action classes for data retrieval and improve code clarity 2025-07-18 14:31:19 +05:00
F4ilji b8235404b8 refactor search functionality; remove deprecated services and implement new action and task classes for improved structure and maintainability 2025-07-18 14:14:10 +05:00
F4ilji 0874d3e6b5 refactor sitemap generation and navigation handling; remove old GenerateSitemap command, update to use tasks for better organization, and enhance navigation data retrieval 2025-07-18 13:07:51 +05:00
F4ilji 1257cd552c refactor schedule module, added new filters 2025-06-27 10:16:10 +05:00
F4ilji 218e5ab8e3 changes 2025-06-25 22:48:01 +05:00
F4ilji efba91653e small fix 2025-06-19 08:23:41 +05:00
F4ilji 97bda3d353 small fix 2025-06-18 23:33:41 +05:00
F4ilji e92e8a912c adding new configuration for http testing 2025-06-14 23:09:35 +05:00
F4ilji 501e5487b9 small fixes 2025-06-14 19:33:49 +05:00
F4ilji c906314111 added changes in schedule component 2025-06-14 19:33:32 +05:00
F4ilji b1d5f4ed3d small changes 2025-06-14 19:32:38 +05:00
F4ilji 17392cbe25 added new constructor block and schedule upload page 2025-06-14 19:27:37 +05:00
F4ilji 4f6fcac02a cosmetic fixes 2025-06-14 19:26:24 +05:00
F4ilji ce5c73bc84 init filament components 2025-06-14 19:21:52 +05:00
F4ilji 36b4d71dce added date filter 2025-05-27 19:47:45 +05:00
F4ilji 8c7722e1c7 Merge remote-tracking branch 'origin/master' 2025-05-27 14:56:22 +05:00
F4ilji 4b6c931f3d fix bugs, added accordion type in tabs 2025-05-27 14:56:12 +05:00
F4ilji a3f3e97b2f fix bugs, added accordion type in tabs 2025-05-27 14:55:34 +05:00
F4ilji dc7c18691b fix bugs 2025-05-26 12:23:46 +05:00
F4ilji 00f475c9c3 fix bugs 2025-05-26 12:03:02 +05:00
F4ilji dae6dcf48f change carousel type 2025-05-25 19:02:09 +05:00
F4ilji 7d6b75b708 added seo for Persons 2025-05-25 19:01:00 +05:00
F4ilji 9c22e7601c fix bugs 2025-05-22 15:22:19 +05:00
F4ilji 791a56ca4d added tv page, small changes and fix bugs 2025-05-21 14:00:04 +05:00
F4ilji 10ec9a90c7 fix bugs 2025-05-20 16:04:39 +05:00
F4ilji a8349c3ac3 added new items to ignored list excludedPaths 2025-05-20 11:47:04 +05:00
F4ilji 115d084837 fix bugs 2025-05-19 22:16:03 +05:00
F4ilji 7f000877ee added SSL certificate let's encrypt 2025-05-19 22:15:23 +05:00
F4ilji f93d018f18 fix bugs 2025-05-15 17:49:25 +05:00
F4ilji ace682126e added a new component for breadcrumbs and reworked the component for getting icons using sprites 2025-05-15 16:18:39 +05:00
F4ilji f1fd06beb3 adding hero icons 2025-05-15 15:59:12 +05:00
F4ilji 0314febda2 adding UserDetailObserver and reorderable records feature 2025-05-13 15:01:03 +05:00
F4ilji c3c468c11a adding custom error page render 2025-05-12 12:14:40 +05:00
F4ilji f2cb2bdb3f fix minor bugs 2025-05-12 11:53:17 +05:00
F4ilji c01016a154 Migrate backend to Porto architecture and fix minor bugs
- Fully transitioned the backend to the Porto architectural pattern
- Improved code organization and maintainability
- Fixed minor bugs and inconsistencies
2025-05-12 08:47:43 +05:00
F4ilji 76deaf75f3 adding server side builder component and fix bugs 2025-05-07 13:15:36 +05:00
F4ilji 313eea406b fix bugs and errors 2025-05-07 09:33:14 +05:00
F4ilji 8dadd19adc fix bugs 2025-05-06 10:47:12 +05:00
F4ilji 6f4da2e704 fix bugs and fix application speed 2025-05-01 14:13:13 +05:00
F4ilji 1df3ad490c fix bugs 2025-04-30 11:37:34 +05:00
F4ilji ab0eb1d3ab start supervisor 2025-04-27 19:35:41 +05:00
F4ilji 453fb4cccc major change fixing bugs when running SSR in the project 2025-04-26 22:59:46 +05:00
F4ilji 1df1a1390f fix bugs 2025-04-23 20:45:25 +05:00
F4ilji 43e59e8838 fix bugs 2025-04-23 17:53:22 +05:00
F4ilji bd3922c0b5 added filters in additional edu 2025-04-23 14:23:20 +05:00
F4ilji 8ed4f0f979 cosmetic changes 2025-04-23 10:57:52 +05:00
F4ilji 45c84e7ffb added feature for binding form to page and fixing bugs 2025-04-22 21:15:03 +05:00
F4ilji aea6304ac4 fixing bugs 2025-04-20 15:05:16 +05:00
F4ilji 1f43966ce3 fixing bugs 2025-04-20 14:46:55 +05:00
F4ilji 5cfa777a6b fixing VK api, changes in post gallery, added sections in main page 2025-04-20 13:15:33 +05:00
F4ilji e233ad5196 fixing 2025-04-19 15:23:15 +05:00
F4ilji 03aca1725b fixing bugs in seo generate, fix bug set publish time in post, changes in import posts command, changes in pagination 2025-04-19 15:07:29 +05:00
F4ilji 1399e2b8de splitting nginx configuration into prod and local 2025-04-17 21:50:21 +05:00
F4ilji 21c4b7c528 added ForceHttpsServiceProvider, added fix in PageResourceList 2025-04-17 20:07:08 +05:00
F4ilji 4fcc41e36e small fixing, added throw errors in widgets 2025-04-16 15:27:02 +05:00
F4ilji cac319fa81 fixing search module, and schedule module 2025-04-14 19:24:18 +05:00
F4ilji c27c1c36c1 added basic template to position main elements in the page 2025-04-10 15:01:13 +05:00
F4ilji 88e729aa87 added API VICON integration for updating admission plans via admin panel (queued).
Updated exams and contests display on programs/show page.
Added relevant enums for admission plans.
2025-04-09 15:58:29 +05:00
F4ilji 7793d078e9 fixed display of exam types 2025-04-08 16:28:36 +05:00
F4ilji 7caa8f30fa rebuild add exams to admission plans and fix bugs 2025-04-08 15:47:01 +05:00
F4ilji bf21022eda add clear cache to edu programs, fix relationships bugs 2025-04-07 20:37:22 +05:00
F4ilji 41b4642c9b add slug columns 2025-04-07 14:22:00 +05:00
F4ilji f0c526da92 add slug column, fix bugs 2025-04-07 14:10:59 +05:00
F4ilji b1d3921ffd increase upload file size and small changes 2025-04-06 21:33:55 +05:00
F4ilji a3b964c1ca fix bugs and add log viewer package 2025-04-06 18:49:40 +05:00
F4ilji 3e203484b6 add feature for removal console logs in prod and fix bugs 2025-04-05 19:35:31 +05:00
F4ilji f0f9a6fbd2 add new default color and fix bugs 2025-04-05 18:36:32 +05:00
F4ilji 8aeef476ae fix bugs and deletes unnecessary files 2025-04-04 22:59:34 +05:00
F4ilji b6fb523aaa fix bugs in BreadcrumbService and Person page 2025-04-04 15:11:34 +05:00
F4ilji 13c45b80d2 Added changes to search by Vicon structure. Added fix for Page view for settings column. 2025-04-03 15:11:04 +05:00