Commit Graph

  • 1737e27b34 Add more (fast-running) unit tests Wolf-Bastian Pöttner 2018-02-13 22:46:44 +01:00
  • 39f198138a Extended exception handling Wolf-Bastian Pöttner 2018-02-12 22:07:03 +01:00
  • c74bb84c83 Added log output for date detected in document Wolf-Bastian Pöttner 2018-02-12 21:49:24 +01:00
  • 07d06d9aee Extends the regex to find dates in documents as reported by @isaacsando Wolf-Bastian Pöttner 2018-02-08 09:01:55 +01:00
  • 9cef689106 Merge branch 'rhaamo-add_retagger_correspondents' Daniel Quinn 2018-02-08 20:03:51 +00:00
  • 11a9c756b3 Updated for style and to add a --use-first option Daniel Quinn 2018-02-08 20:03:29 +00:00
  • 11accaff7f Fix line length Dashie 2017-01-31 22:37:48 +01:00
  • 77aee832e4 Add manager command to re-tag documents without correspondent Dashie 2017-01-31 22:18:05 +01:00
  • 4bde14368c Rejiggering for more pycodestyle issues... Matt 2018-02-08 09:01:10 -05:00
  • 151d85f2be Moving auto-auth logic to more Django-flavored locations and correcting some readability/stylistic considerations requested by the upstream maintainer Matt 2018-02-08 08:46:33 -05:00
  • e7c23cfb92 Making paperless.conf DISABLE_LOGIN default explicitly to "false" for clarity Matt 2018-02-06 10:03:50 -05:00
  • 3f9ea7b971 Add a dependency link between two containers and change the way Django migrations are done. Provide example for auto-starting the containers Georgi Todorov 2018-02-05 18:23:35 -05:00
  • 998c3ef51b Merge branch 'master' of https://github.com/danielquinn/paperless into disable_login Matt 2018-02-05 11:48:15 -05:00
  • c85b6b425d Fix docs to better reflect reality of extensions Daniel Quinn 2018-02-04 13:33:08 +00:00
  • 273916973c Remove superfluous code Daniel Quinn 2018-02-04 13:27:26 +00:00
  • 5009bd022f Add section for extending 1.2.0 Daniel Quinn 2018-02-03 15:30:58 +00:00
  • 73163d893f No need to extend object Daniel Quinn 2018-02-03 15:26:28 +00:00
  • 506af7c9c2 Conform to an 80-character limit Daniel Quinn 2018-02-03 15:26:09 +00:00
  • c90ed2da1d Rework tests to write to /tmp Daniel Quinn 2018-02-03 14:49:48 +00:00
  • cebb8b9fa2 Use paperless- instead of paperless for tempdir name Daniel Quinn 2018-02-03 14:49:17 +00:00
  • 46aca10a72 No need to explicitly extend object Daniel Quinn 2018-02-03 14:49:01 +00:00
  • 6384c698ad Fix DeprecationWarning as-per ishirav's advice Daniel Quinn 2018-02-03 14:48:14 +00:00
  • abf01be889 Move the Docker method up Daniel Quinn 2018-02-03 14:22:10 +00:00
  • 1e4928d2a0 Update the release notes for 1.2.0 Daniel Quinn 2018-02-03 13:29:16 +00:00
  • 503be90932 Reorganise the sections. Daniel Quinn 2018-02-03 14:11:43 +00:00
  • b5d6a82cc3 Reformat README to be Docker Hub-friendly Daniel Quinn 2018-02-03 14:06:11 +00:00
  • c073ba5272 Try to get Docker Hub liking the README Daniel Quinn 2018-02-03 14:02:21 +00:00
  • d1e317ce21 Switch from README.rst to README.md Daniel Quinn 2018-02-03 13:38:18 +00:00
  • d4abeafb34 Re-order requirements.txt Daniel Quinn 2018-02-03 13:28:22 +00:00
  • 4d96551619 Merge pull request #291 from BastianPoe/feature/heuristically-extract-date-from-document-text Daniel Quinn 2018-02-03 14:13:14 +01:00
  • 178361b247 Add tesseract and unpaper to travis-ci for automated tests Wolf-Bastian Pöttner 2018-02-03 00:18:58 +01:00
  • 40f8ba23a4 Added a text cache to optimize performance of date detection Wolf-Bastian Pöttner 2018-02-02 23:52:44 +01:00
  • bef2d94374 Add test cases for date parsing Wolf-Bastian Pöttner 2018-02-02 23:37:20 +01:00
  • f39c7654a0 Merge branch 'master' of https://github.com/danielquinn/paperless into feature/heuristically-extract-date-from-document-text Wolf-Bastian Pöttner 2018-02-02 22:44:03 +01:00
  • e9fff764cb Fix text formatting Daniel Quinn 2018-01-30 20:27:40 +00:00
  • 87e466c47c Add support for using pre-existing text from PDFs Wolf-Bastian Pöttner 2018-02-02 22:37:58 +01:00
  • bd0b593c4a Clean up grammar & remove VersionEye Daniel Quinn 2018-01-30 18:46:46 +00:00
  • 7a8142df2b Update docs to reflect Docker changes Daniel Quinn 2018-01-30 17:19:18 +00:00
  • bbe3084eda fixing typos and rst syntax Guy 2018-01-29 23:41:52 +02:00
  • 89d42bd078 Updated Dockerfile with maintainer and contributors Updated setup.rst with information on upgrade path if coming from an earlier version of docker-compose images Guy 2018-01-29 23:19:06 +02:00
  • 93efaf7a38 adapted docker-entrypoint script for alpine docker image (mainly how to install additional OCR languages) Guy 2017-12-20 16:17:58 +02:00
  • 398575c70c changed docker-comppse.yml example to build the docker image instead of pull the previously used debian based image from docker hub Guy 2017-12-19 22:34:22 +02:00
  • 4e21fa4830 removed ENV WORKDIR layers, reorg the commands in groups with comments and black lines when possible. Removed redundant mkdir command Guy Addadi 2017-12-12 23:12:34 +02:00
  • d2d2d9edaf moved to alpine:3.7 removed RUN layers to save image space, removed redundant mkdir commands Guy Addadi 2017-12-11 22:03:51 +02:00
  • 771c8bbbe4 added bash and moved all dev packages to be with virtual alpine env that is removed after python libraries installation Guy Addadi 2017-12-11 00:41:36 +02:00
  • 20eeda19b8 adapted Dockerfile for alpine image Guy Addadi 2017-12-09 23:08:56 +02:00
  • 96c517d65c Rejiggering code style to make upstream pycodestyle checks happy Matt 2018-02-02 09:50:43 -05:00
  • e70ad3d493 Fixing formatting to be compatible with upstream repo for login disabling patch Matt 2018-02-01 17:32:08 -05:00
  • 516bc48a33 Updating changes to allow for disabling login Matt Meno 2018-02-01 17:17:05 -05:00
  • 7f97716ae9 Testing auth disabling mods Matt 2018-02-01 16:41:38 -05:00
  • 5e40227bc3 Merge branch 'master' of github.com:danielquinn/paperless Daniel Quinn 2018-02-01 16:04:57 +00:00
  • 5479942fc0 Merge pull request #294 from matthewmoto/fix_pdftotext_errors Daniel Quinn 2018-02-01 16:20:42 +01:00
  • ce98019b49 Fixing error sentinel for pdftotext when the PDF has no text (scanned images). It was causing a crash previously. Matt 2018-02-01 10:08:57 -05:00
  • 9470154df2 Fiddling to get Docker Hub to behave Daniel Quinn 2018-02-01 13:02:48 +00:00
  • 5c59120c57 Merge branch 'master' of github.com:danielquinn/paperless Daniel Quinn 2018-02-01 12:37:29 +00:00
  • 88736ff867 Version bump in anticipation of release later this week Daniel Quinn 2018-02-01 12:37:21 +00:00
  • fd5b831979 Fix pytest to 3.3.2 Daniel Quinn 2018-02-01 12:18:01 +00:00
  • 3fcd1e2d7e Fix text formatting Daniel Quinn 2018-01-30 20:27:40 +00:00
  • 2c81648d59 Merge branch 'BastianPoe-feature/autodetect_if_ocr_is_required' Daniel Quinn 2018-01-30 20:14:53 +00:00
  • cd92c005e3 Add support for using pre-existing text from PDFs Daniel Quinn 2018-01-30 20:13:35 +00:00
  • 31c8cf020e Clean up grammar & remove VersionEye Daniel Quinn 2018-01-30 18:46:46 +00:00
  • e900a38983 Update docs to reflect Docker changes Daniel Quinn 2018-01-30 17:19:18 +00:00
  • 7343a07ddd Merge pull request #274 from addadi/master Daniel Quinn 2018-01-30 18:11:19 +01:00
  • e20b4fb905 fixing typos and rst syntax Guy 2018-01-29 23:41:52 +02:00
  • cbbc4d37d0 Updated Dockerfile with maintainer and contributors Updated setup.rst with information on upgrade path if coming from an earlier version of docker-compose images Guy 2018-01-29 23:19:06 +02:00
  • b140935843 Add support for a heuristic that extracts the document date from its text Wolf-Bastian Pöttner 2018-01-28 19:09:52 +01:00
  • 9faf0a102e Update changelog & version bump 1.1.0 Daniel Quinn 2018-01-21 17:39:00 +00:00
  • b747dd58c3 Fix redirect bug #283 Daniel Quinn 2018-01-21 17:33:04 +00:00
  • 09e1b505e1 Merge pull request #256 from ddddavidmartin/add_financial_year_filter Daniel Quinn 2018-01-21 18:23:45 +01:00
  • a6babffed8 Merge pull request #285 from pzl/master Daniel Quinn 2018-01-21 18:18:31 +01:00
  • 0256e2dfbb small typo in exporter thumbnail filename pzl 2018-01-19 14:28:46 -05:00
  • 7afa90b769 Fix travis reference to pycodestyle Daniel Quinn 2018-01-06 19:32:51 +00:00
  • 5796956235 Fix typo Daniel Quinn 2018-01-06 19:30:08 +00:00
  • 3ca215e4dc Bump to v1.0.0! 1.0.0 Daniel Quinn 2018-01-06 19:25:33 +00:00
  • 16c4183333 Upgrade to Django 1.11.x Daniel Quinn 2018-01-06 19:24:10 +00:00
  • 6fe37678f2 Change date fields to actual date fields #278 Daniel Quinn 2018-01-06 19:21:49 +00:00
  • b58188f805 Switch from pep8 to pycodestyle Daniel Quinn 2018-01-06 18:56:37 +00:00
  • f2a42ab6fe Add catch-all redirect for /admin/ Daniel Quinn 2018-01-06 18:51:16 +00:00
  • e236b7bf7b isort Daniel Quinn 2018-01-06 18:51:10 +00:00
  • 35004f434b Add a smarter work-around for the change-list-results hack Daniel Quinn 2018-01-06 18:47:01 +00:00
  • 75251ad694 Add a note for future development Daniel Quinn 2018-01-06 18:30:33 +00:00
  • 870357968a Fix tests to run on boxes with post-consume-scripts set Daniel Quinn 2018-01-06 17:23:24 +00:00
  • a593798b4b Add encoding declaration Daniel Quinn 2018-01-06 17:23:07 +00:00
  • 4f070ba162 Use double quotes by default Daniel Quinn 2018-01-06 17:22:57 +00:00
  • 9517d27f40 Add warnings to the test runner Daniel Quinn 2018-01-06 17:22:40 +00:00
  • 35bb3dbcc2 Clean up CSS for #272 Daniel Quinn 2018-01-06 15:57:25 +00:00
  • 06117929bb Merge pull request #277 from ishirav/multi-word-match Daniel Quinn 2017-12-27 11:21:27 +01:00
  • d1c8241947 break long lines (pep8) ishirav 2017-12-23 07:39:40 +02:00
  • 4c38b28469 break long lines (pep8) ishirav 2017-12-23 06:59:48 +02:00
  • ad0f0a0b5d Add documentation about multi-word search terms ishirav 2017-12-23 06:44:06 +02:00
  • 83746a9aeb Add tests and improve whitespace handling ishirav 2017-12-23 06:37:00 +02:00
  • 6a36a4ec97 Support search terms that contain multiple words in ANY/ALL matching modes, by surrounding the terms with double quotes. ishirav 2017-12-23 06:05:48 +02:00
  • 7e49d047b0 adapted docker-entrypoint script for alpine docker image (mainly how to install additional OCR languages) Guy 2017-12-20 16:17:58 +02:00
  • 68cdeb7b3d changed docker-comppse.yml example to build the docker image instead of pull the previously used debian based image from docker hub Guy 2017-12-19 22:34:22 +02:00
  • 76293084a4 removed ENV WORKDIR layers, reorg the commands in groups with comments and black lines when possible. Removed redundant mkdir command Guy Addadi 2017-12-12 23:12:34 +02:00
  • e1cf2117f5 moved to alpine:3.7 removed RUN layers to save image space, removed redundant mkdir commands Guy Addadi 2017-12-11 22:03:51 +02:00
  • 7d81de4edf added bash and moved all dev packages to be with virtual alpine env that is removed after python libraries installation Guy Addadi 2017-12-11 00:41:36 +02:00
  • 37af5992c7 adapted Dockerfile for alpine image Guy Addadi 2017-12-09 23:08:56 +02:00
  • af4623e605 Merge pull request #270 from dev-rke/patch-2 Daniel Quinn 2017-11-05 20:45:28 +00:00
  • db8e116681 Merge pull request #269 from dev-rke/patch-1 Daniel Quinn 2017-11-05 20:42:08 +00:00