Commit graph

162 commits

Author SHA1 Message Date
renovate[bot]
1647219fa8
chore(deps): update dependency alpine_3_21/musl-dev to v1.2.5-r9 (#246)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-17 09:21:35 +00:00
Dominik Schröter
40d699e777 fix(docker): update environment variable syntax for GCC, MUSL, MUPDF, and SED versions 2025-02-17 10:12:48 +01:00
renovate[bot]
d5bd23828d
fix(deps): update module google.golang.org/api to v0.221.0 (#235)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-14 22:52:09 +01:00
renovate[bot]
7995e98e96
chore(deps): update dependency @types/node to v22.13.2 (#236)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-13 16:52:06 +01:00
renovate[bot]
57bd178670
chore(deps): update golang docker tag to v1.24.0 (#234)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-13 16:51:36 +01:00
renovate[bot]
e547596518
fix(deps): update module cloud.google.com/go/documentai to v1.35.2 (#233)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-13 16:51:14 +01:00
renovate[bot]
5d316a2187
chore(deps): update dependency globals to v15.15.0 (#232)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-13 16:50:57 +01:00
mkrinke
16e478687e
feat: Add TLS configuration support for HTTPS connections in Paperless client (#230)
* feat: Add TLS configuration support for HTTPS connections in Paperless client

* fix: Correct insecure skip verify environment variable logic
2025-02-12 15:47:29 +01:00
renovate[bot]
d99f92f65f
chore(deps): update dependency eslint to v9.20.1 (#228)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-12 05:42:56 +01:00
mkrinke
29c2bb6d04
refactor: Improve auto-tagging process to skip OCR-tagged documents (#227)
* refactor: Improve auto-tagging process to skip OCR-tagged documents

* Use empty template in test case
2025-02-12 05:41:16 +01:00
Kaindl Network
8936e5ea89
Enhance Readme Variables Table (#221)
* Enhance Readme Variables Table

Ive put the Default Values from the long text to a seperate Part of the table.

* Update README.md

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

---------

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-02-11 11:39:25 +01:00
Kaindl Network
d61337fed3
Set Fixed Alpine Version (#217)
The Dockerfile lacks reproducibility during the build process if the container images in use are not pinned to a specific version.
2025-02-11 10:18:53 +01:00
renovate[bot]
e964fdb147
chore(deps): update dependency typescript-eslint to v8.24.0 (#215)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-10 21:30:44 +01:00
Icereed
cf7c93c314
fix(ocr): fix the auto-tag trigger for OCR (#216) 2025-02-10 20:21:45 +00:00
renovate[bot]
18ba388af1
fix(deps): update module google.golang.org/api to v0.220.0 (#210)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-10 15:53:18 +01:00
renovate[bot]
fef7da9cdc
fix(deps): update module github.com/gabriel-vasile/mimetype to v1.4.8 (#209)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-10 15:53:00 +01:00
Icereed
c8c0dd75ff
Google Document AI (#208)
* feat(ocr): implement OCR provider interface and add Google Document AI and LLM providers

* chore(deps): reorder dependencies in go.mod for better readability

* chore: update version numbers and adjust Docker configuration for Google Document AI integration

* feat(logging): add structured logging to Google Document AI and LLM providers

* chore: add placeholder file to maintain directory structure in web-app/dist

* chore(docker): remove Google Application Credentials configuration from docker-compose
2025-02-10 14:34:12 +00:00
Kaindl Network
b1a7b9992d
Removed deprecated compose version (#206)
Removed deprecated compose version
2025-02-10 10:29:00 +01:00
renovate[bot]
0fcc4fcf30
chore(deps): update dependency eslint-plugin-react-refresh to v0.4.19 (#203)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-09 10:19:07 +01:00
Kaindl Network
0bc7a25e44
Removed Docker Version (#201)
Docker Compose Version is now obsolete
2025-02-09 10:18:37 +01:00
renovate[bot]
24b0b30b14
chore(deps): update dependency @vitejs/plugin-react-swc to v3.8.0 (#204)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-09 10:17:58 +01:00
Simon Pamies
7c7c593faa
Fix/update correspondent to not fail (#202)
* Updated CONTRIBUTING.md as such that it runs the full package and not main.go

* Check if a correspondent is already created

* Added a script to ease running the backend quickly

* Changed run script to comply with suggestions by code rabbit
2025-02-08 19:30:28 +01:00
renovate[bot]
4e71f5f841
chore(deps): update eslint monorepo to v9.20.0 (#200)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-08 07:10:56 +01:00
Icereed
abeab949a1
refactor(api): simplify response structures for GetDocuments and GetD… (#199)
* refactor(api): simplify response structures for GetDocuments and GetDocument endpoints

Closes #198

---------

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-02-07 15:47:40 +00:00
Icereed
712ed53c1c
Update README: Revise features and env vars for DeepSeek integration (#197) 2025-02-07 07:29:42 +00:00
renovate[bot]
87b0b4fc07
chore(deps): update dependency testcontainers to v10.18.0 (#196)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-06 19:10:29 +01:00
Icereed
caa27c4d53
Support reasoning models (deepseek-r1) in Ollama (#194) 2025-02-05 19:59:08 +00:00
renovate[bot]
47b0f07b15
chore(deps): update dependency vite to v6.1.0 (#193)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-05 15:46:37 +01:00
renovate[bot]
46922d8899
fix(deps): update module github.com/tmc/langchaingo to v0.1.13-pre.1 (#192)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-05 15:46:11 +01:00
renovate[bot]
93773725f4
chore(deps): update golang docker tag to v1.23.6 (#191)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-05 06:56:24 +01:00
renovate[bot]
5b98ca1e3c
chore(deps): update dependency go to v1.23.6 (#189)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-04 18:49:44 +01:00
renovate[bot]
b3c94f6196
fix(deps): update module golang.org/x/sync to v0.11.0 (#190)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-04 18:49:28 +01:00
renovate[bot]
0b46cbf3b5
chore(deps): update dependency typescript-eslint to v8.23.0 (#187)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-04 10:59:03 +01:00
renovate[bot]
56b3497253
chore(deps): update dependency @types/node to v22.13.1 (#188)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-04 10:58:51 +01:00
Icereed
b8807859c5
Add GET routes for /history and /experimental-ocr; Refactor Sidebar.tsx (#186) 2025-02-03 13:32:13 +00:00
Icereed
1cee2cf2ec
Update README.md 2025-02-03 14:09:09 +01:00
renovate[bot]
a2acaa9543
chore(deps): update node.js to v22 (#181)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-03 13:37:21 +01:00
renovate[bot]
fc0ee1fff5
fix(deps): update react monorepo to v19 (#184)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-03 12:33:56 +00:00
Icereed
df31046a68
fix(deps): update langchaingo to v0.1.13-pre.0.0.20250202074804-0672790bb23a and crypto/sys to v0.29.0/v0.27.0 (#185) 2025-02-03 12:08:45 +00:00
renovate[bot]
8ff80ad849
chore(deps): update postgres docker tag to v17 (#182)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-03 10:52:30 +01:00
renovate[bot]
5a044819aa
fix(deps): update dependency react-router-dom to v7 (#183)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-03 10:52:00 +01:00
Icereed
897f0fbbd7
feat: restructure Dockerfile to build Vite frontend and embed assets in Go application (#178) 2025-02-03 10:51:42 +01:00
renovate[bot]
58fd505313
chore(deps): update dependency testcontainers to v10.17.2 (#179)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-03 10:47:08 +01:00
renovate[bot]
d013bc909e
chore(deps): update dependency typescript-eslint to v8.22.0 (#86)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-03 09:43:17 +01:00
Dominik Schröter
fcf1eeb754 docs: update systemPatterns.md to include manual and auto document processing flows 2025-02-03 09:42:39 +01:00
Icereed
d8e673c1a7
fix: update Docker image tag logic for pull requests and tags (#177) 2025-02-03 09:39:57 +01:00
Dominik Schröter
78ecc12335 feat: initialize memory bank documentation for paperless-gpt project 2025-02-03 09:31:00 +01:00
renovate[bot]
1bd25a297c
chore(deps): update dependency node-fetch to v3.3.2 (#176)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-03 09:28:23 +01:00
renovate[bot]
9ca67c7e38
chore(deps): update golang docker tag to v1.23.5 (#152)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-03 09:27:59 +01:00
renovate[bot]
04b8ec5888
chore(deps): update eslint monorepo to v9.19.0 (#87)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-03 09:27:38 +01:00