Commit Graph

  • 167412a003 Mention "collectstatic" in the docs MasterofJOKers 2017-06-26 16:56:38 +02:00
  • e8d90b42a1 Merge pull request #240 from ddddavidmartin/timezone_documentation_clarification Daniel Quinn 2017-06-24 09:24:42 +01:00
  • d8c7e9de5f Add link to documentation for time zone setting in example config. David Martin 2017-06-24 12:27:26 +10:00
  • 2ac1b78a2c Move testing ENV vars into pytest.ini Daniel Quinn 2017-06-19 10:57:30 +01:00
  • e8e38befb7 Fix test for new email secret Daniel Quinn 2017-06-19 10:24:23 +01:00
  • b30629dd60 Remove debugging info 0.6.1 Daniel Quinn 2017-06-19 09:22:26 +01:00
  • f66d7e1c2d Drop SHARED_SECRET in favour of EMAIL_SECRET 0.6.0 Daniel Quinn 2017-06-18 21:54:36 +01:00
  • 8417ac7eeb Merge pull request #237 from danielquinn/fix-http-post Daniel Quinn 2017-06-13 17:52:48 +01:00
  • 6342225b22 Merge pull request #238 from Strubbl/fix-shellcheck-issues Daniel Quinn 2017-06-13 17:51:49 +01:00
  • 4460fb7004 docker-entrypoint.sh: fix shellcheck issues Sven Fischer 2017-06-12 21:09:59 +02:00
  • 6f635c74fc Fix HTTP POST of documents Daniel Quinn 2017-06-11 01:23:37 +01:00
  • c82d45689c Remove unused imports & comments Daniel Quinn 2017-06-11 01:23:08 +01:00
  • 02e0543a02 Merge pull request #233 from lucaskolstad/django_filters_installed_app Daniel Quinn 2017-05-31 10:39:49 +01:00
  • fde0276d65 Add django_filters to INSTALLED_APPS Lucas Kolstad 2017-05-30 15:05:34 -07:00
  • 3d6289e4e1 Preparing for 0.5.0 0.5.0 Daniel Quinn 2017-05-27 13:23:25 +01:00
  • 5e55b971a8 Update changelog for 0.5.1 Daniel Quinn 2017-05-27 13:21:04 +01:00
  • 0a43b84a96 Merge pull request #228 from ddddavidmartin/extend_email_handling Daniel Quinn 2017-05-27 13:07:17 +01:00
  • dc74cc2db5 Merge pull request #230 from ddddavidmartin/webserver_paperless_titles Daniel Quinn 2017-05-27 13:00:46 +01:00
  • fc00a09318 Merge pull request #229 from ddddavidmartin/clarify_systemd_instructions Daniel Quinn 2017-05-27 12:59:00 +01:00
  • 19cf9d0b9a Merge pull request #227 from ddddavidmartin/fix_forms_typos Daniel Quinn 2017-05-27 12:57:43 +01:00
  • f81780cf88 Merge pull request #226 from ddddavidmartin/bump_pyocr_requirement_for_tesseract_4_support Daniel Quinn 2017-05-27 12:56:54 +01:00
  • c3a55c91dc Update version of remaining weblinks to Django documentation. David Martin 2017-05-27 08:49:03 +10:00
  • 482f02fbaa Update link to Django documentation in urls.py. David Martin 2017-05-25 20:22:05 +10:00
  • 6bf7429ef6 Refer to Paperless instead of Django in webserver pages. David Martin 2017-05-25 20:16:59 +10:00
  • 4198de604f Copy Paperless service files to systemd directory before enabling them. David Martin 2017-05-24 22:34:02 +10:00
  • 8c06dc2dd1 Mention safe characters for email titles in documentation. David Martin 2017-05-21 15:03:02 +10:00
  • 13b4610c1d Clarify consumption documentation to match the current Paperless behaviour. David Martin 2017-05-21 14:52:12 +10:00
  • 0090128249 Fix clened_data typos in forms.py. David Martin 2017-05-21 17:05:49 +10:00
  • 3153bbd6a8 Fetch emails right at startup instead of waiting for 10 minutes. David Martin 2017-05-21 14:23:46 +10:00
  • 7b1812a9be Capitalise Paperless in example config. David Martin 2017-05-21 08:44:41 +10:00
  • c647daace2 Connect to configured inbox instead of hardcoded one. David Martin 2017-05-21 08:34:49 +10:00
  • 70dceb3b37 Allow to configure the email inbox via config file. David Martin 2017-05-20 16:48:40 +10:00
  • 72b1ce5fe6 Bump pyocr requirement to version 0.4.7 to support tesseract 4.0.0alpha. David Martin 2017-05-14 12:59:32 +10:00
  • 731942d855 add: migration for fuzzy matching Daniel Quinn 2017-05-11 22:09:30 -07:00
  • 058dad7ba7 Merge branch 'master' of github.com:danielquinn/paperless Daniel Quinn 2017-05-10 16:14:14 -07:00
  • fe43e5a717 add: credit for ckut's import/export changes Daniel Quinn 2017-05-10 16:14:05 -07:00
  • 18f7c4f31f Merge pull request #224 from CkuT/exporter_improvements Daniel Quinn 2017-05-10 16:09:11 -07:00
  • 34bab04310 fix: formatting cleanup Daniel Quinn 2017-05-10 17:38:00 -07:00
  • 3477b96d87 Merge pull request #222 from tido-/master Daniel Quinn 2017-05-10 15:25:35 -07:00
  • ac850b64aa minor changes on documentation files Tido- 2017-05-10 22:25:59 +02:00
  • 279e421ad5 PEP8 CkuT 2017-05-08 15:48:37 +02:00
  • 22c8049bed Use relatives paths instead of absolutes paths for document export/import CkuT 2017-05-08 15:23:35 +02:00
  • 3f1392769d Refactor to get the document time once CkuT 2017-05-08 15:01:01 +02:00
  • da71eab0ae Use constants for manifest CkuT 2017-05-08 14:54:48 +02:00
  • 2e0e6bb8d2 Add thumbnail export CkuT 2017-05-06 14:32:28 +02:00
  • 1f145c6cba Fix the source file checking CkuT 2017-05-06 14:59:09 +02:00
  • c4d48181ee find the error in line break 03 Tido- 2017-05-04 19:39:58 +02:00
  • 0c4ecad4a7 find the error in line break 02 Tido- 2017-05-04 19:36:55 +02:00
  • d25de5592a find the error in line break 01 Tido- 2017-05-04 19:35:58 +02:00
  • 88fc35d8ea find the error in line break Tido- 2017-05-04 19:31:17 +02:00
  • 02730be871 found some additional bits to yours Tido- 2017-05-03 22:20:13 +02:00
  • c7876dbbe8 add: credit for #212 Daniel Quinn 2017-05-03 12:01:04 -07:00
  • 85fcb5fedf Merge pull request #212 from Strubbl/docker-prepare-export Daniel Quinn 2017-05-03 09:55:43 -07:00
  • 58cbfeb72a little changes to reflect as much as possible Tido- 2017-05-02 22:48:37 +02:00
  • b2b6cbe9c8 Docker: review refacorting for export directory preparation Sven Fischer 2017-05-02 19:48:28 +02:00
  • 4c05a511c2 Docker: review fix: if end-user host-mounts the export directory Sven Fischer 2017-05-02 19:06:01 +02:00
  • b5bef13b46 Docker: prepare export directory Sven Fischer 2017-04-08 23:58:21 +02:00
  • bb47dc5e06 fix: spacing and typos Daniel Quinn 2017-05-01 13:25:07 -07:00
  • 511f154e16 Merge pull request #221 from tido-/master Daniel Quinn 2017-05-01 13:10:23 -07:00
  • 10ae2207df adding sections, grouped what belongs together Tido- 2017-05-01 21:18:34 +02:00
  • 71df99ffb6 add: note for new fuzzy match support Daniel Quinn 2017-04-30 19:40:58 -07:00
  • 5eb26102d4 Merge pull request #220 from jgysland/add-fuzzy-matching Daniel Quinn 2017-04-30 19:37:03 -07:00
  • a7fa82a83f KISS fuzzy match help text jgysland 2017-04-30 16:56:50 -04:00
  • 6ce27d225d add fuzzy matching + tests jgysland 2017-04-29 17:13:04 -04:00
  • 819a0e1f57 Merge pull request #219 from Strubbl/remove-duplicate-conf-option Daniel Quinn 2017-04-28 17:38:55 -07:00
  • 702a60b7e7 paperless.conf.example: remove duplicate option Sven Fischer 2017-04-24 23:40:52 +02:00
  • 057d5f149f Merge pull request #214 from philippeowagner/master Daniel Quinn 2017-04-19 10:42:50 +01:00
  • d047dafd23 Fixes #213 (MySQL syntax error) Philippe O. Wagner 2017-04-19 11:30:12 +02:00
  • b449a7f6e2 feat: add @eonist's recommendation Daniel Quinn 2017-04-08 20:12:59 +01:00
  • f302874ae8 Merge pull request #207 from danielquinn/fix/travis Daniel Quinn 2017-03-28 22:26:35 +01:00
  • 6af58203dd fix: travis doesn't like my new tests Daniel Quinn 2017-03-28 21:23:42 +00:00
  • fa4924d5ba fix: allow for caps in file name suffixes #206 0.4.1 Daniel Quinn 2017-03-28 21:01:50 +00:00
  • 5b88ebf0e7 Merge pull request #203 from danielquinn/feature/reminders 0.4.0 Daniel Quinn 2017-03-25 16:27:28 +00:00
  • a0edc7d54d chore: update the changelog for reminders Daniel Quinn 2017-03-25 16:22:04 +00:00
  • b876a0d0df feat: add the new reminders app Daniel Quinn 2017-03-25 16:21:46 +00:00
  • 27db4f7e51 refactor: code cleanup Daniel Quinn 2017-03-25 16:20:59 +00:00
  • 426919fa9f refactor: break document-only stuff into the paperless app Daniel Quinn 2017-03-25 16:18:34 +00:00
  • e47c152b81 feat: migration for changes in 0.3.6 Daniel Quinn 2017-03-25 16:01:59 +00:00
  • b7cb708053 Merge pull request #197 from danielquinn/pluggable-consumers 0.3.6 Daniel Quinn 2017-03-25 15:20:48 +00:00
  • 7611c2b3d5 fix: pep8 + travis & tox env updates Daniel Quinn 2017-03-11 16:45:14 +00:00
  • 5f964830aa version bump Daniel Quinn 2017-03-11 16:38:07 +00:00
  • 7ec4f906af feat: make the content field optional Daniel Quinn 2017-03-11 16:37:30 +00:00
  • b5f6c06b8b fix: a little cleanup Daniel Quinn 2017-03-11 16:37:18 +00:00
  • 55e81ca4bb feat: refactor for pluggable consumers Daniel Quinn 2017-03-11 16:30:49 +00:00
  • 0f7bfc547a Merge pull request #202 from danielquinn/fix/api-should-allow-writes Daniel Quinn 2017-03-25 15:08:40 +00:00
  • 9525725c28 chore: update the changelog Daniel Quinn 2017-03-25 15:02:21 +00:00
  • 2a2196fa4d fix: #200 allow edits of correspondent & tags Daniel Quinn 2017-03-25 15:01:01 +00:00
  • 237efbcaa0 Merge branch 'master' of github.com:danielquinn/paperless Daniel Quinn 2017-03-05 12:15:22 +00:00
  • 351cd06ef7 Disable adding through the admin Daniel Quinn 2017-03-05 12:15:18 +00:00
  • 8b37160953 Merge pull request #194 from philippeowagner/master Daniel Quinn 2017-03-01 09:12:10 +00:00
  • db64478d9f Better alt-text for thumbnails. Philippe O. Wagner 2017-03-01 00:50:53 +01:00
  • 8bc2dfe4c6 Django migrations doesn't account for PostgreSQL completely Daniel Quinn 2017-02-18 17:55:52 +00:00
  • 3a427c9130 Allow for MariaDB/MySQL Daniel Quinn 2017-02-18 17:53:43 +00:00
  • 01da48693e Merge pull request #190 from danielquinn/feature/new-look 0.3.5 Daniel Quinn 2017-02-12 18:07:41 +00:00
  • 499abd38f6 A nicer look for the documents listing Daniel Quinn 2017-01-29 19:43:35 +00:00
  • ca2a556259 Merge pull request #186 from rhaamo/specify_static_dir_using_conf_file Daniel Quinn 2017-02-01 09:25:19 +00:00
  • 7699a881d0
    Add check for PAPERLESS_MEDIADIR Dashie 2017-02-01 00:28:37 +01:00
  • 425f87618a
    Add config option to override STATIC_ROOT Dashie 2017-02-01 00:22:32 +01:00
  • 701ef2f919 Merge pull request #184 from elohmeier/master Daniel Quinn 2017-01-28 12:22:08 +00:00
  • ce5c5f0837 include flat responsive theme Enno Lohmeier 2017-01-23 08:26:47 +01:00