shamoon
f201de9d53
Dont show root in the list (and remove it from the sortable list)
2026-08-18 13:25:16 -07:00
shamoon
12c0ab1741
Basic merge dialog
2026-08-18 13:25:16 -07:00
shamoon
b6093abed7
Forgot to import the icon
2026-08-18 13:25:16 -07:00
shamoon
c656bd51aa
Frondend bulk edit stuff
2026-08-18 13:25:16 -07:00
shamoon
c2425a28c6
Ok frontend service
2026-08-18 13:25:16 -07:00
shamoon
97a4be6df5
Tests for API view
2026-08-18 13:25:16 -07:00
shamoon
c379be0862
API view
2026-08-18 13:25:16 -07:00
shamoon
b2ecad3f2c
Backend operation, also delete from search and notify the frontend
2026-08-18 13:25:16 -07:00
shamoon
ef5aaa91f5
Basic merge as versions view
2026-08-18 13:25:16 -07:00
b17a512539
Refactor: render paperless_ai prompts via Jinja2 templates instead of f-strings ( #13698 )
...
* Refactor: render paperless_ai prompts via Jinja2 templates instead of f-strings
* Apply suggestions from code review
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com >
2026-08-18 18:32:21 +00:00
shamoon
4cf027de40
Tweak: space out the side menu sub-nav a bit
2026-08-18 09:44:03 -07:00
shamoon
41953c7846
Chore: harden ImageMagick policy
2026-08-18 09:38:54 -07:00
e5abe5cf32
Chore(deps): Bump the uv group across 1 directory with 2 updates ( #13709 )
...
Bumps the uv group with 2 updates in the / directory: [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions ) and [sqlparse](https://github.com/andialbrecht/sqlparse ).
Updates `pymdown-extensions` from 11.0 to 11.0.1
- [Release notes](https://github.com/facelessuser/pymdown-extensions/releases )
- [Commits](https://github.com/facelessuser/pymdown-extensions/compare/11.0...11.0.1 )
Updates `sqlparse` from 0.5.5 to 0.6.0
- [Changelog](https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG )
- [Commits](https://github.com/andialbrecht/sqlparse/compare/0.5.5...0.6.0 )
---
updated-dependencies:
- dependency-name: pymdown-extensions
dependency-version: 11.0.1
dependency-type: indirect
- dependency-name: sqlparse
dependency-version: 0.6.0
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-08-18 15:11:24 +00:00
shamoon and GitHub
643d0205bc
Fix: dont re-render path template when checking collisions ( #13718 )
2026-08-18 07:19:51 -07:00
GitHub Actions
2865a095b0
Auto translate strings
2026-08-18 07:52:35 +00:00
shamoon and GitHub
f0eb77c405
Chore: update, reorg some npm deps ( #13716 )
2026-08-18 00:50:58 -07:00
shamoon and GitHub
e5cc7c6c40
Chore: complete pnpm 11 switch on ci ( #13713 )
2026-08-18 00:19:49 -07:00
shamoon and GitHub
f2806179a2
Fix: DocumentClassifierSchema bounds ( #13707 )
2026-08-17 09:58:35 -07:00
shamoon
36c736a9f9
Drop this
2026-08-16 20:13:35 -07:00
GitHub Actions
be35079d54
Auto translate strings
2026-08-16 23:06:11 +00:00
shamoon
a75465b734
Fix: fix trash double-bottom border
2026-08-16 16:04:27 -07:00
shamoon
0af1e41753
Fix: fix modal create closing open dropdown
2026-08-16 15:51:36 -07:00
GitHub Actions
d88b281eb2
Auto translate strings
2026-08-16 06:14:38 +00:00
shamoon and GitHub
8446036777
Tweak: small visual tweaks / improvements & fixes ( #13700 )
2026-08-15 23:12:51 -07:00
shamoon and GitHub
8ad5e8cca3
Fix: remove shadow around attribute pages ( #13696 )
2026-08-15 11:32:23 -07:00
shamoon and GitHub
1606a46b53
Zen: correct dropdown corner radius visual defect ( #13695 )
2026-08-15 10:41:54 -07:00
shamoon and GitHub
f647f304da
Fix: handle Android keyboard popper overlay ( #13694 )
2026-08-15 09:42:59 -07:00
GitHub Actions
31746371f4
Auto translate strings
2026-08-14 22:53:12 +00:00
Trenton H and GitHub
0e5fbc973a
Enhancement: prefer existing tags, types, correspondents, and storage paths in AI suggestions ( #13676 )
...
AI Suggestions previously invented near-duplicate metadata because the classification
prompt had no knowledge of the installation's own taxonomy. This surfaces
a small, ranked, permission-filtered set of existing tags/document
types/correspondents/storage paths - drawn from the document's RAG
neighbors plus its own already-assigned metadata - so the model prefers
reusing what already exists.
The LLM response schema now returns existing_ids (IDs of reused
candidates) separately from new_names (genuinely new suggestions).
Only new_names goes through localization and fuzzy name-matching;
existing_ids is resolved deterministically and never touched by the
localization pass, so exact matches can no longer be silently
corrupted by translation.
2026-08-14 15:51:34 -07:00
GitHub Actions
3322c92837
Auto translate strings
2026-08-14 18:46:35 +00:00
shamoon and GitHub
db15c82804
Fix: only show create when there is text, hide set values if no fields in cf bulk edit dropdown ( #13688 )
2026-08-14 11:43:45 -07:00
Trenton H and GitHub
fe5d09a123
Fix: reopen a fresh Tantivy index per write to prevent orphaned segment files ( #13682 )
2026-08-14 16:21:15 +00:00
GitHub Actions
a0feb827c9
Auto translate strings
2026-08-14 15:38:40 +00:00
shamoon and GitHub
b599b13f72
Tweak: tweak permissions menu labels for shared user-dependent views ( #13685 )
2026-08-14 08:37:09 -07:00
GitHub Actions
01c12d9ea4
Auto translate strings
2026-08-13 19:48:40 +00:00
Max Truxa and GitHub
f5c0d118f7
Fix: fix validation of workflow title assignment ( #13659 )
2026-08-13 12:46:57 -07:00
ff13847d0a
Feature: Allow selection of compression type and and level during export ( #13661 )
...
* Feature: Allow configuring the compression type and compression levels during export
Building on the zip export improvements, this now allows users to further configure the
zip to fit their needs. A simple stored zip for speed, or a high compression zstd for
the smallest archive. Full validation of the method and levels at the command line
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com >
2026-08-13 18:29:33 +00:00
shamoon and GitHub
634f803872
Fix: dont clip search dropdown on mobile ( #13675 )
2026-08-13 10:57:16 -07:00
GitHub Actions
639d566a7c
Auto translate strings
2026-08-13 16:50:00 +00:00
shamoon and GitHub
0a94f8f0d4
Fix: use proper signal for modal buttonsEnabled ( #13672 )
2026-08-13 09:48:23 -07:00
shamoon and GitHub
2a8579f610
Fix: include sharelink bundle perms in WebUI ( #13664 )
2026-08-12 14:19:21 -07:00
GitHub Actions
4789fe9a52
Auto translate strings
2026-08-12 19:04:59 +00:00
shamoon and GitHub
e150c8c7c0
Enhancement: customizable icons for saved views ( #13388 )
2026-08-12 19:03:24 +00:00
Jayden and GitHub
879cd4a30a
Enhancement: Add --url argument to document_fuzzy_match to improve output ( #13123 )
...
Added a new --url argument to specify the base URL of the Paperless instance, allowing matched documents to be displayed as clickable links. Updated the logic to fetch document titles based on the presence of the base URL.
2026-08-12 08:23:05 -07:00
Trenton H and GitHub
6a02b87dde
Feature: Updates remote OCR parser to respect the OCR mode setting ( #13408 )
...
* Have the remote parser respect the provided produce_archive_file setting, as already determined via the consumer checks
* Updates the documentation to be correct about the respecting now
* merge conflict fixing
2026-08-11 19:23:46 +00:00
Trenton H and GitHub
59a2651804
Fix: pass document chat queries as a QuerySet instead of a materialized list ( #13638 )
...
In tracemalloc based profiling, not materializing the whole Document list
reduced memory to approximately 20% of the baseline, with a peak memory
that scaled with the library size. Now, the lazt queryset is used and only
the needed pk value is actually contributing to memory
2026-08-11 15:25:08 +00:00
GitHub Actions
a99f63e059
Auto translate strings
2026-08-11 14:11:20 +00:00
shamoon and GitHub
939cb52f6e
Fix: add pagination to saved views management page ( #13646 )
2026-08-11 07:08:30 -07:00
shamoon and GitHub
855669ddf9
Fix: fixes for workflow assign custom field values ( #13630 )
2026-08-10 07:38:07 -07:00
GitHub Actions
62089df2d8
Auto translate strings
2026-08-10 02:26:58 +00:00