Commit graph

159 commits

Author SHA1 Message Date
MrPiglr
61d478abc0 CI: Add ISO workflow and stub build script 2025-12-27 21:28:11 +00:00
MrPiglr
1fccd137ee Add GitLab CI for ISO building with 400GB storage 2025-12-27 20:34:17 +00:00
MrPiglr
e4add3cbb0 Simplify workflow to bare minimum 2025-12-27 19:58:17 +00:00
MrPiglr
de9192adab CI: Update to Node 22 for Capacitor compatibility 2025-12-27 19:54:35 +00:00
MrPiglr
79f4f22012 Fix TS: add Capacitor deps, icons, Mode/Realm enums, type guards 2025-12-27 19:47:54 +00:00
MrPiglr
0f68fcb57e Stabilize build: add Capacitor deps, TS target, stubs and guards 2025-12-27 19:37:48 +00:00
MrPiglr
6f15448197 Simplify workflow: just verify code exists 2025-12-27 19:19:39 +00:00
MrPiglr
833aa2e3a2 Simplify: Remove complex ISO build, use GitHub Actions verification only 2025-12-27 19:16:34 +00:00
MrPiglr
570fede433 Remove issue comment step from workflow dispatch 2025-12-27 18:50:29 +00:00
MrPiglr
3299c35931 Fix GitHub Actions ISO build workflow 2025-12-27 18:40:04 +00:00
MrPiglr
c8d1c01c18 Add AeThex Linux bootable OS 2025-12-27 18:08:27 +00:00
MrPiglr
411c57e508 modified: client/src/pages/os.tsx
modified:   docs/ENTITLEMENTS_QUICKSTART.md
2025-12-27 06:30:21 +00:00
MrPiglr
53fa49295a Resolve merge conflicts in Tauri config 2025-12-26 22:55:28 -07:00
MrPiglr
24b7e83fd2 new file: MOBILE_FEATURES.md 2025-12-26 22:53:51 -07:00
MrPiglr
ebcef5da2e modified: android/capacitor.settings.gradle 2025-12-26 22:53:25 -07:00
MrPiglr
e1c14830b5 deleted: AeThex-OS 2025-12-26 22:08:16 +00:00
MrPiglr
dd1d3579ca modified: package.json 2025-12-24 19:11:48 +00:00
MrPiglr
670aec8068 new file: script/seed.ts 2025-12-24 17:45:22 +00:00
MrPiglr
f97122135d modified: server/routes.ts 2025-12-24 04:41:58 +00:00
MrPiglr
773cc74c33 Add OAuth 2.0 implementation with secure credential handling
- Implement server-side OAuth handlers for Discord, Roblox, GitHub
- Add OAuth routes with state validation and PKCE support
- Create comprehensive documentation (setup, rotation, quickstart)
- Add .env to .gitignore to protect credentials
2025-12-24 04:15:25 +00:00
MrPiglr
fa62b3cef1 modified: server/routes.ts 2025-12-24 02:45:56 +00:00
MrPiglr
99a43bc3c7 modified: client/src/pages/os.tsx 2025-12-24 02:15:46 +00:00
MrPiglr
9ed30a52df modified: .env
new file:   .env.local
	modified:   client/src/lib/supabase.ts
2025-12-24 01:52:33 +00:00
MrPiglr
b98dff9d85 modified: .env 2025-12-24 01:29:16 +00:00
MrPiglr
929d293e5f new file: server/api/os.ts 2025-12-24 01:25:27 +00:00
MrPiglr
e1c3b9d745 modified: client/src/pages/analytics.tsx
modified:   client/src/pages/file-manager.tsx
	modified:   client/src/pages/messaging.tsx
	modified:   client/src/pages/notifications.tsx
2025-12-24 00:36:49 +00:00
MrPiglr
d41043dfdc new file: EXPANSION_COMPLETE.md
new file:   QUICK_REFERENCE.md
	new file:   README_EXPANSION.md
	new file:   SESSION_SUMMARY.md
	new file:   VERIFICATION_CHECKLIST.md
	new file:   client/src/pages/lab.tsx
