]>
git.ipfire.org Git - thirdparty/paperless-ngx.git/log
Daniel Quinn [Sun, 1 Jan 2017 22:46:29 +0000 (22:46 +0000)]
Version bump for convert binary fix
Daniel Quinn [Sun, 1 Jan 2017 22:44:04 +0000 (22:44 +0000)]
Add a default value for CONVERT_BINARY
Daniel Quinn [Sun, 1 Jan 2017 18:41:23 +0000 (18:41 +0000)]
Version 0.3.0!
Daniel Quinn [Sun, 1 Jan 2017 18:41:06 +0000 (18:41 +0000)]
Consumer loop time is now configurable
Daniel Quinn [Sun, 1 Jan 2017 18:40:23 +0000 (18:40 +0000)]
Fixed bad indentation
Daniel Quinn [Sun, 1 Jan 2017 18:39:34 +0000 (18:39 +0000)]
Added system checks to warn people of misconfigurations
Daniel Quinn [Sun, 1 Jan 2017 18:37:44 +0000 (18:37 +0000)]
Minor text edits.
Daniel Quinn [Sun, 1 Jan 2017 16:40:29 +0000 (16:40 +0000)]
Fixed reference to wrong file
Daniel Quinn [Sun, 1 Jan 2017 16:31:46 +0000 (16:31 +0000)]
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.
Daniel Quinn [Mon, 26 Dec 2016 11:08:18 +0000 (13:08 +0200)]
Give to the UNHCR
Daniel Quinn [Sun, 27 Nov 2016 15:12:32 +0000 (15:12 +0000)]
Merge pull request #165 from danielquinn/fix/154
Fix for #154
Daniel Quinn [Sun, 27 Nov 2016 15:10:07 +0000 (15:10 +0000)]
pep8
Daniel Quinn [Sun, 27 Nov 2016 15:06:45 +0000 (15:06 +0000)]
Fix for #154
* Added a test with a faked pyocr and tesseract
* Added a catch for pyocr's *other* TesseractError
Daniel Quinn [Fri, 25 Nov 2016 15:42:25 +0000 (15:42 +0000)]
django-filter upgraded and broke things
Daniel Quinn [Mon, 21 Nov 2016 13:26:28 +0000 (13:26 +0000)]
Temporary fix for #164
Daniel Quinn [Wed, 2 Nov 2016 15:11:10 +0000 (15:11 +0000)]
Security update
Daniel Quinn [Wed, 26 Oct 2016 10:11:38 +0000 (10:11 +0000)]
More test stuff
Daniel Quinn [Wed, 26 Oct 2016 10:08:42 +0000 (10:08 +0000)]
Merge branch 'CkuT-case_sensitive_matches'
Daniel Quinn [Wed, 26 Oct 2016 10:08:21 +0000 (10:08 +0000)]
Added the testing requirements
Daniel Quinn [Wed, 26 Oct 2016 10:08:04 +0000 (10:08 +0000)]
Fixt a ValueError in .matches() + pep8
Daniel Quinn [Wed, 26 Oct 2016 10:01:54 +0000 (10:01 +0000)]
Merge branch 'case_sensitive_matches' of https://github.com/CkuT/paperless into CkuT-case_sensitive_matches
Daniel Quinn [Wed, 26 Oct 2016 09:52:23 +0000 (09:52 +0000)]
Merge branch 'synchrone-consumer-notifications'
Daniel Quinn [Wed, 26 Oct 2016 09:52:09 +0000 (09:52 +0000)]
Moved logging logic into the consumer
Daniel Quinn [Wed, 26 Oct 2016 09:42:48 +0000 (09:42 +0000)]
Fixed conflicts
Daniel Quinn [Wed, 26 Oct 2016 09:33:07 +0000 (09:33 +0000)]
Merge branch 'synchrone-no_stripping_newlines'
Daniel Quinn [Wed, 26 Oct 2016 09:32:59 +0000 (09:32 +0000)]
pep8 corrections
Cku [Wed, 5 Oct 2016 21:43:55 +0000 (23:43 +0200)]
Allow to create case sensitive matches
Aleksandr Bogdanov [Tue, 11 Oct 2016 23:46:34 +0000 (01:46 +0200)]
Collapsing excess whitespace after OCR
Aleksandr Bogdanov [Wed, 5 Oct 2016 18:42:43 +0000 (20:42 +0200)]
Updating Django admin event log on document_consumption_finished
Daniel Quinn [Mon, 3 Oct 2016 11:32:06 +0000 (12:32 +0100)]
Update Django
Daniel Quinn [Wed, 21 Sep 2016 08:56:24 +0000 (09:56 +0100)]
Merge pull request #156 from avichalp/gunicorn-conf
Add gunicorn configuration file
avichalp [Tue, 20 Sep 2016 18:29:57 +0000 (23:59 +0530)]
add gunicorn configuration file
Daniel Quinn [Tue, 6 Sep 2016 18:22:26 +0000 (19:22 +0100)]
Merge branch 'master' of github.com:danielquinn/paperless
Daniel Quinn [Sat, 3 Sep 2016 14:19:28 +0000 (15:19 +0100)]
Merge branch 'master' of github.com:danielquinn/paperless
Daniel Quinn [Sun, 28 Aug 2016 00:05:50 +0000 (01:05 +0100)]
Merge pull request #152 from RubenWaterman/patch-1
Update setup.rst
Daniel Quinn [Wed, 24 Aug 2016 15:39:36 +0000 (16:39 +0100)]
Updated changelog to include #150
Ruben Waterman [Fri, 26 Aug 2016 22:56:14 +0000 (00:56 +0200)]
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.
Daniel Quinn [Wed, 24 Aug 2016 15:37:56 +0000 (16:37 +0100)]
Merge pull request #150 from jbogatay/develop
Override media_root option
Jeff Bogatay [Tue, 23 Aug 2016 21:00:45 +0000 (17:00 -0400)]
Merge branch 'variable-media' into develop
Jeff Bogatay [Tue, 23 Aug 2016 18:48:13 +0000 (14:48 -0400)]
Allow overriding default media directory
Daniel Quinn [Wed, 24 Aug 2016 11:27:21 +0000 (12:27 +0100)]
Updated changelog. I really should tag soon
Daniel Quinn [Tue, 23 Aug 2016 18:40:17 +0000 (19:40 +0100)]
Merge pull request #148 from jbogatay/master
Allow database location to be variable
Jeff Bogatay [Tue, 23 Aug 2016 17:28:08 +0000 (13:28 -0400)]
Prettify code, change ENV variable name
Daniel Quinn [Tue, 23 Aug 2016 15:52:30 +0000 (16:52 +0100)]
Merge pull request #147 from jbogatay/master
Secure document fetching
Jeff Bogatay [Tue, 23 Aug 2016 16:24:51 +0000 (12:24 -0400)]
Document new ENV variable
Jeff Bogatay [Tue, 23 Aug 2016 15:31:54 +0000 (11:31 -0400)]
Secure document fetching
Jeff Bogatay [Tue, 23 Aug 2016 16:22:36 +0000 (12:22 -0400)]
Remove debug stuff
Jeff Bogatay [Tue, 23 Aug 2016 16:19:05 +0000 (12:19 -0400)]
Merge remote-tracking branch 'upstream/master'
Jeff Bogatay [Tue, 23 Aug 2016 16:18:28 +0000 (12:18 -0400)]
Make database location variable
Daniel Quinn [Tue, 23 Aug 2016 14:54:09 +0000 (15:54 +0100)]
Fixed an ugly bug that broke all deletions
Daniel Quinn [Sat, 3 Sep 2016 14:19:28 +0000 (15:19 +0100)]
Merge branch 'master' of github.com:danielquinn/paperless
Daniel Quinn [Sat, 3 Sep 2016 14:19:22 +0000 (15:19 +0100)]
Security update from Django
Daniel Quinn [Sun, 28 Aug 2016 00:05:50 +0000 (01:05 +0100)]
Merge pull request #152 from RubenWaterman/patch-1
Update setup.rst
Ruben Waterman [Fri, 26 Aug 2016 22:56:14 +0000 (00:56 +0200)]
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.
Daniel Quinn [Wed, 24 Aug 2016 15:39:36 +0000 (16:39 +0100)]
Updated changelog to include #150
Daniel Quinn [Wed, 24 Aug 2016 15:37:56 +0000 (16:37 +0100)]
Merge pull request #150 from jbogatay/develop
Override media_root option
Daniel Quinn [Wed, 24 Aug 2016 11:27:21 +0000 (12:27 +0100)]
Updated changelog. I really should tag soon
Jeff Bogatay [Tue, 23 Aug 2016 21:00:45 +0000 (17:00 -0400)]
Merge branch 'variable-media' into develop
Jeff Bogatay [Tue, 23 Aug 2016 18:48:13 +0000 (14:48 -0400)]
Allow overriding default media directory
Daniel Quinn [Tue, 23 Aug 2016 18:40:17 +0000 (19:40 +0100)]
Merge pull request #148 from jbogatay/master
Allow database location to be variable
Jeff Bogatay [Tue, 23 Aug 2016 17:28:08 +0000 (13:28 -0400)]
Prettify code, change ENV variable name
Jeff Bogatay [Tue, 23 Aug 2016 16:24:51 +0000 (12:24 -0400)]
Document new ENV variable
Jeff Bogatay [Tue, 23 Aug 2016 16:22:36 +0000 (12:22 -0400)]
Remove debug stuff
Jeff Bogatay [Tue, 23 Aug 2016 16:19:05 +0000 (12:19 -0400)]
Merge remote-tracking branch 'upstream/master'
Jeff Bogatay [Tue, 23 Aug 2016 16:18:28 +0000 (12:18 -0400)]
Make database location variable
Daniel Quinn [Tue, 23 Aug 2016 15:52:30 +0000 (16:52 +0100)]
Merge pull request #147 from jbogatay/master
Secure document fetching
Jeff Bogatay [Tue, 23 Aug 2016 15:31:54 +0000 (11:31 -0400)]
Secure document fetching
Daniel Quinn [Tue, 23 Aug 2016 14:54:09 +0000 (15:54 +0100)]
Fixed an ugly bug that broke all deletions
Daniel Quinn [Sun, 21 Aug 2016 12:41:50 +0000 (13:41 +0100)]
Remove complaints about the consumer chain
Daniel Quinn [Sun, 21 Aug 2016 09:50:54 +0000 (10:50 +0100)]
Merge pull request #145 from danielquinn/issue/144
Issue/144
Daniel Quinn [Sun, 21 Aug 2016 09:48:41 +0000 (10:48 +0100)]
Added py.test 'cause it's prettier
Daniel Quinn [Sun, 21 Aug 2016 09:48:08 +0000 (10:48 +0100)]
Added issues #121 and #131 to the changelog
Daniel Quinn [Sun, 21 Aug 2016 09:45:01 +0000 (10:45 +0100)]
Fixed some syntax errors
Daniel Quinn [Sun, 21 Aug 2016 09:44:52 +0000 (10:44 +0100)]
Added some configs for Apache & Nginx/gunicorn
Daniel Quinn [Sat, 20 Aug 2016 17:16:55 +0000 (18:16 +0100)]
Merge pull request #143 from danielquinn/issue/121
Actually write the date found in the file name. Closes #121.
Daniel Quinn [Sat, 20 Aug 2016 17:16:07 +0000 (18:16 +0100)]
Merge branch 'master' into issue/121
Daniel Quinn [Sat, 20 Aug 2016 17:14:33 +0000 (18:14 +0100)]
pep8
Daniel Quinn [Sat, 20 Aug 2016 17:11:51 +0000 (18:11 +0100)]
Actually write the date found in the file name
Daniel Quinn [Sat, 20 Aug 2016 17:08:28 +0000 (18:08 +0100)]
A quick & easy way to see the logs
Daniel Quinn [Sat, 20 Aug 2016 13:09:31 +0000 (14:09 +0100)]
Merge pull request #142 from danielquinn/issue/131
Account for thumbnail deletion as well
Daniel Quinn [Sat, 20 Aug 2016 13:03:42 +0000 (14:03 +0100)]
Account for thumbnail deletion as well
Daniel Quinn [Tue, 16 Aug 2016 19:01:41 +0000 (20:01 +0100)]
Merge pull request #140 from danielquinn/issue/131
Fix for #131: delete files on document.delete
Daniel Quinn [Tue, 16 Aug 2016 18:58:42 +0000 (19:58 +0100)]
Updated Django to 1.10 along with DRF (required)
Daniel Quinn [Tue, 16 Aug 2016 18:34:54 +0000 (19:34 +0100)]
Version bump for 1.9.x security release
Daniel Quinn [Tue, 16 Aug 2016 18:29:32 +0000 (19:29 +0100)]
Reversion until I can get 1.10 working right
Daniel Quinn [Tue, 16 Aug 2016 18:13:37 +0000 (19:13 +0100)]
Fix for #131: delete files on document.delete
Daniel Quinn [Tue, 16 Aug 2016 16:16:51 +0000 (17:16 +0100)]
Added VersionEye as per #138
Daniel Quinn [Tue, 16 Aug 2016 15:32:41 +0000 (16:32 +0100)]
Merge pull request #139 from JamieMagee/python-3_5_2
Use latest Python 3.5
Jamie Magee [Tue, 16 Aug 2016 15:24:47 +0000 (17:24 +0200)]
Use latest Python 3.5
`python:3.5` matches to the latest 3.5.x version. See https://hub.docker.com/_/python/ for more info
Daniel Quinn [Tue, 16 Aug 2016 15:19:41 +0000 (16:19 +0100)]
Merge pull request #137 from JamieMagee/django-1_10
Upgrade Django to 1.10
Jamie Magee [Tue, 16 Aug 2016 14:52:59 +0000 (16:52 +0200)]
Upgrade Django to 1.10
This includes a security patch for CVE-2016-6186
Daniel Quinn [Tue, 19 Jul 2016 13:13:59 +0000 (14:13 +0100)]
Make the logs easier to read
Daniel Quinn [Fri, 1 Jul 2016 21:47:17 +0000 (14:47 -0700)]
Added docs for pre-consume hook
Daniel Quinn [Sun, 26 Jun 2016 15:33:30 +0000 (08:33 -0700)]
Merge pull request #129 from phryneas/patch-1
wait until file is completely transmitted
Lenz Weber [Sun, 26 Jun 2016 08:18:58 +0000 (10:18 +0200)]
wait until file is completely transmitted
negation was missing for feature to be active, see #128
Daniel Quinn [Sat, 25 Jun 2016 16:02:32 +0000 (09:02 -0700)]
Allow for upgrades of most of the dependencies
Daniel Quinn [Fri, 24 Jun 2016 15:41:11 +0000 (08:41 -0700)]
Merge pull request #127 from phryneas/master
add pre-consume hook
Lenz Weber [Fri, 24 Jun 2016 14:49:32 +0000 (16:49 +0200)]
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
Lenz Weber [Thu, 23 Jun 2016 19:57:17 +0000 (21:57 +0200)]
add pre-consume hook
a script hook can be defined in /etc/paperless.conf as
PAPERLESS_PRE_CONSUME_SCRIPT
Daniel Quinn [Mon, 16 May 2016 09:27:20 +0000 (10:27 +0100)]
Merge pull request #124 from bmartin5692/master
Added a density setting