paperless-ngx/src/documents
2022-11-22 10:11:27 -08:00
..
management Celery JSON serializable object for override_tag_ids 2022-11-07 07:41:23 -08:00
migrations Connects up the celery signals to support pending, started and success/failure, without relying on django-celery-results 2022-10-24 09:10:10 -07:00
resources optimized default thumbnail 2021-03-14 14:45:29 +01:00
signals Refresh the instance from the database before doing any file handling with it 2022-11-03 11:32:27 -07:00
static Normalize whitespace in source files 2021-06-13 10:57:40 -04:00
templates Properly get username & display name 2022-05-17 11:13:19 -07:00
tests Adds further testing to cover scripts with non-zero exit codes 2022-11-11 08:58:49 -08:00
__init__.py Removes last vestiges of PNG from the tests, code, docs and samples 2022-06-11 14:20:50 -07:00
admin.py update files and model to include new field 2022-08-20 14:30:14 -07:00
apps.py Feature: Dynamic document storage pathes (#916) 2022-05-19 14:42:25 -07:00
barcodes.py Always use pikepdf, then pdf2image if needed to check for barcodes instead of requiring/allowing configuration 2022-11-09 13:01:39 -08:00
bulk_download.py Runs pyupgrade to Python 3.8+ and adds a hook for it 2022-05-06 09:04:08 -07:00
bulk_edit.py Transitions the backend to celery and celery beat 2022-09-26 11:25:34 -07:00
checks.py Removes last vestiges of PNG from the tests, code, docs and samples 2022-06-11 14:20:50 -07:00
classifier.py Allows disabling NLTK, adds it as a consideration for low power devices 2022-10-10 08:58:23 -07:00
consumer.py Merge pull request #1998 from paperless-ngx/fix/1993-date-overflow 2022-11-17 14:31:46 -08:00
file_handling.py No need for an extra import, the object is smart already 2022-11-01 08:44:30 -07:00
filters.py Feature: Dynamic document storage pathes (#916) 2022-05-19 14:42:25 -07:00
index.py Feature: Dynamic document storage pathes (#916) 2022-05-19 14:42:25 -07:00
loggers.py Runs the pre-commit hooks over all the Python files 2022-03-11 11:34:28 -08:00
matching.py directly use rapidfuzz 2022-10-31 13:17:10 -07:00
models.py Connects up the celery signals to support pending, started and success/failure, without relying on django-celery-results 2022-10-24 09:10:10 -07:00
parsers.py Don't allow an exception when trying to parse a date cause complete failure 2022-11-17 13:37:37 -08:00
sanity_checker.py Fixes formatting 2022-06-01 08:20:04 -07:00
serialisers.py Connects up the celery signals to support pending, started and success/failure, without relying on django-celery-results 2022-10-24 09:10:10 -07:00
settings.py Adjusted the exporter and importer so that they take archived documents into account. 2020-11-28 11:24:59 +01:00
tasks.py If override_date is provided, coerce it into a datetime 2022-11-22 10:11:27 -08:00
views.py Connects up the celery signals to support pending, started and success/failure, without relying on django-celery-results 2022-10-24 09:10:10 -07:00