shamoon
a796e58a94
Feature: documents trash aka soft delete ( #6944 )
2024-06-17 08:07:08 -07:00
shamoon
9d4e2d4652
Enhancement: better boolean custom field display ( #7001 )
2024-06-15 09:00:18 -07:00
Trenton H
61485b0f1d
Fix: Document history could include extra fields ( #6989 )
...
* Fixes creation of a custom field being included in a document's history even if not attached
* Show custom field creation in UI
---------
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
2024-06-12 16:23:47 -07:00
shamoon
70069cd502
Add type attribute to object tag
2024-06-12 14:09:48 -07:00
Dominik Bruhn
d1ac15baa9
Enhancement: support delete originals after split / merge ( #6935 )
...
---------
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
2024-06-08 11:29:03 -07:00
shamoon
d2883b83c5
Fix: including ordering param for id__in retrievals from frontend ( #6875 )
2024-06-02 02:28:31 +00:00
shamoon
d558367642
Change: rename redo OCR to reprocess ( #6866 )
2024-05-31 18:41:52 +00:00
shamoon
f7347bdb69
Fix: remove unnecessary i18ns
2024-05-29 00:07:32 -07:00
dependabot[bot]
ce3d5b0065
Chore(deps-dev): Bump the development group across 1 directory with 2 updates ( #6851 )
...
* Chore(deps-dev): Bump the development group across 1 directory with 2 updates
Bumps the development group with 2 updates in the / directory: [ruff](https://github.com/astral-sh/ruff ) and [mkdocs-material](https://github.com/squidfunk/mkdocs-material ).
Updates `ruff` from 0.4.4 to 0.4.6
- [Release notes](https://github.com/astral-sh/ruff/releases )
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/ruff/compare/v0.4.4...v0.4.6 )
Updates `mkdocs-material` from 9.5.24 to 9.5.25
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases )
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG )
- [Commits](https://github.com/squidfunk/mkdocs-material/compare/9.5.24...9.5.25 )
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: development
- dependency-name: mkdocs-material
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: development
...
Signed-off-by: dependabot[bot] <support@github.com>
* Updates hook versions to match
* New codespell fixes
* Remove unneeded i18n
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Trenton H <797416+stumpylog@users.noreply.github.com>
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
2024-05-29 07:04:01 +00:00
shamoon
3d56a56eb8
Fix: check original render type for split button
2024-05-25 09:59:28 -05:00
shamoon
719f76060b
Enhancement: default to title/content search, allow choosing full search link from global search ( #6805 )
2024-05-22 16:19:46 -07:00
shamoon
8abb0cd75d
Enhancement: only include correspondent 'last_correspondence' if requested ( #6792 )
2024-05-22 23:15:58 +00:00
shamoon
c0c44b512c
Enhancement: accessibility improvements for tags, doc links, dashboard views ( #6786 )
2024-05-22 23:08:25 +00:00
shamoon
3e62f13f96
Enhancement: delete pages PDF action ( #6772 )
2024-05-22 23:01:15 +00:00
shamoon
3facdefa40
Fix: tweak pdf preview page borders
2024-05-17 19:05:11 -07:00
shamoon
c4f9828a10
Chore: indent system status code copy
2024-05-17 14:30:03 -07:00
shamoon
cb160212d4
Fix: consistently use created_date for doc display ( #6758 )
2024-05-17 10:20:40 -07:00
shamoon
019a255753
Chore: revert pngx pdf viewer to third party package ( #6741 )
2024-05-16 11:12:19 -07:00
shamoon
97eec44647
Fix: retain sort field from global search filtering, use FILTER_HAS_TAGS_ALL
( #6737 )
2024-05-15 13:10:07 -07:00
shamoon
654685873a
Fix: restore search highlighting on large cards results ( #6728 )
2024-05-14 21:38:10 -07:00
shamoon
2ac5407dd4
Fix: global search filtering links broken in 2.8.4 ( #6726 )
2024-05-14 21:37:55 -07:00
shamoon
f45daa9445
Fix: some buttons incorrectly aligned in 2.8.4 ( #6715 )
2024-05-13 17:26:41 -07:00
shamoon
953ba9160e
Fix: dont format ASN as number on dashboard ( #6708 )
2024-05-13 13:58:47 -07:00
shamoon
a1e4365ff2
Enhancement: global search tweaks ( #6674 )
2024-05-13 16:12:02 +00:00
shamoon
7983487430
Security: Correctly disable eval in pdfjs ( #6702 )
2024-05-13 08:44:35 -07:00
shamoon
ac666df4ce
Fix: only use pointer for sortable table headings, fix title width
2024-05-12 19:57:08 -07:00
shamoon
68ca27c27c
Fix: history timestamp tooltip illegible in dark mode ( #6696 )
2024-05-13 01:43:05 +00:00
Daniel
52350f8b51
Enhancement: display current ASN in statistics ( #6692 )
2024-05-12 16:58:04 -07:00
shamoon
22c8d8ef2a
Fix: allow 0 in monetary field ( #6658 )
2024-05-09 10:43:27 -07:00
shamoon
9b3a29cddd
Fix: custom field removal doesnt always trigger change detection ( #6653 )
2024-05-09 17:10:11 +00:00
shamoon
3e22f033c7
Fix: correctly handle global search esc key when open and button focused ( #6644 )
2024-05-09 06:41:42 -07:00
shamoon
e7a5ebc64c
Fix: consistent monetary field display in list and cards ( #6645 )
2024-05-09 04:32:14 +00:00
shamoon
e1f5edc0a1
Fix: doc links and more illegible in light mode ( #6643 )
2024-05-08 21:01:01 -07:00
shamoon
6ea25a96a3
Fix: make backend monetary validation accept unpadded decimals ( #6626 )
2024-05-07 21:38:52 +00:00
shamoon
ce08400f4e
Enhancement: show name on cards if custom field empty, add tooltip ( #6620 )
2024-05-07 11:09:15 -07:00
shamoon
076b5b1af5
Security: Disable eval in pdfjs ( #6615 )
...
Closes https://github.com/paperless-ngx/paperless-ngx/security/dependabot/181 see https://github.com/advisories/GHSA-wgrm-67xf-hhpq
2024-05-07 16:45:19 +00:00
shamoon
8ea3259fe7
Fix: table view doesnt immediately display custom fields on app startup ( #6600 )
2024-05-07 15:30:34 +00:00
shamoon
fda4742e86
Fix: global search text illegible in light mode ( #6602 )
2024-05-07 01:48:47 -07:00
shamoon
190b648c72
Fix: document history text color illegible in light mode ( #6601 )
2024-05-07 01:37:13 -07:00
shamoon
f04cf1a974
Fix: saved views dont immediately display custom fields in table view ( #6594 )
2024-05-06 23:30:06 -07:00
shamoon
f2b3521e6c
Fix: bulk edit custom fields should support multiple items ( #6589 )
2024-05-06 22:07:55 -07:00
shamoon
b403b9d9d5
Fix ngbDropdown stealing keyboard events
2024-05-04 09:47:27 -07:00
shamoon
c6e7d06bb7
Feature: global search, keyboard shortcuts / hotkey support ( #6449 )
2024-05-02 16:15:56 +00:00
shamoon
2de9d1b7ae
Enhancement: improve layout for custom fields dropdown ( #6362 )
2024-05-01 21:57:18 -07:00
shamoon
8b4fc02955
Hide unusable filters
2024-05-01 12:07:27 -07:00
shamoon
6c24686509
Fix: always refresh document after save
2024-05-01 12:07:27 -07:00
shamoon
63e1f9f5d3
Feature: custom fields filtering & bulk editing ( #6484 )
2024-04-26 15:10:03 -07:00
shamoon
bd4476d484
Feature: customizable fields display for documents, saved views & dashboard widgets ( #6439 )
2024-04-26 06:41:12 -07:00
shamoon
d03e48ea88
Fix missing test import
2024-04-24 00:28:18 -07:00
shamoon
05b1ff9738
Feature: document history (audit log UI) ( #6388 )
2024-04-23 15:16:28 +00:00