Daniel Quinn
350d2fb747
Version bump for convert binary fix
0.3.1
2017-01-01 22:46:29 +00:00
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!
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
8fc3d8a27e
Minor text edits.
2017-01-01 18:37:44 +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
9ea39aeecb
Give to the UNHCR
2016-12-26 13:08:18 +02:00
Daniel Quinn
50896f48db
Merge pull request #165 from danielquinn/fix/154
...
Fix for #154
2016-11-27 15:12:32 +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
b88e0fd902
django-filter upgraded and broke things
2016-11-25 15:42:25 +00:00
Daniel Quinn
110cd47e43
Temporary fix for #164
2016-11-21 13:26:28 +00:00
Daniel Quinn
6b2469dfbc
Security update
2016-11-02 15:11:10 +00:00
Daniel Quinn
8cb5cabc85
More test stuff
2016-10-26 10:11:38 +00:00
Daniel Quinn
6d310f006c
Merge branch 'CkuT-case_sensitive_matches'
2016-10-26 10:08:42 +00:00
Daniel Quinn
a5f10cd6b3
Added the testing requirements
2016-10-26 10:08:21 +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
f650fb0976
Merge branch 'synchrone-consumer-notifications'
2016-10-26 09:52:23 +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
77fda752ae
Merge branch 'synchrone-no_stripping_newlines'
2016-10-26 09:33:07 +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
Daniel Quinn
14811a4a49
Update Django
2016-10-03 12:32:06 +01:00
Daniel Quinn
b66ec6ba27
Merge pull request #156 from avichalp/gunicorn-conf
...
Add gunicorn configuration file
2016-09-21 09:56:24 +01:00
avichalp
92900f5c7e
add gunicorn configuration file
2016-09-21 00:04:41 +05:30
Daniel Quinn
8b4f6364f6
Merge branch 'master' of github.com:danielquinn/paperless
2016-09-06 19:22:26 +01:00
Daniel Quinn
524d64c694
Merge branch 'master' of github.com:danielquinn/paperless
2016-09-06 17:53:41 +01:00
Daniel Quinn
ddf4214080
Merge pull request #152 from RubenWaterman/patch-1
...
Update setup.rst
2016-09-06 17:53:41 +01:00
Daniel Quinn
38b63fbe77
Updated changelog to include #150
2016-09-06 17:53:41 +01:00
Ruben Waterman
4708f63138
Update setup.rst
...
Added a line on how to use the ubuntu upstart example in Vagrant. It took me hours to figure out why it wouldn't start on boot but would when you would type "start paperless-server" manually. The start on vagrant-mounted solved the problem, so I thought it would be good to share this with the paperless community.
2016-09-06 17:53:41 +01:00
Daniel Quinn
ccb0bcb7d7
Merge pull request #150 from jbogatay/develop
...
Override media_root option
2016-09-06 17:53:41 +01:00
Jeff Bogatay
6e49995c0c
Merge branch 'variable-media' into develop
2016-09-06 17:53:41 +01:00
Jeff Bogatay
a85096775e
Allow overriding default media directory
2016-09-06 17:53:41 +01:00
Daniel Quinn
509f7d908e
Updated changelog. I really should tag soon
2016-09-06 17:53:34 +01:00
Daniel Quinn
b7209a19b2
Merge pull request #148 from jbogatay/master
...
Allow database location to be variable
2016-09-06 17:53:26 +01:00
Jeff Bogatay
69466e712b
Prettify code, change ENV variable name
2016-09-06 17:53:26 +01:00
Daniel Quinn
630a3119b5
Merge pull request #147 from jbogatay/master
...
Secure document fetching
2016-09-06 17:53:26 +01:00
Jeff Bogatay
74c5537979
Document new ENV variable
2016-09-06 17:53:26 +01:00
Jeff Bogatay
05f3cad271
Secure document fetching
2016-09-06 17:53:26 +01:00
Jeff Bogatay
5e6e1ce959
Remove debug stuff
2016-09-06 17:53:26 +01:00
Jeff Bogatay
1c78fb633e
Merge remote-tracking branch 'upstream/master'
2016-09-06 17:53:26 +01:00
Jeff Bogatay
7b8914132d
Make database location variable
2016-09-06 17:53:26 +01:00
Daniel Quinn
5662035efd
Fixed an ugly bug that broke all deletions
2016-09-06 17:53:22 +01:00