Commit graph

1607 commits

Author SHA1 Message Date
MrPiglr
82de4d9b41 modified: .replit 2025-12-05 01:06:47 -07:00
sirpiglr
f0e5f40100 Add authentication to profile updates and dashboard requests
Introduce Bearer token authentication for the /api/profile/update endpoint, ensuring users can only modify their own profiles. Update the Dashboard to include the authentication token in all API requests, enhancing security and data integrity.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 9203795e-937a-4306-b81d-b4d5c78c240e
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Event-Id: 35bff579-2fa1-4c42-a661-d861f25fa2b6
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/7c94b7a0-29c7-4f2e-94ef-44b2153872b7/9203795e-937a-4306-b81d-b4d5c78c240e/AJbgVVq
Replit-Helium-Checkpoint-Created: true
2025-12-04 09:19:42 +00:00
sirpiglr
ef20e8620f Add missing Badge component import to the Admin page
Import the Badge component into client/pages/Admin.tsx to resolve a ReferenceError.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 9203795e-937a-4306-b81d-b4d5c78c240e
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Event-Id: bf62fbce-d0a7-4b19-b4ca-bef8986b0543
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/7c94b7a0-29c7-4f2e-94ef-44b2153872b7/9203795e-937a-4306-b81d-b4d5c78c240e/mAPNwYF
Replit-Helium-Checkpoint-Created: true
2025-12-04 02:48:54 +00:00
sirpiglr
a283e81c5e Add a secure bot management panel and new Discord commands
Implement server-side proxy endpoints for bot management, add admin token authentication, and introduce new Discord slash commands for help, stats, leaderboards, and posting.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 9203795e-937a-4306-b81d-b4d5c78c240e
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Event-Id: f0eccab4-b258-4b1c-a2a5-e7b2b3c56c44
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/7c94b7a0-29c7-4f2e-94ef-44b2153872b7/9203795e-937a-4306-b81d-b4d5c78c240e/ryY0zvi
Replit-Helium-Checkpoint-Created: true
2025-12-04 02:44:05 +00:00
sirpiglr
aa47015dbd Update user profile settings and creator directory features
Refactors API base URL handling, modifies toast notification parameters from `message` to `description`, and introduces new UI components and logic for managing realm preferences in the Dashboard and creating creator profiles in the Creator Directory.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 9203795e-937a-4306-b81d-b4d5c78c240e
Replit-Commit-Checkpoint-Type: intermediate_checkpoint
Replit-Commit-Event-Id: d2c019e3-5d76-487b-9be0-1ca441f25a69
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/7c94b7a0-29c7-4f2e-94ef-44b2153872b7/9203795e-937a-4306-b81d-b4d5c78c240e/cjJvaG9
Replit-Helium-Checkpoint-Created: true
2025-12-03 21:28:41 +00:00
sirpiglr
79f76904a5 Fix incorrect API endpoint for creating posts
Corrected the API endpoint from `/api/community/posts` to `/api/posts` in `client/components/feed/PostComposer.tsx` and `client/pages/AdminFeed.tsx` to resolve 404 errors during post creation.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 9203795e-937a-4306-b81d-b4d5c78c240e
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Event-Id: a799a8f1-584a-45ee-89c7-1f58a69e6795
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/7c94b7a0-29c7-4f2e-94ef-44b2153872b7/9203795e-937a-4306-b81d-b4d5c78c240e/zMxtXds
Replit-Helium-Checkpoint-Created: true
2025-12-03 19:14:12 +00:00
sirpiglr
4077fac4c9 Move the feed page to the community section and add redirects
Update client-side routing and vercel.json to redirect the /feed endpoint to /community/feed, and integrate the Feed component into the Community page.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 9203795e-937a-4306-b81d-b4d5c78c240e
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Event-Id: a87bc4c4-2f36-45ef-9537-d97890015ee4
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/7c94b7a0-29c7-4f2e-94ef-44b2153872b7/9203795e-937a-4306-b81d-b4d5c78c240e/duiWnI1
Replit-Helium-Checkpoint-Created: true
2025-12-03 03:11:57 +00:00
sirpiglr
68d4a25357 Add Discord integration to display messages in the community feed
Integrates Discord messages into the community feed by adding a Discord source type, displaying channel names and author tags, and creating a Discord icon for the UI. The bot now handles messages from main chat channels and syncs them to the feed, creating guest profiles for unlinked Discord users.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 9203795e-937a-4306-b81d-b4d5c78c240e
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Event-Id: 0a135de7-860c-4a4d-9cbe-7644c5fca3f0
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/7c94b7a0-29c7-4f2e-94ef-44b2153872b7/9203795e-937a-4306-b81d-b4d5c78c240e/ebxARkc
Replit-Helium-Checkpoint-Created: true
2025-12-03 03:05:25 +00:00
sirpiglr
cad695b4a7 Update Discord verification to handle alphanumeric codes
Modify the Discord verification input to accept alphanumeric characters and update related configurations in the API and client-side components.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 9203795e-937a-4306-b81d-b4d5c78c240e
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Event-Id: 0ba1c751-a5b8-430c-9eb8-ed3da85d8c56
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/7c94b7a0-29c7-4f2e-94ef-44b2153872b7/9203795e-937a-4306-b81d-b4d5c78c240e/saoW2ee
Replit-Helium-Checkpoint-Created: true
2025-12-03 02:08:08 +00:00
sirpiglr
174bffce15 Update API calls to use the identity authority domain
Modify the getApiBase function in SubdomainPassport.tsx to correctly determine the API endpoint based on the hostname, prioritizing VITE_FOUNDATION_URL for aethex.me and aethex.space subdomains.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 9203795e-937a-4306-b81d-b4d5c78c240e
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Event-Id: cb07c935-e82b-48e9-acb9-8ef33f94c84a
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/7c94b7a0-29c7-4f2e-94ef-44b2153872b7/9203795e-937a-4306-b81d-b4d5c78c240e/saoW2ee
Replit-Helium-Checkpoint-Created: true
2025-12-03 00:48:08 +00:00
sirpiglr
8683cbaeab Restore wildcard subdomain routing and same-origin API calls
Restores vercel.json wildcard rewrites for *.aethex.me and *.aethex.space, and reverts getApiBase to use window.location.origin for API calls.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 9203795e-937a-4306-b81d-b4d5c78c240e
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Event-Id: 49c50d1d-f752-4057-82cb-437fdacfe20b
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/7c94b7a0-29c7-4f2e-94ef-44b2153872b7/9203795e-937a-4306-b81d-b4d5c78c240e/saoW2ee
Replit-Helium-Checkpoint-Created: true
2025-12-03 00:45:49 +00:00
sirpiglr
b6838d0cd8 Correctly route passport API calls to the main domain
Fix API base URL and endpoint paths for passport subdomain data fetching.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 9203795e-937a-4306-b81d-b4d5c78c240e
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Event-Id: 8603519b-b8fc-4ba4-8d57-1fa6e0af6afc
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/7c94b7a0-29c7-4f2e-94ef-44b2153872b7/9203795e-937a-4306-b81d-b4d5c78c240e/saoW2ee
Replit-Helium-Checkpoint-Created: true
2025-12-03 00:41:59 +00:00
sirpiglr
36178a17e7 Update documentation and fix Discord verification page title
Update replit.md with Discord bot setup details and fix the page title on the Discord verification page.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 9203795e-937a-4306-b81d-b4d5c78c240e
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Event-Id: 0e69632f-5ac3-4ead-8fb2-ad379d08683b
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/7c94b7a0-29c7-4f2e-94ef-44b2153872b7/9203795e-937a-4306-b81d-b4d5c78c240e/saoW2ee
Replit-Helium-Checkpoint-Created: true
2025-12-02 22:39:30 +00:00
Builder.io
e2efadff2d Prettier format pending files 2025-11-17 08:47:57 +00:00
Builder.io
34bb97f6c6 Add Discord to Login.tsx OAuth options
cgen-189215eeef9d4522908d3e7af60ddd1b
2025-11-17 08:39:31 +00:00
Builder.io
d909ec687c Comprehensive CORP/ClientDashboard with projects, contracts, team management
cgen-e5694138270d4a94b40174722f7c9250
2025-11-17 08:27:54 +00:00
Builder.io
539826ea97 Update Discord provider to use DiscordIcon instead of MessageCircle
cgen-773a651a9e43433dab5e5baa75d45fb8
2025-11-17 08:27:08 +00:00
Builder.io
1025346302 Add DiscordIcon component and remove MessageCircle import from Dashboard
cgen-991a176c023140048b65062a96c19f88
2025-11-17 08:27:05 +00:00
Builder.io
7f977dc7cd Enhanced Foundation arm page featuring GameForge as flagship mentorship program
cgen-a2c8bfbf3aeb4380b0439e5cc2be0929
2025-11-17 08:14:38 +00:00
Builder.io
df48783a2b Enhanced Labs Dashboard with strategic widgets and soft-gating
cgen-00352ad013cc47fdaaea59ed9bc32518
2025-11-17 07:45:30 +00:00
Builder.io
3ba5d68879 Prettier format pending files 2025-11-17 04:58:15 +00:00
Builder.io
1cc6c3c56e Add external property to feature card interface
cgen-c79aa72f12ef4065ad6d0db1a9549469
2025-11-17 04:56:35 +00:00
Builder.io
6c178cc163 Update Dashboard arm click to support external links
cgen-b5977d1e08ea4fb6bd9a796ecc711d4f
2025-11-17 04:56:11 +00:00
Builder.io
58e1c7f1d9 Update Arms.tsx to support external links
cgen-4e1132d780184431ab11397a7a4ee7e7
2025-11-17 04:55:51 +00:00
Builder.io
2d1a084fc6 Add external property to Arms Arm interface
cgen-b3d6c38dbe554ca692115029419ffb1f
2025-11-17 04:55:32 +00:00
Builder.io
1ed90fd089 Restore Foundation to Arms.tsx with external link
cgen-3f06ed58681046a5b084b95b0dfbd308
2025-11-17 04:55:28 +00:00
Builder.io
442374fd9e Remove Foundation from Arms.tsx
cgen-83266e81a8d441c39c649c0ec5ce441f
2025-11-17 03:23:40 +00:00
Builder.io
776caea57a Remove Foundation from Dashboard.tsx
cgen-06c7115a24754eee96285e79c63bb03f
2025-11-17 03:23:36 +00:00
Builder.io
1ab7eae67e Remove Foundation link from Index.tsx arms section
cgen-e18a415c81254e4abecc0b5b3527923d
2025-11-17 03:23:33 +00:00
Builder.io
f9465d75c2 Prettier format pending files 2025-11-17 03:02:34 +00:00
Builder.io
9f317f73f7 completionId: cgen-654631a825c8488a9c64ba2fe973dcf5
cgen-654631a825c8488a9c64ba2fe973dcf5
2025-11-17 02:58:08 +00:00
Builder.io
5af41ea6fc completionId: cgen-fbc781758c6542f880dec88eb80543c6
cgen-fbc781758c6542f880dec88eb80543c6
2025-11-17 02:58:03 +00:00
Builder.io
710b59354b completionId: cgen-1765ddfef25d4e2aa2039158e5f581f8
cgen-1765ddfef25d4e2aa2039158e5f581f8
2025-11-17 02:57:37 +00:00
Builder.io
e40a59035a completionId: cgen-dc0f298efd0741c5b2c0801a696fa998
cgen-dc0f298efd0741c5b2c0801a696fa998
2025-11-17 02:51:12 +00:00
Builder.io
32688c1850 completionId: cgen-092c10d4738d4561bde8eaa5bf1cb4d8
cgen-092c10d4738d4561bde8eaa5bf1cb4d8
2025-11-17 02:51:09 +00:00
Builder.io
6238bddfe7 completionId: cgen-858cbce19f944bb4a6d1761ea1ef5b47
cgen-858cbce19f944bb4a6d1761ea1ef5b47
2025-11-17 02:50:59 +00:00
Builder.io
1d84caf98b completionId: cgen-fdc1a19948304a6f80bbab5ea09e34e1
cgen-fdc1a19948304a6f80bbab5ea09e34e1
2025-11-17 02:50:54 +00:00
Builder.io
b677da8a60 completionId: cgen-dddf1f6f89df41e5a90dd4f76321b618
cgen-dddf1f6f89df41e5a90dd4f76321b618
2025-11-17 02:24:40 +00:00
Builder.io
f92e3d8680 completionId: cgen-de712f8c7a2649a2a8e4bb5126aa71ac
cgen-de712f8c7a2649a2a8e4bb5126aa71ac
2025-11-17 02:07:51 +00:00
Builder.io
fc443f7dfd completionId: cgen-e575afff1b36499eb113028b8083c085
cgen-e575afff1b36499eb113028b8083c085
2025-11-17 02:07:41 +00:00
Builder.io
680747a89b completionId: cgen-43d3b432e791469fafaee4f1aae042d1
cgen-43d3b432e791469fafaee4f1aae042d1
2025-11-16 10:18:52 +00:00
Builder.io
3710b02a8e completionId: cgen-5a4da9cda4314ebebf1aef196d28f913
cgen-5a4da9cda4314ebebf1aef196d28f913
2025-11-16 10:17:33 +00:00
Builder.io
5ef082c44d Prettier format pending files 2025-11-16 09:42:50 +00:00
Builder.io
7435d98410 completionId: cgen-bf92ab2e108d4ecf9503893c38d63427
cgen-bf92ab2e108d4ecf9503893c38d63427
2025-11-16 09:36:42 +00:00
Builder.io
a7d614e9ed Prettier format pending files 2025-11-16 09:32:17 +00:00
Builder.io
a9476d0f75 Replace all API_BASE usages with window.location.origin in NexusDashboard
cgen-9d48550cac724b579880ad860fe25271
2025-11-16 08:49:19 +00:00
Builder.io
fa8fc3b9ed completionId: cgen-382bc2179bfc4532b1f51b308650cd74
cgen-382bc2179bfc4532b1f51b308650cd74
2025-11-16 08:49:01 +00:00
Builder.io
8bda63db7e completionId: cgen-7ce25714075c473cb10950d6a93de61c
cgen-7ce25714075c473cb10950d6a93de61c
2025-11-16 08:48:59 +00:00
Builder.io
098fe02aa5 completionId: cgen-17a053e57a754471a0d06f1e89833463
cgen-17a053e57a754471a0d06f1e89833463
2025-11-16 08:41:42 +00:00
Builder.io
772f229677 completionId: cgen-f12efc1980d74f84bd93d1018ab722fd
cgen-f12efc1980d74f84bd93d1018ab722fd
2025-11-16 08:41:24 +00:00