SurfSense/surfsense_web
Rohan Verma d0664f3dd6
Some checks failed
Build and Push Docker Images / compute_version (push) Has been cancelled
Build and Push Docker Images / finalize_release (push) Has been cancelled
Build and Push Docker Images / build (./surfsense_backend, cpu, ./surfsense_backend/Dockerfile, backend, surfsense-backend, ubuntu-24.04-arm, linux/arm64, arm64, , production, false, cpu) (push) Has been cancelled
Build and Push Docker Images / build (./surfsense_backend, cpu, ./surfsense_backend/Dockerfile, backend, surfsense-backend, ubuntu-latest, linux/amd64, amd64, , production, false, cpu) (push) Has been cancelled
Build and Push Docker Images / build (./surfsense_backend, cu126, ./surfsense_backend/Dockerfile, backend, surfsense-backend, ubuntu-24.04-arm, linux/arm64, arm64, -cuda126, production, true, cuda126) (push) Has been cancelled
Build and Push Docker Images / build (./surfsense_backend, cu126, ./surfsense_backend/Dockerfile, backend, surfsense-backend, ubuntu-latest, linux/amd64, amd64, -cuda126, production, true, cuda126) (push) Has been cancelled
Build and Push Docker Images / build (./surfsense_backend, cu128, ./surfsense_backend/Dockerfile, backend, surfsense-backend, ubuntu-24.04-arm, linux/arm64, arm64, -cuda, production, true, cuda) (push) Has been cancelled
Build and Push Docker Images / build (./surfsense_backend, cu128, ./surfsense_backend/Dockerfile, backend, surfsense-backend, ubuntu-latest, linux/amd64, amd64, -cuda, production, true, cuda) (push) Has been cancelled
Build and Push Docker Images / build (./surfsense_web, cpu, ./surfsense_web/Dockerfile, web, surfsense-web, ubuntu-24.04-arm, linux/arm64, arm64, , runner, false, cpu) (push) Has been cancelled
Build and Push Docker Images / build (./surfsense_web, cpu, ./surfsense_web/Dockerfile, web, surfsense-web, ubuntu-latest, linux/amd64, amd64, , runner, false, cpu) (push) Has been cancelled
Build and Push Docker Images / verify_digests (push) Has been cancelled
Build and Push Docker Images / create_manifest (backend, surfsense-backend, , cpu) (push) Has been cancelled
Build and Push Docker Images / create_manifest (backend, surfsense-backend, -cuda, cuda) (push) Has been cancelled
Build and Push Docker Images / create_manifest (backend, surfsense-backend, -cuda126, cuda126) (push) Has been cancelled
Build and Push Docker Images / create_manifest (web, surfsense-web, , cpu) (push) Has been cancelled
Merge pull request #1560 from mvanhorn/refactor/1363-delete-notes-api-service
refactor: delete unused notesApiService orphan API module
2026-06-29 17:47:46 -07:00
..
app refactor(chat): use shared authenticated fetch for chat requests 2026-06-26 22:04:33 +05:30
atoms Merge pull request #1536 from CREDO23/feature-mention-chat-in-chat 2026-06-25 13:32:25 -07:00
blog/content fix: update URLs to use the "www" subdomain across the application 2026-05-15 12:35:15 -07:00
changelog/content refactor(api): rename personal access tokens to API keys and update related UI components for consistency 2026-06-25 23:22:11 +05:30
components fix(web): don't submit chat on Enter during IME composition 2026-06-28 13:13:46 +09:00
content/docs docs: document runtime env vars and same-origin proxy access 2026-06-16 02:12:11 +05:30
contexts refactor: anonymous/free chat experience 2026-05-31 15:58:21 -07:00
contracts Merge pull request #1532 from CREDO23/imporve-artifacts-accessibility 2026-06-25 13:31:45 -07:00
features feat: link artifacts to source chat 2026-06-23 15:47:21 +02:00
hooks refactor(auth): streamline session handling with authenticatedFetch 2026-06-26 22:05:11 +05:30
i18n
lib refactor: delete unused notesApiService orphan API module 2026-06-29 00:49:30 -07:00
messages refactor(api): rename personal access tokens to API keys and update related UI components for consistency 2026-06-25 23:22:11 +05:30
public feat(announcements): enhance AnnouncementCard and add spotlight feature 2026-05-31 18:51:49 -07:00
tests fix(dashboard):use session aware loading 2026-06-24 03:59:19 +05:30
types fix(web):centralize session auth fetch 2026-06-24 03:55:40 +05:30
zero chore: fix linting 2026-06-25 04:31:22 +05:30
.cursorrules
.dockerignore chore: ignore Playwright runtime artifacts 2026-05-04 17:48:44 +05:30
.env.example Merge remote-tracking branch 'upstream/dev' into feat/auth-revamp 2026-06-23 15:52:11 +05:30
.gitignore chore: update .gitignore and biome.json to include additional test-related directories and files for improved E2E testing 2026-05-12 03:59:52 +05:30
biome.json chore: update .gitignore and biome.json to include additional test-related directories and files for improved E2E testing 2026-05-12 03:59:52 +05:30
components.json
Dockerfile refactor(docker): remove docker-entrypoint.sh and update Dockerfile to use CMD for server execution 2026-06-16 22:01:23 +05:30
drizzle.config.ts
eslint.config.mjs refactor(web): replace instances of BACKEND_URL with buildBackendUrl for improved URL handling 2026-06-16 14:51:25 +05:30
instrumentation-client.ts feat(automations): enhance tracking for automation lifecycle events 2026-05-30 01:13:21 -07:00
instrumentation.ts
LICENSE
mdx-components.tsx perf(images): add sizes prop to improve Next.js image loading 2026-04-03 22:11:21 +07:00
next.config.ts feat(next.config): enable remote SVG support with enhanced content security policy 2026-05-05 19:13:38 -07:00
package.json feat: bumped version to 0.0.30 2026-06-25 21:05:04 -07:00
playwright.config.ts ci: align workflows and playwright with runtime env vars 2026-06-16 02:11:48 +05:30
pnpm-lock.yaml chore(dependencies): add mermaid package to project 2026-06-24 03:52:21 +05:30
pnpm-workspace.yaml feat: added blog posts 2026-05-15 11:55:30 -07:00
postcss.config.mjs
proxy.ts chore: fix linting 2026-06-25 04:31:22 +05:30
source.config.ts refactor(changelog): remove title and description fields from changelog entries and update schema 2026-06-09 10:13:27 +05:30
svgr.d.ts
tailwind.config.js
tsc_out.txt refactor: remove search_surfsense_docs tool and related references 2026-05-28 22:35:14 -07:00
tsconfig.json