Commit Graph

146 Commits

Author SHA1 Message Date
66e4179997 Merge pull request 'feat: enhance team store page layout and styling for improved user experience' (#4) from feat/teamstore-page-enhancement into master
Reviewed-on: #4
2026-04-17 10:01:20 +00:00
Frank John Begornia
a255eedc40 feat: enhance team store page layout and styling for improved user experience 2026-04-17 18:00:36 +08:00
d95427b08f Merge pull request 'style: enhance authentication forms with improved layout and design' (#3) from feat/auth-forms into master
Reviewed-on: #3
2026-04-17 06:19:50 +00:00
Frank John Begornia
0531bf35ba style: enhance authentication forms with improved layout and design 2026-04-17 14:18:31 +08:00
Frank John Begornia
fa68bd1dca fix: update storage paths for team store logo and banner uploads to use 'uploads/images' directory 2026-04-17 13:39:15 +08:00
Frank John Begornia
c5d32b7c6c fix: update storage paths for store logo and banner uploads to include 'upload/images' 2026-04-17 13:33:31 +08:00
Frank John Begornia
90b94c95d6 fix: migrate store logo/banner uploads from sftp to minio 2026-04-17 13:24:40 +08:00
Frank John Begornia
43f365112f fix: pin psr/http-message ^1.0 and guzzlehttp/psr7 ^1.4 to fix PsrStream __toString incompatibility 2026-04-17 13:13:42 +08:00
Frank John Begornia
1e62654a02 fix: register minio custom driver using flysystem-aws-s3-v3 (Laravel 5.0 hardcodes v2) 2026-04-17 13:03:37 +08:00
Frank John Begornia
65e14702a8 feat: update Dockerfile and AppServiceProvider for PHP 7.2 compatibility and improved error handling 2026-04-17 12:52:38 +08:00
Frank John Begornia
048d51f181 feat: add MinIO S3 storage configuration to docker-compose for improved file management 2026-04-16 23:55:22 +08:00
8ec3454707 Merge pull request 'feat/hifive-filters' (#2) from feat/hifive-filters into master
Reviewed-on: #2
2026-04-16 15:41:40 +00:00
5845296919 Merge pull request 'Refactor image upload handling in UserController to use MinIO for improved storage management' (#1) from fix/upload-image into master
Reviewed-on: #1
2026-04-16 15:40:59 +00:00
Frank John Begornia
751dcd4f9e Refactor image upload handling in UserController to use MinIO for improved storage management 2026-04-16 23:40:09 +08:00
Frank John Begornia
a094650f64 chore: remove SSH Keys Setup guide to enhance security practices 2026-04-16 23:21:45 +08:00
Frank John Begornia
dd6503a4a4 feat(teamstore): add league/conference sub-sub-category pill filter (hi-five-franchise-store only) 2026-04-16 23:19:19 +08:00
Frank John Begornia
958edcfab8 Add centering guidelines script and update script references in designer view 2026-04-02 03:33:19 +08:00
Frank John Begornia
dc53b4863c Refactor image handling in PrintPatternController and TemplatesController to use MinIO for improved storage management 2026-04-02 03:31:08 +08:00
Frank John Begornia
bd8c7f02b5 Refactor image URLs to use MinIO storage for improved asset management 2026-04-02 03:04:49 +08:00
Frank John Begornia
005b64233b Enhance TestEmailController and view to include CSRF token and improve form security 2026-02-26 23:12:00 +08:00
Frank John Begornia
ee91fe18c6 Update exception handling in Handler and TestEmailController for improved error reporting 2026-02-26 22:58:28 +08:00
Frank John Begornia
678d110d29 Add TestEmailController and views for sending test emails 2026-02-26 22:46:14 +08:00
Frank John Begornia
517bf2c3db Add SSH keys setup guide and update configurations for secure key management 2026-02-23 02:01:12 +08:00
Frank John Begornia
ea3fba0cd6 Fix image path for PayPal button in cart view 2026-01-07 01:42:43 +08:00
Frank John Begornia
02a6aa8d24 Update DesignerController and site_config for MinIO integration and URL adjustments 2026-01-07 01:28:47 +08:00
Frank John Begornia
8b195fff55 Refactor image URLs to use MinIO storage across various views and controllers 2026-01-07 01:10:15 +08:00
Frank John Begornia
0a796ef4e4 Add MinIO configuration and update image URLs in MainController 2026-01-06 15:34:02 +08:00
Frank John Begornia
604b986e6e Use MinIO for sports category images 2026-01-06 15:27:17 +08:00
Frank John Begornia
995d3d3ea0 Add MinIO S3 storage integration
- Add minio disk configuration in filesystems.php
- Create helper functions for MinIO URLs (minio_url, minio_image_url)
- Update composer.json with AWS SDK (for future S3 support)
- Add MinIO env vars to docker-compose.local.yml
- Add .env examples for MinIO configuration
2026-01-06 15:20:15 +08:00
Frank John Begornia
87af27fe10 Update README.md to reflect project details and installation instructions 2026-01-05 23:15:14 +08:00
Frank John Begornia
e6496b8ae0 Update APP_URL and Traefik rules for production environment 2026-01-05 23:13:37 +08:00
Frank John Begornia
6390717622 Remove commented-out sales chart section from user dashboard 2025-12-31 02:20:31 +08:00
Frank John Begornia
2dbcf3e2e6 Update AppServiceProvider to force HTTPS and configure APP_URL in app.php 2025-12-31 02:10:31 +08:00
Frank John Begornia
0f24a817ce Remove '/public' prefix from asset paths for consistency across views 2025-12-31 02:04:33 +08:00
Frank John Begornia
1b645de66e Refactor asset paths to remove '/public' prefix for consistency across views 2025-12-31 01:53:42 +08:00
Frank John Begornia
e1ac5bd2a5 Remove unnecessary environment setup and optimization steps from Dockerfile 2025-12-31 01:24:12 +08:00
Frank John Begornia
e3c5b44174 Fix Traefik certresolver value in production Docker Compose configuration 2025-12-31 01:10:07 +08:00
Frank John Begornia
9a6e3a63b2 Update production environment URLs and Traefik rules for dev-crew.crewsportswear.app 2025-12-31 00:56:31 +08:00
Frank John Begornia
0f12309175 Update deployment directory path in workflow configuration 2025-12-31 00:33:22 +08:00
Frank John Begornia
e25228e25e Add Docker and deployment configurations for development and production environments 2025-12-31 00:23:44 +08:00
franknstayn
633249438c updated 2023-08-24 21:55:06 +08:00
franknstayn
fe02cfe2d4 exempt sf spartans tax 2021-12-23 18:08:57 +08:00
franknstayn
854a39db30 added voucher validation 2021-12-03 18:00:27 +08:00
franknstayn
94b55851b4 update store item view 2021-11-26 19:31:40 +08:00
franknstayn
08571b2358 update store item view 2021-11-26 19:29:59 +08:00
franknstayn
0abc30c7a0 updated checkout flow 2021-11-03 21:30:42 +08:00
franknstayn
b4d92bb14a update navbar 2021-09-25 18:32:49 +08:00
franknstayn
0327471c92 update navbar 2021-09-25 18:30:03 +08:00
franknstayn
72b800b22d update navbar 2021-09-25 18:28:40 +08:00
franknstayn
54eb09f080 update navbar 2021-09-25 18:20:22 +08:00