shamoon
12c0dc635e
Merge branch 'release/v2.20.x'
2026-04-14 13:10:52 -07:00
shamoon
2f5bcdf66e
Fix: dont defer tag change application in workflows ( #12478 )
2026-04-02 11:54:37 -07:00
shamoon
501cdd92d2
Fix: limit share link viewset actions ( #12461 )
2026-03-30 09:34:13 -07:00
shamoon
66c5c46913
Fix: add fallback ordering for documents by id after created ( #12440 )
2026-03-26 06:16:14 -07:00
shamoon
3cfe9fa2a8
Fixhancement: default mail -created correspondent matching to exact ( #12414 )
2026-03-21 16:15:18 -07:00
shamoon
3292a0e7cc
Fix: validate date CF value in serializer ( #12410 )
2026-03-21 08:49:52 -07:00
shamoon
9646b8c67d
Bump version to 2.20.13
2026-03-21 01:50:04 -07:00
shamoon
e590d7df69
Merge branch 'release/v2.20.x'
2026-03-21 01:49:32 -07:00
shamoon
cc71aad058
Fix: suggest corrections only if visible results
2026-03-21 01:24:23 -07:00
shamoon
3cbdf5d0b7
Fix: require view permission for more-like search
2026-03-21 01:20:59 -07:00
shamoon
f84e0097e5
Fix validate document link targets
2026-03-21 00:55:36 -07:00
shamoon
7dbf8bdd4a
Fix: enforce permissions when attaching accounts to mail rules
2026-03-21 00:44:28 -07:00
shamoon
2cb155e717
Bump version to 2.20.12
2026-03-20 15:47:37 -07:00
shamoon
9e9fc6213c
Resolve GHSA-96jx-fj7m-qh6x
2026-03-20 15:39:15 -07:00
Trenton H
0f7c02de5e
Fix: test: add regression test for workflow save clobbering filename ( #12390 )
...
Add test_workflow_document_updated_does_not_overwrite_filename to
verify that run_workflows (DOCUMENT_UPDATED path) does not revert a
DB filename that was updated by a concurrent bulk_update_documents
task's update_filename_and_move_files call.
The test replicates the race window by:
- Updating the DB filename directly (simulating BUD-1 completing)
- Mocking refresh_from_db so the stale in-memory filename persists
- Asserting the DB filename is not clobbered after run_workflows
Relates to: https://github.com/paperless-ngx/paperless-ngx/issues/12386
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-03-18 13:31:09 -07:00
shamoon
b6501b0c47
Fix: avoid moving files if already moved ( #12389 )
2026-03-18 09:51:48 -07:00
shamoon
87ebd13abc
Fix: remove pagination from document notes api spec ( #12388 )
2026-03-18 06:48:05 -07:00
shamoon
7942edfdf4
Fixhancement: only offer basic auth for appropriate requests ( #12362 )
2026-03-16 22:07:12 -07:00
shamoon
5f26c01c6f
Bump version to 2.20.11
2026-03-15 17:16:11 -07:00
shamoon
06b2d5102c
Fix GHSA-59xh-5vwx-4c4q
2026-03-15 17:13:08 -07:00
shamoon
60319c6d37
Fix: prevent stale db filename during workflow actions ( #12289 )
2026-03-09 19:32:46 -07:00
shamoon
8f311c4b6b
Bump version to 2.20.10
2026-03-04 10:38:14 -08:00
shamoon
f25322600d
Merge branch 'release/v2.20.x'
2026-03-04 10:09:01 -08:00
shamoon
615f27e6fb
Fix: support string coercion in filepath jinja templates ( #12244 )
2026-03-04 08:32:34 -08:00
shamoon
5b809122b5
Fix: apply ordering after annotating tag document count ( #12238 )
2026-03-04 00:33:13 -08:00
shamoon
8b8307571a
Fix: enforce path limit for db filename fields ( #12235 )
2026-03-03 13:19:56 -08:00
shamoon
47f9f642a9
Bump version to 2.20.9
2026-02-28 01:35:26 -08:00
shamoon
c7f83212a3
Enforce on selection_data too
2026-02-28 01:27:40 -08:00
shamoon
b010f65ae7
Fix GHSA-386h-chg4-cfw9
2026-02-28 01:16:53 -08:00
shamoon
35be0850ec
Bump version to 2.20.8
2026-02-21 16:49:52 -08:00
shamoon
1bb4b9b473
More permissions on mail account test endpoint
2026-02-21 16:47:55 -08:00
shamoon
f85094dc2b
Set owner on OAuth mail credentials
2026-02-21 16:37:32 -08:00
shamoon
65ca78e9e7
Security: fix/GHSA-7qqc-wrcw-2fj9
2026-02-21 16:34:33 -08:00
shamoon
e63b62d531
Bump version to 2.20.7
2026-02-16 07:26:59 -08:00
shamoon
afaf39e43a
Fix/GHSA-x395-6h48-wr8v
2026-02-16 00:02:15 -08:00
shamoon
5b45b89d35
Performance fix: use subqueries to improve object retrieval in large installs ( #11950 )
2026-02-05 08:46:32 -08:00
shamoon
3e41d99a82
Bump version to 2.20.6
2026-01-30 17:59:55 -08:00
shamoon
5cc3c087d9
Security: enforce ownership for permission updates
2026-01-30 13:55:55 -08:00
shamoon
c8c4c7c749
Security: enforce permissions for post_document
2026-01-30 12:14:18 -08:00
shamoon
e4b861d76f
Fix: prevent note deletion outside doc
2026-01-29 13:35:01 -08:00
shamoon
891f4a2faf
Fix: correctly extract all ids for nested tags ( #11888 )
2026-01-26 09:12:03 -08:00
shamoon
2312314aa7
Performance: improve treenode inefficiencies ( #11606 )
2026-01-25 21:47:08 -08:00
shamoon
72e8b73108
Fix test
2026-01-25 17:08:15 -08:00
shamoon
5c9ff367e3
Fixhancement: change date calculation for 'this year' to include future documents ( #11884 )
2026-01-25 16:56:51 -08:00
shamoon
32d04e1fd3
Fix: use correct field id for overrides ( #11869 )
2026-01-23 15:49:22 -08:00
shamoon
771f3f150a
Bump version to 2.20.5
2026-01-19 09:18:23 -08:00
shamoon
ecfeff5054
Chore: reverse migration order ( #11813 )
2026-01-18 11:21:35 -08:00
shamoon
742c136773
Fix: use explicit order field for workflow actions ( #11781 )
2026-01-16 07:39:00 -08:00
shamoon
3618c50b62
Bump version to 2.20.4
2026-01-13 10:01:42 -08:00
shamoon
6f4497185e
Fix merge conflict
2026-01-13 10:01:41 -08:00