Colin Frei
0d21bdeffa
remove unnecessary character
2018-12-28 17:43:36 +01:00
Colin Frei
b1f9b18b8c
Type in docker-compose command
2018-12-26 16:43:22 +01:00
David Martin
4d13521f36
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
99bfcd4d67
Added download link on document edit form
2018-12-12 18:38:14 +01:00
Jonas Winkler
4b20d5d4b9
Fixed migration order
2018-12-12 13:13:21 +01:00
Jonas Winkler
cccd183c31
Fixed migration order
2018-12-12 13:11:30 +01:00
Jonas Winkler
1baa203ef2
Merge branch 'release-1.0.0' into dev
2018-12-11 22:58:14 +01:00
Jonas Winkler
c3ce05e1cd
Merge branch 'master' into dev
2018-12-11 22:36:26 +01:00
Jonas Winkler
7659dde16c
Merge remote-tracking branch 'origin/patch-1' into dev
2018-12-11 22:26:20 +01:00
Jonas Winkler
872d657361
Version bumb
jw-1.0.0
2018-12-11 14:32:30 +01:00
Daniel Quinn
7b4785bdb9
Merge pull request #450 from erikarvstedt/fix-parser-test
...
Fix date test sample image
2018-12-11 11:43:14 +00:00
Jonas Winkler
ea58c66fd4
Merge branch 'master' into dev
2018-12-11 12:38:15 +01:00
Jonas Winkler
bcd9220021
minor changes
2018-12-11 12:26:44 +01:00
Jonas Winkler
766109ae4e
Merge remote-tracking branch 'upstream/master'
2018-12-11 12:06:15 +01:00
jonaswinkler
baf89cad8e
Update 0022_auto_20181007_1420.py
...
copy paste error.
2018-12-10 18:38:19 +01:00
Daniel Quinn
3c2a1a8c13
Merge pull request #451 from speshak/remote_pg
...
Add DBHOST & DBPORT parameters to settings
2018-12-06 23:38:50 +00:00
Daniel Quinn
1c7047bbb8
Move ipython out of the base dependencies
2018-12-06 23:28:33 +00:00
Scott Peshak
96dafe8c43
Add psycopg2 dependencies to Dockerfile
2018-12-02 16:14:58 -06:00
Scott Peshak
d6896daece
Add psycopg2 to requirements.txt
2018-12-02 16:14:58 -06:00
Scott Peshak
d12f0642f2
Add DBHOST & DBPORT parameters
...
Resolves #445
2018-12-02 15:20:29 -06:00
Erik Arvstedt
a19f0ef97e
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
ec7125b6bb
Fix travis ocr languages
...
The tests need German language support for Tesseract
2018-12-02 15:10:20 +01:00
Daniel Quinn
e3a616ebc3
Version bump
2.6.0
2018-12-01 17:12:34 +00:00
Daniel Quinn
f898ec792f
Added notes for 2.6.0
2018-12-01 17:11:58 +00:00
Daniel Quinn
f45b6762f2
Merge branch 'jat255-ENH_filename_date_parsing'
2018-12-01 17:10:26 +00:00
Daniel Quinn
d544f269e0
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
650db75c2b
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
7dbb77e57b
Add a .editorconfig
2018-12-01 16:56:58 +00:00
Daniel Quinn
f1b3312bcb
Merge branch 'jat255-ENH_tag_colour_override'
2018-12-01 16:22:38 +00:00
Daniel Quinn
ea05ab2b06
Restructure colour.js to work withing a .ready()
2018-12-01 16:22:19 +00:00
Daniel Quinn
4f4c515629
Add colours to the tags pages
2018-12-01 16:21:58 +00:00
Daniel Quinn
c1f926a40c
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
c1d18c1e83
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
ba452e0524
move tag colour override to static folder
2018-12-01 09:14:44 -05:00
Daniel Quinn
c5488dcb98
Merge pull request #441 from jat255/patch-1
...
Update gunicorn commands
2018-11-30 19:45:01 +00:00
Joshua Taillon
d6eefbccee
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
a813288aaf
add example override for tag colour display
2018-11-17 09:18:36 -05:00
Joshua Taillon
63e2fbe0c9
Update paperless-webserver.service
...
Update `gunicorn` command to use `--pythonpath`
2018-11-16 09:21:07 -05:00
Joshua Taillon
597a7bb391
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
730daa3d6d
Merge branch 'master' of github.com:danielquinn/paperless into ENH_filename_date_parsing
2018-11-15 23:17:59 -05:00
Joshua Taillon
c225281f95
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
e1d8744c66
Add option for parsing of date from filename (and associated tests)
2018-11-15 20:32:15 -05:00
Joshua Taillon
4409f65840
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
c83dc666a4
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
9ab50ed09d
Fix requiremnts.txt
2018-11-03 13:29:22 +00:00
Daniel Quinn
e0acb4a40b
Update dependencies
...
This includes a security update for requests.
2018-11-03 12:49:35 +00:00
Daniel Quinn
eca6250c1b
Fix the correspondent filters #423
2018-11-03 11:06:55 +00:00
Daniel Quinn
33abec0663
Code cleanup
2018-11-03 11:05:22 +00:00
Daniel Quinn
d825667c9b
Allow an infinite number of logs to be deleted.
2018-11-03 10:25:51 +00:00
Daniel Quinn
84511f8418
Merge pull request #432 from deanpcmad/patch-1
...
Added missing ; to nginx config
2018-10-31 13:12:32 +00:00