Description Emails are nicely being pulled in with IMAP, and much to my surprise (cf. #4099), the attachments become documents of their own. This is cool. I have a document type and a storage path both matching "any word", and that works...
People interested in continuing the work on paperless-ngx are encouraged to reach out onGitHuborthe Matrix chat room. If you would like to contribute to the project on an ongoing basis there are multiple teams (frontend, ci/cd, etc) that could use your help so please reach out!
storage_path_id, ).exists() ): overrides.storage_path_id = None if action.remove_all_custom_fields: overrides.custom_field_ids = [] elif overrides.custom_field_ids: for field in action.remove_custom_fields.filter( pk__in=overrides.custom_field_ids, ): overrides.custom_field_ids.remove(...
paperless-ngx 2.6.2 Features Enhancement: move and rename files when storage paths deleted, update file handling docs @shamoon (#6033) Enhancement: better detection of default currency code @shamoon (#6020) Bug Fixes Fix: make document counts in object lists permissions-aware @shamoon (#6019)...
Enhancement: add storage_path parameter to post_document API @bevanjkay (#5217) Feature: Workflows @shamoon (#5121) Fix: filename format remove none when part of directory @shamoon (#5210) Chore(deps): Bump the frontend-angular-dependencies group in /src-ui with 10 updates @dependabot ...
Welcome to our latest beta release of Paperless-ngx! This release includes some cool new features we've been working hard on including a new system for file naming, advanced custom field queries, OAuth2 support for Gmail and Outlook and much more. Thank you to everyone who has contributed, ...
43 changes Change: Use a TextField for the storage path field @stumpylog (#7967)Fix: remove space before my profile button in dropdown @tooomm (#7963)Enhancement: QoL, auto-focus default select field in custom field dropdown @shamoon (#7961)...
[Beta] Paperless-ngx v1.9.0 Release Candidate @stumpylog (#1560) docs/configuration: Fix binary variable defaults @erikarvstedt (#1528) Info about installing on subpath @viktor-c (#1350) Docs: move scanner & software recs to GH wiki @shamoon (#1482) ...
Fix: creating new storage path on document edit fails to update menu @shamoon (#1777) Chore: Python library update + test fixes @stumpylog (#1773) Feature: Improved processing for automatic matching @stumpylog (#1609) Feature: Transition to celery for background tasks @stumpylog (#1648) Fe...
model_name="storagepath", name="path", field=models.CharField(max_length=2048, verbose_name="path"), field=models.TextField(verbose_name="path"), ), migrations.RunPython( convert_from_format_to_template, 3 changes: 1 addition & 2 deletions 3 src/documents/models.py Original file line ...