1058 Commits

Author SHA1 Message Date
Daniel Quinn
b150fd431b Merge pull request #468 from ddddavidmartin/document_ocr_always_setting
Reference PAPERLESS_OCR_ALWAYS in example config file.
2018-12-31 14:30:58 +00:00
Daniel Quinn
d70289af15 Include notes for #466 2018-12-30 18:30:23 +00:00
Daniel Quinn
892134b88d Merge pull request #453 from jonaswinkler/patch-1
Update 0022_auto_20181007_1420.py
2018-12-30 18:27:27 +00:00
Daniel Quinn
0de395cf69 Merge pull request #464 from colinfrei/patch-2
remove unnecessary character
2018-12-30 18:26:12 +00:00
Daniel Quinn
7fd2eb564a Merge pull request #466 from colinfrei/patch-3
Set consume directory for webserver too
2018-12-30 18:23:33 +00:00
Daniel Quinn
6e45298f01 Merge pull request #467 from danielquinn/feature/update-travis
Fix the tests so they finally start passing everywhere they should.
2018-12-30 18:22:46 +00:00
Daniel Quinn
62066220c7 Update changelog with test changes 2018-12-30 18:19:05 +00:00
Daniel Quinn
45eb274a9b Tweak Travis to include Python3.7 and pipenv 2018-12-30 18:18:37 +00:00
Daniel Quinn
e395b0e081 Drop problematic tests
Some tests had differing outcomes depending on the version of Tesseract
installed on the test system.  This lead to a bunch of false test
failures, which lead to people (including me) just ignoring the Travis
results.

This commit removes those tests, and while it reduces our coverage, at
least the results are predictable.
2018-12-30 17:32:45 +00:00
Daniel Quinn
143ad66706 Use [[]] instead of [] in Bash scripts 2018-12-30 17:32:17 +00:00
Daniel Quinn
13fb020915 Update the Pipfile lock 2018-12-30 17:32:04 +00:00
Daniel Quinn
42a99c1b97 Use pipenv in the Docker build 2018-12-30 17:31:26 +00:00
Daniel Quinn
c69238c6ba Codify spaces in .yml files 2018-12-30 17:31:13 +00:00
Daniel Quinn
e3df454fc1 Merge pull request #462 from colinfrei/patch-1
Type in docker-compose command
2018-12-30 14:46:17 +00:00
Daniel Quinn
11ada4ff4b Add Python 3.7 to test suite 2018-12-30 14:09:32 +00:00
Daniel Quinn
86b0d08377 Use modern languages for sample test files 2018-12-30 14:09:17 +00:00
Daniel Quinn
e8cffa2b76 Bump version 2018-12-30 12:44:26 +00:00
Daniel Quinn
a6e60c08fb Update language READMEs with new logo & new language navigation 2018-12-30 12:44:13 +00:00
Daniel Quinn
eea557a996 Add the new logo 2018-12-30 12:40:29 +00:00
Daniel Quinn
469a610599 Fix .gitignore exclusion that hid the logos 2018-12-30 12:39:07 +00:00
Daniel Quinn
ee2941a31b Add the new logo
I bought this logo from the excellent logojoy.com site, and am including
the source files here to be covered under the project license (GPL).
2018-12-30 12:20:08 +00:00
Colin Frei
de267c4043 Set consume directory for webserver too
Fixes #289 

