]> git.ipfire.org Git - thirdparty/paperless-ngx.git/log
thirdparty/paperless-ngx.git
8 years agoVersion bump for convert binary fix 0.3.1
Daniel Quinn [Sun, 1 Jan 2017 22:46:29 +0000 (22:46 +0000)] 
Version bump for convert binary fix

8 years agoAdd a default value for CONVERT_BINARY
Daniel Quinn [Sun, 1 Jan 2017 22:44:04 +0000 (22:44 +0000)] 
Add a default value for CONVERT_BINARY

8 years agoVersion 0.3.0! 0.3.0
Daniel Quinn [Sun, 1 Jan 2017 18:41:23 +0000 (18:41 +0000)] 
Version 0.3.0!

8 years agoConsumer loop time is now configurable
Daniel Quinn [Sun, 1 Jan 2017 18:41:06 +0000 (18:41 +0000)] 
Consumer loop time is now configurable

8 years agoFixed bad indentation
Daniel Quinn [Sun, 1 Jan 2017 18:40:23 +0000 (18:40 +0000)] 
Fixed bad indentation

8 years agoAdded system checks to warn people of misconfigurations
Daniel Quinn [Sun, 1 Jan 2017 18:39:34 +0000 (18:39 +0000)] 
Added system checks to warn people of misconfigurations

8 years agoMinor text edits.
Daniel Quinn [Sun, 1 Jan 2017 18:37:44 +0000 (18:37 +0000)] 
Minor text edits.

8 years agoFixed reference to wrong file
Daniel Quinn [Sun, 1 Jan 2017 16:40:29 +0000 (16:40 +0000)] 
Fixed reference to wrong file

8 years agoFixes #164
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.

8 years agoGive to the UNHCR
Daniel Quinn [Mon, 26 Dec 2016 11:08:18 +0000 (13:08 +0200)] 
Give to the UNHCR

8 years agoMerge pull request #165 from danielquinn/fix/154
Daniel Quinn [Sun, 27 Nov 2016 15:12:32 +0000 (15:12 +0000)] 
Merge pull request #165 from danielquinn/fix/154

Fix for #154

8 years agopep8
Daniel Quinn [Sun, 27 Nov 2016 15:10:07 +0000 (15:10 +0000)] 
pep8

8 years agoFix for #154
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

8 years agodjango-filter upgraded and broke things
Daniel Quinn [Fri, 25 Nov 2016 15:42:25 +0000 (15:42 +0000)] 
django-filter upgraded and broke things

8 years agoTemporary fix for #164
Daniel Quinn [Mon, 21 Nov 2016 13:26:28 +0000 (13:26 +0000)] 
Temporary fix for #164

9 years agoSecurity update
Daniel Quinn [Wed, 2 Nov 2016 15:11:10 +0000 (15:11 +0000)] 
Security update

9 years agoMore test stuff
Daniel Quinn [Wed, 26 Oct 2016 10:11:38 +0000 (10:11 +0000)] 
More test stuff

9 years agoMerge branch 'CkuT-case_sensitive_matches'
Daniel Quinn [Wed, 26 Oct 2016 10:08:42 +0000 (10:08 +0000)] 
Merge branch 'CkuT-case_sensitive_matches'

9 years agoAdded the testing requirements
Daniel Quinn [Wed, 26 Oct 2016 10:08:21 +0000 (10:08 +0000)] 
Added the testing requirements

9 years agoFixt a ValueError in .matches() + pep8
Daniel Quinn [Wed, 26 Oct 2016 10:08:04 +0000 (10:08 +0000)] 
Fixt a ValueError in .matches() + pep8

9 years agoMerge branch 'case_sensitive_matches' of https://github.com/CkuT/paperless into CkuT...
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

9 years agoMerge branch 'synchrone-consumer-notifications'
Daniel Quinn [Wed, 26 Oct 2016 09:52:23 +0000 (09:52 +0000)] 
Merge branch 'synchrone-consumer-notifications'

9 years agoMoved logging logic into the consumer
Daniel Quinn [Wed, 26 Oct 2016 09:52:09 +0000 (09:52 +0000)] 
Moved logging logic into the consumer

9 years agoFixed conflicts
Daniel Quinn [Wed, 26 Oct 2016 09:42:48 +0000 (09:42 +0000)] 
Fixed conflicts

