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
Jonas Winkler
7818fed71e
Added download link on document edit form
2018-12-12 18:38:14 +01:00
Jonas Winkler
1adff04d83
Fixed migration order
2018-12-12 13:13:21 +01:00
Jonas Winkler
66aee28008
Fixed migration order
2018-12-12 13:11:30 +01:00
Jonas Winkler
5e14ff7e20
Merge branch 'release-1.0.0' into dev
2018-12-11 22:58:14 +01:00
Jonas Winkler
4ff18b4e8c
Merge branch 'master' into dev
2018-12-11 22:36:26 +01:00
Jonas Winkler
5d9333cf72
Merge remote-tracking branch 'origin/patch-1' into dev
2018-12-11 22:26:20 +01:00
Jonas Winkler
4f9278a4dd
Version bumb
2018-12-11 14:32:30 +01: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
Jonas Winkler
f711b146e1
Merge branch 'master' into dev
2018-12-11 12:38:15 +01:00
Jonas Winkler
7d717735fe
minor changes
2018-12-11 12:26:44 +01:00
Jonas Winkler
8f0d53c54a
Merge remote-tracking branch 'upstream/master'
2018-12-11 12:06:15 +01: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
Joshua Taillon
678f405141
Update setup.rst
...
The provided `gunicorn` command did not work for me, failing with the following error:
```
ModuleNotFoundError: No module named '/home/paperless/paperless/src/paperless'
```
The solution was to provide only `paperless.wsgi` as the argument to `gunicorn`, and provide a flag for `--pythonpath`. After changing it to this, the server started up fine.
2018-11-16 09:20:08 -05:00
Joshua Taillon
b0326b5a19
Merge branch 'master' of github.com:danielquinn/paperless into ENH_filename_date_parsing
2018-11-15 23:17:59 -05:00
Joshua Taillon
6e88634fa8
Change the massive regex to match boundaries with _ or - characters (not just word breaks); add line for year first formats like YYYY-MM-DD
2018-11-15 20:38:53 -05:00
Joshua Taillon
a2422cc529
Add option for parsing of date from filename (and associated tests)
2018-11-15 20:32:15 -05:00
Joshua Taillon
8b69aa1e52
Update date tests to be more explicit with settings and allow tests to pass if using a timezone other than UTC
2018-11-15 20:30:23 -05:00
Daniel Quinn
8d6825dac0
I'm going to have to ditch requirements.txt if it can't be reliably generated
2018-11-03 13:42:03 +00:00
Daniel Quinn
e67d319d58
Fix requiremnts.txt
2018-11-03 13:29:22 +00:00
Daniel Quinn
f0de4fdd46
Update dependencies
...
This includes a security update for requests.
2018-11-03 12:49:35 +00:00
Daniel Quinn
dd3012b611
Fix the correspondent filters #423
2018-11-03 11:06:55 +00:00
Daniel Quinn
9264e89bc3
Code cleanup
2018-11-03 11:05:22 +00:00
Daniel Quinn
f1a4141df5
Allow an infinite number of logs to be deleted.
2018-11-03 10:25:51 +00:00
Daniel Quinn
6da19e4e81
Merge pull request #432 from deanpcmad/patch-1
...
Added missing ; to nginx config
2018-10-31 13:12:32 +00:00