paperless-ngx/src/documents
2024-10-28 10:39:17 -07:00
..
management Fix: handle uuid fields created under mariadb and Django 4 (#8034) 2024-10-28 13:54:16 +00:00
migrations Fix: Make customfieldinstance soft delete, fix filepath when deleted (#8067) 2024-10-28 14:02:09 +00:00
plugins Chore: Drop Python 3.9 support (#7774) 2024-09-26 12:22:24 -07:00
resources Logs the errors during thumbnail generation, updates default to be WebP 2023-09-12 12:16:22 -07:00
signals Fix: Update filename correctly if the document is in the trash (#8066) 2024-10-28 02:45:31 +00: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
templating Fix: Make customfieldinstance soft delete, fix filepath when deleted (#8067) 2024-10-28 14:02:09 +00:00
tests Fix: allow removing dead document links from UI, validate via API (#8081) 2024-10-28 10:39:17 -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 Chore: Unify workflow logic (#7880) 2024-10-10 20:28:44 +00:00
barcodes.py Enhancement: support retain barcode split pages (#7912) 2024-10-13 20:51:39 -07: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 Fix: handle uuid fields created under mariadb and Django 4 (#8034) 2024-10-28 13:54:16 +00:00
caching.py Chore: Drop Python 3.9 support (#7774) 2024-09-26 12:22:24 -07:00
checks.py Feature: Enhanced templating for filename format (#7836) 2024-10-06 12:54:01 -07:00
classifier.py Chore: Drop Python 3.9 support (#7774) 2024-09-26 12:22:24 -07:00
conditionals.py Chore: Drop Python 3.9 support (#7774) 2024-09-26 12:22:24 -07:00
consumer.py Chore: Unify workflow logic (#7880) 2024-10-10 20:28:44 +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 Chore: Drop Python 3.9 support (#7774) 2024-09-26 12:22:24 -07:00
double_sided.py Chore: Drop Python 3.9 support (#7774) 2024-09-26 12:22:24 -07:00
file_handling.py Handle a special case where the none marker exists in a way which could create an absolute path (#8060) 2024-10-28 01:51:07 +00:00
filters.py Feature: custom fields queries (#7761) 2024-10-03 00:15:42 +00:00
index.py Chore: Drop Python 3.9 support (#7774) 2024-09-26 12:22:24 -07:00
loggers.py Chore: Convert the consumer to a plugin (#6361) 2024-04-18 02:59:14 +00:00
matching.py Chore: Drop Python 3.9 support (#7774) 2024-09-26 12:22:24 -07:00
models.py Fix: Make customfieldinstance soft delete, fix filepath when deleted (#8067) 2024-10-28 14:02:09 +00:00
parsers.py Chore: Drop Python 3.9 support (#7774) 2024-09-26 12:22:24 -07:00
permissions.py Fix: add permissions to OPTIONS requests for notes (#7661) 2024-09-09 08:34:21 -07:00
sanity_checker.py Fix: dont exclude documents in trash from sanity check (#7133) 2024-07-01 13:47:05 -07:00
serialisers.py Fix: allow removing dead document links from UI, validate via API (#8081) 2024-10-28 10:39:17 -07:00
settings.py Feature: Allow encrypting sensitive fields in export (#6927) 2024-06-09 14:41:18 +00:00
tasks.py Chore: Drop Python 3.9 support (#7774) 2024-09-26 12:22:24 -07:00
utils.py Chore: Drop Python 3.9 support (#7774) 2024-09-26 12:22:24 -07:00
validators.py Enhancement: improve validation of custom field values (#5166) 2023-12-29 14:45:29 -08:00
views.py Fix: handle uuid fields created under mariadb and Django 4 (#8034) 2024-10-28 13:54:16 +00:00