9 years agoMerge branch 'synchrone-no_stripping_newlines'
Daniel Quinn [Wed, 26 Oct 2016 09:33:07 +0000 (09:33 +0000)] 
Merge branch 'synchrone-no_stripping_newlines'

9 years agopep8 corrections
Daniel Quinn [Wed, 26 Oct 2016 09:32:59 +0000 (09:32 +0000)] 
pep8 corrections

9 years agoAllow to create case sensitive matches
Cku [Wed, 5 Oct 2016 21:43:55 +0000 (23:43 +0200)] 
Allow to create case sensitive matches

9 years agoCollapsing excess whitespace after OCR
Aleksandr Bogdanov [Tue, 11 Oct 2016 23:46:34 +0000 (01:46 +0200)] 
Collapsing excess whitespace after OCR

9 years agoUpdating Django admin event log on document_consumption_finished
Aleksandr Bogdanov [Wed, 5 Oct 2016 18:42:43 +0000 (20:42 +0200)] 
Updating Django admin event log on document_consumption_finished

9 years agoUpdate Django
Daniel Quinn [Mon, 3 Oct 2016 11:32:06 +0000 (12:32 +0100)] 
Update Django

9 years agoMerge pull request #156 from avichalp/gunicorn-conf
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

9 years agoadd gunicorn configuration file
avichalp [Tue, 20 Sep 2016 18:29:57 +0000 (23:59 +0530)] 
add gunicorn configuration file

9 years agoMerge branch 'master' of github.com:danielquinn/paperless
Daniel Quinn [Tue, 6 Sep 2016 18:22:26 +0000 (19:22 +0100)] 
Merge branch 'master' of github.com:danielquinn/paperless

9 years agoMerge 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

9 years agoMerge pull request #152 from RubenWaterman/patch-1
Daniel Quinn [Sun, 28 Aug 2016 00:05:50 +0000 (01:05 +0100)] 
Merge pull request #152 from RubenWaterman/patch-1

Update setup.rst

9 years agoUpdated changelog to include #150
Daniel Quinn [Wed, 24 Aug 2016 15:39:36 +0000 (16:39 +0100)] 
Updated changelog to include #150

9 years agoUpdate 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.

9 years agoMerge pull request #150 from jbogatay/develop
Daniel Quinn [Wed, 24 Aug 2016 15:37:56 +0000 (16:37 +0100)] 
Merge pull request #150 from jbogatay/develop

Override media_root option

9 years agoMerge branch 'variable-media' into develop
Jeff Bogatay [Tue, 23 Aug 2016 21:00:45 +0000 (17:00 -0400)] 
Merge branch 'variable-media' into develop

9 years agoAllow overriding default media directory
Jeff Bogatay [Tue, 23 Aug 2016 18:48:13 +0000 (14:48 -0400)] 
Allow overriding default media directory

9 years agoUpdated changelog. I really should tag soon
Daniel Quinn [Wed, 24 Aug 2016 11:27:21 +0000 (12:27 +0100)] 
Updated changelog. I really should tag soon

9 years agoMerge pull request #148 from jbogatay/master
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

9 years agoPrettify code, change ENV variable name
Jeff Bogatay [Tue, 23 Aug 2016 17:28:08 +0000 (13:28 -0400)] 
Prettify code, change ENV variable name

9 years agoMerge pull request #147 from jbogatay/master
Daniel Quinn [Tue, 23 Aug 2016 15:52:30 +0000 (16:52 +0100)] 
Merge pull request #147 from jbogatay/master

Secure document fetching

9 years agoDocument new ENV variable
Jeff Bogatay [Tue, 23 Aug 2016 16:24:51 +0000 (12:24 -0400)] 
Document new ENV variable

9 years agoSecure document fetching
Jeff Bogatay [Tue, 23 Aug 2016 15:31:54 +0000 (11:31 -0400)] 
Secure document fetching

9 years agoRemove debug stuff
Jeff Bogatay [Tue, 23 Aug 2016 16:22:36 +0000 (12:22 -0400)] 
Remove debug stuff

9 years agoMerge remote-tracking branch 'upstream/master'
Jeff Bogatay [Tue, 23 Aug 2016 16:19:05 +0000 (12:19 -0400)] 
Merge remote-tracking branch 'upstream/master'

