Trenton H
51cb7eff12
feat: update DocumentVersionInfo and Document interfaces for DocumentVersion API
...
- Add version_number field to DocumentVersionInfo interface
- Remove root_document field from Document interface (field removed from backend model)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-04-14 09:08:02 -07:00
dependabot[bot]
b80b92a2b2
Chore(deps-dev): Bump jest-preset-angular from 16.1.1 to 16.1.2 in /src-ui in the frontend-jest-dependencies group across 1 directory ( #12534 )
...
* Chore(deps-dev): Bump jest-preset-angular
Bumps the frontend-jest-dependencies group in /src-ui with 1 update: [jest-preset-angular](https://github.com/thymikee/jest-preset-angular ).
Updates `jest-preset-angular` from 16.1.1 to 16.1.2
- [Release notes](https://github.com/thymikee/jest-preset-angular/releases )
- [Changelog](https://github.com/thymikee/jest-preset-angular/blob/main/CHANGELOG.md )
- [Commits](https://github.com/thymikee/jest-preset-angular/compare/v16.1.1...v16.1.2 )
---
updated-dependencies:
- dependency-name: jest-preset-angular
dependency-version: 16.1.2
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: frontend-jest-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com >
* Circumvent setSystemTime bug
See https://github.com/sinonjs/fake-timers/issues/557
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com >
2026-04-08 16:11:53 +00:00
shamoon
4629bbf83e
Enhancement: add view_global_statistics and view_system_status permissions ( #12530 )
2026-04-08 15:39:47 +00:00
Trenton H
c232d443fa
Breaking: Decouple OCR control from archive file control ( #12448 )
...
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com >
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com >
2026-04-06 15:50:21 -07:00
shamoon
566afdffca
Enhancement: unify text search to use tantivy ( #12485 )
2026-04-03 13:53:45 -07:00
shamoon
d2328b776a
Performance: support bulk edit without id lists ( #12355 )
2026-03-31 18:23:28 +00:00
shamoon
245514ad10
Performance: deprecate and remove usage of all in API results ( #12309 )
2026-03-31 07:55:59 -07:00
shamoon
f715533770
Performance: support passing selection data with filtered document requests ( #12300 )
2026-03-30 16:38:52 +00:00
shamoon
38dba60ceb
Enhancement: auto-hide the search bar on mobile ( #12404 )
2026-03-26 07:36:32 -07:00
shamoon
bdc0a58242
Security: prevent prototype pollution in settings and list view ( #12438 )
2026-03-26 05:43:49 -07:00
shamoon
0f84af27d0
Merge branch 'main' into dev
...
# Conflicts:
# docs/setup.md
# src-ui/src/main.ts
# src/documents/tests/test_api_bulk_edit.py
# src/documents/tests/test_api_custom_fields.py
# src/documents/tests/test_api_search.py
# src/documents/tests/test_api_status.py
# src/documents/tests/test_workflows.py
# src/paperless_mail/tests/test_api.py
2026-03-21 02:12:19 -07:00
shamoon
9646b8c67d
Bump version to 2.20.13
2026-03-21 01:50:04 -07:00
shamoon
2cb155e717
Bump version to 2.20.12
2026-03-20 15:47:37 -07:00
shamoon
a86c9d32fe
Fix: fix file button hover color in dark mode ( #12367 )
2026-03-17 09:26:41 -07:00
shamoon
736b08ad09
Tweak: use cancel instead of discard for app config button
2026-03-17 08:23:08 -07:00
shamoon
7942edfdf4
Fixhancement: only offer basic auth for appropriate requests ( #12362 )
2026-03-16 22:07:12 -07:00
shamoon
48cd1cce6a
Merge branch 'main' into dev
2026-03-15 18:50:42 -07:00
shamoon
5f26c01c6f
Bump version to 2.20.11
2026-03-15 17:16:11 -07:00
shamoon
40255cfdbb
Fix: correct dropdown list active color in dark mode ( #12328 )
2026-03-12 14:06:16 -07:00
shamoon
d919c341b1
Fix: clear descendant selections in dropdown when parent toggled ( #12326 )
2026-03-12 11:57:35 -07:00
dependabot[bot]
e2947ccff2
Chore(deps): Bump the pre-commit-dependencies group with 4 updates ( #12323 )
...
* Chore(deps): Bump the pre-commit-dependencies group with 4 updates
---
updated-dependencies:
- dependency-name: https://github.com/codespell-project/codespell
dependency-version: 2.4.2
dependency-type: direct:production
dependency-group: pre-commit-dependencies
- dependency-name: prettier
dependency-version: 3.8.1
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: pre-commit-dependencies
- dependency-name: prettier-plugin-organize-imports
dependency-version: 4.3.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: pre-commit-dependencies
- dependency-name: https://github.com/lovesegfault/beautysh
dependency-version: 6.4.3
dependency-type: direct:production
dependency-group: pre-commit-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com >
* Drop this, it seems more trouble than its worth
* Re-run prek with new prettier
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com >
2026-03-12 16:29:57 +00:00
shamoon
dd8573242d
Update api version for frontend dev server
2026-03-12 01:24:38 -07:00
shamoon
ba0a80a8ad
Fix: prevent wrapping with larger amounts of tags on small cards, reset moreTags setting to correct count ( #12302 )
2026-03-11 07:39:32 -07:00
shamoon
b7b9e83f37
Fix (dev): include DatePipe in BulkEditor unit test
2026-03-11 00:01:06 -07:00
shamoon
86573fc1a0
Chore: separate actions from bulk edit endpoint ( #12286 )
2026-03-10 18:55:36 +00:00
Sven-Hendrik Haase
2b288c094d
Enhancement: Show correspondent in document merge dialog ( #12271 )
...
---------
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com >
2026-03-07 19:05:28 -08:00
shamoon
731448a8f9
Fixhancement: support version-specific edits ( #12233 )
2026-03-06 11:59:26 -08:00
shamoon
85a18e5911
Enhancement: saved view sharing ( #12142 )
2026-03-04 14:15:43 -08:00
shamoon
d51a118aac
Merge branch 'main' into dev
2026-03-04 13:31:20 -08:00
shamoon
8f311c4b6b
Bump version to 2.20.10
2026-03-04 10:38:14 -08:00
shamoon
299dac21ee
Enhancement: “live” document updates ( #12141 )
2026-03-04 00:27:07 +00:00
shamoon
c724fbb5d9
Clarify bulk edit wording with versions
2026-03-03 11:22:22 -08:00
shamoon
a700928dd5
Italicize version label
2026-03-01 09:30:03 -08:00
shamoon
f65807b906
Merge branch 'main' into dev
...
# Conflicts:
# docs/setup.md
# src-ui/src/app/components/manage/document-attributes/management-list/management-list.component.ts
# src/documents/tests/test_api_documents.py
2026-02-28 02:31:20 -08:00
shamoon
47f9f642a9
Bump version to 2.20.9
2026-02-28 01:35:26 -08:00
shamoon
1dd3a62bc2
Fixhancement: show sequential + id version labels, fix padding ( #12196 )
2026-02-27 16:22:29 -08:00
Jan Kleine
c86ebc0260
Enhancment: Formatted filename for single document downloads ( #12095 )
...
---------
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com >
2026-02-26 18:06:47 +00:00
shamoon
9601b3d597
Fixhancement: config option reset ( #12176 )
2026-02-26 10:03:54 -08:00
shamoon
ceee769e26
Feature: document file versions ( #12061 )
2026-02-26 16:46:54 +00:00
shamoon
90a58dde18
Fix: separate displayed and API collection sizes for tags ( #12170 )
2026-02-25 17:30:47 -08:00
shamoon
13e07844fe
Fix: separate displayed and API collection sizes for tags ( #12170 )
2026-02-25 17:25:36 -08:00
Jan Kleine
c4ea332c61
Feature: move to trash action for workflows ( #11176 )
...
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com >
2026-02-23 16:42:50 -08:00
shamoon
d6cd6d0311
Tweakhancement: reset to page 1 on reset filters ( #12143 )
2026-02-22 15:17:02 -08:00
shamoon
1b912c137a
Merge branch 'main' into dev
2026-02-21 17:45:28 -08:00
shamoon
35be0850ec
Bump version to 2.20.8
2026-02-21 16:49:52 -08:00
shamoon
43fe932c57
Fix: unify POSTs when toggling sidebar to prevent db lock ( #12129 )
2026-02-20 12:53:16 -08:00
shamoon
be4e29a19c
Merge branch 'main' into dev
2026-02-16 09:01:19 -08:00
shamoon
e63b62d531
Bump version to 2.20.7
2026-02-16 07:26:59 -08:00
shamoon
dd3ec83569
Fix: correct user dropdown button icon styling ( #12092 )
2026-02-16 07:26:52 -08:00
shamoon
ae234d15c8
Chore: track down the margin + patterns
2026-02-14 16:37:35 -08:00