paperless-ngx/src/documents
2025-01-27 07:34:23 -08:00
..
management Chore(deps-dev): Bump the development group with 2 updates (#8841) 2025-01-21 19:22:25 +00:00
migrations Enhancement: allow specifying JSON encoding for webhooks (#8799) 2025-01-18 12:19:50 -08: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 Enhancement: allow specifying JSON encoding for webhooks (#8799) 2025-01-18 12:19:50 -08:00
static Enhancement: support custom logo / title on login page (#6775) 2024-05-20 09:40:19 -07:00
templates Enhancement: set autofocus on MFA code field (#8756) 2025-01-15 21:32:55 +00:00
templating Enhancement: include current filename placeholder in workflows (#8319) 2024-12-03 03:09:27 +00:00
tests Fix: backwards-compatible versioned API response for custom field select fields (#8912) 2025-01-27 07:34:23 -08:00
__init__.py Standarizes the imports across all the files and modules (#4248) 2023-09-23 20:17:01 -07:00
admin.py Fixes admin pages to show trashed documents too (#8068) 2024-11-07 23:04:29 +00:00
apps.py Fix: remove outdated admin logentry handler (#8580) 2025-01-01 10:11:54 -08:00
barcodes.py Chore: Switch from os.path to pathlib.Path (#8325) 2025-01-06 12:12:27 -08:00
bulk_download.py Switch src/documents/bulk*.py from os.path to pathlib.Path (#7862) 2024-11-12 17:04:07 +00:00
bulk_edit.py Fix: use hard delete when bulk editing custom fields (#8740) 2025-01-14 16:47:29 -08:00
caching.py Chore: Drop Python 3.9 support (#7774) 2024-09-26 12:22:24 -07:00
checks.py Chore(deps-dev): Bump the development group with 2 updates (#8841) 2025-01-21 19:22:25 +00:00
classifier.py Chore(deps-dev): Bump the development group with 2 updates (#8841) 2025-01-21 19:22:25 +00:00
conditionals.py Chore: Drop Python 3.9 support (#7774) 2024-09-26 12:22:24 -07:00
consumer.py Fix: fix email/wh actions on consume started (#8750) 2025-01-15 15:48:10 +00:00
context_processors.py Feature: email, webhook workflow actions (#8108) 2024-12-03 00:12:40 +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 Enhancement: custom field sorting (#8494) 2024-12-30 18:18:34 +00:00
index.py Chore: Switch from os.path to pathlib.Path (#8325) 2025-01-06 12:12:27 -08:00
loggers.py Chore: Convert the consumer to a plugin (#6361) 2024-04-18 02:59:14 +00:00
mail.py Change: use simpler method for attaching files (#8845) 2025-01-21 10:38:21 -08:00
matching.py Feature: scheduled workflow trigger (#8036) 2024-11-24 18:22:31 +00:00
models.py Enhancement: allow specifying JSON encoding for webhooks (#8799) 2025-01-18 12:19:50 -08: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: backwards-compatible versioned API response for custom field select fields (#8912) 2025-01-27 07:34:23 -08:00
settings.py Feature: Allow encrypting sensitive fields in export (#6927) 2024-06-09 14:41:18 +00:00
tasks.py Chore: some logging to trash emptying 2024-12-07 08:04:10 -08: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: include reprocess in MODIFIED_FIELD_BY_METHOD (#8710) 2025-01-13 14:12:02 -08:00