Daniel Quinn
94f9c9dcea
Wrap each document consumption in a transaction
2018-10-07 14:56:56 +01:00
Daniel Quinn
bc898c1992
Use optipng to optimise document thumbnails
2018-10-07 14:56:38 +01:00
Daniel Quinn
074609e1fc
Consolidate get_date onto the DocumentParser parent class
2018-10-07 14:56:02 +01:00
Daniel Quinn
40b9e44bfe
Wrap document consumption in a transaction #262
2018-10-07 13:12:22 +01:00
Daniel Quinn
1e8e9469ee
Hopefully fix Travis
2018-10-01 20:40:43 +01:00
Daniel Quinn
40901a0734
Update version number & changelog
2018-10-01 20:40:32 +01:00
Daniel Quinn
90d59c6479
Merge pull request #413 from euri10/master
...
Fix issue where tesseract langages weren't installed properly
2018-10-01 19:40:04 +00:00
Daniel Quinn
0a4338143a
Tweak the date guesser to not allow dates prior to 1900 ( #414 )
2018-10-01 20:03:47 +01:00
Jonas Winkler
001a80a528
Restored tagging functionality
2018-09-27 20:41:16 +02:00
Jonas Winkler
b71657964b
Code style changes
2018-09-26 10:51:42 +02:00
Jonas Winkler
f7a37b8530
Removed the archive tag, as it wasnt really used anyway.
2018-09-25 21:51:38 +02:00
Jonas Winkler
64815793bb
Code style changes
2018-09-25 21:12:47 +02:00
Jonas Winkler
efc7bf1d23
Code style adjustments
2018-09-25 16:09:33 +02:00
Jonas Winkler
ddff8a0450
Merge branch 'master' into dev
2018-09-25 14:53:21 +02:00
Jonas Winkler
0f2a79ea61
Merge remote-tracking branch 'upstream/master'
2018-09-25 14:47:12 +02:00
euri10
815f158fc3
Fix issue where tesseract langages weren't installed properly
2018-09-24 13:30:10 +02:00
Daniel Quinn
f3ed677f4d
Fix implementation of django-filter
2018-09-23 15:47:14 +01:00
Daniel Quinn
8f7b073142
Add note about tweaks to psql connections
2018-09-23 14:05:35 +01:00
Daniel Quinn
c70dc62845
Add note about import/export process changes
2018-09-23 14:03:38 +01:00
Daniel Quinn
5ab74df1c0
Add a tox test for Python 3.7
2018-09-23 14:01:35 +01:00
Daniel Quinn
4e8f41150a
Tweak settings.py to allow for TRUST-based PostgreSQL auth
2018-09-23 14:01:15 +01:00
Daniel Quinn
076ccb3417
Move the unique key on checksums to migration 15
...
This shouldn't affect anyone, since this migration is pretty old, but it
allows people using PostgreSQL to actually run Paperless.
2018-09-23 14:00:27 +01:00
Daniel Quinn
bc33b82978
Tweak the import/export system to handle encryption choices better
...
Now when you export a document, the `storage_type` value is always
`unencrypted` (since that's what it is when it's exported anyway), and
the flag is set by the importing script instead, based on the existence
of a `PAPERLESS_PASSPHRASE` environment variable, indicating that
encryption is enabled.
2018-09-23 13:58:40 +01:00
Daniel Quinn
fa4fb6fc06
Fix typo
2018-09-23 12:59:56 +01:00
Daniel Quinn
4c54a89fed
Update changelog for new stuff from #405
2018-09-23 12:54:49 +01:00
Daniel Quinn
4634531b76
Add docs for indentation & spacing
2018-09-23 12:54:39 +01:00
Daniel Quinn
0c83f6ad1f
Merge branch 'jonaswinkler-new-features'
2018-09-23 12:42:02 +01:00
Daniel Quinn
57b9add307
Conform code to standards
2018-09-23 12:41:28 +01:00
Daniel Quinn
52bfeb2ad0
Improve the unknown language error message
2018-09-23 12:41:14 +01:00
Daniel Quinn
8de34a3572
Remove numpy, scikit-learn, and scipy as they weren't being used
2018-09-23 12:40:46 +01:00
Daniel Quinn
7d1b92510f
Merge branch 'new-features' of git://github.com/jonaswinkler/paperless into jonaswinkler-new-features
2018-09-23 11:57:44 +01:00
Daniel Quinn
b8fc7e6b12
Add a contribution guide
2018-09-22 16:22:03 +01:00
Daniel Quinn
0e2d89bb3f
Make the names of the sample files visible
2018-09-22 16:17:18 +01:00
Daniel Quinn
af9ec47d9b
Reduce duplication in docker-compose.env.example
...
See #404 for more info on where this came from.
2018-09-22 15:27:22 +01:00
Daniel Quinn
37c6e68dae
Add an example for pdf2pdfocr with the pre-consume hook
2018-09-22 14:00:00 +01:00
Daniel Quinn
77fc3caad4
Clean up release notes
2018-09-22 13:59:50 +01:00
Jonas Winkler
153602f978
Fixed api issue (some parameter name got renamed)
2018-09-16 13:29:56 +02:00
Jonas Winkler
b883c3a045
Merge branch 'fix-document-viewer' into dev
2018-09-14 16:48:37 +02:00
Jonas Winkler
ab61daeb69
Merge branch 'fix-document-viewer'
2018-09-14 16:48:27 +02:00
Jonas Winkler
d3f7d4ef15
fixed document viewer
2018-09-14 16:48:08 +02:00
Jonas Winkler
7887892e4e
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
2018-09-13 15:19:25 +02:00
Jonas Winkler
8038ca9abe
Merge branch 'dev'
2018-09-13 14:15:33 +02:00
Jonas Winkler
20233a1706
Code style changed
2018-09-13 14:15:16 +02:00
Jonas Winkler
5f7676c676
Save and edit next button appears on documents without viewer as well.
...
Made the new recent correspondents filter optional. Disabled by default.
2018-09-13 13:10:05 +02:00
Jonas Winkler
8ce1c3ce83
Merge branch 'dev'
2018-09-13 10:29:10 +02:00
Jonas Winkler
0ca7452c75
Added missing dependencies
2018-09-12 17:43:13 +02:00
Jonas Winkler
45000a3081
Merge branch 'dev'
2018-09-12 17:20:12 +02:00
Jonas Winkler
5390672762
Fixed a few minor issues.
2018-09-12 16:25:23 +02:00
Jonas Winkler
219b580841
removed duplicate code
2018-09-12 13:43:28 +02:00
Jonas Winkler
a48cc6c627
Merge branch 'master' into dev
2018-09-12 11:47:35 +02:00