paperless-ngx/src/documents
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
..
management Feature: Allow encrypting sensitive fields in export (#6927) 2024-06-09 14:41:18 +00:00
migrations Chore: Change the code formatter to Ruff (#6756) 2024-05-18 02:26:50 +00:00
plugins Chore: Convert the consumer to a plugin (#6361) 2024-04-18 02:59:14 +00:00
resources Logs the errors during thumbnail generation, updates default to be WebP 2023-09-12 12:16:22 -07:00
signals 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
static Enhancement: support custom logo / title on login page (#6775) 2024-05-20 09:40:19 -07:00
templates Enhancement: support custom logo / title on login page (#6775) 2024-05-20 09:40:19 -07:00
tests Feature: Allow encrypting sensitive fields in export (#6927) 2024-06-09 14:41:18 +00:00
__init__.py Standarizes the imports across all the files and modules (#4248) 2023-09-23 20:17:01 -07:00
admin.py Fix: speed up admin panel for installs with a large number of documents (#5052) 2023-12-19 16:17:43 -08:00
apps.py Feature: Workflows (#5121) 2024-01-03 08:19:19 +00:00
barcodes.py Chore: Change the code formatter to Ruff (#6756) 2024-05-18 02:26:50 +00:00
bulk_download.py Configures ruff as the one stop linter and resolves warnings it raised 2023-04-01 17:03:52 -07:00
bulk_edit.py Enhancement: support delete originals after split / merge (#6935) 2024-06-08 11:29:03 -07:00
caching.py Handcrafts SQL queries a little more to reduce the query count and/or the amount of returned data (#6489) 2024-04-30 07:37:09 -07:00
checks.py Handcrafts SQL queries a little more to reduce the query count and/or the amount of returned data (#6489) 2024-04-30 07:37:09 -07:00
classifier.py Handcrafts SQL queries a little more to reduce the query count and/or the amount of returned data (#6489) 2024-04-30 07:37:09 -07:00
conditionals.py Handcrafts SQL queries a little more to reduce the query count and/or the amount of returned data (#6489) 2024-04-30 07:37:09 -07:00
consumer.py Resolves test issues with Python 3.12 (#6902) 2024-06-03 12:33:46 -07:00
context_processors.py Enhancement: support custom logo / title on login page (#6775) 2024-05-20 09:40:19 -07:00
converters.py Chore: Standardize subprocess running and logging (#6275) 2024-04-04 13:11:43 -07:00
data_models.py Fix: Use correct custom field id when splitting (#6303) 2024-04-06 23:39:59 +00:00
double_sided.py Refactor file consumption task to allow beginnings of a plugin system (#5367) 2024-01-13 16:11:14 +00:00
file_handling.py Documentation: Fix typos with automated tool (#5319) 2024-01-08 16:58:41 +00:00
filters.py Feature: custom fields filtering & bulk editing (#6484) 2024-04-26 15:10:03 -07:00
index.py Feature: custom fields filtering & bulk editing (#6484) 2024-04-26 15:10:03 -07:00
loggers.py Chore: Convert the consumer to a plugin (#6361) 2024-04-18 02:59:14 +00:00
matching.py Fix: always check workflow filter_mailrule if set (#6474) 2024-04-23 07:37:14 -07:00
models.py Feature: custom fields filtering & bulk editing (#6484) 2024-04-26 15:10:03 -07:00
parsers.py Chore: Convert the consumer to a plugin (#6361) 2024-04-18 02:59:14 +00:00
permissions.py Enhancement: dont require document model permissions for notes (#6913) 2024-06-08 01:23:45 +00:00
sanity_checker.py Handcrafts SQL queries a little more to reduce the query count and/or the amount of returned data (#6489) 2024-04-30 07:37:09 -07:00
serialisers.py Enhancement: support delete originals after split / merge (#6935) 2024-06-08 11:29:03 -07:00
settings.py Feature: Allow encrypting sensitive fields in export (#6927) 2024-06-09 14:41:18 +00:00
tasks.py Chore: Change the code formatter to Ruff (#6756) 2024-05-18 02:26:50 +00:00
utils.py Chore: Standardize subprocess running and logging (#6275) 2024-04-04 13:11:43 -07:00
validators.py Enhancement: improve validation of custom field values (#5166) 2023-12-29 14:45:29 -08:00
views.py Enhancement: support delete originals after split / merge (#6935) 2024-06-08 11:29:03 -07:00