Michael Gmelin
3b88d6722a
Address review comments by @danielquinn
2019-09-08 17:00:02 +02:00
Michael Gmelin
f0320fb72d
Allow configuring transformations to be applied to the filename before
...
parsing. The motivation was that files produced by a Brother scanner
wouldn't match paperless' expectations. At most one transformation
is applied (first matching). It won't affect the filename on disk.
This is generic enough so that it is useful for various purposes.
In my case it allows me to use the different hardware buttons on
the scanner to use different profiles, feeding one instance of
paperless with documents of multiple entities and tagging them
accordingly.
Example:
PAPERLESS_FILENAME_PARSE_TRANSFORMS=[{"pattern":"^([a-z]+)_(\\d{8})_(\\d{6})_([0-9]+)\\.", "repl":"\\2\\3Z - \\4 - \\1."},{"pattern":"^([a-z]+)_([0-9]+)\\.", "repl":" - \\2 - \\1."}]
2019-08-31 15:01:25 +02:00
Florian Gabsteiger
30b18df71c
Adjust requirements
2019-08-07 21:38:54 +02:00
Florian Gabsteiger
2efd278ee9
Add http to cors origin whitelist as this is required with new version
2019-08-06 12:26:14 -09:00
Florian Gabsteiger
528b4ac2f0
Activate whitenoise and static file compression and caching
2019-07-24 13:26:28 -09:00
Jonas Winkler
292959d856
layout changes, removed irrelevant test cases
2019-05-23 18:25:23 +02:00
Jonas Winkler
32f3876590
Merge branch 'master' into dev
2019-05-21 13:06:16 +02:00
JensPfeifle
ea282c22ba
Add GS_BINARY to settings to avoid harcoded call of "gs"
2019-03-03 20:31:52 +01:00
Daniel Quinn
b4b7d167d1
Update dependencies & add djangoql
2019-01-27 13:39:56 +00:00
Stéphane Brunner
4efb153e86
Add and configure DjangoQL
2019-01-26 22:15:28 +01:00
Jonas Winkler
4bd018df07
Merge branch 'master' into dev
2019-01-21 15:07:49 +01:00
Daniel Quinn
4ad6813d11
Add the new logo
...
I bought this logo from the excellent logojoy.com site, and am including
the source files here to be covered under the project license (GPL).
2018-12-30 12:20:08 +00:00
Jonas Winkler
ea58c66fd4
Merge branch 'master' into dev
2018-12-11 12:38:15 +01:00
Jonas Winkler
bcd9220021
minor changes
2018-12-11 12:26:44 +01:00
Jonas Winkler
766109ae4e
Merge remote-tracking branch 'upstream/master'
2018-12-11 12:06:15 +01:00
Daniel Quinn
3c2a1a8c13
Merge pull request #451 from speshak/remote_pg
...
Add DBHOST & DBPORT parameters to settings
2018-12-06 23:38:50 +00:00
Scott Peshak
d12f0642f2
Add DBHOST & DBPORT parameters
...
Resolves #445
2018-12-02 15:20:29 -06:00
Joshua Taillon
730daa3d6d
Merge branch 'master' of github.com:danielquinn/paperless into ENH_filename_date_parsing
2018-11-15 23:17:59 -05:00
Joshua Taillon
e1d8744c66
Add option for parsing of date from filename (and associated tests)
2018-11-15 20:32:15 -05:00
Daniel Quinn
d825667c9b
Allow an infinite number of logs to be deleted.
2018-11-03 10:25:51 +00:00
Daniel Quinn
750ab5bf85
Use optipng to optimise document thumbnails
2018-10-07 14:56:38 +01:00
Jonas Winkler
7257cece30
Code style changes
2018-09-26 10:51:42 +02:00
Jonas Winkler
60618381f8
Code style adjustments
2018-09-25 16:09:33 +02:00
Jonas Winkler
94ede7389d
Merge remote-tracking branch 'upstream/master'
2018-09-25 14:47:12 +02:00
Daniel Quinn
b20d7eca03
Tweak settings.py to allow for TRUST-based PostgreSQL auth
2018-09-23 14:01:15 +01:00
Daniel Quinn
4130dd3465
Conform code to standards
2018-09-23 12:41:28 +01:00
Jonas Winkler
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
2018-09-13 15:19:25 +02:00
Jonas Winkler
8d003a6a85
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
7c589f71a4
Fixed a few minor issues.
2018-09-12 16:25:23 +02:00
Jonas Winkler
ef0d37985b
Merge branch 'master' into dev
2018-09-12 11:47:35 +02:00
Jonas Winkler
17803e7936
fixed settings
2018-09-11 17:30:46 +02:00
Jonas Winkler
e72735c4f0
Merge remote-tracking branch 'upstream/master'
2018-09-11 14:43:59 +02:00
Daniel Quinn
7cef108785
Streamline how we handle boolean values in settings.py
2018-09-09 21:22:07 +01:00
Daniel Quinn
f94347abc0
Merge branch 'ENH_config_inline_or_attach' of git://github.com/jat255/paperless into jat255-ENH_config_inline_or_attach
2018-09-09 21:15:14 +01:00
Jonas Winkler
11adc94e5e
mode change
2018-09-06 12:00:01 +02:00
Joshua Taillon
be9757894a
add INLINE_DOC to settings.py
2018-09-05 23:03:30 -04:00
Jonas Winkler
d26f940a91
Merge branch 'dev' into machine-learning
2018-09-06 00:29:41 +02:00
Jonas Winkler
13725ef8ee
Merge branch 'master' into dev
2018-09-06 00:28:58 +02:00
Jonas Winkler
c765ef5eeb
Merge remote-tracking branch 'upstream/master'
2018-09-04 16:02:48 +02:00
Jonas Winkler
c091eba26e
Implemented the classifier model, including automatic tagging of new documents
2018-09-04 14:39:55 +02:00
Joshua Taillon
23bf79274c
Merge branch 'master' into ENH_text_consumer
2018-09-03 23:47:30 -04:00
Daniel Quinn
3c8aa3ba42
Don't try to remove SessionAuthenticationMiddleware
...
It was remove entirely in Django 2.0
2018-09-03 00:25:10 +01:00
Daniel Quinn
39afe41f08
Drop django-flat-responsive
...
It's not necessary for Django 2.0+ as the new system is responsive by
default.
2018-09-02 21:25:30 +01:00
Joshua Taillon
d6fedbec52
first stab at text consumer
2018-08-30 23:32:41 -04:00
dadosch
91cecd47af
apply some patches from @brookst
2018-08-29 00:04:48 +02:00
Jonas Winkler
781a1dae71
- added recent correspondents filter
...
- sortable document_count fields
- added last correspondence field to CorrespondentAdmin
2018-08-28 15:42:39 +02:00
Jonas Winkler
01fed4f49d
Removed WebDAV from dev, since it is kind of broken.
2018-08-28 12:12:29 +02:00
Solo
70608f7e31
Refs feedback - replace multiline logic with single line
2018-08-17 11:48:39 +08:00
Solo
1bb80548d2
Refs feedback:
...
- fix requirements.txt
- change static CORS regex into configurable tuple list
2018-08-16 21:29:03 +08:00
Solo
96268655d2
Prepare Paperless for new front end
...
- enable CORS for localhost calls
- add Filter to allow API calls that can select Documents without any tag
2018-08-16 17:05:54 +08:00