Commit Graph
100 Commits
Author SHA1 Message Date
Daniel Quinn ed36070e92 Merge pull request #315 from ovv/readme-links
Add links in readme badge (doc & travis)
2018-02-26 19:48:58 +01:00
Daniel Quinn 5bb90cb63d Merge pull request #314 from danielquinn/add-coveralls
Add Coveralls
2018-02-26 12:01:55 +01:00
Daniel Quinn c4bbb71a3b Have pytest generate the coverage files 2018-02-25 16:42:15 +00:00
Daniel Quinn 7d6cae96f3 Change directory in [script] 2018-02-25 16:08:47 +00:00
Daniel Quinn b1e616055e Add Pipfile 2018-02-25 15:57:32 +00:00
Daniel Quinn eec8f09d6f Add CI changes to changelog 2018-02-25 15:56:53 +00:00
Daniel Quinn c68a6d78eb Add coveralls badge to README 2018-02-25 15:54:55 +00:00
Daniel Quinn acd3cc5062 Start generating requirements.txt from Pipfile 2018-02-25 15:52:32 +00:00
Daniel Quinn a55a915439 Consolidate CI tools into setup.cfg and drop tox 2018-02-25 15:51:59 +00:00
Daniel Quinn 1f68223752 Sort new features to the top 2018-02-25 11:57:19 +00:00
Daniel Quinn d6b626ec50 Update changelog for #308 fix 2018-02-25 11:56:11 +00:00
Daniel Quinn 926016f1d8 Merge pull request #309 from danielquinn/mysql-hack
Add another db_index hack for MySQL.

