fix: Update Facepunch organization logo URL to use hardcoded CDN path
Patrick Jr.
8:46 PM
3747920
Improve user vs organization handling and meta tags
• Update fetchUserPackages() to handle both user and organization profiles
• Add proper meta tags for user and organization profiles
• Improve social media previews with proper images and descriptions
• Add fallback avatars/logos for profiles without images
• Ensure proper URL handling for all assets
• Add package count to profile descriptions
• Improve meta keywords based on profile type
Patrick Jr.
8:19 PM
b03782a
Enhance avatar resolution in meta tags
• Updated fixAvatarUrl to handle Steam avatars and ensure highest resolution
• Process avatar URLs in meta-tags.php to use full resolution avatars
• Improved URL handling for both Steam and s&box avatar sources
• Updated Twitter card meta tags with correct profile information
• Ensured HTTPS is used for all avatar URLs
Patrick Jr.
7:51 PM
e0a993b
Fix infinite loading spinner on invalid page numbers
• Added proper redirection to page 1 when an invalid page is requested
• Fixed issue with SBOX_API_BASE constant being used before definition
• Improved error handling for empty or invalid API responses
• Added output buffering cleanup to prevent 'headers already sent' errors
Patrick Jr.
7:22 PM
eac0046
Update version system and footer
• Updated footer design
• Config now exposes `app_version` for display in the footer
Patrick Jr.
2:46 PM
831555b
Tagging System
Basic Tagging system for certain profiles
Patrick Jr.
2:22 PM
48806b6
Random Stuff
Removed Search 🔍
Updated Readme
Patrick Jr.
1:45 PM
c6d79c0
Fix API endpoint routing - remove $ anchor from api.php rewrite rule
Patrick Jr.
1:21 PM
416ca7a
Fix org profile links to point to correct sbox.game URLs
• Org profiles now show @username and link to https://sbox.game/orgname
• Player profiles show username and link to https://sbox.game/u/username
• Properly distinguish between player and org profile links