paperless-ngx/src/documents
2020-12-10 00:59:03 +01:00
..
management added progress bar to the document renamer. 2020-12-10 00:10:36 +01:00
migrations removed slugs entirely, since their only purpose was purely cosmetic anyway. 2020-12-09 00:04:37 +01:00
signals locking media directory while deleting files 2020-12-09 22:17:23 +01:00
static use django authentication instead of auth tokens. 2020-11-09 15:28:12 +01:00
templates use django authentication instead of auth tokens. 2020-11-09 15:28:12 +01:00
tests removed a janky test case that caused other test cases to fail 2020-12-09 22:18:03 +01:00
__init__.py default language check 2020-11-25 10:52:38 +01:00
admin.py removed slugs entirely, since their only purpose was purely cosmetic anyway. 2020-12-09 00:04:37 +01:00
apps.py code style fixes 2020-11-12 21:09:45 +01:00
checks.py add some more checks. 2020-11-12 21:20:12 +01:00
classifier.py more tests and bugfixes. 2020-11-27 15:36:32 +01:00
consumer.py fixes #112 2020-12-09 22:16:57 +01:00
file_handling.py fixes #90 2020-12-08 13:54:49 +01:00
filters.py a print() command somehow sneaked past my commit checks. 2020-12-10 00:59:03 +01:00
index.py bugfix 2020-12-05 00:37:05 +01:00
loggers.py mail handling: When exceptions occur during account/rule/message handling, paperless will continue with the next account/rule/message. 2020-12-04 15:42:05 +01:00
matching.py code cleanup 2020-11-21 15:34:00 +01:00
mixins.py Removed the archive tag, as it wasnt really used anyway. 2018-09-25 21:51:38 +02:00
models.py removed slugs entirely, since their only purpose was purely cosmetic anyway. 2020-12-09 00:04:37 +01:00
parsers.py fixes #78 2020-12-02 18:00:49 +01:00
sanity_checker.py excluded the lockfile from the sanity checker. 2020-12-10 00:29:47 +01:00
serialisers.py removed slugs entirely, since their only purpose was purely cosmetic anyway. 2020-12-09 00:04:37 +01: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 added a progress bar to the reindex command. 2020-12-10 00:02:45 +01:00
views.py more metadata #32 2020-12-08 16:09:47 +01:00