Jonas Winkler
44cd8565b1
removed no-login option since it wasn't working with the new django version anyway.
2020-11-09 15:28:45 +01:00
Jonas Winkler
7bd843283d
use django authentication instead of auth tokens.
2020-11-09 15:28:12 +01:00
Jonas Winkler
9067a4f288
added the filename handling back into the code
2020-11-08 13:00:45 +01:00
Jonas Winkler
ae8a048ea6
fixed up the docker
2020-11-07 12:47:17 +01:00
Jonas Winkler
572e40ca27
backend that supports asgi and status update sockets with channels
2020-11-07 11:31:04 +01:00
Jonas Winkler
b0aaaa0af7
allow document display with angular dev server
2020-11-04 17:26:49 +01:00
Jonas Winkler
dc59e0f257
updated settings: docker image runs without ENV variables
2020-11-03 12:23:24 +01:00
Jonas Winkler
9ce926df7f
updated configuration
2020-11-02 21:59:36 +01:00
Jonas Winkler
6b0d5d4cc8
removed unused settings, migrations now match originals
2020-11-02 20:16:10 +01:00
Jonas Winkler
b0a519fd6b
renamed logger
2020-11-02 18:54:27 +01:00
Jonas Winkler
7d282a4e4e
removed unused code, small fixes
2020-11-02 18:20:04 +01:00
Jonas Winkler
d15405ef56
reworked most of the tesseract parser, better logging
2020-11-02 15:40:44 +01:00
Jonas Winkler
9f55fb668d
silenced unpaper, optipng for cleaner output
...
moved parser settings to settings
removed forgiving ocr (now default) since tesseract is plenty accurate even without defining the correct language.
2020-11-01 23:23:42 +01:00
Jonas Winkler
6afdf666fd
disabled session auth, breaks login
2020-10-29 23:15:59 +01:00
Jonas Winkler
31502e897b
enabled session auth again, useful for the browsable rest api
2020-10-29 22:33:43 +01:00
Jonas Winkler
5c4849796b
fixed folders, compatible with previous paperless version
2020-10-29 14:30:15 +01:00
Jonas Winkler
03bd2b7328
small fixes
2020-10-29 00:36:39 +01:00
Jonas Winkler
f8f100781e
embed pdfs with object tag
2020-10-27 18:52:57 +01:00
Jonas Winkler
c26962f17f
changed a few things
2020-10-27 17:08:18 +01:00
Jonas Winkler
fc6a5b3a81
moved media location
2020-10-27 11:40:00 +01:00
Jonas Winkler
d5a1a4916e
added whitenoise again
2020-10-27 01:09:50 +01:00
Jonas Winkler
c596fe6782
unified data folders
2020-10-26 00:35:24 +01:00
Jonas Winkler
052c1680f3
added
...
- document index
- api access for thumbnails/downloads
- more api filters
updated
- pipfile
removed
- filename handling
- legacy thumb/download access
- obsolete admin gui settings (per page items, FY, inline view)
2020-10-25 23:03:02 +01:00
Jonas Winkler
65e87c116f
removed reminders, changed a bunch of stuff
2020-10-20 00:35:27 +02:00
Jonas Winkler
da5b7d3104
Removed a bunch of stuff thats not needed anymore with the new gui.
2020-10-17 02:07:27 +02:00
Jonas Winkler
421dab786d
Merge branch 'master' into dev
2020-10-16 15:02:57 +02:00
JOKer
8698f92ac9
Merge pull request #593 from BastianPoe/feature-293
...
Give stored documents a structured and configurable filename
2020-05-02 08:33:49 +02:00
Johannes Wienke
cf4836ad07
Bump dependency versions
...
Not all dependencies work well on Alpine 3.11. Thus, bump dependencies and lock
again.
Due to also updating the CORS packages while dependency locking, the
CORS_ORIGIN_WHITELIST had to be changed to valid URIs, which are now required
by the respective packages.
2020-03-01 10:59:59 +01:00
Wolf-Bastian Poettner
6a671ebd22
Unified PAPERLESS_DIRECTORY_FORMAT and PAPERLESS_FILENAME_FORMAT into
...
one configuration setting
2020-02-01 20:09:36 +00:00
Wolf-Bastian Poettner
6813805712
Allows to configure directory and filename formats for documents stored in paperless
...
Default configuration is as before (incrementing numbers), but additional fields can be added at will
2019-12-27 14:25:38 +00:00
Daniel Quinn
1c956652f3
Merge pull request #542 from grembo/master
...
Allow configuring transformations to be applied to the filename before
2019-09-09 20:53:45 +01:00
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