DESKTOP-RTLN3BA\$punk
2b6c39ad6a
chore: another bump
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-21 02:32:50 -07:00
DESKTOP-RTLN3BA\$punk
5ce7d52aa6
chore: bumped version
2026-04-21 02:14:42 -07:00
DESKTOP-RTLN3BA\$punk
3f30b12bd4
feat: bumped version to v0.0.17
2026-04-21 01:38:52 -07:00
DESKTOP-RTLN3BA\$punk
e7fba022c1
chore: bumped version to 0.0.16
2026-04-16 01:18:03 -07:00
DESKTOP-RTLN3BA\$punk
29b1a9981e
feat: bumped version to 0.0.15
2026-04-08 16:17:37 -07:00
Anish Sarkar
6038f6dfc0
Merge remote-tracking branch 'upstream/dev' into feat/azure-ocr
2026-04-08 05:00:32 +05:30
Anish Sarkar
73a9c5fbd1
chore: add azure-ai-documentintelligence dependency
2026-04-07 23:53:19 +05:30
DESKTOP-RTLN3BA\$punk
323886b481
security : CVE-2026-35030 fix
2026-04-06 21:39:14 -07:00
DESKTOP-RTLN3BA\$punk
529af2be39
feat: bumped version to 0.0.14
2026-03-31 21:45:18 -07:00
DESKTOP-RTLN3BA\$punk
a9fd45844d
feat: integrate Stripe for page purchases and reconciliation tasks
2026-03-31 18:39:45 -07:00
DESKTOP-RTLN3BA\$punk
2cc2d339e6
feat: made agent file sytem optimized
2026-03-28 16:39:46 -07:00
DESKTOP-RTLN3BA\$punk
685ad0c02d
feat: add folder management features including creation, deletion, and organization of documents within folders
2026-03-27 01:39:15 -07:00
Anish Sarkar
5c598e8588
Merge remote-tracking branch 'upstream/dev' into feat/human-in-the-loop
2026-03-22 15:45:45 +05:30
DESKTOP-RTLN3BA\$punk
43c9a09a6c
chore: add daytona dependency to pyproject.toml and update uv.lock
2026-03-22 01:55:56 -07:00
Anish Sarkar
77cc2af14f
Merge remote-tracking branch 'upstream/dev' into feat/human-in-the-loop
2026-03-21 13:17:24 +05:30
DESKTOP-RTLN3BA\$punk
755f8b71fe
secutiry: CVE-2026-32597 fix
2026-03-17 23:39:07 -07:00
DESKTOP-RTLN3BA\$punk
9da3384c43
security: a couple of CVE fixes
...
- Added authlib version 1.6.9 and tornado version 6.5.5 to the project dependencies.
- Updated authlib version in uv.lock to 1.6.9 with corresponding source and wheel URLs.
- Included tornado in the dependencies section of uv.lock for consistency.
2026-03-17 23:37:27 -07:00
Anish Sarkar
0b8bee0076
feat: integrate notion-markdown for markdown conversion in NotionHistoryConnector
...
- Added notion-markdown dependency to pyproject.toml.
- Refactored _markdown_to_blocks method to utilize notion-markdown for converting markdown content to Notion blocks.
- Updated create-notion-page component to replace Loader2Icon with Spinner for improved loading indication.
2026-03-17 23:42:26 +05:30
DESKTOP-RTLN3BA\$punk
001b2c9094
chore: remove unused dependencies 'mmdc' and 'phasma' from project configuration
2026-03-10 14:11:31 -07:00
DESKTOP-RTLN3BA\$punk
11b84a3fb4
feat: expand report export functionality to support multiple formats (PDF, DOCX, HTML, EPUB, etc.) and enhance UI for format selection
2026-03-09 18:31:14 -07:00
Anish Sarkar
87711ee381
chore: clean up .env.example and pyproject.toml
...
- Removed commented-out testing configuration from .env.example to streamline the file.
- Updated markers in pyproject.toml to remove the e2e test marker, clarifying the purpose of the remaining markers.
2026-02-26 23:56:01 +05:30
Anish Sarkar
9ccee054a5
chore: ran linting
2026-02-26 03:05:20 +05:30
Anish Sarkar
f59a70f7a5
Merge remote-tracking branch 'upstream/dev' into feat/document-test
2026-02-26 02:22:10 +05:30
Anish Sarkar
a57ab02900
feat: Implement file upload limits and page limit enforcement in backend
...
- Added constants for maximum files per upload, per-file size, and total upload size.
- Enhanced document upload route to validate file counts and sizes, returning appropriate HTTP errors.
- Introduced end-to-end tests for upload limits and page limit enforcement, ensuring correct behavior under various scenarios.
- Updated test helpers to support notification retrieval for page limit exceeded scenarios.
2026-02-26 01:25:34 +05:30
CREDO23
ab31bba3ad
merge upstream/dev
2026-02-25 20:52:05 +02:00
Anish Sarkar
93c0af475b
Merge remote-tracking branch 'upstream/dev' into feat/document-test
2026-02-25 20:25:06 +05:30
Anish Sarkar
2fef971fa9
chore: Update pytest duration reporting in pyproject.toml and refine testing documentation
2026-02-25 18:36:55 +05:30
Anish Sarkar
03d8788241
chore: Enhance pytest configuration and add custom markers in pyproject.toml
2026-02-25 17:51:33 +05:30
Anish Sarkar
d350f47ee7
chore: Update pytest configuration in pyproject.toml to enhance test output
...
- Added command-line options to pytest configuration for verbose output, short tracebacks, and duration reporting of the slowest tests.
2026-02-25 17:34:49 +05:30
Anish Sarkar
b7447b26f9
Refactor dependency management in pyproject.toml and uv.lock to include testing libraries and update pytest configuration
2026-02-25 16:06:16 +05:30
Anish Sarkar
d576e93f2a
Update dependencies in pyproject.toml and uv.lock for testing and package management
2026-02-25 15:36:29 +05:30
DESKTOP-RTLN3BA\$punk
a6563f396a
chore: moved to daytona due to lack of windows support in microsandbox
2026-02-25 00:38:27 -08:00
DESKTOP-RTLN3BA\$punk
421bb29466
chore: update microsandbox command to bind to all interfaces and add compatibility shims for missing types
2026-02-24 23:53:03 -08:00
DESKTOP-RTLN3BA\$punk
2869d3a9c8
Merge commit ' d0ee8b12b6' into codesandbox_integration
2026-02-24 16:38:09 -08:00
DESKTOP-RTLN3BA\$punk
c007f0e056
feat: unut codesandbox integration
2026-02-24 16:36:11 -08:00
Rohan Verma
d0ee8b12b6
Merge pull request #834 from CREDO23/google-drive-hitl
...
[Feature] Add human in the loop for google drive sensitive actions (create:docs,sheets & delete)
2026-02-24 16:34:25 -08:00
CREDO23
579a9e2cb5
feat: implement and test prepare_for_indexing
2026-02-25 00:06:34 +02:00
CREDO23
10a6ba6924
test: bootstrap pytest environment for backend
2026-02-24 18:19:56 +02:00
DESKTOP-RTLN3BA\$punk
ce46708064
chore: update deepagents
2026-02-20 15:21:20 -08:00
CREDO23
ed98af188c
add Markdown dependency
2026-02-20 16:25:30 +02:00
DESKTOP-RTLN3BA\$punk
a8c1aa28c0
feat: remove pandoc and its respective engine dependencies
2026-02-13 01:34:43 -08:00
Anish Sarkar
3336626336
chore: update Dockerfiles to install Typst for PDF rendering and remove WeasyPrint dependencies
2026-02-12 15:57:35 +05:30
Anish Sarkar
e7a73d0570
feat: add report export capabilities with Pandoc and WeasyPrint support
...
- Updated Dockerfiles to include Pandoc and WeasyPrint runtime libraries for report generation.
- Enhanced report retrieval functionality to include version siblings in the response.
- Modified report export process to utilize WeasyPrint for PDF generation, improving output quality.
2026-02-11 23:24:51 +05:30
Anish Sarkar
1d1e2c6b48
chore: add pypandoc dependency to pyproject.toml and update uv.lock
2026-02-11 12:37:44 +05:30
Anish Sarkar
2dec643cb4
Merge remote-tracking branch 'upstream/dev' into fix/auth
2026-02-10 11:36:06 +05:30
DESKTOP-RTLN3BA\$punk
7e00e5683d
feat: bumped version to 0.0.13
2026-02-09 17:59:07 -08:00
Anish Sarkar
79f004bbb1
feat: implement rate limiting for authentication endpoints and enhance error handling for login attempts
2026-02-08 18:08:56 +05:30
DESKTOP-RTLN3BA\$punk
2b1d33db19
security: CVE-2025-64712 fix
...
- Removed outdated dependencies: unstructured-client and langchain-unstructured.
- Added new versions for unstructured-client (0.42.3), unstructured[all-docs] (0.18.31), and langchain-unstructured (1.0.1).
2026-02-03 13:27:09 -08:00
DESKTOP-RTLN3BA\$punk
09162ad5ca
release: 0.0.12
2026-01-24 17:53:57 -08:00
DESKTOP-RTLN3BA\$punk
4b19d7be8c
security: CVE-2025-68664 fix
2026-01-22 22:34:49 -08:00