SurfSense/surfsense_backend/app
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
..
agents feat: test script of new agent 2025-12-18 23:57:57 -08:00
config feat(fix): add PAGES_LIMIT configuration for ETL services 2025-12-11 00:29:56 -08:00
connectors use trafilatura to extrack page content from the chromium result 2025-12-19 10:05:51 +02:00
prompts feat: Implement community prompts feature 2025-11-21 16:28:00 -08:00
retriever roadmap(1.3): Update citation prompt to use new whole document structure 2025-12-14 22:07:31 -08:00
routes feat: test script of new agent 2025-12-18 23:57:57 -08:00
schemas feat: test script of new agent 2025-12-18 23:57:57 -08:00
services feat: test script of new agent 2025-12-18 23:57:57 -08:00
tasks use trafilatura to extrack page content from the chromium result 2025-12-19 10:05:51 +02:00
utils Merge remote-tracking branch 'upstream/main' into feat/bookstack-connector 2025-12-06 09:15:02 +08:00
__init__.py feat: SurfSense v0.0.6 init 2025-03-14 18:53:14 -07:00
app.py feat: fixed OAUTH issues 2025-12-19 14:19:30 -08:00
celery_app.py feat: Implement document saving with reindexing 2025-11-30 04:08:12 +05:30
db.py feat: add note management functionality with BlockNote support 2025-12-16 12:28:30 +05:30
users.py fix: docker backend entrpoint issues 2025-10-28 23:35:53 -07:00