Commit Graph

  • 0ffc7a1d92 feat: Implement Spatie Laravel Settings with Filament pages for general, SEO, and social media management. Yoga Pangestu 2026-01-05 11:57:56 +0700
  • 492a56504d feat: implement initial home page with new frontend assets and Livewire components Yoga Pangestu 2026-01-05 10:44:28 +0700
  • 3760eeb00d fix: Improve Filament component behavior, update dependencies, and adjust styling. Yoga Pangestu 2026-01-05 09:29:57 +0700
  • f97531e355 feat: Remove public homepage and news sections, including associated frontend components and controllers, and update routing to redirect to dashboard with a new frontend entry point. Yoga Pangestu 2026-01-05 09:24:47 +0700
  • eb72bac3cb refactor: update internal Filament navigation to use getUrl() methods and remove redundant getRedirectUrl() implementations. Yoga Pangestu 2026-01-05 09:18:10 +0700
  • 38533fa246 feat: Add a 'Kembali' action button to the ViewPartner header. Yoga Pangestu 2026-01-05 09:02:51 +0700
  • 03bf59e11e feat: Disable and hide user management actions for the PERUSAHAAN role. Yoga Pangestu 2026-01-05 08:43:33 +0700
  • fa6e2ef92d refactor: rename cooperation resource navigation group to 'Kelola' Yoga Pangestu 2026-01-05 08:41:57 +0700
  • 0dcb798894 feat: Add news detail page with view increment and media loading Yoga Pangestu 2026-01-02 23:02:30 +0700
  • 5ae26b7036 refactor: replace color mode dropdown menu with a direct light/dark toggle button. Yoga Pangestu 2025-12-24 15:24:15 +0700
  • 7fec6751de feat: Introduce NavLink component to refactor Navbar navigation, update authentication button labels, and rename news route to news.index. Yoga Pangestu 2025-12-24 15:21:09 +0700
  • 861aff3c78 feat: Implement news listing page with search, filter, and pagination, and update news table schema. Yoga Pangestu 2025-12-24 14:50:26 +0700
  • 2eaed7bb27 feat: Install and publish lottie Yoga Pangestu 2025-12-24 14:45:47 +0700
  • 19934bbe89 feat: Implement news categories and status management with a new category resource and updated news form fields for excerpt, categories, and status. Yoga Pangestu 2025-12-24 08:56:11 +0700
  • 4faaebdc59 feat: Implement Inertia.js with React for a new frontend architecture, including home, posts, and profile pages, along with theme customizations. Yoga Pangestu 2025-12-23 14:27:57 +0700
  • b4d2ae52f0 feat: Implement a comprehensive verification system with dedicated pages, models, and UI components for companies, media, and journalists. Yoga Pangestu 2025-12-22 15:00:19 +0700
  • 7637bcc8b5 feat: install custom themes Yoga Pangestu 2025-12-22 14:57:21 +0700
  • 904552bd68 feat: Restrict company user access to media and journalist management until company and partner media data is complete, and remove journalist permissions from seeders. Yoga Pangestu 2025-12-19 15:33:10 +0700
  • 25b856acde feat: Implement resource locking and add role-based journalist filtering. Yoga Pangestu 2025-12-19 14:54:58 +0700
  • ab4b04b1d8 feat: Set email_verified_at for seeded user. Yoga Pangestu 2025-12-19 14:33:08 +0700
  • ccc5d36c0e feat: Implement email verification for user registration. Yoga Pangestu 2025-12-19 14:31:54 +0700
  • fcc09599e8 feat: add partner view page with detailed infolist and link from cooperation media manager Yoga Pangestu 2025-12-19 14:14:34 +0700
  • ee7192a087 feat: Add role-based navigation badge count for cooperations and update arrow function syntax. Yoga Pangestu 2025-12-16 14:51:57 +0700
  • 79893f0177 fix: Corrected accepted file types for image uploads from images/* to image/* and adjusted minor code formatting. Yoga Pangestu 2025-12-16 14:30:29 +0700
  • 630cbe8893 feat: Make director NIK upload field required. Yoga Pangestu 2025-12-16 14:27:22 +0700
  • 825c1b210c style: Apply minor formatting adjustments to anonymous function syntax and string concatenations. Yoga Pangestu 2025-12-16 14:22:06 +0700
  • 32afed7f7b feat: Add View:CustomCompany and View:CustomMedia permissions to the "Perusahaan" role. Yoga Pangestu 2025-12-16 14:21:53 +0700
  • cbd36d29e8 feat: Add HasPageShield trait to CustomMedia and CustomCompany pages. Yoga Pangestu 2025-12-16 14:13:24 +0700
  • b88660b8c8 feat: Add force delete and restore actions to Partner and Announcement resources, and apply minor formatting adjustments across several Filament resources and relation managers. Yoga Pangestu 2025-12-16 14:05:04 +0700
  • ff54d97d98 refactor: Standardize anonymous function syntax and update modal width definitions to use Filament's Width enum. Yoga Pangestu 2025-12-16 13:59:46 +0700
  • 89f0d511e4 feat: Organize Filament resources with navigation groups, update modal width enum usage, and add clean code documentation. Yoga Pangestu 2025-12-16 13:53:59 +0700
  • 2603d90271 feat: Introduce RoleEnum and update user role selection to exclude developer and company roles. Yoga Pangestu 2025-12-16 13:34:16 +0700
  • 1fb21e9a5b feat: Add comprehensive permissions for various new resources to the Shield seeder. Yoga Pangestu 2025-12-16 13:26:02 +0700
  • aa77c1c940 feat: Add ContentRecap, Cooperation, IssueManagement, Journalist, MediaMonitoring, News, and Announcement policies. Yoga Pangestu 2025-12-16 13:01:14 +0700
  • c7a72a169e feat: implement comprehensive cooperation management module with models, migrations, and Filament resources Yoga Pangestu 2025-12-16 12:37:53 +0700
  • b9a266d35a feat(announcement): create AnnouncementMedia model, factory, and migration Yoga Pangestu 2025-12-12 11:30:36 +0700
  • 2dbbe62aa9 refactor: standardize icon imports across monitoring and publication tables Yoga Pangestu 2025-12-12 10:51:05 +0700
  • 7f1d10f4be refactor: update empty state icons across various resources Yoga Pangestu 2025-12-12 10:11:24 +0700
  • 8386ea0d93 feat(models): add relationships to PartnerMedia and User models Yoga Pangestu 2025-12-12 10:06:18 +0700
  • 2c5b057958 feat(news): implement news resource with CRUD functionality Yoga Pangestu 2025-12-12 09:48:34 +0700
  • 73daf8b80d chore: update composer dependencies to include spatie/laravel-sluggable and spatie/laravel-tags Yoga Pangestu 2025-12-12 09:46:48 +0700
  • 97cdfd6e0b test: add comprehensive test suite and model factories Yoga Pangestu 2025-12-11 14:50:37 +0700
  • 7522056280 feat: ignore .kiro Yoga Pangestu 2025-12-11 11:34:22 +0700
  • ae31d8f37f feat: Introduce Issue Management module, refactor enum implementations, and remove rich editors from location forms. Yoga Pangestu 2025-12-11 10:41:43 +0700
  • f9f1e60b2e feat(content recap): implement crud Yoga Pangestu 2025-12-09 15:36:50 +0700
  • 2f2de29dd5 refactor(provider): change navigationSort fot FilamentShieldPlugin to 999 Yoga Pangestu 2025-12-09 11:28:45 +0700
  • a6ea4cfdc5 feat(media monitoring): implement crud Yoga Pangestu 2025-12-09 11:27:59 +0700
  • 6161126d9f refactor(theme): change label airing proof theme to theme only Yoga Pangestu 2025-12-05 09:59:02 +0700
  • e9513b7634 feat(partner): partner page Yoga Pangestu 2025-12-05 09:46:47 +0700
  • 2eb99fa9c7 feat(seeder): add 'Administrator' and 'Perusahaan' role Yoga Pangestu 2025-12-05 09:46:23 +0700
  • e8061bb41b fix(register): change max length username Yoga Pangestu 2025-12-05 09:25:15 +0700
  • facd36688e refactor(action): move bulk action to class and used it in module and adjust emptyStateDescription Yoga Pangestu 2025-12-05 09:21:24 +0700
  • 2f8c862ee9 fix(journalist): remove $this Yoga Pangestu 2025-12-05 09:09:44 +0700
  • 0167811e47 feat(table): move timestamp column to Columns Folder and adjust in module Yoga Pangestu 2025-12-05 09:02:43 +0700
  • 0341d452a0 feat(journalist): implement journalist crud and create migration and model Yoga Pangestu 2025-12-05 08:53:27 +0700
  • a697511a99 feat(media): implement media crud with custom page Yoga Pangestu 2025-12-04 15:28:51 +0700
  • 5dd5d8316c deat(company): add required file input Yoga Pangestu 2025-12-04 15:27:44 +0700
  • 500f934deb feat(enum): create enum for media module Yoga Pangestu 2025-12-04 15:27:22 +0700
  • 9aa585d8c9 feat(company): implement custom company for 'Perusahaan' role Yoga Pangestu 2025-12-04 14:44:46 +0700
  • bfb92ae794 feat(user): add must verfiy email Yoga Pangestu 2025-12-04 14:27:02 +0700
  • b5b23a254b fix(register): fix unique validation Yoga Pangestu 2025-12-04 14:23:34 +0700
  • f65c2a1b03 fix(config): change timezone to Asia/Jakarta Yoga Pangestu 2025-12-04 14:23:12 +0700
  • 59d5040812 feat(spatie media lib & asmit upload: install and custom path in spatie library Yoga Pangestu 2025-12-04 13:57:33 +0700
  • 68a4a29a4f feat(register): implement custom register and user must verify email Yoga Pangestu 2025-11-27 11:14:29 +0700
  • fdda62b2a5 Add filament backgrounds styles for simple layout and main components Yoga Pangestu 2025-11-20 10:16:45 +0700
  • 28ec50494d feat: Add policies for SubClassification, SubLocation, and User models Yoga Pangestu 2025-11-20 09:00:59 +0700
  • 3b3a19131c feat: add AiringProofTheme resource with management pages and migration for airing_proof_themes table Yoga Pangestu 2025-11-19 16:26:56 +0700
  • af6ad20122 feat: add Department resource with management pages and migration for departments table Yoga Pangestu 2025-11-19 16:18:35 +0700
  • 061a87dad9 feat: add Location and SubLocation resources with management pages and migrations for locations and sub_locations tables Yoga Pangestu 2025-11-19 15:50:45 +0700
  • d2082806c7 feat: add SubClassification resource with management pages and migration for sub_classifications table Yoga Pangestu 2025-11-19 15:41:41 +0700
  • cb4c76562d feat: add Classification resource with management pages and migration for classifications table Yoga Pangestu 2025-11-19 15:28:27 +0700
  • 1178814879 feat: auth config for password default Yoga Pangestu 2025-11-19 14:55:47 +0700
  • dd368e3c48 feat: custom login Yoga Pangestu 2025-11-19 14:52:07 +0700
  • 3486231739 feat(migration): update users table schema and add is_active column with enum feat(seeder): create UserSeeder for initial user data population Yoga Pangestu 2025-11-19 14:50:19 +0700
  • c9e012e387 feat(trait): add WithComment and Withvalue for enum utils Yoga Pangestu 2025-10-24 08:29:22 +0700
  • bcc442a00b feat(enum): add IsActive enum Yoga Pangestu 2025-10-24 08:28:56 +0700
  • ee7e62ebd8 feat: install filament and configure panel Yoga Pangestu 2025-10-24 08:25:10 +0700
  • aaa16df01f initial commit Yoga Pangestu 2025-10-24 07:58:05 +0700
  • b74dc3d017 feat(notification): show notification to all user role Yoga Pangestu 2025-10-14 11:41:33 +0700
  • 5a21e6a2b2 fix(report): error after create report Yoga Pangestu 2025-10-14 11:33:13 +0700
  • d9d20abd37 fix(datatable): error relation Yoga Pangestu 2025-10-13 14:13:01 +0700
  • 64c53b0314 fix(announcement): hide menu from sidebar Yoga Pangestu 2025-10-13 11:09:35 +0700
  • aad2e3bbde chore: ignored storage Yoga Pangestu 2025-10-13 09:37:13 +0700
  • e133f020cf chore: run laravel pint Yoga Pangestu 2025-10-13 08:35:36 +0700
  • 13ccfeac13 refactor(media monitoring): change label halaman -> halaman/durasi and penulis -> penulis/kreator Yoga Pangestu 2025-10-10 15:38:45 +0700
  • 51c2365cfa feat(issue management): add date range and user for export data and filder datatable Yoga Pangestu 2025-10-10 15:37:25 +0700
  • 019c6374f2 chore(sidebar): type contac_message Yoga Pangestu 2025-10-10 13:51:35 +0700
  • c703453a78 fix(datatable): error when nullable relation Yoga Pangestu 2025-10-10 13:51:21 +0700
  • 2268197bb6 chore: adjust git ignore Yoga Pangestu 2025-10-10 13:51:07 +0700
  • 920cad26d2 fix:overview & register Alfin Afif 2025-09-29 15:47:20 +0700
  • defbdf678f fix:force https on staging or production Alfin Afif 2025-09-24 11:09:53 +0700
  • 5966d6cb28 Fix Alfin Afif 2025-09-10 21:16:30 +0700
  • 50805f4131 Fix Alfin Afif 2025-09-10 21:16:07 +0700
  • 8a38a860f5 Merge branch 'main' of http://10.10.30.253:82/pratama/purwakarta/diskominfo/simedkom Alfin Afif 2025-09-10 21:15:40 +0700
  • 2af49a9249 Edit docker-compose.yml PT. Pratama Teknologi Solusi 2025-09-10 21:13:57 +0700
  • dd3041c22e Fix Alfin Afif 2025-09-10 21:12:52 +0700
  • 5a35b59af2 Update .gitlab-ci.yml file PT. Pratama Teknologi Solusi 2025-09-10 20:35:33 +0700
  • e1e231ea4e Push Alfin Afif 2025-09-10 18:29:16 +0700
  • 420ab5fb3f fix Maximum execution time of 30 seconds Alfin Afif 2025-09-10 08:48:51 +0700
  • 4b67c275b1 Fix Force HTTPS Alfin Afif 2025-09-09 12:01:23 +0700