Commit Graph

  • 335784231a Add Fruitcake CORS package and update CORS configuration to allow all methods, origins, and headers for improved API accessibility. F4ilji 2025-09-06 00:17:51 +05:00
  • 29daa1e3aa Update CORS configuration to allow all paths for enhanced API accessibility. F4ilji 2025-09-05 23:59:40 +05:00
  • 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. F4ilji 2025-09-05 23:42:06 +05:00
  • 2a5df7bc59 Merge branch 'master' of https://github.com/F4ilji/ntspi-app F4ilji 2025-09-05 17:17:35 +05:00
  • 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. F4ilji 2025-09-05 17:13:04 +05:00
  • c8ab16aecb Add @gladesinger/vue3-yandex-smartcaptcha dependency, refactor CaptchaBlock component to use YandexSmartCaptcha, and update PersonalDataBlock label for compliance with data protection laws. F4ilji 2025-09-05 09:27:59 +05:00
  • 5f121430a9 Refactor DesktopNavBar and MainPageNavbar for improved styling and accessibility; update TvSliderBody to enhance text size for better readability. F4ilji 2025-09-05 09:27:59 +05:00
  • 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. F4ilji 2025-09-01 13:48:24 +05:00
  • 3d300ac4d1 Remove migration file for notifications table F4ilji 2025-09-01 13:47:59 +05:00
  • 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 F4ilji 2025-08-12 14:50:09 +05:00
  • 06c23edad9 Update example.env F4ilji 2025-08-11 22:55:58 +05:00
  • cc74e6493a Update example.env F4ilji 2025-08-11 22:50:34 +05:00
  • e34d49b3f4 add SlideFactory to Slide model and update DatabaseSeeder to include SlideSeeder for improved data seeding F4ilji 2025-08-11 22:25:25 +05:00
  • be68399ab8 changes Dockerfile F4ilji 2025-08-11 17:55:07 +05:00
  • 31c929d867 changes F4ilji 2025-08-11 16:19:23 +05:00
  • ec6e8766e2 Merge branch 'master' of https://github.com/F4ilji/ntspi-app F4ilji 2025-08-11 16:18:28 +05:00
  • e62b442991 Error correction and preparation of the project for initial deployment F4ilji 2025-08-11 16:12:10 +05:00
  • abc4319c75 Update example.env F4ilji 2025-08-11 15:41:59 +05:00
  • 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 F4ilji 2025-07-27 21:33:00 +05:00
  • cb95af3c46 update form handling in Page.vue and Show.vue components to use optional chaining for safer access to form IDs F4ilji 2025-07-27 13:29:01 +05:00
  • 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 F4ilji 2025-07-27 12:52:04 +05:00
  • 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 F4ilji 2025-07-25 17:56:50 +05:00
  • 16e7b9fe46 add time_added field to FilesBlock; update file upload logic to set timestamp and improve file display in FileBlock with additional metadata F4ilji 2025-07-25 12:36:17 +05:00
  • e403203e72 remove all .DS_Store files from the project F4ilji 2025-07-22 18:49:44 +05:00
  • 5ba5a101a3 refactor form builder components; simplify structure by removing unnecessary margin classes and enhancing code readability F4ilji 2025-07-22 18:41:38 +05:00
  • 528a4b24b0 refactor multiple widget controllers; replace caching logic with action classes for data retrieval, enhancing code clarity and maintainability F4ilji 2025-07-22 18:22:04 +05:00
  • 7a8a6e023d refactor ClientWidgetFormController; replace validation logic with SubmitWidgetFormAction for improved maintainability and clarity F4ilji 2025-07-22 13:00:18 +05:00
  • eac29d8d1c refactor ClientWidgetContactController and ClientWidgetPageReferenceListController; replace caching logic with action classes for widget data retrieval, enhancing code clarity and maintainability F4ilji 2025-07-21 22:45:55 +05:00
  • 3cac482409 refactor ClientDepartmentController and ClientFacultyController; replace caching logic with action classes for department and faculty retrieval, enhancing code clarity and maintainability F4ilji 2025-07-20 18:02:14 +05:00
  • 5179f45ef9 refactoring the InstituteStructure module F4ilji 2025-07-20 00:37:22 +05:00
  • 4558282da8 refactor ClientAcademicJournalController; replace caching logic with action classes for academic journal retrieval and improve code clarity F4ilji 2025-07-19 12:49:10 +05:00
  • 1fc793089c refactor PersonController; replace caching logic with GetPersonDataAction for improved maintainability and clarity F4ilji 2025-07-18 17:10:49 +05:00
  • de7ef99b47 refactor ClientScheduleController; replace complex query logic with ListSchedulesAction for improved maintainability and clarity F4ilji 2025-07-18 16:35:30 +05:00
  • 18d1501b67 refactor ClientProgramController; replace caching logic with action classes for educational program retrieval and enhance code clarity F4ilji 2025-07-18 15:57:58 +05:00
  • 839d8edfcd refactor ClientAdditionalEducationController; replace caching logic with action classes for data retrieval and improve code clarity F4ilji 2025-07-18 14:31:19 +05:00
  • b8235404b8 refactor search functionality; remove deprecated services and implement new action and task classes for improved structure and maintainability F4ilji 2025-07-18 14:14:10 +05:00
  • 0874d3e6b5 refactor sitemap generation and navigation handling; remove old GenerateSitemap command, update to use tasks for better organization, and enhance navigation data retrieval F4ilji 2025-07-18 13:07:51 +05:00
  • 72f684dc97 реализовал удаление альбома + удаление альбома при редактировании (ОБЯЗ. ПРОТЕСТИ УДАЛЕНИЕ ПРИ) add_news_module Fasutoa 2025-06-27 19:15:17 +05:00
  • 1257cd552c refactor schedule module, added new filters F4ilji 2025-06-27 10:16:10 +05:00
  • 218e5ab8e3 changes F4ilji 2025-06-25 22:48:01 +05:00
  • efba91653e small fix F4ilji 2025-06-19 08:23:41 +05:00
  • 97bda3d353 small fix F4ilji 2025-06-18 23:33:41 +05:00
  • dcd7be9816 добавил оставшиеся файлы по тг + подстройка конфига под телеграф Fasutoa 2025-06-18 22:40:52 +05:00
  • 81d1a070b6 добавил файлы по тгшке Fasutoa 2025-06-18 21:36:03 +05:00
  • 18b39fa15c Merge pull request #1 from F4ilji/add_news_module F4ilji 2025-06-18 20:37:55 +05:00
  • 0b60c4b908 add_vk_module Fasutoa 2025-06-18 20:30:41 +05:00
  • b030000238 Delete .idea directory F4ilji 2025-06-14 23:39:19 +05:00
  • e92e8a912c adding new configuration for http testing testing/added-test-version F4ilji 2025-06-14 23:09:35 +05:00
  • 501e5487b9 small fixes F4ilji 2025-06-14 19:33:49 +05:00
  • c906314111 added changes in schedule component F4ilji 2025-06-14 19:33:32 +05:00
  • b1d5f4ed3d small changes F4ilji 2025-06-14 19:32:38 +05:00
  • 17392cbe25 added new constructor block and schedule upload page F4ilji 2025-06-14 19:27:37 +05:00
  • 4f6fcac02a cosmetic fixes F4ilji 2025-06-14 19:26:24 +05:00
  • ce5c73bc84 init filament components F4ilji 2025-06-14 19:21:52 +05:00
  • 36b4d71dce added date filter F4ilji 2025-05-27 19:47:45 +05:00
  • 8c7722e1c7 Merge remote-tracking branch 'origin/master' F4ilji 2025-05-27 14:56:22 +05:00
  • 4b6c931f3d fix bugs, added accordion type in tabs F4ilji 2025-05-27 14:56:12 +05:00
  • a3f3e97b2f fix bugs, added accordion type in tabs F4ilji 2025-05-27 14:55:34 +05:00
  • a9d0f0a218 Delete public/sveden directory F4ilji 2025-05-26 12:30:53 +05:00
  • 6bebfa11bc Delete public/abitur directory F4ilji 2025-05-26 12:30:41 +05:00
  • dc7c18691b fix bugs F4ilji 2025-05-26 12:23:46 +05:00
  • 00f475c9c3 fix bugs F4ilji 2025-05-26 12:03:02 +05:00
  • dae6dcf48f change carousel type F4ilji 2025-05-25 19:02:09 +05:00
  • 7d6b75b708 added seo for Persons F4ilji 2025-05-25 19:01:00 +05:00
  • 9c22e7601c fix bugs F4ilji 2025-05-22 15:22:19 +05:00
  • 791a56ca4d added tv page, small changes and fix bugs F4ilji 2025-05-21 14:00:04 +05:00
  • 10ec9a90c7 fix bugs F4ilji 2025-05-20 16:04:39 +05:00
  • a8349c3ac3 added new items to ignored list excludedPaths F4ilji 2025-05-20 11:47:04 +05:00
  • 115d084837 fix bugs F4ilji 2025-05-19 22:16:03 +05:00
  • 7f000877ee added SSL certificate let's encrypt F4ilji 2025-05-19 22:15:23 +05:00
  • f93d018f18 fix bugs F4ilji 2025-05-15 17:49:25 +05:00
  • ace682126e added a new component for breadcrumbs and reworked the component for getting icons using sprites F4ilji 2025-05-15 16:18:39 +05:00
  • f1fd06beb3 adding hero icons F4ilji 2025-05-15 15:59:12 +05:00
  • 0314febda2 adding UserDetailObserver and reorderable records feature F4ilji 2025-05-13 15:01:03 +05:00
  • c3c468c11a adding custom error page render F4ilji 2025-05-12 12:14:40 +05:00
  • f2cb2bdb3f fix minor bugs F4ilji 2025-05-12 11:53:17 +05:00
  • c01016a154 Migrate backend to Porto architecture and fix minor bugs F4ilji 2025-05-12 08:47:43 +05:00
  • 76deaf75f3 adding server side builder component and fix bugs F4ilji 2025-05-07 13:15:36 +05:00
  • 313eea406b fix bugs and errors F4ilji 2025-05-07 09:33:14 +05:00
  • 8dadd19adc fix bugs F4ilji 2025-05-06 10:47:12 +05:00
  • 6f4da2e704 fix bugs and fix application speed F4ilji 2025-05-01 14:13:13 +05:00
  • 1df3ad490c fix bugs F4ilji 2025-04-30 11:37:34 +05:00
  • ab0eb1d3ab start supervisor F4ilji 2025-04-27 19:35:41 +05:00
  • 453fb4cccc major change fixing bugs when running SSR in the project F4ilji 2025-04-26 22:59:46 +05:00
  • 1df1a1390f fix bugs F4ilji 2025-04-23 20:45:25 +05:00
  • 43e59e8838 fix bugs F4ilji 2025-04-23 17:53:22 +05:00
  • bd3922c0b5 added filters in additional edu F4ilji 2025-04-23 14:23:20 +05:00
  • 8ed4f0f979 cosmetic changes F4ilji 2025-04-23 10:57:52 +05:00
  • 45c84e7ffb added feature for binding form to page and fixing bugs F4ilji 2025-04-22 21:15:03 +05:00
  • aea6304ac4 fixing bugs F4ilji 2025-04-20 15:05:16 +05:00
  • 1f43966ce3 fixing bugs F4ilji 2025-04-20 14:46:55 +05:00
  • 5cfa777a6b fixing VK api, changes in post gallery, added sections in main page F4ilji 2025-04-20 13:15:33 +05:00
  • e233ad5196 fixing F4ilji 2025-04-19 15:23:15 +05:00
  • 03aca1725b fixing bugs in seo generate, fix bug set publish time in post, changes in import posts command, changes in pagination F4ilji 2025-04-19 15:07:29 +05:00
  • 1399e2b8de splitting nginx configuration into prod and local F4ilji 2025-04-17 21:50:21 +05:00
  • 21c4b7c528 added ForceHttpsServiceProvider, added fix in PageResourceList F4ilji 2025-04-17 20:07:08 +05:00
  • 4fcc41e36e small fixing, added throw errors in widgets F4ilji 2025-04-16 15:27:02 +05:00
  • cac319fa81 fixing search module, and schedule module F4ilji 2025-04-14 19:24:18 +05:00
  • c27c1c36c1 added basic template to position main elements in the page F4ilji 2025-04-10 15:01:13 +05:00
  • 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. F4ilji 2025-04-09 15:58:29 +05:00