2025-12-24 00:24:40 +00:00
MrPiglr
7b05506565 modified: package-lock.json 2025-12-23 23:11:20 +00:00
MrPiglr
6876984402 modified: vercel.json 2025-12-23 23:04:09 +00:00
MrPiglr
686ed5ba59 modified: vercel.json 2025-12-23 23:03:14 +00:00
MrPiglr
0499e8a00a modified: vite.config.ts 2025-12-23 22:37:27 +00:00
MrPiglr
0eddcc7d59 new file: api/auth-login.ts
new file:   api/hello.ts
2025-12-23 22:21:05 +00:00
MrPiglr
106253255a modified: server/openai.ts
modified:   server/websocket.ts
2025-12-23 21:41:48 +00:00
MrPiglr
fc6308676e modified: vite.config.ts 2025-12-23 21:33:39 +00:00
MrPiglr
8358f9e964 modified: package-lock.json 2025-12-23 21:10:42 +00:00
MrPiglr
6ed11341d1 Fix ESM module compatibility: convert build to ESM format with proper require/dirname shims for Supabase 2025-12-23 04:56:10 +00:00
MrPiglr
e3e894ca61 Fix Vercel deployment errors: add .js extension to storage import in websocket.ts and fix missing ternary closing paren in passport.tsx 2025-12-23 04:30:10 +00:00
MrPiglr
bd1525b8e7 modified: client/src/App.tsx
new file:   client/src/hooks/use-websocket.ts
	new file:   client/src/pages/achievements.tsx
	new file:   client/src/pages/events.tsx
	new file:   client/src/pages/opportunities.tsx
	modified:   client/src/pages/os.tsx
	modified:   client/src/pages/passport.tsx
	modified:   package-lock.json
	modified:   server/websocket.ts
	new file:   test-implementation.sh
2025-12-23 03:52:48 +00:00
MrPiglr
86bcb7798d
Merge pull request #1 from AeThex-Corporation/codex/request-code-review
Refine Supabase storage update guards and site deletion count
2025-12-22 18:34:00 -07:00
MrPiglr
cd39dc06c5 Add shared update guard and reliable site deletion count 2025-12-22 18:28:49 -07:00
MrPiglr
cf620a3e24 Add includeFiles config to vercel.json for shared directory 2025-12-22 23:04:12 +00:00
MrPiglr
5251d7cb31 Fix @shared/schema path alias to relative import 2025-12-22 22:59:07 +00:00
MrPiglr
ef323d9016 Fix ESM imports with .js extensions for Vercel 2025-12-22 22:53:13 +00:00
MrPiglr
1429beb80e new file: vercel.json 2025-12-22 22:50:03 +00:00
MrPiglr
32b1408135 modified: client/index.html 2025-12-22 22:44:12 +00:00
MrPiglr
0f7f5704da modified: .env 2025-12-22 22:33:48 +00:00
MrPiglr
be2ddda4d5 modified: server/supabase.ts 2025-12-22 02:26:12 +00:00
sirpiglr
fb249c2343 Add chat memory and leadership profile retrieval to AI assistant
Introduces ChatMessage type, leadership profile retrieval, and chat history management functions to the storage layer.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 279f1558-c0e3-40e4-8217-be7e9f4c6eca
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Event-Id: b1b3a853-f2e8-4864-ab40-f66d6dfffce9
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/b984cb14-1d19-4944-922b-bc79e821ed35/279f1558-c0e3-40e4-8217-be7e9f4c6eca/MQQU9It
Replit-Helium-Checkpoint-Created: true
2025-12-21 23:32:15 +00:00
sirpiglr
13c99f97f0 Add knowledge base and chat history for AI assistant
Introduce a new file for AeThex-specific knowledge and a database schema for storing AI chat messages to enable conversational memory.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 279f1558-c0e3-40e4-8217-be7e9f4c6eca
Replit-Commit-Checkpoint-Type: intermediate_checkpoint
Replit-Commit-Event-Id: b361dc7e-05f2-4cb1-b449-192851e8acb5
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/b984cb14-1d19-4944-922b-bc79e821ed35/279f1558-c0e3-40e4-8217-be7e9f4c6eca/MQQU9It
Replit-Helium-Checkpoint-Created: true
2025-12-21 23:30:44 +00:00
sirpiglr
84c8a2aa17 Published your App
Replit-Commit-Author: Deployment
Replit-Commit-Session-Id: 279f1558-c0e3-40e4-8217-be7e9f4c6eca
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Event-Id: c5ac7520-d94e-4176-8ab7-64ee9c9d528e
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/b984cb14-1d19-4944-922b-bc79e821ed35/279f1558-c0e3-40e4-8217-be7e9f4c6eca/bUw0v6H
Replit-Commit-Deployment-Build-Id: 417d615f-ac35-4b72-b920-4a7a52653dee
Replit-Helium-Checkpoint-Created: true
2025-12-21 23:01:31 +00:00