The HTTP POST endpoint saves the file in the consume directory.
This needs to be shared between the two services so that the file is actually consumed.
2018-12-30 07:43:49 +01:00
Colin Frei
6dd04ec09f remove unnecessary character 2018-12-28 17:43:36 +01:00
Colin Frei
6be94bbb03 Type in docker-compose command 2018-12-26 16:43:22 +01:00
David Martin
1076320a06 Reference PAPERLESS_OCR_ALWAYS in example config file.
This setting was introduced when support for retrieving the text layer
from documents was added. Having it in the example config makes it more
clear that it exists.
2018-12-16 18:11:39 +11:00
Daniel Quinn
41154756a2 Merge pull request #450 from erikarvstedt/fix-parser-test
Fix date test sample image
2018-12-11 11:43:14 +00:00
jonaswinkler
4879e749a7 Update 0022_auto_20181007_1420.py
copy paste error.
2018-12-10 18:38:19 +01:00
Daniel Quinn
fa783e4f4a Merge pull request #451 from speshak/remote_pg
Add DBHOST & DBPORT parameters to settings
2018-12-06 23:38:50 +00:00
Daniel Quinn
16d8bba8ab Move ipython out of the base dependencies 2018-12-06 23:28:33 +00:00
Scott Peshak
b9bd647248 Add psycopg2 dependencies to Dockerfile 2018-12-02 16:14:58 -06:00
Scott Peshak
3a78499fff Add psycopg2 to requirements.txt 2018-12-02 16:14:58 -06:00
Scott Peshak
2cad1b47cb Add DBHOST & DBPORT parameters
Resolves #445
2018-12-02 15:20:29 -06:00
Erik Arvstedt
f38ac7f62b Fix date test sample image
The previous version of `tests_date_3.png` had too much spacing
between the `0` and the `8` glyphs, which resulted in the year getting
parsed as `200 8` in Tesseract 3.05.00 (+ tessdata 3.04.00).
This caused the date parsing test to fail.
2018-12-02 15:10:21 +01:00
Erik Arvstedt
02a2952d7d Fix travis ocr languages
The tests need German language support for Tesseract
2018-12-02 15:10:20 +01:00
Daniel Quinn
556d754d69 Version bump 2018-12-01 17:12:34 +00:00
Daniel Quinn
a59722ed34 Added notes for 2.6.0 2018-12-01 17:11:58 +00:00
Daniel Quinn
62abb7cf25 Merge branch 'jat255-ENH_filename_date_parsing' 2018-12-01 17:10:26 +00:00
Daniel Quinn
0d59844567 Conform everything to the coding standards
https://paperless.readthedocs.io/en/latest/contributing.html#additional-style-guides
2018-12-01 17:09:12 +00:00
Daniel Quinn
4e186ede0e Merge branch 'ENH_filename_date_parsing' of https://github.com/jat255/paperless into jat255-ENH_filename_date_parsing 2018-12-01 16:57:16 +00:00
Daniel Quinn
4186e529e9 Add a .editorconfig 2018-12-01 16:56:58 +00:00
Daniel Quinn
166f257cc1 Merge branch 'jat255-ENH_tag_colour_override' 2018-12-01 16:22:38 +00:00
Daniel Quinn
6f299ce341 Restructure colour.js to work withing a .ready() 2018-12-01 16:22:19 +00:00
Daniel Quinn
62f3a25702 Add colours to the tags pages 2018-12-01 16:21:58 +00:00
Daniel Quinn
c468be8d71 Merge branch 'ENH_tag_colour_override' of https://github.com/jat255/paperless into jat255-ENH_tag_colour_override 2018-12-01 15:56:37 +00:00
Daniel Quinn
9c6b8629a3 Fix language guesses in tests
It turns out that the Lorem ipsum text in the sample files was confuing the language guesser, causing it to think the file was in Catalan and not English or German.
2018-12-01 15:55:59 +00:00
Joshua Taillon
72c64cbf17 move tag colour override to static folder 2018-12-01 09:14:44 -05:00
Daniel Quinn
b10b0df859 Merge pull request #441 from jat255/patch-1
Update gunicorn commands
2018-11-30 19:45:01 +00:00
Joshua Taillon
897dcf5ac9 encapsulate in if blocks so no errors on non-tag pages; added support for edit tags page 2018-11-17 21:34:11 -05:00
Joshua Taillon
f4212cff54 add example override for tag colour display 2018-11-17 09:18:36 -05:00
Joshua Taillon
bb4c941370 Update paperless-webserver.service
Update `gunicorn` command to use `--pythonpath`
2018-11-16 09:21:07 -05:00