Fixes #308.
2018-02-25 12:53:38 +01:00
Daniel Quinn 8ea1cc24a7 Update for 1.3.0 2018-02-25 11:47:39 +00:00
Daniel Quinn 08adb2f540 Merge pull request #312 from pitkley/docker-fix-groupmod
Fix modifying the GID under alpine
2018-02-25 12:43:22 +01:00
Daniel Quinn 46db0edd5d Merge pull request #300 from TeraHz/master
Handle Django migrations at startup
2018-02-25 12:13:09 +01:00
Daniel Quinn 76a13dadb8 Add another db_index hack for MySQL 2018-02-20 11:17:11 +00:00
Daniel Quinn 72750b9243 Merge pull request #307 from BastianPoe/bugfix/add_more_unit_test_for_date_detection
Bugfix/add more unit test for date detection
2018-02-20 12:03:41 +01:00
Daniel Quinn 6662ca3467 Fix formatting 2018-02-18 18:00:34 +00:00
Daniel Quinn 6f1ed89e26 Fix tests to use _text instead of TEXT_CACHE 2018-02-18 18:00:22 +00:00
Daniel Quinn 7e99e42924 Update changelog with #301 2018-02-18 16:26:40 +00:00
Daniel Quinn 5d01410dc0 Merge pull request #302 from BastianPoe/bugfix/extend_regex_to_find_more_dates
Extends the regex to find dates in documents as reported by @isaacsando
2018-02-18 17:23:49 +01:00
Daniel Quinn 9a47dba494 Add notes about optional disabling of logins 2018-02-18 16:19:29 +00:00
Daniel Quinn 6edee78145 Merge pull request #295 from matthewmoto/disable_login
Disable login with a creative hack
2018-02-18 17:15:51 +01:00
Daniel Quinn 30eac99a61 Update changelog with #303 2018-02-18 16:06:10 +00:00
Daniel Quinn ea6d040809 Monitor return codes of calls to convert and unpaper
...and handle the failures nicely.  Addresses #303.
2018-02-18 16:02:27 +00:00
Daniel Quinn 8e9d5caa37 Rename .TEXT_CACHE to .text
Properties should use snake_case, and only constants should be ALL_CAPS.
This change also makes use of the convention of "private" properties
being prefixed with `_`.
2018-02-18 16:00:43 +00:00
Daniel Quinn 122aa2b9f1 Make isort happy 2018-02-18 16:00:03 +00:00
Daniel Quinn fb1da4834c Style and removal of Python 2.7 stuff 2018-02-18 15:55:55 +00:00
Daniel Quinn 9cef689106 Merge branch 'rhaamo-add_retagger_correspondents' 2018-02-08 20:03:51 +00:00
Daniel Quinn 11a9c756b3 Updated for style and to add a --use-first option 2018-02-08 20:03:29 +00:00
Daniel Quinn c85b6b425d Fix docs to better reflect reality of extensions 2018-02-04 13:33:08 +00:00
Daniel Quinn 273916973c Remove superfluous code 2018-02-04 13:27:26 +00:00
Daniel Quinn 5009bd022f Add section for extending 2018-02-03 15:31:20 +00:00
Daniel Quinn 73163d893f No need to extend object 2018-02-03 15:26:28 +00:00
Daniel Quinn 506af7c9c2 Conform to an 80-character limit 2018-02-03 15:26:09 +00:00
Daniel Quinn c90ed2da1d Rework tests to write to /tmp
Originally the test wrote scratch data inside the repo dir, which meant
manual cleanup.  Now it writes to `/tmp/paperless-tests-<random-string>`
and cleans up after itself.
2018-02-03 14:49:48 +00:00
Daniel Quinn cebb8b9fa2 Use paperless- instead of paperless for tempdir name
This is purely aesthetic.
2018-02-03 14:49:17 +00:00
Daniel Quinn 46aca10a72 No need to explicitly extend object 2018-02-03 14:49:01 +00:00
Daniel Quinn 6384c698ad Fix DeprecationWarning as-per ishirav's advice 2018-02-03 14:48:14 +00:00
Daniel Quinn abf01be889 Move the Docker method up 2018-02-03 14:22:10 +00:00
Daniel Quinn 1e4928d2a0 Update the release notes for 1.2.0 2018-02-03 14:21:55 +00:00
Daniel Quinn 503be90932 Reorganise the sections. 2018-02-03 14:11:43 +00:00
Daniel Quinn b5d6a82cc3 Reformat README to be Docker Hub-friendly
For some reason, Docker Hub doesn't follow the Markdown spec correctly, and inserts `<br />` tags on single newlines, meaning that this file can't use hard wraps.
2018-02-03 14:06:11 +00:00
Daniel Quinn c073ba5272 Try to get Docker Hub liking the README 2018-02-03 14:02:21 +00:00
Daniel Quinn d1e317ce21 Switch from README.rst to README.md
This is to work around a shortcoming in Docker Hub that requires that we
use markdown.
2018-02-03 13:40:27 +00:00
Daniel Quinn d4abeafb34 Re-order requirements.txt 2018-02-03 13:28:22 +00:00
Daniel Quinn 4d96551619 Merge pull request #291 from BastianPoe/feature/heuristically-extract-date-from-document-text
Add support for a heuristic that extracts the document date from its text
2018-02-03 14:13:14 +01:00
Daniel Quinn e9fff764cb Fix text formatting 2018-02-02 22:38:07 +01:00
Daniel Quinn bd0b593c4a Clean up grammar & remove VersionEye 2018-02-02 22:37:36 +01:00
Daniel Quinn 7a8142df2b Update docs to reflect Docker changes 2018-02-02 22:37:36 +01:00
Daniel Quinn 5e40227bc3 Merge branch 'master' of github.com:danielquinn/paperless 2018-02-01 16:04:57 +00:00
Daniel Quinn 5479942fc0 Merge pull request #294 from matthewmoto/fix_pdftotext_errors
Fixing error sentinel for pdftotext when the PDF has no text (scanned…
2018-02-01 16:20:42 +01:00
Daniel Quinn 9470154df2 Fiddling to get Docker Hub to behave 2018-02-01 13:02:48 +00:00
Daniel Quinn 5c59120c57 Merge branch 'master' of github.com:danielquinn/paperless 2018-02-01 12:37:29 +00:00
Daniel Quinn 88736ff867 Version bump in anticipation of release later this week 2018-02-01 12:37:21 +00:00
Daniel Quinn fd5b831979 Fix pytest to 3.3.2 2018-02-01 12:18:01 +00:00
Daniel Quinn 3fcd1e2d7e Fix text formatting 2018-01-30 20:27:40 +00:00
Daniel Quinn 2c81648d59 Merge branch 'BastianPoe-feature/autodetect_if_ocr_is_required' 2018-01-30 20:14:53 +00:00
Daniel Quinn cd92c005e3 Add support for using pre-existing text from PDFs 2018-01-30 20:13:35 +00:00
Daniel Quinn 31c8cf020e Clean up grammar & remove VersionEye 2018-01-30 18:46:46 +00:00
Daniel Quinn e900a38983 Update docs to reflect Docker changes 2018-01-30 17:19:18 +00:00
Daniel Quinn 7343a07ddd Merge pull request #274 from addadi/master
Adapt Dockerfile for alpine image
2018-01-30 18:11:19 +01:00
Daniel Quinn 9faf0a102e Update changelog & version bump 2018-01-21 17:39:00 +00:00
Daniel Quinn b747dd58c3 Fix redirect bug #283 2018-01-21 17:33:04 +00:00
Daniel Quinn 09e1b505e1 Merge pull request #256 from ddddavidmartin/add_financial_year_filter
Add financial year documents filter
2018-01-21 18:23:45 +01:00
Daniel Quinn a6babffed8 Merge pull request #285 from pzl/master
small typo in exporter thumbnail filename
2018-01-21 18:18:31 +01:00
Daniel Quinn 7afa90b769 Fix travis reference to pycodestyle 2018-01-06 19:32:51 +00:00
Daniel Quinn 5796956235 Fix typo 2018-01-06 19:30:08 +00:00
Daniel Quinn 3ca215e4dc Bump to v1.0.0! 2018-01-06 19:25:33 +00:00
Daniel Quinn 16c4183333 Upgrade to Django 1.11.x 2018-01-06 19:24:10 +00:00
Daniel Quinn 6fe37678f2 Change date fields to actual date fields #278 2018-01-06 19:21:49 +00:00
Daniel Quinn b58188f805 Switch from pep8 to pycodestyle 2018-01-06 18:56:37 +00:00
Daniel Quinn f2a42ab6fe Add catch-all redirect for /admin/ 2018-01-06 18:51:16 +00:00
Daniel Quinn e236b7bf7b isort 2018-01-06 18:51:10 +00:00
Daniel Quinn 35004f434b Add a smarter work-around for the change-list-results hack 2018-01-06 18:47:01 +00:00
Daniel Quinn 75251ad694 Add a note for future development 2018-01-06 18:30:33 +00:00
Daniel Quinn 870357968a Fix tests to run on boxes with post-consume-scripts set 2018-01-06 17:23:24 +00:00
Daniel Quinn a593798b4b Add encoding declaration 2018-01-06 17:23:07 +00:00
Daniel Quinn 4f070ba162 Use double quotes by default 2018-01-06 17:22:57 +00:00
Daniel Quinn 9517d27f40 Add warnings to the test runner 2018-01-06 17:22:40 +00:00
Daniel Quinn 35bb3dbcc2 Clean up CSS for #272 2018-01-06 15:57:25 +00:00
Daniel Quinn 06117929bb Merge pull request #277 from ishirav/multi-word-match
Add multi-word match
2017-12-27 11:21:27 +01:00
Daniel Quinn af4623e605 Merge pull request #270 from dev-rke/patch-2
#248: fix missing CSS
I'm not thrilled about this and would much rather have Nginx running to do the job, but I just don't have the time to do that right now.  As Pit says, this is better than leaving DEBUG on.
2017-11-05 20:45:28 +00:00
Daniel Quinn db8e116681 Merge pull request #269 from dev-rke/patch-1
Change default /consume volume
2017-11-05 20:42:08 +00:00
Daniel Quinn 1cb5bbd07d Merge pull request #268 from pitkley/267-dir-permissions
Set `g+w` on the consumption/export directories
2017-11-01 11:30:16 +00:00
Daniel Quinn 6edb5b912f Move all scanner recommendations to new doc page 2017-11-01 11:24:11 +00:00
Daniel Quinn ec20c7577e Add a new page for scanner recommendations 2017-11-01 11:15:37 +00:00
Daniel Quinn d6df9b3656 Strip whitespace 2017-11-01 11:15:22 +00:00
Daniel Quinn bd67b53d50 Update test for #259 fix 2017-10-16 10:53:18 +01:00
Daniel Quinn e32ed09da3 Support .jpeg as well as .jpg 2017-10-16 09:00:38 +01:00
Daniel Quinn c5632e5c04 Update changelog for 0.8.0 2017-09-10 12:51:00 +01:00
Daniel Quinn 4d2b71454d Ignore .virtualenv 2017-09-09 12:22:03 +03:00
Daniel Quinn 5cbb33b02b Add documentation for the new FORCE_SCRIPT_NAME feature 2017-09-09 12:21:31 +03:00
Daniel Quinn 1e039dcb32 Bump gunicorn 2017-08-30 00:44:13 +03:00
Daniel Quinn 6ca8da4858 Patch requirements to keep up with Django versions 2017-08-30 00:27:54 +03:00
Daniel Quinn 347986a2b3 Allow correspondents to be deleted without deleting their documents
Fixes #235
2017-07-15 19:13:10 +01:00
Daniel Quinn ede274386b Detect .tif files properly
Fixes #232
2017-07-15 19:02:11 +01:00
Daniel Quinn 2ac1b78a2c Move testing ENV vars into pytest.ini 2017-06-19 10:57:30 +01:00
Daniel Quinn e8e38befb7 Fix test for new email secret 2017-06-19 10:24:23 +01:00
Daniel Quinn b30629dd60 Remove debugging info 2017-06-19 09:22:26 +01:00