9 years agoMake database location variable
Jeff Bogatay [Tue, 23 Aug 2016 16:18:28 +0000 (12:18 -0400)] 
Make database location variable

9 years agoFixed an ugly bug that broke all deletions
Daniel Quinn [Tue, 23 Aug 2016 14:54:09 +0000 (15:54 +0100)] 
Fixed an ugly bug that broke all deletions

9 years agoMerge 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

9 years agoSecurity update from Django
Daniel Quinn [Sat, 3 Sep 2016 14:19:22 +0000 (15:19 +0100)] 
Security update from Django

9 years agoMerge pull request #152 from RubenWaterman/patch-1
Daniel Quinn [Sun, 28 Aug 2016 00:05:50 +0000 (01:05 +0100)] 
Merge pull request #152 from RubenWaterman/patch-1

Update setup.rst

9 years agoUpdate 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.

9 years agoUpdated changelog to include #150
Daniel Quinn [Wed, 24 Aug 2016 15:39:36 +0000 (16:39 +0100)] 
Updated changelog to include #150

9 years agoMerge pull request #150 from jbogatay/develop
Daniel Quinn [Wed, 24 Aug 2016 15:37:56 +0000 (16:37 +0100)] 
Merge pull request #150 from jbogatay/develop

Override media_root option

9 years agoUpdated changelog. I really should tag soon
Daniel Quinn [Wed, 24 Aug 2016 11:27:21 +0000 (12:27 +0100)] 
Updated changelog. I really should tag soon

9 years agoMerge branch 'variable-media' into develop
Jeff Bogatay [Tue, 23 Aug 2016 21:00:45 +0000 (17:00 -0400)] 
Merge branch 'variable-media' into develop

9 years agoAllow overriding default media directory
Jeff Bogatay [Tue, 23 Aug 2016 18:48:13 +0000 (14:48 -0400)] 
Allow overriding default media directory

9 years agoMerge pull request #148 from jbogatay/master
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

9 years agoPrettify code, change ENV variable name
Jeff Bogatay [Tue, 23 Aug 2016 17:28:08 +0000 (13:28 -0400)] 
Prettify code, change ENV variable name

9 years agoDocument new ENV variable
Jeff Bogatay [Tue, 23 Aug 2016 16:24:51 +0000 (12:24 -0400)] 
Document new ENV variable

9 years agoRemove debug stuff
Jeff Bogatay [Tue, 23 Aug 2016 16:22:36 +0000 (12:22 -0400)] 
Remove debug stuff

9 years agoMerge remote-tracking branch 'upstream/master'
Jeff Bogatay [Tue, 23 Aug 2016 16:19:05 +0000 (12:19 -0400)] 
Merge remote-tracking branch 'upstream/master'

9 years agoMake database location variable
Jeff Bogatay [Tue, 23 Aug 2016 16:18:28 +0000 (12:18 -0400)] 
Make database location variable

9 years agoMerge pull request #147 from jbogatay/master
Daniel Quinn [Tue, 23 Aug 2016 15:52:30 +0000 (16:52 +0100)] 
Merge pull request #147 from jbogatay/master

Secure document fetching

9 years agoSecure document fetching
Jeff Bogatay [Tue, 23 Aug 2016 15:31:54 +0000 (11:31 -0400)] 
Secure document fetching

9 years agoFixed an ugly bug that broke all deletions
Daniel Quinn [Tue, 23 Aug 2016 14:54:09 +0000 (15:54 +0100)] 
Fixed an ugly bug that broke all deletions

9 years agoRemove complaints about the consumer chain
Daniel Quinn [Sun, 21 Aug 2016 12:41:50 +0000 (13:41 +0100)] 
Remove complaints about the consumer chain

9 years agoMerge pull request #145 from danielquinn/issue/144
Daniel Quinn [Sun, 21 Aug 2016 09:50:54 +0000 (10:50 +0100)] 
Merge pull request #145 from danielquinn/issue/144

Issue/144

9 years agoAdded py.test 'cause it's prettier
Daniel Quinn [Sun, 21 Aug 2016 09:48:41 +0000 (10:48 +0100)] 
Added py.test 'cause it's prettier

