shamoon
0af2b967e4
Fix: wait to apply tag changes until other changes saved with multiple workflows ( #7711 )
2024-09-16 01:26:24 +00:00
shamoon
4193401be7
Fix: delete_pages should require ownership ( #7714 )
2024-09-15 16:24:40 -07:00
shamoon
f1559b7108
Fix: add permissions to OPTIONS requests for notes ( #7661 )
2024-09-09 08:34:21 -07:00
Lukas Metzger
cc25cbc026
Refactor: performance and storage optimization of barcode scanning ( #7646 )
...
---------
Co-authored-by: Lukas Metzger <1814751+loewexy@users.noreply.github.com>
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
2024-09-07 16:11:36 -07:00
shamoon
e98d52830f
Fix: use JSON for note audit log entries ( #7650 )
2024-09-07 16:09:11 -07:00
Yichi Yang
a0c227fe55
Refactor: Use django-filter logic for filtering full text search queries ( #7507 )
2024-08-24 21:20:43 -07:00
Yichi Yang
057ce29676
Refactor: Reduce number of SQL queries when serializing List[Document] ( #7505 )
2024-08-24 21:20:24 -07:00
shamoon
b5e4aaa778
Revert "Chore: add line to log indexing"
...
This reverts commit b34f9c3b2083069fdb82eb504de00c222a04ba34.
2024-08-20 22:11:20 -07:00
shamoon
a771d2afd9
Fix: use JSON for update archive file auditlog entries ( #7503 )
2024-08-19 23:29:24 -07:00
dependabot[bot]
dac3def6b9
Chore(deps): Bump the small-changes group across 1 directory with 6 updates ( #7502 )
...
* Chore(deps): Bump the small-changes group across 1 directory with 6 updates
Bumps the small-changes group with 6 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| [django-filter](https://github.com/carltongibson/django-filter ) | `24.2` | `24.3` |
| [django-soft-delete](https://github.com/san4ezy/django_softdelete ) | `1.0.13` | `1.0.14` |
| [nltk](https://github.com/nltk/nltk ) | `3.8.1` | `3.9.1` |
| [rapidfuzz](https://github.com/rapidfuzz/RapidFuzz ) | `3.9.5` | `3.9.6` |
| [watchdog](https://github.com/gorakhargosh/watchdog ) | `4.0.1` | `4.0.2` |
| [factory-boy](https://github.com/FactoryBoy/factory_boy ) | `3.3.0` | `3.3.1` |
Updates `django-filter` from 24.2 to 24.3
- [Release notes](https://github.com/carltongibson/django-filter/releases )
- [Changelog](https://github.com/carltongibson/django-filter/blob/main/CHANGES.rst )
- [Commits](https://github.com/carltongibson/django-filter/compare/24.2...24.3 )
Updates `django-soft-delete` from 1.0.13 to 1.0.14
- [Commits](https://github.com/san4ezy/django_softdelete/commits )
Updates `nltk` from 3.8.1 to 3.9.1
- [Changelog](https://github.com/nltk/nltk/blob/develop/ChangeLog )
- [Commits](https://github.com/nltk/nltk/compare/3.8.1...3.9.1 )
Updates `rapidfuzz` from 3.9.5 to 3.9.6
- [Release notes](https://github.com/rapidfuzz/RapidFuzz/releases )
- [Changelog](https://github.com/rapidfuzz/RapidFuzz/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/rapidfuzz/RapidFuzz/compare/v3.9.5...v3.9.6 )
Updates `watchdog` from 4.0.1 to 4.0.2
- [Release notes](https://github.com/gorakhargosh/watchdog/releases )
- [Changelog](https://github.com/gorakhargosh/watchdog/blob/master/changelog.rst )
- [Commits](https://github.com/gorakhargosh/watchdog/compare/v4.0.1...v4.0.2 )
Updates `factory-boy` from 3.3.0 to 3.3.1
- [Changelog](https://github.com/FactoryBoy/factory_boy/blob/master/docs/changelog.rst )
- [Commits](https://github.com/FactoryBoy/factory_boy/compare/3.3.0...3.3.1 )
---
updated-dependencies:
- dependency-name: django-filter
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: small-changes
- dependency-name: django-soft-delete
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: small-changes
- dependency-name: nltk
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: small-changes
- dependency-name: rapidfuzz
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: small-changes
- dependency-name: watchdog
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: small-changes
- dependency-name: factory-boy
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: small-changes
...
Signed-off-by: dependabot[bot] <support@github.com>
* Create 1052_document_transaction_id.py
---------
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>
2024-08-19 19:51:02 -07:00
shamoon
b34f9c3b20
Chore: add line to log indexing
2024-08-15 08:03:35 -07:00
shamoon
15554322dd
Enhancement: allow specifying default currency for Monetary custom field ( #7381 )
2024-08-05 17:02:03 -07:00
shamoon
0ee85aae21
Enhancement: log when pre-check fails for documents in trash ( #7355 )
2024-08-05 17:01:01 -07:00
shamoon
6b2e5559ca
Fix: support multiple inbox tags from stats widget ( #7281 )
2024-07-22 10:07:51 -07:00
Freddy0
8e3ca37b05
Enhancement: include owner username in post-consumption variables ( #7270 )
2024-07-16 15:23:29 -07:00
Trenton H
b93c970635
Chore: Squash older automatic migrations ( #7267 )
2024-07-16 09:21:41 -07:00
shamoon
73d33ff25a
Fix: include trashed docs in existing doc check ( #7229 )
2024-07-12 16:45:35 -07:00
shamoon
6dc094f760
Fix: unable to assign null select custom fields
2024-07-09 11:27:30 -07:00
shamoon
61811a4bec
Enhancement: support customfield filter for select type ( #7199 )
2024-07-09 10:54:34 -07:00
shamoon
bb83c1eb0a
Chore: upgrade to DRF 3.15 ( #7134 )
2024-07-09 16:57:53 +00:00
shamoon
4ad4862641
Feature: select custom field type ( #7167 )
2024-07-09 07:57:07 -07:00
shamoon
c03aa03ac2
Feature: automatic sso redirect ( #7168 )
2024-07-08 22:38:23 +00:00
shamoon
ada283441c
Fix: include documents in trash for existing asn check ( #7189 )
2024-07-08 16:28:40 +00:00
Trenton H
3cf73a77ac
Chore: Initial conversion to pytest fixtures ( #7110 )
2024-07-08 07:46:20 -07:00
shamoon
7fe76656f2
Fix: editing of existing custom fields violates throws unique error
2024-07-06 13:05:20 -07:00
shamoon
d35e350c79
Fix: dont exclude documents in trash from sanity check ( #7133 )
2024-07-01 13:47:05 -07:00
shamoon
a64d457c30
Enhancement: use request user as owner of split / merge docs ( #7112 )
2024-06-27 13:46:49 -07:00
shamoon
ac0ed0def8
Fix: handle errors for trash actions and only show documents user can restore or delete ( #7119 )
2024-06-27 20:33:39 +00:00
Fabien Dubuy
4f1185c65d
Enhancement: improve date parsing with accented characters ( #7100 )
2024-06-26 20:47:37 -07:00
shamoon
80c2d90e74
Fix: dont include documents in trash in counts ( #7111 )
2024-06-26 19:30:12 -07:00
shamoon
f3cf608caa
Fix: use temp dir for split / merge ( #7105 )
2024-06-26 10:46:59 -07:00
shamoon
6defe24ae7
Fix: always update document modified property on bulk edit operations ( #7079 )
2024-06-23 12:11:24 -07:00
shamoon
0f9710dc8f
Fix: index fresh document data after update archive file ( #7057 )
2024-06-21 18:33:01 +00:00
Trenton H
91585a1fa6
Prefer the metadata JSON file over the version JSON file ( #7048 )
2024-06-20 12:49:54 -07:00
shamoon
a796e58a94
Feature: documents trash aka soft delete ( #6944 )
2024-06-17 08:07:08 -07:00
martin f. krafft
22a6360edf
Fix: default order of documents gets lost in QuerySet pipeline ( #6982 )
...
* Send ordered document list to Django REST pagination
Currently, when pages of documents are requested from the API, the
webserver logs a warning:
```
gunicorn[1550]: /home/madduck/code/paperless-ngx/.direnv/python-3.11.2/lib/python3.11/site-packages/rest_framework/pagination.py:200: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'documents.models.Document'> QuerySet.
```
This can yield unexpected and problematic results, including duplicate
and missing IDs in the enumeration, as demonstrated in
https://github.com/paperless-ngx/paperless-ngx/discussions/6859
The patch is simple: turn the unordered Documents QuerySet into
one that's ordered by reverse creation date, which is the default
ordering for `Document`.
Note that the default ordering for `Document` means that
`QuerySet.ordered` is actually `True` following the call to
`distinct()`, but after `annotate()`, the flag changes to `False`,
unless `order_by()` is used explicitly, as per this patch.
Closes: https://github.com/paperless-ngx/paperless-ngx/discussions/6859
Signed-off-by: martin f. krafft <madduck@madduck.net>
* Ensure order of documents in permissions test
The patch for #6982 changes the ordering of documents returned by the
API, which was previously implicit, and is now explicit. Therefore,
this patch masssages the API result to ensure the previous order.
Signed-off-by: martin f. krafft <madduck@madduck.net>
---------
Signed-off-by: martin f. krafft <madduck@madduck.net>
2024-06-13 14:46:18 +00: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
Felix Eckhofer
9e8b96cd34
Fix: Revert masking the content field in auditlog ( #6981 )
2024-06-12 06:34:49 -07:00
shamoon
b6f6d524d6
Fix: respect model permissions for ui_settings API endpoint
2024-06-11 01:00:25 -07:00
shamoon
f225f72145
Fix: respect model permissions for tasks API endpoint ( #6958 )
2024-06-11 00:51:18 -07:00
Trenton H
d9002005b1
Feature: Allow encrypting sensitive fields in export ( #6927 )
...
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
2024-06-09 14:41:18 +00: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
81e4092f53
Enhancement: unique mail rule names by owner
2024-06-08 11:29:03 -07:00
shamoon
d8c96b6e4a
Enhancement: dont require document model permissions for notes ( #6913 )
2024-06-08 01:23:45 +00:00
Trenton H
6d2ae3df1f
Resolves test issues with Python 3.12 ( #6902 )
2024-06-03 12:33:46 -07:00
Trenton H
085447e7c4
Feature: Allow a data only export/import cycle ( #6871 )
2024-06-01 18:22:59 -07:00
shamoon
d558367642
Change: rename redo OCR to reprocess ( #6866 )
2024-05-31 18:41:52 +00:00
Trenton H
6d4897a1b8
Refresh the document instance before doing workflow work, in case some other process has updated it ( #6849 )
2024-05-28 12:56:40 -07:00
shamoon
8abb0cd75d
Enhancement: only include correspondent 'last_correspondence' if requested ( #6792 )
2024-05-22 23:15:58 +00:00
shamoon
3e62f13f96
Enhancement: delete pages PDF action ( #6772 )
2024-05-22 23:01:15 +00:00