| .. |
|
management
|
added a task scheduler for recurring tasks
|
2020-11-09 20:29:10 +01:00 |
|
migrations
|
remove only automatically created schedules (almost)
|
2020-11-11 14:13:54 +01:00 |
|
signals
|
I removed the model save/delete hooks for index updates since they were causing too much trouble with migrations
|
2020-11-08 11:24:57 +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
|
fixed most of the test cases
|
2020-11-08 13:49:15 +01:00 |
|
__init__.py
|
Add check for changed password
|
2018-05-28 12:58:28 +01:00 |
|
admin.py
|
I removed the model save/delete hooks for index updates since they were causing too much trouble with migrations
|
2020-11-08 11:24:57 +01:00 |
|
apps.py
|
I removed the model save/delete hooks for index updates since they were causing too much trouble with migrations
|
2020-11-08 11:24:57 +01:00 |
|
checks.py
|
mode change
|
2018-09-06 12:00:01 +02:00 |
|
classifier.py
|
updated the classifier. Its now much faster and does not retrain when data hasnt changed.
|
2020-11-06 14:46:06 +01:00 |
|
consumer.py
|
added a setting: delete duplicate documents
|
2020-11-10 01:47:58 +01:00 |
|
filters.py
|
fixes #17
|
2020-11-04 00:01:08 +01:00 |
|
forms.py
|
updated document upload form
|
2020-11-07 23:25:50 +01:00 |
|
index.py
|
fixed an issue with the searcher.
|
2020-11-10 01:47:35 +01:00 |
|
loggers.py
|
renamed logger
|
2020-11-02 18:54:27 +01:00 |
|
mail.py
|
Catches OSError on IMAP connection error
|
2019-01-14 19:08:59 +01:00 |
|
matching.py
|
replaced usages of .id with .pk, fixed filename issue in exporter
|
2020-11-03 12:37:37 +01:00 |
|
mixins.py
|
Removed the archive tag, as it wasnt really used anyway.
|
2018-09-25 21:51:38 +02:00 |
|
models.py
|
added the filename handling back into the code
|
2020-11-08 13:00:45 +01:00 |
|
parsers.py
|
silenced unpaper once and for all
|
2020-11-03 14:04:21 +01:00 |
|
serialisers.py
|
logging: don't group by logging_group
|
2020-11-02 01:24:56 +01:00 |
|
settings.py
|
PEP8
|
2017-05-08 15:48:37 +02:00 |
|
tasks.py
|
added a task scheduler for recurring tasks
|
2020-11-09 20:29:10 +01:00 |
|
views.py
|
fixed an issue with the searcher.
|
2020-11-10 01:47:35 +01:00 |