mobieus profile picture

Patrick Bass

@mobieus 🚀
Super Admin 0
Message
1 friends 0 followers 1 following joined May 2026

I built Mobius.io because I got tired of seeing great communities held back by clunky tech. Whether it's hobbyists finding their people, fans connecting over shared passions, or professionals building networks, the platform takes care of the technical stuff so you can actually focus on conversations that matter. I'm convinced community building shouldn't require a computer science degree, and I'm working to make that real.

Fort Smith, Arkansas, United States
Reply on "Search 'All' results: var(--color-…)15 alpha hack is invalid CSS — icon background tint silently dropped for 3 of 4 result types"
Resolved — fixed and deployed. Commit 059d6bf29b6f, shipped dev-first then to all tenants on 2026-06-06.In templates/search/index.php: (1) replaced the invalid `background:15` concatenation (which pro…
in Bug Reports · score 0 · Jun 7, 2026
Reply on "API keys empty-state references retired mobieusMeet ('forum and meet activity')"
Resolved — fixed and deployed. Commit 059d6bf29b6f, shipped dev-first then to all tenants on 2026-06-06.Removed the retired-product reference 'and meet' from the empty-state Zapier idea card (line 190…
in Bug Reports · score 0 · Jun 7, 2026
Reply on "Unsubscribe confirm page links to auth-gated /notifications/preferences, bouncing email recipients to login"
Resolved — fixed and deployed. Commit 059d6bf29b6f, shipped dev-first then to all tenants on 2026-06-06.Made the re-enable copy login-aware: when $currentUser is set, render the direct /notifications/…
in Bug Reports · score 0 · Jun 7, 2026
Reply on "API settings surfaces raw app.ini config-key path in tenant-admin copy"
Resolved — fixed and deployed. Commit 059d6bf29b6f, shipped dev-first then to all tenants on 2026-06-06.Removed all three customer-facing references to the config mechanism in /home/patrick/mobieus-io…
in Bug Reports · score 0 · Jun 7, 2026
Reply on "Credit-history table has no responsive wrapper, overflows on mobile"
Resolved — fixed and deployed. Commit 89b2334003a7, shipped dev-first then to all tenants on 2026-06-06.The recent-transactions (lines 74-132) is already wrapped in at line 73 with its matching at lin…
in Bug Reports · score 0 · Jun 7, 2026
Reply on "setImageAltText accepts a global role>=3 moderator instead of a forum-scoped moderator — cross-forum write"
Resolved — fixed and deployed. Commit 89b2334003a7, shipped dev-first then to all tenants on 2026-06-06.setImageAltText (platform/src/Controllers/ForumController.php:3073-3107) already implements the …
in Bug Reports · score 0 · Jun 7, 2026
Reply on "Bookmark toggle verifies existence but not viewability — leaks titles/body of threads & posts in forums the user cannot access"
Resolved — fixed and deployed. Commit 89b2334003a7, shipped dev-first then to all tenants on 2026-06-06.toggle() now resolves forum_id (thread directly, post via JOIN forum_threads) and enforces Forum…
in Bug Reports · score 0 · Jun 7, 2026
Reply on "SSRF guard missing on connectToken premium branch and /bbs/{slug}/connect while the community branch enforces it"
Resolved — fixed and deployed. Commit 89b2334003a7, shipped dev-first then to all tenants on 2026-06-06.Added the missing UrlValidator::isPublicHost() SSRF guard to the connectToken() premium_id branc…
in Bug Reports · score 0 · Jun 7, 2026
Reply on "addslashes() in data-confirm attributes shows a literal backslash in BBS confirm dialogs"
Resolved — fixed and deployed. Commit 89b2334003a7, shipped dev-first then to all tenants on 2026-06-06.Verified no addslashes() calls exist anywhere in this file; both $bbs['name'] and $entry['name']…
in Bug Reports · score 0 · Jun 7, 2026
Reply on "mk-table-wrap uses overflow:hidden, clipping wide marketplace tables at tablet widths"
Resolved — fixed and deployed. Commit 89b2334003a7, shipped dev-first then to all tenants on 2026-06-06.Changed .mk-table-wrap (style.css:17484) from overflow:hidden to overflow-x:auto + overflow-y:hi…
in Bug Reports · score 0 · Jun 7, 2026
Reply on "Typo: 'listed as a a Featured BBS' on the BBS page"
Resolved — fixed and deployed. Commit 89b2334003a7, shipped dev-first then to all tenants on 2026-06-06.Line 396: removed the duplicate-article typo ('a a Featured BBS' -> 'a Featured BBS') and replac…
in Bug Reports · score 0 · Jun 7, 2026
Reply on "markDelivered and typing endpoints leak/allow activity for conversations the user has left (missing deleted_at check)"
Resolved — fixed and deployed. Commit 89b2334003a7, shipped dev-first then to all tenants on 2026-06-06.Verified both participant-check SELECTs already include `AND deleted_at IS NULL`: markDelivered(…
in Bug Reports · score 0 · Jun 7, 2026
Reply on "Admin chat-room table chips use hardcoded mid-tone hex on translucent bg over a dark card — low contrast in dark theme"
Resolved — fixed and deployed. Commit 89b2334003a7, shipped dev-first then to all tenants on 2026-06-06.Replaced hardcoded `.mca-action--warn` text/border/hover colors (#d97706 + rgba(245,158,11,...))…
in Bug Reports · score 0 · Jun 7, 2026
Reply on "Dead, unsafe-looking autoLinkText() function defined in conversation.php and never called"
Resolved — fixed and deployed. Commit 89b2334003a7, shipped dev-first then to all tenants on 2026-06-06.Removed the ad-hoc client-side autoLink() URL/image renderer (the audit's 'autoLinkText' target;…
in Bug Reports · score 0 · Jun 7, 2026
Reply on "Broken access control: reactions can be toggled on photos in private albums / non-existent items"
Resolved — fixed and deployed. Commit 89b2334003a7, shipped dev-first then to all tenants on 2026-06-06.toggleReaction() in /home/patrick/mobieus-io/platform/src/Controllers/PhotoGalleryController.php…
in Bug Reports · score 0 · Jun 7, 2026
Reply on "Share-to-feed modal dark-theme override is dead code (selector targets body, attribute is on html)"
Resolved — fixed and deployed. Commit 89b2334003a7, shipped dev-first then to all tenants on 2026-06-06.Deleted the three hardcoded body[data-theme] .ps-modal / .ps-modal-head/.ps-modal-foot / .ps-fie…
in Bug Reports · score 0 · Jun 7, 2026
Reply on "Share modal preview/close use hardcoded slate rgba instead of semantic tokens"
Resolved — fixed and deployed. Commit 89b2334003a7, shipped dev-first then to all tenants on 2026-06-06.Replaced rgba(15,23,42,.06) with var(--color-bg-input,#f1f3f8) on .ps-modal-preview background a…
in Bug Reports · score 0 · Jun 7, 2026
Reply on "Inline onclick='window.location=...' login redirects on SID/disk feature cards"
Resolved — fixed and deployed. Commit 89b2334003a7, shipped dev-first then to all tenants on 2026-06-06.Both logged-out feature cards (SID at the !currentUser && !sidAreaIsFree branch, and C64 disk im…
in Bug Reports · score 0 · Jun 7, 2026
Reply on "API revision approve has no pending-status precondition and no self-approval guard"
Resolved — fixed and deployed. Commit 89b2334003a7, shipped dev-first then to all tenants on 2026-06-06.In revisionsApprove(): added a status='pending' precheck (400 not_pending), guarded the UPDATE w…
in Bug Reports · score 0 · Jun 7, 2026
Reply on "Queue diff rows use hardcoded rgba green/red tints instead of semantic color-mix (theme drift)"
Resolved — fixed and deployed. Commit 89b2334003a7, shipped dev-first then to all tenants on 2026-06-06.Replaced hardcoded rgba(34,197,94,0.08) and rgba(239,68,68,0.08) diff-row backgrounds with color…
in Bug Reports · score 0 · Jun 7, 2026

Achievements (18)

🔔 Tuned In
📨 Conversation
🏗️ Topic Machine
🗣️ Discussion Driver
📜 Five Hundred
📋 Fifty Posts
🪪 Identity Established
🔖 First Bookmark
👍 First Vote
💯 Centurion
💬 Conversationalist
📝 Ten Posts
😀 First Reaction
🧵 Thread Starter
✍️ First Post
🖼️ Picture Perfect
✉️ Sent a Message
🤝 Made a Friend
Share Profile (QR Code)
Profile QR Code

Scan to visit this profile