Commit graph

1617 commits

Author SHA1 Message Date
Rohan Verma
0114ff6702
Merge pull request #603 from MODSetter/dev
feat: enhance CSRF cookie configuration for OAuth
2025-12-19 15:04:29 -08:00
DESKTOP-RTLN3BA\$punk
7e383b3fe2 feat: enhance CSRF cookie configuration for OAuth
- Added support for SameSite attribute in CSRF cookies to handle cross-origin requests.
- Set SameSite to 'none' for secure contexts and 'lax' for local development.
2025-12-19 15:03:12 -08:00
Rohan Verma
231c36805d
Merge pull request #602 from MODSetter/dev
feat: updated CORS configuration
2025-12-19 14:50:50 -08:00
DESKTOP-RTLN3BA\$punk
3db5a11fc1 Merge commit '3332142485' into dev 2025-12-19 14:50:09 -08:00
DESKTOP-RTLN3BA\$punk
18a4857c2b feat: enhance CORS configuration for frontend integration
- Updated CORS middleware to allow specific origins based on NEXT_FRONTEND_URL.
- Added support for localhost origins for local development.
- Ensured compatibility with both www and non-www variants of the frontend URL.
2025-12-19 14:49:49 -08:00
Rohan Verma
3332142485
Merge pull request #601 from MODSetter/dev
feat: fixed OAUTH issues
2025-12-19 14:20:21 -08:00
DESKTOP-RTLN3BA\$punk
3f2b915cd0 feat: fixed OAUTH issues
- Added BACKEND_URL to .env.example for optional OAuth callback configuration when behind a reverse proxy with HTTPS.
- Updated fastapi-users dependency to version 15.0.3 in pyproject.toml.
- Updated argon2-cffi and email-validator versions in uv.lock.
- Enhanced Google OAuth integration in app.py to handle secure contexts for CSRF cookies.
- Updated GoogleLoginButton component to include credentials in fetch requests.
- Updated documentation to reflect the new BACKEND_URL variable in both docker and manual installation guides.
2025-12-19 14:19:30 -08:00
Rohan Verma
46f608486d
Merge pull request #600 from MODSetter/dev
revert hotfix
2025-12-19 13:31:40 -08:00
DESKTOP-RTLN3BA\$punk
8ab0f67354 Merge commit '50febcb4a6' into dev 2025-12-19 13:31:08 -08:00
DESKTOP-RTLN3BA\$punk
8d66d32c07 revert 2025-12-19 13:30:50 -08:00
Rohan Verma
50febcb4a6
Merge pull request #599 from MODSetter/dev
hotfix(try): OAUTH_INVALID_STATE
2025-12-19 12:50:10 -08:00
DESKTOP-RTLN3BA\$punk
10a2180873 hotfix(try): OAUTH_INVALID_STATE 2025-12-19 12:49:40 -08:00
Rohan Verma
07fa070760
Merge pull request #596 from MODSetter/dev
feat: fixed web crawler, jotai migrations & new agent test script
2025-12-19 00:46:05 -08:00
DESKTOP-RTLN3BA\$punk
4d02e8768d chore: biome 2025-12-19 00:45:29 -08:00
Rohan Verma
c53bd54fd4
Merge pull request #595 from CREDO23/fix-webcrawler-indexing
[Feat] Optimize AsyncChromiumLoader with Trafilatura for main content extraction
2025-12-19 00:30:34 -08:00
DESKTOP-RTLN3BA\$punk
2c07f0aed6 Merge commit '90b4ce6e43' into dev 2025-12-19 00:18:49 -08:00
CREDO23
f524cf5322 use trafilatura to extrack page content from the chromium result 2025-12-19 10:05:51 +02:00
CREDO23
64cd65bc1f use trafilatura to extrack page content from the chromium result 2025-12-19 10:05:51 +02:00
DESKTOP-RTLN3BA\$punk
c6cc7c2a6a feat: test script of new agent 2025-12-18 23:57:57 -08:00
Rohan Verma
e48aa3f1c7
Merge pull request #593 from CREDO23/feat/add-jotai-tanstack-rbac-members-invites
[Feat] Members & Invites | Add jotai & tanstack
2025-12-18 16:26:04 -08:00
CREDO23
94c830c5ab fix appi service endpoints 2025-12-18 20:10:20 +00:00
CREDO23
3bdaf637b4 restore gitignore 2025-12-18 18:42:38 +00:00
CREDO23
2d48edf420 restore gitignore 2025-12-18 18:41:37 +00:00
CREDO23
9c378550ba refactor: complete RBAC migration cleanup - remove unused hooks and fix type imports 2025-12-18 18:37:26 +00:00
CREDO23
1c00e6f12e fix: update invite schemas to match backend and fix cache key reference 2025-12-18 18:36:32 +00:00
CREDO23
f8ec87c7f2 chore: delete unused useUserAccess hook from use-rbac.ts 2025-12-18 18:36:32 +00:00
CREDO23
74c7e5e7b3 feat: migrate useUserAccess to myAccessAtom in client-layout 2025-12-18 18:36:32 +00:00
CREDO23
e520e3e217 chore: delete unused useMembers hook from use-rbac.ts 2025-12-18 18:36:32 +00:00
CREDO23
bce8340750 feat: migrate useUserAccess to myAccessAtom in team page 2025-12-18 18:36:32 +00:00
CREDO23
18ac6bf0c5 feat: remove unused useInvites hook references from team page 2025-12-18 18:36:32 +00:00
CREDO23
0d2f58001b feat: migrate revokeInvite to deleteInviteMutationAtom in team page 2025-12-18 18:36:32 +00:00
CREDO23
15541b71c9 feat: migrate createInvite to createInviteMutationAtom in team page 2025-12-18 18:36:32 +00:00
CREDO23
82b06d42c2 feat: migrate invites fetch query to useQuery in team page 2025-12-18 18:36:32 +00:00
CREDO23
6e288a59fb feat: migrate removeMember to deleteMemberMutationAtom in team page 2025-12-18 18:34:00 +00:00
CREDO23
7bb840b62a feat: migrate updateMemberRole to handleUpdateMember using jotai + tanstack query 2025-12-18 18:33:36 +00:00
CREDO23
ceef916fba chore: add AGENTS.md to gitignore and remove from tracking 2025-12-18 18:32:38 +00:00
CREDO23
bade48efef docs: add AGENTS.md repository guidelines 2025-12-18 18:32:37 +00:00
CREDO23
3fc3016474 feat: migrate members fetch to membersAtom in team page 2025-12-18 18:30:49 +00:00
CREDO23
4ffd857110 feat: add invitesAtom query atom 2025-12-18 18:29:41 +00:00
CREDO23
920ac210c7 fix: use centralized cache keys instead of hardcoded string 2025-12-18 18:29:41 +00:00
CREDO23
92e2414ff7 feat: add acceptInviteMutationAtom 2025-12-18 18:29:41 +00:00
CREDO23
5e0bc3823c feat: add deleteInviteMutationAtom 2025-12-18 18:29:41 +00:00
CREDO23
9c22ae2da5 feat: add updateInviteMutationAtom for invite updates 2025-12-18 18:29:41 +00:00
CREDO23
3cd9018626 feat: add createInviteMutationAtom for invite creation 2025-12-18 18:29:41 +00:00
CREDO23
85c8ca67cb feat: add cache keys for invites 2025-12-18 18:29:41 +00:00
CREDO23
01bcfa999e feat: add acceptInvite method to invites API service 2025-12-18 18:29:41 +00:00
CREDO23
0cf85943d2 feat: add getInviteInfo method to invites API service 2025-12-18 18:29:41 +00:00
CREDO23
d32c824412 feat: add deleteInvite method to invites API service 2025-12-18 18:29:41 +00:00
CREDO23
d061b6258f feat: add updateInvite method to invites API service 2025-12-18 18:29:41 +00:00
CREDO23
5c64182960 feat: add getInvites method to invites API service 2025-12-18 18:29:41 +00:00