DESKTOP-RTLN3BA\$punk
eb9d19b6b1
feat(connectors): enhance metadata and descriptions for Amazon, Indeed, and Walmart APIs; add Walmart to public route prefixes
2026-07-25 15:54:16 -07:00
CREDO23
91aa265afb
Merge remote-tracking branch 'upstream/dev' into feature-indeed-jobs-scraper
...
# Conflicts:
# README.es.md
# README.hi.md
# README.md
# README.pt-BR.md
# README.zh-CN.md
# surfsense_backend/tests/unit/capabilities/google_maps/test_registry.py
# surfsense_backend/tests/unit/capabilities/reddit/test_registry.py
# surfsense_backend/tests/unit/capabilities/youtube/test_registry.py
# surfsense_mcp/mcp_server/features/scrapers/__init__.py
# surfsense_web/content/docs/connectors/index.mdx
# surfsense_web/content/docs/connectors/native/index.mdx
# surfsense_web/content/docs/connectors/native/meta.json
# surfsense_web/content/docs/how-to/mcp-server.mdx
# surfsense_web/lib/connectors-marketing/index.ts
# surfsense_web/lib/playground/catalog.ts
2026-07-18 22:11:30 +02:00
DESKTOP-RTLN3BA\$punk
1917d76e10
refactor: update Google search system prompt and add Amazon route prefix
2026-07-16 17:39:08 -07:00
CREDO23
e19c876fbc
feat: wire indeed connector into env, readmes, playground and marketing
2026-07-15 19:03:51 +02:00
DESKTOP-RTLN3BA\$punk
ab5970fab1
feat: updating messaging of instagram and tiktok pages
2026-07-13 14:42:11 -07:00
Anish Sarkar
abb2ea2d3b
feat(auth-utils): add Instagram to public route prefixes for monitoring
2026-07-10 09:24:06 +05:30
DESKTOP-RTLN3BA\$punk
0592215bad
feat(auth-utils): add '/blog' to public route prefixes for fixed navigation
2026-07-07 00:37:14 -07:00
DESKTOP-RTLN3BA\$punk
50f2d095aa
feat: api playground, other tweaks
2026-07-06 16:45:04 -07:00
Anish Sarkar
9fc93e5e82
fix(auth): centralize session refresh retry
2026-06-26 22:03:59 +05:30
Anish Sarkar
d2a8d088c7
fix(web):centralize session auth fetch
2026-06-24 03:55:40 +05:30
Anish Sarkar
71045e552d
fix(web):update auth token consumers
2026-06-23 12:57:01 +05:30
Anish Sarkar
3f69bfd5e4
refactor(web): replace instances of BACKEND_URL with buildBackendUrl for improved URL handling
2026-06-16 14:51:25 +05:30
DESKTOP-RTLN3BA\$punk
94e834134f
chore: linting
2026-05-28 19:21:29 -07:00
Varun Shukla
1fbb8fb58d
refactor(env): replace inline process.env reads with BACKEND_URL in lib/
2026-05-20 03:12:02 +05:30
너이름
fb0c13911d
fix(auth): centralize redirect path storage
2026-05-11 06:30:26 +09:00
DESKTOP-RTLN3BA\$punk
ff4e0f9b62
feat: no login experience and prem tokens
Build and Push Docker Images / tag_release (push) Waiting to run
Build and Push Docker Images / build (./surfsense_backend, ./surfsense_backend/Dockerfile, backend, surfsense-backend, ubuntu-24.04-arm, linux/arm64, arm64) (push) Blocked by required conditions
Build and Push Docker Images / build (./surfsense_backend, ./surfsense_backend/Dockerfile, backend, surfsense-backend, ubuntu-latest, linux/amd64, amd64) (push) Blocked by required conditions
Build and Push Docker Images / build (./surfsense_web, ./surfsense_web/Dockerfile, web, surfsense-web, ubuntu-24.04-arm, linux/arm64, arm64) (push) Blocked by required conditions
Build and Push Docker Images / build (./surfsense_web, ./surfsense_web/Dockerfile, web, surfsense-web, ubuntu-latest, linux/amd64, amd64) (push) Blocked by required conditions
Build and Push Docker Images / create_manifest (backend, surfsense-backend) (push) Blocked by required conditions
Build and Push Docker Images / create_manifest (web, surfsense-web) (push) Blocked by required conditions
2026-04-15 17:02:00 -07:00
DESKTOP-RTLN3BA\$punk
49441233e7
feat: enhance keyboard shortcut management and improve app responsiveness
...
- Updated the development script to include a build step before launching the app.
- Refactored the registration of quick ask and autocomplete functionalities to be asynchronous, ensuring proper initialization.
- Introduced IPC channels for getting and setting keyboard shortcuts, allowing users to customize their experience.
- Enhanced the platform module to support better interaction with the Electron API for clipboard operations.
- Improved the user interface for managing keyboard shortcuts in the settings dialog, providing a more intuitive experience.
2026-04-07 00:43:40 -07:00
DESKTOP-RTLN3BA\$punk
e920923fa4
feat: implement auth token synchronization between Electron and web app
...
- Added IPC channels for getting and setting auth tokens in Electron.
- Implemented functions to sync tokens from localStorage to Electron and vice versa.
- Updated components to ensure tokens are retrieved from Electron when not available locally.
- Enhanced user authentication flow by integrating token management across windows.
2026-04-06 23:02:25 -07:00
CREDO23
7192bb1a85
Skip auth on public routes
2026-02-06 14:49:40 +02:00
CREDO23
a8e8b0e2fd
Fix auto-refresh on 401 in base API service
2026-02-05 19:29:34 +02:00
CREDO23
f13345b226
Add logout with token revocation and loading states
2026-02-05 18:56:38 +02:00
CREDO23
233852b681
Switch refresh token storage from cookies to localStorage
2026-02-05 17:55:21 +02:00
DESKTOP-RTLN3BA\$punk
48fc70a08b
chore: cleanup
2026-01-07 19:07:06 -08:00
DESKTOP-RTLN3BA\$punk
b2a97b39ce
refactor: centralize authentication handling
...
- Replaced direct localStorage token access with a centralized `getBearerToken` function across various components and hooks to improve code maintainability and security.
- Updated API calls to use `authenticatedFetch` for consistent authentication handling.
- Enhanced user experience by ensuring proper redirection to login when authentication fails.
- Cleaned up unused imports and improved overall code structure for better readability.
2025-12-02 01:24:09 -08:00