Commit Graph

  • 46aca10a72 No need to explicitly extend object Daniel Quinn 2018-02-03 14:49:01 +00:00
  • 910a08f8c9 Fix DeprecationWarning as-per ishirav's advice Daniel Quinn 2018-02-03 14:48:14 +00:00
  • 6384c698ad Fix DeprecationWarning as-per ishirav's advice Daniel Quinn 2018-02-03 14:48:14 +00:00
  • 7f253cfb20 Move the Docker method up Daniel Quinn 2018-02-03 14:22:10 +00:00
  • abf01be889 Move the Docker method up Daniel Quinn 2018-02-03 14:22:10 +00:00
  • 3b5d1bb637 Update the release notes for 1.2.0 Daniel Quinn 2018-02-03 13:29:16 +00:00
  • 1e4928d2a0 Update the release notes for 1.2.0 Daniel Quinn 2018-02-03 13:29:16 +00:00
  • fd2753d6c4 Reorganise the sections. Daniel Quinn 2018-02-03 14:11:43 +00:00
  • 503be90932 Reorganise the sections. Daniel Quinn 2018-02-03 14:11:43 +00:00
  • 37604b20a0 Reformat README to be Docker Hub-friendly Daniel Quinn 2018-02-03 14:06:11 +00:00
  • b5d6a82cc3 Reformat README to be Docker Hub-friendly Daniel Quinn 2018-02-03 14:06:11 +00:00
  • 6e7938e775 Try to get Docker Hub liking the README Daniel Quinn 2018-02-03 14:02:21 +00:00
  • c073ba5272 Try to get Docker Hub liking the README Daniel Quinn 2018-02-03 14:02:21 +00:00
  • 7ffccaddca Switch from README.rst to README.md Daniel Quinn 2018-02-03 13:38:18 +00:00
  • d1e317ce21 Switch from README.rst to README.md Daniel Quinn 2018-02-03 13:38:18 +00:00
  • 466eb2a798 Re-order requirements.txt Daniel Quinn 2018-02-03 13:28:22 +00:00
  • d4abeafb34 Re-order requirements.txt Daniel Quinn 2018-02-03 13:28:22 +00:00
  • 2e7c370d38 Merge pull request #291 from BastianPoe/feature/heuristically-extract-date-from-document-text Daniel Quinn 2018-02-03 14:13:14 +01: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
  • 3a4626a3e2 Add tesseract and unpaper to travis-ci for automated tests Wolf-Bastian Pöttner 2018-02-03 00:18:58 +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
  • acfacaac4f Added a text cache to optimize performance of date detection Wolf-Bastian Pöttner 2018-02-02 23:52:44 +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
  • 4f725cf4d2 Add test cases for date parsing Wolf-Bastian Pöttner 2018-02-02 23:37:20 +01:00
  • bef2d94374 Add test cases for date parsing Wolf-Bastian Pöttner 2018-02-02 23:37:20 +01:00
  • 73d261484a 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
  • 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
  • 0c9c25cf6b Fix text formatting Daniel Quinn 2018-01-30 20:27:40 +00:00
  • e9fff764cb Fix text formatting Daniel Quinn 2018-01-30 20:27:40 +00:00
  • 3dc730808e Add support for using pre-existing text from PDFs Wolf-Bastian Pöttner 2018-02-02 22:37:58 +01:00
  • 87e466c47c Add support for using pre-existing text from PDFs Wolf-Bastian Pöttner 2018-02-02 22:37:58 +01:00
  • f0bbb2550e Clean up grammar & remove VersionEye Daniel Quinn 2018-01-30 18:46:46 +00:00
  • bd0b593c4a Clean up grammar & remove VersionEye Daniel Quinn 2018-01-30 18:46:46 +00:00
  • 5c878fb739 Update docs to reflect Docker changes Daniel Quinn 2018-01-30 17:19:18 +00:00
  • 7a8142df2b Update docs to reflect Docker changes Daniel Quinn 2018-01-30 17:19:18 +00:00
  • b0afcfbca2 fixing typos and rst syntax Guy 2018-01-29 23:41:52 +02:00
  • bbe3084eda fixing typos and rst syntax Guy 2018-01-29 23:41:52 +02:00
  • d1ece4a128 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
  • 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
  • 4c60d718e5 adapted docker-entrypoint script for alpine docker image (mainly how to install additional OCR languages) Guy 2017-12-20 16:17:58 +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
  • 917954d6eb 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
  • 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
  • d6743d7082 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
  • 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
  • 54fb8665e9 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
  • 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
  • e31dde3983 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
  • 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
  • e41683deb4 adapted Dockerfile for alpine image Guy Addadi 2017-12-09 23:08:56 +02:00
  • 20eeda19b8 adapted Dockerfile for alpine image Guy Addadi 2017-12-09 23:08:56 +02:00
  • d0427cd4f1 Rejiggering code style to make upstream pycodestyle checks happy Matt 2018-02-02 09:50:43 -05:00
  • 96c517d65c Rejiggering code style to make upstream pycodestyle checks happy Matt 2018-02-02 09:50:43 -05:00
  • c059804a87 Fixing formatting to be compatible with upstream repo for login disabling patch Matt 2018-02-01 17:32:08 -05:00
  • e70ad3d493 Fixing formatting to be compatible with upstream repo for login disabling patch Matt 2018-02-01 17:32:08 -05:00
  • 8fb0cd0cdd Updating changes to allow for disabling login Matt Meno 2018-02-01 17:17:05 -05:00
  • 516bc48a33 Updating changes to allow for disabling login Matt Meno 2018-02-01 17:17:05 -05:00
  • 550d99f1b4 Testing auth disabling mods Matt 2018-02-01 16:41:38 -05:00
  • 7f97716ae9 Testing auth disabling mods Matt 2018-02-01 16:41:38 -05:00
  • 6151dde6d0 Merge branch 'master' of github.com:danielquinn/paperless Daniel Quinn 2018-02-01 16:04:57 +00:00
  • 5e40227bc3 Merge branch 'master' of github.com:danielquinn/paperless Daniel Quinn 2018-02-01 16:04:57 +00:00
  • 8498b361cf Merge pull request #294 from matthewmoto/fix_pdftotext_errors Daniel Quinn 2018-02-01 16:20:42 +01:00
  • 5479942fc0
    Merge pull request #294 from matthewmoto/fix_pdftotext_errors Daniel Quinn 2018-02-01 16:20:42 +01:00
  • bc5c45a705 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
  • 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
  • b5c0bdfd3b Fiddling to get Docker Hub to behave Daniel Quinn 2018-02-01 13:02:48 +00:00
  • 9470154df2 Fiddling to get Docker Hub to behave Daniel Quinn 2018-02-01 13:02:48 +00:00
  • c20ea417ee Merge branch 'master' of github.com:danielquinn/paperless Daniel Quinn 2018-02-01 12:37:29 +00:00
  • 5c59120c57 Merge branch 'master' of github.com:danielquinn/paperless Daniel Quinn 2018-02-01 12:37:29 +00:00
  • 79ef7779da Version bump in anticipation of release later this week Daniel Quinn 2018-02-01 12:37:21 +00:00
  • 88736ff867 Version bump in anticipation of release later this week Daniel Quinn 2018-02-01 12:37:21 +00:00
  • 50106060be Fix pytest to 3.3.2 Daniel Quinn 2018-02-01 12:18:01 +00:00
  • fd5b831979 Fix pytest to 3.3.2 Daniel Quinn 2018-02-01 12:18:01 +00:00
  • 07163a4706 Fix text formatting Daniel Quinn 2018-01-30 20:27:40 +00:00
  • 3fcd1e2d7e Fix text formatting Daniel Quinn 2018-01-30 20:27:40 +00:00
  • b915b5452e Merge branch 'BastianPoe-feature/autodetect_if_ocr_is_required' Daniel Quinn 2018-01-30 20:14:53 +00:00
  • 2c81648d59 Merge branch 'BastianPoe-feature/autodetect_if_ocr_is_required' Daniel Quinn 2018-01-30 20:14:53 +00:00
  • 269c32ce6a Add support for using pre-existing text from PDFs Daniel Quinn 2018-01-30 20:13:35 +00:00
  • cd92c005e3 Add support for using pre-existing text from PDFs Daniel Quinn 2018-01-30 20:13:35 +00:00
  • 7ad7323cc7 Clean up grammar & remove VersionEye Daniel Quinn 2018-01-30 18:46:46 +00:00
  • 31c8cf020e Clean up grammar & remove VersionEye Daniel Quinn 2018-01-30 18:46:46 +00:00
  • d40cb9569b Update docs to reflect Docker changes Daniel Quinn 2018-01-30 17:19:18 +00:00
  • e900a38983 Update docs to reflect Docker changes Daniel Quinn 2018-01-30 17:19:18 +00:00
  • 199423c249 Merge pull request #274 from addadi/master Daniel Quinn 2018-01-30 18:11:19 +01:00
  • 7343a07ddd
    Merge pull request #274 from addadi/master Daniel Quinn 2018-01-30 18:11:19 +01:00
  • 902b66bd82 fixing typos and rst syntax Guy 2018-01-29 23:41:52 +02:00
  • e20b4fb905 fixing typos and rst syntax Guy 2018-01-29 23:41:52 +02:00
  • 76d8d9806b 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
  • 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
  • 21fc51c09a 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
  • 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
  • c16c9a1325 Update changelog & version bump Daniel Quinn 2018-01-21 17:39:00 +00:00
  • 9faf0a102e Update changelog & version bump 1.1.0 Daniel Quinn 2018-01-21 17:39:00 +00:00
  • 80ec72731e Fix redirect bug #283 Daniel Quinn 2018-01-21 17:33:04 +00:00
  • b747dd58c3 Fix redirect bug #283 Daniel Quinn 2018-01-21 17:33:04 +00:00
  • 24ddc681cd Merge pull request #256 from ddddavidmartin/add_financial_year_filter Daniel Quinn 2018-01-21 18:23:45 +01:00
  • 09e1b505e1
    Merge pull request #256 from ddddavidmartin/add_financial_year_filter Daniel Quinn 2018-01-21 18:23:45 +01:00
  • 029eb2b329 Merge pull request #285 from pzl/master Daniel Quinn 2018-01-21 18:18:31 +01:00
  • a6babffed8
    Merge pull request #285 from pzl/master Daniel Quinn 2018-01-21 18:18:31 +01:00
  • 7a01005989 small typo in exporter thumbnail filename pzl 2018-01-19 14:28:46 -05:00