Commit Graph

412 Commits

Author SHA1 Message Date
rlong f6aac32eaa feat: migrate winners and final tally views to tablar 2026-05-01 11:56:29 -04:00
rlong a60a89d77d feat: migrate item and winner views to tablar 2026-05-01 11:56:14 -04:00
rlong cec229459d feat: migrate bidders view to tablar 2026-05-01 11:51:01 -04:00
rlong 2ae745ffea chore: update tablar menu configuration 2026-05-01 11:50:49 -04:00
rlong bd52e27f76 feat: install and scaffold Tablar theme 2026-05-01 11:49:20 -04:00
rlong 9108b6bab6 Merge pull request 'upgrade: laravel 12' (#2) from feature/upgrade-laravel-13 into master
Reviewed-on: #2
2026-05-01 11:47:19 -04:00
rlong 58450a1262 upgrade: laravel 12 2026-05-01 11:44:17 -04:00
rlong 878236ae2f Merge pull request 'feat: integrate North Embedded Checkout for bidder payments' (#1) from feature/north-embedded-checkout into master
Reviewed-on: #1
2026-05-01 10:20:21 -04:00
rlong 05ab1c6014 fix: use correct Options object for Dompdf configuration 2026-05-01 10:10:16 -04:00
rlong 9065dcd911 missing use 2026-05-01 10:09:35 -04:00
rlong dcd08ae530 fix duplicate function 2026-05-01 10:09:01 -04:00
rlong d468991bd1 typo 2026-05-01 10:08:01 -04:00
rlong 7d1ec59dea feat: switch to dompdf for receipt generation 2026-05-01 10:06:35 -04:00
rlong 24d1eda717 feat: install spatie/browsershot 2026-05-01 09:57:46 -04:00
rlong 9d981f3a34 feat: migrate receipt PDF generation to Spatie Laravel PDF 2026-05-01 09:56:16 -04:00
rlong b9c018a4a6 fix: set tempDir via getMpdf to bypass problematic loadView config array 2026-05-01 09:44:04 -04:00
rlong 23b0b30434 fix: provide full mPDF configuration to avoid null array offset errors 2026-05-01 09:42:05 -04:00
rlong 4b9220c89e fix: update mPDF temp directory configuration key to temp_dir 2026-05-01 09:40:35 -04:00
rlong 298f3fa22b fix: resolve mPDF temp directory access error by using storage_path 2026-05-01 09:38:46 -04:00
rlong 98be7131f4 update views 2026-05-01 09:36:43 -04:00
rlong 999c1dfc58 fix: switch to correct PDF facade for mPDF and resolve receipt 500 error 2026-05-01 09:34:56 -04:00
rlong a3fd278536 fix: resolve receipt 404 and add save receipt pdf functionality 2026-05-01 09:32:26 -04:00
rlong 290498c728 fix: improve Google Pay handling with additional status checks, robust data extraction, and a fallback verification button 2026-05-01 09:27:36 -04:00
rlong aca21ae115 fix display 2026-05-01 09:01:28 -04:00
rlong 982efbf2bd fix: handle 'Approved' status and extract nested transaction ID from North API response 2026-05-01 08:59:09 -04:00
rlong 3953a6f4c8 fix height 2026-05-01 08:55:06 -04:00
rlong fbb10a01d4 ui: switch from min-height to explicit height for checkout container 2026-05-01 08:46:46 -04:00
rlong 6ccb754e0c ui: increase checkout container height to 800px 2026-05-01 08:44:57 -04:00
rlong 50826c8c20 update div height 2026-05-01 08:43:26 -04:00
rlong 68f75ac2fc feat: include products in checkout and increase form container size 2026-05-01 08:41:58 -04:00
rlong 9587c44657 fix: improve API request headers and error reporting for session creation and verification 2026-05-01 08:38:47 -04:00
rlong 06de3c0145 fix: broaden session token extraction to handle various North API response formats 2026-05-01 08:35:41 -04:00
rlong d2d53e961b fix: resolve invalid session token by correctly extracting token from North API response 2026-05-01 08:32:31 -04:00
rlong b0816231d6 feat: integrate North Embedded Checkout for bidder payments 2026-05-01 08:18:26 -04:00
rlong e4cccba942 Merge pull request 'change button color' (#9) from feature/all-searchable-selects into master
Reviewed-on: TFMM/silent-auction#9
2026-04-30 15:39:37 -04:00
rlong e023f68a84 change button color 2026-04-30 15:38:39 -04:00
rlong 4edb7fac10 Merge pull request 'feat: implement global searchable selects using Select2 and remove redundant per-view implementations' (#8) from feature/all-searchable-selects into master
Reviewed-on: TFMM/silent-auction#8
2026-04-30 15:36:37 -04:00
rlong 19f93f95bb feat: implement global searchable selects using Select2 and remove redundant per-view implementations 2026-04-30 15:33:34 -04:00
rlong 885161cc2b Merge pull request 'Add seeders and factories for all models' (#7) from feature/add-model-seeders into master
Reviewed-on: TFMM/silent-auction#7
2026-04-29 20:39:40 -04:00
rlong a8fd03f256 Add seeders and factories for all models 2026-04-29 20:38:05 -04:00
rlong 00ff08e3a6 Enable profile and add OIDC menu item to Filament panel configuration 2026-04-26 17:10:28 -04:00
rlong 7e8b35bf20 Add Link OIDC Account and Admin links to frontend user menu 2026-04-26 17:09:52 -04:00
rlong 681d8b73d6 Move OIDC menu item registration to boot method for reliability 2026-04-26 17:08:00 -04:00
rlong f294ded6e8 fix resource 2026-04-26 16:46:28 -04:00
rlong eca564eac7 fix userresource 2026-04-26 16:44:17 -04:00
rlong e8df889f7e Merge pull request 'Implement OIDC authentication via Laravel Socialite' (#6) from feature/socialite-oidc-auth into master
Reviewed-on: TFMM/silent-auction#6
2026-04-26 16:39:34 -04:00
rlong ad02f65b54 Add UserResource and OIDC linking to Filament user menu 2026-04-26 16:38:43 -04:00
rlong c2c9464133 Implement OIDC authentication via Laravel Socialite 2026-04-26 16:32:53 -04:00
rlong c0176f9924 change winner form order to match paper 2026-04-26 16:07:32 -04:00
rlong ffa8d30be4 Merge pull request 'change phone number display' (#5) from format-phone-numbers into master
Reviewed-on: TFMM/silent-auction#5
2026-04-26 15:25:12 -04:00