Anish Sarkar
|
d5e2540e51
|
refactor(api): rename personal access tokens to API keys and update related UI components for consistency
|
2026-06-25 23:22:11 +05:30 |
|
Anish Sarkar
|
96b64166b1
|
refactor(ipc): remove showDashboardAfterAuth function and its invocation after OAuth token retrieval
|
2026-06-25 04:37:03 +05:30 |
|
Anish Sarkar
|
2e33ba7723
|
chore: fix linting
|
2026-06-25 04:31:36 +05:30 |
|
Anish Sarkar
|
d6bffa6f07
|
chore: fix linting
|
2026-06-25 04:31:22 +05:30 |
|
Anish Sarkar
|
7d4c994900
|
refactor(blocknote): enhance inline content rendering by incorporating inherited styles
|
2026-06-25 04:19:21 +05:30 |
|
Anish Sarkar
|
f3a4437acd
|
feat(oauth): add checks for oauth_account table existence before migration
|
2026-06-25 03:55:49 +05:30 |
|
Anish Sarkar
|
e5aded5a65
|
feat(oauth): migrate Google OAuth account IDs to use 'sub' and enhance user resolution logic
|
2026-06-25 03:18:42 +05:30 |
|
Anish Sarkar
|
eb76c02d43
|
feat(oauth): implement OAuth page rendering and enhance authentication flow
|
2026-06-24 18:37:04 +05:30 |
|
Anish Sarkar
|
c4e35ac21c
|
chore: add GOOGLE_DESKTOP_CLIENT_ID to environment variables in workflows and update .env.example
|
2026-06-24 16:06:49 +05:30 |
|
Anish Sarkar
|
dfa34dc047
|
chore: update .gitignore to exclude surfsense_desktop/.env file
|
2026-06-24 15:16:51 +05:30 |
|
Anish Sarkar
|
e1beab798a
|
fix(zero): enhance zero context fetching with desktop authentication
|
2026-06-24 12:24:27 +05:30 |
|
Anish Sarkar
|
9b982f575a
|
fix(tools):use authenticated tool requests
|
2026-06-24 03:59:34 +05:30 |
|
Anish Sarkar
|
83ee9aa7ea
|
fix(web):align shared session utilities
|
2026-06-24 03:59:27 +05:30 |
|
Anish Sarkar
|
f98d874185
|
fix(dashboard):use session aware loading
|
2026-06-24 03:59:19 +05:30 |
|
Anish Sarkar
|
6e4d2eb076
|
fix(panels):use session aware asset requests
|
2026-06-24 03:57:23 +05:30 |
|
Anish Sarkar
|
b4328cd52b
|
fix(documents):use authenticated document access
|
2026-06-24 03:55:40 +05:30 |
|
Anish Sarkar
|
fc2c4ad331
|
fix(connectors):use authenticated connector requests
|
2026-06-24 03:55:40 +05:30 |
|
Anish Sarkar
|
0ef8a0f2c9
|
fix(zero):refresh authenticated zero context
|
2026-06-24 03:55:40 +05:30 |
|
Anish Sarkar
|
c8ac7d3fa6
|
fix(web):remove token callback handling
|
2026-06-24 03:55:40 +05:30 |
|
Anish Sarkar
|
9fedd0a81f
|
fix(web):update login cutover flows
|
2026-06-24 03:55:40 +05:30 |
|
Anish Sarkar
|
d2a8d088c7
|
fix(web):centralize session auth fetch
|
2026-06-24 03:55:40 +05:30 |
|
Anish Sarkar
|
951cb1a717
|
fix(evals):update auth token handling
|
2026-06-24 03:55:39 +05:30 |
|
Anish Sarkar
|
65ab1cbdd4
|
fix(desktop):route auth deep links safely
|
2026-06-24 03:55:39 +05:30 |
|
Anish Sarkar
|
2fd7551d36
|
fix(desktop):add auth cutover ipc
|
2026-06-24 03:55:39 +05:30 |
|
Anish Sarkar
|
766fa25ea0
|
fix(tests):cover auth transport invariants
|
2026-06-24 03:55:39 +05:30 |
|
Anish Sarkar
|
62c7efb216
|
fix(auth):enforce session auth cutover
|
2026-06-24 03:55:39 +05:30 |
|
Anish Sarkar
|
fbecbb98b5
|
fix(auth):harden session cookie transport
|
2026-06-24 03:55:39 +05:30 |
|
Anish Sarkar
|
9b127a8533
|
chore(dependencies): add mermaid package to project
|
2026-06-24 03:52:21 +05:30 |
|
Anish Sarkar
|
e651cfd9ce
|
chore(alembic): rename migrations for zero authz parent tables and harden refresh token schema
|
2026-06-23 18:23:40 +05:30 |
|
Anish Sarkar
|
bf8772e312
|
Merge remote-tracking branch 'upstream/dev' into feat/auth-revamp
|
2026-06-23 15:52:11 +05:30 |
|
Rohan Verma
|
bbd095bd7d
|
Merge pull request #1534 from Ryan-PG/fix/1497-mermaid-rendering
feat(markdown): add Mermaid diagram rendering support (#1497)
|
2026-06-23 02:27:13 -07:00 |
|
Rohan Verma
|
cb9da1bc8b
|
Merge pull request #1533 from Glodykajabika/test/blocknote-to-markdown-unit-tests
Test/blocknote to markdown unit tests
|
2026-06-23 02:25:42 -07:00 |
|
Ryan Heida
|
e70d2e2465
|
feat(markdown): add Mermaid diagram rendering support (#1497)
- Add MermaidDiagram component for rendering mermaid code blocks
- Integrate mermaid support into MarkdownCodeBlock
- Improve fallback handling for invalid diagrams
- Optimize mermaid initialization and theme handling
|
2026-06-23 12:31:17 +03:30 |
|
Rohan Verma
|
a0f44b283c
|
Merge pull request #1524 from AnishSarkar22/feat/api-key
feat(auth): replace JWT-as-API-key with hashed PATs + per-space API access gate
|
2026-06-23 00:55:34 -07:00 |
|
Anish Sarkar
|
8a6c30c660
|
fix(chore): rename alembic migration for PATs
|
2026-06-23 13:11:07 +05:30 |
|
Anish Sarkar
|
3695e1d5c5
|
Merge remote-tracking branch 'upstream/dev' into feat/api-key
|
2026-06-23 13:09:53 +05:30 |
|
Anish Sarkar
|
b37114f193
|
fix(web):refresh dashboard session queries
|
2026-06-23 13:01:41 +05:30 |
|
Anish Sarkar
|
be95f65c6b
|
fix(zero):scope content workspace queries
|
2026-06-23 13:01:21 +05:30 |
|
Anish Sarkar
|
737d63f3dc
|
fix(zero):scope core workspace queries
|
2026-06-23 13:00:40 +05:30 |
|
Anish Sarkar
|
90c3dc98ca
|
fix(zero):add authz parent schemas
|
2026-06-23 12:59:50 +05:30 |
|
Anish Sarkar
|
3cbd109e8d
|
fix(zero):load authz context for queries
|
2026-06-23 12:59:16 +05:30 |
|
Anish Sarkar
|
54ff86dcc2
|
fix(web):update secondary auth entrypoints
|
2026-06-23 12:58:39 +05:30 |
|
Anish Sarkar
|
1163557453
|
fix(web):update password auth forms
|
2026-06-23 12:58:25 +05:30 |
|
Anish Sarkar
|
71045e552d
|
fix(web):update auth token consumers
|
2026-06-23 12:57:01 +05:30 |
|
Anish Sarkar
|
411bb0019e
|
fix(web):centralize session api handling
|
2026-06-23 12:55:50 +05:30 |
|
Anish Sarkar
|
fcf2485863
|
fix(desktop):add oauth session handoff
|
2026-06-23 12:55:43 +05:30 |
|
Anish Sarkar
|
f481d1360a
|
fix(desktop):add secure auth ipc bridge
|
2026-06-23 12:55:36 +05:30 |
|
Anish Sarkar
|
7241a7a894
|
fix(authz):add zero context authorization checks
|
2026-06-23 12:55:25 +05:30 |
|
Anish Sarkar
|
08c1d12eb1
|
fix(authz):publish zero parent tables
|
2026-06-23 12:53:36 +05:30 |
|
Anish Sarkar
|
2b6bf504ec
|
fix(users):expose current user session routes
|
2026-06-23 12:53:29 +05:30 |
|