9 years agoAdded issues #121 and #131 to the changelog
Daniel Quinn [Sun, 21 Aug 2016 09:48:08 +0000 (10:48 +0100)] 
Added issues #121 and #131 to the changelog

9 years agoFixed some syntax errors
Daniel Quinn [Sun, 21 Aug 2016 09:45:01 +0000 (10:45 +0100)] 
Fixed some syntax errors

9 years agoAdded some configs for Apache & Nginx/gunicorn
Daniel Quinn [Sun, 21 Aug 2016 09:44:52 +0000 (10:44 +0100)] 
Added some configs for Apache & Nginx/gunicorn

9 years agoMerge pull request #143 from danielquinn/issue/121
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.

9 years agoMerge branch 'master' into issue/121
Daniel Quinn [Sat, 20 Aug 2016 17:16:07 +0000 (18:16 +0100)] 
Merge branch 'master' into issue/121

9 years agopep8
Daniel Quinn [Sat, 20 Aug 2016 17:14:33 +0000 (18:14 +0100)] 
pep8

9 years agoActually write the date found in the file name
Daniel Quinn [Sat, 20 Aug 2016 17:11:51 +0000 (18:11 +0100)] 
Actually write the date found in the file name

9 years agoA quick & easy way to see the logs
Daniel Quinn [Sat, 20 Aug 2016 17:08:28 +0000 (18:08 +0100)] 
A quick & easy way to see the logs

9 years agoMerge pull request #142 from danielquinn/issue/131
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

9 years agoAccount for thumbnail deletion as well
Daniel Quinn [Sat, 20 Aug 2016 13:03:42 +0000 (14:03 +0100)] 
Account for thumbnail deletion as well

9 years agoMerge pull request #140 from danielquinn/issue/131
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

9 years agoUpdated Django to 1.10 along with DRF (required)
Daniel Quinn [Tue, 16 Aug 2016 18:58:42 +0000 (19:58 +0100)] 
Updated Django to 1.10 along with DRF (required)

9 years agoVersion bump for 1.9.x security release
Daniel Quinn [Tue, 16 Aug 2016 18:34:54 +0000 (19:34 +0100)] 
Version bump for 1.9.x security release

9 years agoReversion until I can get 1.10 working right
Daniel Quinn [Tue, 16 Aug 2016 18:29:32 +0000 (19:29 +0100)] 
Reversion until I can get 1.10 working right

9 years agoFix for #131: delete files on document.delete
Daniel Quinn [Tue, 16 Aug 2016 18:13:37 +0000 (19:13 +0100)] 
Fix for #131: delete files on document.delete

9 years agoAdded VersionEye as per #138
Daniel Quinn [Tue, 16 Aug 2016 16:16:51 +0000 (17:16 +0100)] 
Added VersionEye as per #138

9 years agoMerge pull request #139 from JamieMagee/python-3_5_2
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

9 years agoUse 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

9 years agoMerge pull request #137 from JamieMagee/django-1_10
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

9 years agoUpgrade 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

9 years agoMake the logs easier to read
Daniel Quinn [Tue, 19 Jul 2016 13:13:59 +0000 (14:13 +0100)] 
Make the logs easier to read

9 years agoAdded docs for pre-consume hook
Daniel Quinn [Fri, 1 Jul 2016 21:47:17 +0000 (14:47 -0700)] 
Added docs for pre-consume hook

9 years agoMerge pull request #129 from phryneas/patch-1
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

9 years agowait 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

9 years agoAllow for upgrades of most of the dependencies
Daniel Quinn [Sat, 25 Jun 2016 16:02:32 +0000 (09:02 -0700)] 
Allow for upgrades of most of the dependencies

9 years agoMerge pull request #127 from phryneas/master
Daniel Quinn [Fri, 24 Jun 2016 15:41:11 +0000 (08:41 -0700)] 
Merge pull request #127 from phryneas/master

add pre-consume hook

9 years agostyle changes, variable renames
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

9 years agoadd pre-consume hook
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

9 years agoMerge pull request #124 from bmartin5692/master
Daniel Quinn [Mon, 16 May 2016 09:27:20 +0000 (10:27 +0100)] 
Merge pull request #124 from bmartin5692/master

Added a density setting