| .. |
|
management
|
proper document archiver with progress bar.
|
2020-12-03 01:04:52 +01:00 |
|
migrations
|
added checksums for archived documents.
|
2020-11-29 12:31:26 +01:00 |
|
signals
|
a couple fixes and more supported image files
|
2020-12-02 17:39:49 +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
|
API now supports setting metadata when POSTing documents.
|
2020-12-04 12:09:21 +01:00 |
|
__init__.py
|
default language check
|
2020-11-25 10:52:38 +01:00 |
|
admin.py
|
updated the admin, ordering for mail rules
|
2020-11-21 23:12:34 +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
|
checking file types against parsers in the consumer.
|
2020-12-01 15:26:05 +01:00 |
|
file_handling.py
|
some more tests.
|
2020-12-01 14:15:43 +01:00 |
|
filters.py
|
fixes #17
|
2020-11-04 00:01:08 +01:00 |
|
index.py
|
searching for types and dates, error catching, documentation and changelog.
|
2020-11-30 16:13:35 +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
|
filename handling for archive files.
|
2020-11-30 21:38:42 +01:00 |
|
parsers.py
|
fixes #78
|
2020-12-02 18:00:49 +01:00 |
|
sanity_checker.py
|
testing and fixing the sanity checker
|
2020-12-02 01:18:11 +01:00 |
|
serialisers.py
|
API now supports setting metadata when POSTing documents.
|
2020-12-04 12:09:21 +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
|
this change caused index optimization to fail.
|
2020-11-30 21:53:39 +01:00 |
|
views.py
|
updated the API, it now supports tags, correspondents, types and title when uploading documents.
|
2020-12-03 18:36:23 +01:00 |