Daniel Quinn
5b53cc2139
Add a default value for CONVERT_BINARY
2017-01-01 22:44:04 +00:00
Daniel Quinn
0ca5373f6d
Version 0.3.0!
2017-01-01 18:41:23 +00:00
Daniel Quinn
23bd887f16
Consumer loop time is now configurable
2017-01-01 18:41:06 +00:00
Daniel Quinn
db7810a9d2
Fixed bad indentation
2017-01-01 18:40:23 +00:00
Daniel Quinn
30be13ae33
Added system checks to warn people of misconfigurations
2017-01-01 18:39:34 +00:00
Daniel Quinn
fddd330e75
Fixed reference to wrong file
2017-01-01 16:40:29 +00:00
Daniel Quinn
294b8abc3f
Fixes #164
...
There appears to be quite the mess out there with regard to how DRF
handles filtering. DRF has its own built-in stuff, but recommends
django_filter for the advanced stuff, which has its own overriding
module that explodes with this message when used as per the
documentation:
AttributeError: 'NoneType' object has no attribute 'DjangoFilterBackend'
Then there's djangorestframework-filter, another package that claims to
do the same thing, that does everything just differently enough that
nothing worked while I had it enabled.
I ended up using django_filter, but doing so importing each element
explicitly, rather than just using the recommended (and broken, at least
in this project) method of:
import django_filter.restframework as fitlers
Anyway, this should bring the dependencies up to date, and strips out a
lot of redundant code.
2017-01-01 16:36:42 +00:00
Daniel Quinn
6183e1ce5f
pep8
2016-11-27 15:10:07 +00:00
Daniel Quinn
18495ce9da
Fix for #154
...
* Added a test with a faked pyocr and tesseract
* Added a catch for pyocr's *other* TesseractError
2016-11-27 15:06:45 +00:00
Daniel Quinn
875ad09b00
Fixt a ValueError in .matches() + pep8
2016-10-26 10:08:04 +00:00
Daniel Quinn
ee939ae3bc
Merge branch 'case_sensitive_matches' of https://github.com/CkuT/paperless into CkuT-case_sensitive_matches
2016-10-26 10:01:54 +00:00
Daniel Quinn
ca21929cee
Moved logging logic into the consumer
2016-10-26 09:52:09 +00:00
Daniel Quinn
b11825832d
Fixed conflicts
2016-10-26 09:42:48 +00:00
Daniel Quinn
8e58406881
pep8 corrections
2016-10-26 09:32:59 +00:00
Cku
2c8e266181
Allow to create case sensitive matches
2016-10-14 19:35:06 +02:00
Aleksandr Bogdanov
63de2ca1b0
Collapsing excess whitespace after OCR
2016-10-12 01:46:34 +02:00
Aleksandr Bogdanov
71902d3f5c
Updating Django admin event log on document_consumption_finished
2016-10-05 20:42:43 +02:00
Jeff Bogatay
6436e02923
Allow overriding default media directory
2016-08-23 14:48:13 -04:00
Jeff Bogatay
a1cd05f9e2
Prettify code, change ENV variable name
2016-08-23 13:28:08 -04:00
Jeff Bogatay
fc00416e32
Remove debug stuff
2016-08-23 12:22:36 -04:00
Jeff Bogatay
93fb1be253
Make database location variable
2016-08-23 12:18:28 -04:00
Jeff Bogatay
2a1818d09a
Secure document fetching
2016-08-23 11:31:54 -04:00
Daniel Quinn
0a0ff8da90
Fixed an ugly bug that broke all deletions
2016-08-23 15:54:09 +01:00
Daniel Quinn
66ae60dc23
Added py.test 'cause it's prettier
2016-08-21 10:48:41 +01:00
Daniel Quinn
47e42ed78b
Merge branch 'master' into issue/121
2016-08-20 18:16:07 +01:00
Daniel Quinn
01919f75d9
pep8
2016-08-20 18:14:33 +01:00
Daniel Quinn
1ce76a5486
Actually write the date found in the file name
2016-08-20 18:11:51 +01:00
Daniel Quinn
c7dda9de96
A quick & easy way to see the logs
2016-08-20 18:08:28 +01:00
Daniel Quinn
3bbcd562fc
Account for thumbnail deletion as well
2016-08-20 14:03:42 +01:00
Daniel Quinn
f5daded930
Fix for #131 : delete files on document.delete
2016-08-16 19:13:37 +01:00
Daniel Quinn
de92423006
Make the logs easier to read
2016-07-19 14:13:59 +01:00
Lenz Weber
018efc576b
wait until file is completely transmitted
...
negation was missing for feature to be active, see #128
2016-06-26 10:18:58 +02:00
Lenz Weber
e7566d2b1c
style changes, variable renames
...
* PEP8 conformity
* rename run_post_consume_external_script to run_post_consume_script
* rename run_pre_consume_external_script to run_pre_consume_script
* change order of declaration and use from post...pre to pre...post
2016-06-24 16:53:55 +02:00
Lenz Weber
c728b1dd21
add pre-consume hook
...
a script hook can be defined in /etc/paperless.conf as
PAPERLESS_PRE_CONSUME_SCRIPT
2016-06-23 21:57:17 +02:00
Brian Martin
b6ae129ad1
Sample Config and Bug Fix
...
Update sample config to reflect new setting variable.
Change consumer to handle density setting as str instead of int.
2016-05-13 23:23:58 -04:00
Brian Martin
52c5aafb3f
Convert Density
...
Add settings variable for the convert density setting.
If no variable is set, default to 300.
2016-05-13 22:47:40 -04:00
Daniel Quinn
3c79b55ae6
Allow USE_SSL to be set via an environment var.
2016-04-28 06:03:39 +01:00
Daniel Quinn
5a07c72f1e
removing duplicate code
2016-04-17 14:39:49 +01:00
Daniel Quinn
859440d8bd
Merging the duplicate code for tests
2016-04-17 14:39:36 +01:00
Florian Harr
9ff4b6c6bc
UnitTests for inline attachment email
2016-04-14 13:01:03 -04:00
Florian Harr
93d75fc6a2
line length
2016-04-14 13:00:00 -04:00
Florian Harr
f1427a9245
catch inline attachments
2016-04-13 00:00:01 -04:00
Daniel Quinn
e96c7448bc
Fix for #107
2016-04-11 23:28:12 +01:00
Daniel Quinn
90939be6af
@Pitkley made a good suggestion in #98
2016-04-10 17:39:49 +01:00
Daniel Quinn
b4474c296c
Added checksum to the documents api
2016-04-04 22:09:32 +01:00
Daniel Quinn
e0ce2a7656
The consumer hook shouldn't contain the passphrase. That was a bad idea
2016-04-03 19:35:17 +01:00
Daniel Quinn
96b8dd6d56
Added the passphrase to the consume hook and fixed the docs for it
2016-04-03 18:47:49 +01:00
Daniel Quinn
64b72d4337
Added test for duplicates
2016-04-03 18:44:00 +01:00
Daniel Quinn
2853545b9d
Added a checksum property and a couple indexes
2016-04-03 16:34:09 +01:00
Daniel Quinn
14375e19ef
I'm not sure how this would have worked before
2016-03-28 19:56:17 +01:00