paperless-ngx/src/documents
2024-07-09 10:54:34 -07:00
..
management Prefer the metadata JSON file over the version JSON file (#7048) 2024-06-20 12:49:54 -07:00
migrations Chore: upgrade to DRF 3.15 (#7134) 2024-07-09 16:57:53 +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 Fix: always update document modified property on bulk edit operations (#7079) 2024-06-23 12:11:24 -07:00
static Enhancement: support custom logo / title on login page (#6775) 2024-05-20 09:40:19 -07:00
templates Feature: automatic sso redirect (#7168) 2024-07-08 22:38:23 +00:00
tests Enhancement: support customfield filter for select type (#7199) 2024-07-09 10:54:34 -07: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: use request user as owner of split / merge docs (#7112) 2024-06-27 13:46:49 -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 Fix: include documents in trash for existing asn check (#7189) 2024-07-08 16:28:40 +00:00
context_processors.py Feature: automatic sso redirect (#7168) 2024-07-08 22:38:23 +00: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 Enhancement: support customfield filter for select type (#7199) 2024-07-09 10:54:34 -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 Chore: upgrade to DRF 3.15 (#7134) 2024-07-09 16:57:53 +00:00
parsers.py Chore: Initial conversion to pytest fixtures (#7110) 2024-07-08 07:46:20 -07:00
permissions.py Enhancement: dont require document model permissions for notes (#6913) 2024-06-08 01:23:45 +00:00
sanity_checker.py Fix: dont exclude documents in trash from sanity check (#7133) 2024-07-01 13:47:05 -07:00
serialisers.py Chore: upgrade to DRF 3.15 (#7134) 2024-07-09 16:57:53 +00:00
settings.py Feature: Allow encrypting sensitive fields in export (#6927) 2024-06-09 14:41:18 +00:00
tasks.py Fix: index fresh document data after update archive file (#7057) 2024-06-21 18:33:01 +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: use request user as owner of split / merge docs (#7112) 2024-06-27 13:46:49 -07:00