Commit Graph

  • c5488dcb98 Merge pull request #441 from jat255/patch-1 Daniel Quinn 2018-11-30 19:45:01 +00:00
  • d6eefbccee encapsulate in if blocks so no errors on non-tag pages; added support for edit tags page Joshua Taillon 2018-11-17 21:34:11 -05:00
  • a813288aaf add example override for tag colour display Joshua Taillon 2018-11-17 09:18:36 -05:00
  • 63e2fbe0c9 Update paperless-webserver.service Joshua Taillon 2018-11-16 09:21:07 -05:00
  • 597a7bb391 Update setup.rst Joshua Taillon 2018-11-16 09:20:08 -05:00
  • 730daa3d6d Merge branch 'master' of github.com:danielquinn/paperless into ENH_filename_date_parsing Joshua Taillon 2018-11-15 23:17:59 -05:00
  • 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 Joshua Taillon 2018-11-15 20:38:53 -05:00
  • e1d8744c66 Add option for parsing of date from filename (and associated tests) Joshua Taillon 2018-11-15 20:32:15 -05:00
  • 4409f65840 Update date tests to be more explicit with settings and allow tests to pass if using a timezone other than UTC Joshua Taillon 2018-11-15 20:30:23 -05:00
  • c83dc666a4 I'm going to have to ditch requirements.txt if it can't be reliably generated Daniel Quinn 2018-11-03 13:42:03 +00:00
  • 9ab50ed09d Fix requiremnts.txt Daniel Quinn 2018-11-03 13:29:22 +00:00
  • e0acb4a40b Update dependencies Daniel Quinn 2018-11-03 12:49:35 +00:00
  • eca6250c1b Fix the correspondent filters #423 Daniel Quinn 2018-11-03 11:06:55 +00:00
  • 33abec0663 Code cleanup Daniel Quinn 2018-11-03 11:05:22 +00:00
  • d825667c9b Allow an infinite number of logs to be deleted. Daniel Quinn 2018-11-03 10:25:51 +00:00
  • 84511f8418 Merge pull request #432 from deanpcmad/patch-1 Daniel Quinn 2018-10-31 13:12:32 +00:00
  • 81e488b90d added missing ; to nginx config Dean Perry 2018-10-31 12:39:48 +00:00
  • bff28113df Merge pull request #425 from mrwacky42/remove_vagrant Daniel Quinn 2018-10-14 09:57:41 +01:00
  • 0b377a76d0 Remove Vagrant docs Sharif Nassar 2018-10-13 11:31:53 -07:00
  • ec1d5c80ff Add pip install to update process Daniel Quinn 2018-10-08 10:38:53 +01:00
  • bd95804fbf Merge pull request #421 from ddddavidmartin/clarify_forgiving_ocr_handling Daniel Quinn 2018-10-08 09:35:57 +00:00
  • 8dc355a66f Merge pull request #422 from erikarvstedt/inotify-linux Daniel Quinn 2018-10-08 09:34:47 +00:00
  • fbb389553c Merge pull request #419 from ddddavidmartin/let_unpaper_overwrite_temp_files Daniel Quinn 2018-10-08 09:32:30 +00:00
  • f8cfbb44d2 requirements.txt: bring back Linux-only restriction for inotify-simple Erik Arvstedt 2018-10-08 10:58:06 +02:00
  • 818780a191 Add PAPERLESS_FORGIVING_OCR option to example config. David Martin 2018-10-08 19:38:38 +11:00
  • b350ec48b7 Mention FORGIVING_OCR config option when language detection fails. David Martin 2018-10-08 19:37:05 +11:00
  • f948ee11be Let unpaper overwrite temporary files. David Martin 2018-10-08 19:12:11 +11:00
  • 2ef2bf873e Version bump: 2.5.0 2.5.0 Daniel Quinn 2018-10-07 16:30:36 +01:00
  • 0bb7d27269 pep8 Daniel Quinn 2018-10-07 16:28:53 +01:00
  • ce5e8b2658 Rework user hack for "login-free" sessions #394 Daniel Quinn 2018-10-07 16:26:23 +01:00
  • 3f572afb8b Add a little more read-only info for documents Daniel Quinn 2018-10-07 16:26:05 +01:00
  • 5c3cb1e4ab Rework how slugs are generated/referenced #393 Daniel Quinn 2018-10-07 16:24:05 +01:00
  • c7f4bfe4f3 Add migration that should have come in some time ago Daniel Quinn 2018-10-07 16:23:03 +01:00
  • 65d6599964 Fix formatting Daniel Quinn 2018-10-07 16:22:52 +01:00
  • 5d32e89c44 Wrap each document consumption in a transaction Daniel Quinn 2018-10-07 14:56:56 +01:00
  • 750ab5bf85 Use optipng to optimise document thumbnails Daniel Quinn 2018-10-07 14:56:38 +01:00
  • 2a3f766b93 Consolidate get_date onto the DocumentParser parent class Daniel Quinn 2018-10-07 14:48:49 +01:00
  • 14bb52b6a4 Wrap document consumption in a transaction #262 Daniel Quinn 2018-10-07 13:12:22 +01:00
  • b5176d207e Hopefully fix Travis Daniel Quinn 2018-10-01 20:40:43 +01:00
  • e4044d0df9 Update version number & changelog Daniel Quinn 2018-10-01 20:40:32 +01:00
  • bacdd51fd7 Merge pull request #413 from euri10/master Daniel Quinn 2018-10-01 19:40:04 +00:00
  • 8010d72f18 Tweak the date guesser to not allow dates prior to 1900 (#414) Daniel Quinn 2018-10-01 20:03:27 +01:00
  • b347e3347d Restored tagging functionality Jonas Winkler 2018-09-27 20:41:16 +02:00
  • 7257cece30 Code style changes Jonas Winkler 2018-09-26 10:51:42 +02:00
  • 5b9f38d398 Removed the archive tag, as it wasnt really used anyway. Jonas Winkler 2018-09-25 21:51:38 +02:00
  • b31d4779bf Code style changes Jonas Winkler 2018-09-25 21:12:47 +02:00
  • 60618381f8 Code style adjustments Jonas Winkler 2018-09-25 16:09:33 +02:00
  • 779ea6a015 Merge branch 'master' into dev Jonas Winkler 2018-09-25 14:53:21 +02:00
  • 94ede7389d Merge remote-tracking branch 'upstream/master' Jonas Winkler 2018-09-25 14:47:12 +02:00
  • 9dd76f1b87 Fix issue where tesseract langages weren't installed properly euri10 2018-09-24 13:30:10 +02:00
  • a511d34d69 Fix implementation of django-filter 2.4.0 Daniel Quinn 2018-09-23 15:38:31 +01:00
  • 35c5b8e263 Add note about tweaks to psql connections Daniel Quinn 2018-09-23 14:05:35 +01:00
  • 8726b0316c Add note about import/export process changes Daniel Quinn 2018-09-23 14:03:38 +01:00
  • acf6caca2f Add a tox test for Python 3.7 Daniel Quinn 2018-09-23 14:01:35 +01:00
  • b20d7eca03 Tweak settings.py to allow for TRUST-based PostgreSQL auth Daniel Quinn 2018-09-23 14:01:15 +01:00
  • d17497fd5b Move the unique key on checksums to migration 15 Daniel Quinn 2018-09-23 14:00:27 +01:00
  • 090565d84c Tweak the import/export system to handle encryption choices better Daniel Quinn 2018-09-23 13:58:40 +01:00
  • 79e1e60238 Fix typo Daniel Quinn 2018-09-23 12:59:56 +01:00
  • ff111f1bde Update changelog for new stuff from #405 Daniel Quinn 2018-09-23 12:54:49 +01:00
  • 6db788a550 Add docs for indentation & spacing Daniel Quinn 2018-09-23 12:54:39 +01:00
  • f4a09013d7 Merge branch 'jonaswinkler-new-features' Daniel Quinn 2018-09-23 12:42:02 +01:00
  • 4130dd3465 Conform code to standards Daniel Quinn 2018-09-23 12:41:28 +01:00
  • 117d7dad04 Improve the unknown language error message Daniel Quinn 2018-09-23 12:41:14 +01:00
  • b420281be0 Remove numpy, scikit-learn, and scipy as they weren't being used Daniel Quinn 2018-09-23 12:40:46 +01:00
  • 17f8953a49 Merge branch 'new-features' of git://github.com/jonaswinkler/paperless into jonaswinkler-new-features Daniel Quinn 2018-09-23 11:57:44 +01:00
  • 9682a6f6fc Add a contribution guide Daniel Quinn 2018-09-22 16:22:03 +01:00
  • 425bbe34ef Make the names of the sample files visible Daniel Quinn 2018-09-22 16:17:18 +01:00
  • 60ee08adec Reduce duplication in docker-compose.env.example Daniel Quinn 2018-09-22 15:27:22 +01:00
  • b4b4d8f25e Add an example for pdf2pdfocr with the pre-consume hook Daniel Quinn 2018-09-22 14:00:00 +01:00
  • cce6b43062 Clean up release notes Daniel Quinn 2018-09-22 13:59:50 +01:00
  • 03beca7838 Fixed api issue (some parameter name got renamed) Jonas Winkler 2018-09-16 13:29:56 +02:00
  • fb1dcb6e08 Merge branch 'fix-document-viewer' into dev Jonas Winkler 2018-09-14 16:48:37 +02:00
  • a298cbd4ce Merge branch 'fix-document-viewer' Jonas Winkler 2018-09-14 16:48:27 +02:00
  • f1a1e7f1a4 fixed document viewer Jonas Winkler 2018-09-14 16:48:08 +02:00
  • fb6f2e07c9 Added a bunch of new features: - Debug mode is now configurable in the configuration file. This way, we don't have to edit versioned files to disable it on production systems. - Recent correspondents filter (enable in configuration file) - Document actions: Edit tags and correspondents on multiple documents at once - Replaced month list filter with date drilldown - Sortable document count columns on Tag and Correspondent admin - Last correspondence column on Correspondent admin - Save and edit next functionality for document editing Jonas Winkler 2018-09-13 15:19:25 +02:00
  • 8371c2399f Merge branch 'dev' Jonas Winkler 2018-09-13 14:15:33 +02:00
  • 909586bf25 Code style changed Jonas Winkler 2018-09-13 14:15:16 +02:00
  • 8d003a6a85 Save and edit next button appears on documents without viewer as well. Made the new recent correspondents filter optional. Disabled by default. Jonas Winkler 2018-09-13 13:10:05 +02:00
  • 0209b71404 Merge branch 'dev' Jonas Winkler 2018-09-13 10:29:10 +02:00
  • 0dc3644cc1 Added missing dependencies Jonas Winkler 2018-09-12 17:43:13 +02:00
  • fb1a2ee577 Merge branch 'dev' Jonas Winkler 2018-09-12 17:20:12 +02:00
  • 7c589f71a4 Fixed a few minor issues. Jonas Winkler 2018-09-12 16:25:23 +02:00
  • 25a6aa909b removed duplicate code Jonas Winkler 2018-09-12 13:43:28 +02:00
  • ef0d37985b Merge branch 'master' into dev Jonas Winkler 2018-09-12 11:47:35 +02:00
  • 898931cc03 bugfix Jonas Winkler 2018-09-11 20:45:36 +02:00
  • 17803e7936 fixed settings Jonas Winkler 2018-09-11 17:30:46 +02:00
  • e72735c4f0 Merge remote-tracking branch 'upstream/master' Jonas Winkler 2018-09-11 14:43:59 +02:00
  • 46a5bc00d7 Merge branch 'machine-learning' into dev Jonas Winkler 2018-09-11 14:36:21 +02:00
  • d46ee11143 The classifier works with ids now, not names. Minor changes. Jonas Winkler 2018-09-11 14:30:18 +02:00
  • d2534a73e5 changed classifier Jonas Winkler 2018-09-11 00:33:07 +02:00
  • 2edf65dd1e Bump to 2.3.0 2.3.0 Daniel Quinn 2018-09-09 21:51:44 +01:00
  • 9a739bdbab Merge pull request #401 from ahyear/patch-1 Daniel Quinn 2018-09-09 21:26:56 +01:00
  • 66db06590d Merge branch 'jat255-ENH_config_inline_or_attach' Daniel Quinn 2018-09-09 21:22:42 +01:00
  • 7cef108785 Streamline how we handle boolean values in settings.py Daniel Quinn 2018-09-09 21:22:07 +01:00
  • a86a20ef0f Make the example file contain the default value Daniel Quinn 2018-09-09 21:16:53 +01:00
  • f94347abc0 Merge branch 'ENH_config_inline_or_attach' of git://github.com/jat255/paperless into jat255-ENH_config_inline_or_attach Daniel Quinn 2018-09-09 21:15:14 +01:00
  • 46cbd10ba0 Merge pull request #399 from jat255/ENH_convert_only_one_page Daniel Quinn 2018-09-09 21:12:42 +01:00
  • 2a96c648e8 Merge pull request #396 from dubit0/postgres_mysql_fix Daniel Quinn 2018-09-09 21:10:36 +01:00
  • 75648cc74b Merge branch 'jat255-ENH_text_consumer' Daniel Quinn 2018-09-09 21:03:58 +01:00
  • 0472fe4e9e Reorder imports Daniel Quinn 2018-09-09 21:03:37 +01:00