1097 Commits

Author SHA1 Message Date
JensPfeifle
4c64ea0404 Add GS_BINARY to settings to avoid harcoded call of "gs" 2019-03-03 20:31:52 +01:00
Pit
99718bcf17 Fix quoting in call to run_convert
Co-Authored-By: JensPfeifle <jens@pfeifle.tech>
2019-03-03 20:31:52 +01:00
JensPfeifle
3dfd0253ed remove unnecessary env arg in Popen 2019-03-03 20:31:52 +01:00
Jens Pfeifle
6ab21afeb6 fix parse error of some documents by using gs 2019-03-03 20:31:52 +01:00
Pit
ff6fd9e5fa Merge pull request #499 from bmsleight/screenshots
* Docs: Add web interface screenshots
2019-03-03 19:57:57 +01:00
Pit
f8df9ae06f Merge pull request #502 from bmsleight/scanner_new
* Docs: Add MFC-J5910DW to recommended scanners
2019-03-03 19:54:03 +01:00
ahyear
ed0e1fb97e Merge pull request #518 from juanjosepablos/patch-1
Update README.md
2019-03-03 10:36:50 +01:00
Juan Jose Pablos
2a202ec08f Update README.md 2019-03-02 21:24:03 +01:00
bmsleight
038f934f0f forget the screenshots.rst! 2019-02-07 18:40:14 +00:00
bmsleight
cb8c585bbb * Docs: Add MFC-J5910DW to recommended scanners 2019-02-06 20:56:05 +00:00
bmsleight
2a29a0b8a1 * Docs: Add web interface screenshots 2019-02-06 20:37:32 +00:00
Daniel Quinn
3985349da4 Fix JOKer's URL 2019-01-27 16:05:44 +00:00
Daniel Quinn
5bcd833575 Ignore sqlite3-journal files too 2019-01-27 13:48:05 +00:00
Daniel Quinn
aa7610084d Fix missing links 2019-01-27 13:47:40 +00:00
Daniel Quinn
e55131e02d Merge branch 'sbrunner-dql' 2019-01-27 13:42:58 +00:00
Daniel Quinn
4a5b0b6454 Update dependencies & add djangoql 2019-01-27 13:39:56 +00:00
Daniel Quinn
ee3204422e Merge pull request #488 from sbrunner/no-tab
Tabs are not allowed in Yaml files
2019-01-27 13:06:46 +00:00
Daniel Quinn
8682570653 Align example conf with real-world defaults 2019-01-27 13:05:56 +00:00
Daniel Quinn
310bc62ef2 Move note about DEBUG up into 3. 2019-01-27 13:03:55 +00:00
Daniel Quinn
4577e03da2 Merge pull request #487 from bmsleight/issue486
Add note runserver PAPERLESS_DEBUG='true'
2019-01-27 13:00:37 +00:00
Daniel Quinn
a0138b3d04 Merge pull request #484 from cribbstechnologies/patch-1
adding information about NFS mounts and inotify
2019-01-27 12:54:03 +00:00
Daniel Quinn
5ecdb37f56 pep8 2019-01-27 12:52:15 +00:00
Daniel Quinn
e286ef1b95 Merge pull request #483 from tsia/patch-1
added fields to the correspondent and tag REST API
2019-01-27 12:50:42 +00:00
Daniel Quinn
8fce947283 Merge pull request #481 from CkuT/cache-control
Add Cache-Control header for thumbnails
2019-01-27 12:46:32 +00:00
Daniel Quinn
58d81cc603 Merge pull request #489 from sbrunner/docker-psycopg2-clean
Install psycopg2 in the Docker container
2019-01-27 12:25:32 +00:00
Daniel Quinn
7d89fdf909 Merge pull request #475 from syntonym/master
Catch IMAP connection errors
2019-01-27 12:19:18 +00:00
Stéphane Brunner
711c0925e1 Add and configure DjangoQL 2019-01-26 22:15:28 +01:00
Stéphane Brunner
0d8351e85b Install psycopg2 in the Docker container 2019-01-26 14:33:51 +01:00
Stéphane Brunner
fa8903fc7d Tabs are not allowed in Yaml files 2019-01-26 14:23:11 +01:00
bmsleight
d2fc4e0768 Add note runserver PAPERLESS_DEBUG='true' 2019-01-26 13:15:45 +00:00
Brian Cribbs
5422e5855a adding information about NFS mounts and inotify 2019-01-22 15:18:14 -05:00
tsia
d43bd3610b added fields to the correspondent and tag REST API 2019-01-22 20:51:20 +01:00
CkuT
64d7add519 Add Cache-Control header for thumbnails
This drastically optimizes admin interface loading by telling the browser to cache thumbnails. The max-age recommendation is 1 year according to rfc2616
Closes #411
2019-01-21 20:59:40 +01:00
Daniel Quinn
1e4b0dc812 Merge pull request #478 from wiwie/patch-1
Update requirements.rst
2019-01-21 00:32:01 +00:00
Christian Wiwie
30f97126a7 Update requirements.rst 2019-01-18 20:33:35 +01:00
syntonym
e99bbb4e02 Catches OSError on IMAP connection error
When something goes wrong with the imaplib.IMAP4_SSL connection (like the host is
temporarely down or the DNS does not resolve) it generates an OSError which is currently
not catched and handled. Now OSErrors are translated to MailFetcherErrors which get
logged and the IMAP connection is retried in the next IMAP check.

Fixes #474
2019-01-14 19:08:59 +01:00
Daniel Quinn
8de5d6799b Update to include #471 2019-01-04 11:38:57 +00:00
Daniel Quinn
a79e92299d Merge pull request #471 from khrise/added-missing-column-to-rest-api
Exposing documents' "added" timestamp via Rest API.
2019-01-04 11:36:38 +00:00
khrise
8626f46536 Exposing documents' "added" timestamp via Rest API. 2019-01-03 20:23:34 +00:00
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