Fabian Koller
e4e4efcba7
Fix creation of user arg
...
json.loads is picky in that is expects true json, not yaml from ansible
2020-12-29 23:54:22 +01:00
Fabian Koller
9f18d0ad45
Fix ENV var name for user args in example config
...
The actual string used when looking up the user arguments ends with an S: `PAPERLESS_OCR_USER_ARGS`
2020-12-29 23:52:27 +01:00
jonaswinkler
2de3894d67
more localization tags
2020-12-29 23:41:59 +01:00
jonaswinkler
03c6a4e18e
more localization #123
2020-12-29 23:37:33 +01:00
jonaswinkler
f9ab8d3b35
more localization tags #123
2020-12-29 23:34:04 +01:00
Fabian Koller
14f87f5aee
Harden systemd service files, drop perms further
2020-12-29 23:30:59 +01:00
Fabian Koller
bb569b4e78
Integrate OCRmyPDF args into ansible config
2020-12-29 22:43:52 +01:00
jonaswinkler
ef63ec40d9
changelog
2020-12-29 22:02:03 +01:00
jonaswinkler
761a6a4264
plural form fix
2020-12-29 22:01:56 +01:00
jonaswinkler
8139ecfd39
version bump
2020-12-29 22:01:37 +01:00
jonaswinkler
fb09f67899
bugfixes
2020-12-29 22:01:18 +01:00
Fabian Koller
f075384b44
Move paperless.conf to /etc, drop permissions
2020-12-29 21:55:59 +01:00
Jo Vandeginste
b8e8bf3dd4
Add the new paperless_tika parser
...
This parser will use an external Tika and Gotenberg server to parse
"Office" documents (.doc, .xls, .odt, etc.)
Signed-off-by: Jo Vandeginste <Jo.Vandeginste@kuleuven.be>
2020-12-29 21:51:21 +01:00
jonaswinkler
d690b34ee0
added invalid PDF document with BOM marker
2020-12-29 21:02:45 +01:00
jonaswinkler
e24b40de29
more tests
2020-12-29 21:01:18 +01:00
Fabian Koller
bf3ffc29a9
Make role compatible with ansible 2.7
...
Recursive remote copy is supported starting with 2.8 only
Indentation behaviour in literal yaml strings seems to have changed
Regex logic for ImageMagic was flawed (no idea why this worked before)
2020-12-29 20:59:49 +01:00
jonaswinkler
6581cff8dc
more tests
2020-12-29 20:55:27 +01:00
jonaswinkler
5c3ae44021
fix up gunicorn conf
2020-12-29 18:23:08 +01:00
jonaswinkler
2b341afcae
fix some bugs with the filter editor
2020-12-29 17:32:56 +01:00
jonaswinkler
7f4cfc0b76
fix a couple issues with the bulk editor
2020-12-29 17:20:45 +01:00
jonaswinkler
b2327d6fde
more settings
2020-12-29 17:09:07 +01:00
jonaswinkler
f964dd5935
added configuration option for the font #197 #207
2020-12-29 12:26:41 +01:00
Michael Shamoon
4ecd5ada06
Semantic correction
2020-12-28 19:07:12 -08:00
Michael Shamoon
f770f0444a
Fix hidden ng-select contents on focus
2020-12-28 17:49:10 -08:00
jonaswinkler
39d1c051cf
use the actual name of the package #205
2020-12-29 02:25:39 +01:00
Jonas Winkler
5622e13802
Merge pull request #206 from MarcoBuster/fix-missing-libxslt-dev
...
Add missing libxslt-dev
2020-12-29 02:24:15 +01:00
Marco Aceti
d6285cc851
Add libxslt-dev library to Dockerfile build
2020-12-29 01:57:46 +01:00
Michael Shamoon
777d8b4609
Fix bg color on large cards
2020-12-28 16:52:51 -08:00
Michael Shamoon
edb9264d78
Many small fixes to theme & inline logo
2020-12-28 16:46:08 -08:00
jonaswinkler
6b708c5ed3
Merge branch 'patch-2' of https://github.com/jovandeginste/paperless-ng into jovandeginste-patch-2
2020-12-29 01:08:46 +01:00
jonaswinkler
1dd2386fa5
messed up, restore functionality
2020-12-28 23:53:18 +01:00
Michael Shamoon
e6164eb1ab
Merge branch 'dev' into feature/dark-mode
2020-12-28 14:28:53 -08:00
jonaswinkler
bd01b821ec
possible fix for #201
2020-12-28 23:24:08 +01:00
Michael Shamoon
b44ca770a5
Fix some white partial pixels around borders
2020-12-28 14:20:00 -08:00
jonaswinkler
9093ac5901
more localization tags #123
2020-12-28 22:54:49 +01:00
Jo Vandeginste
755da317ea
Update settings.py
2020-12-28 22:37:53 +01:00
Jo Vandeginste
6834c70bae
Allow extending INSTALLED_APPS via environment
...
This allows a user to add "apps" (aka parsers) through the environment.
Especially useful when using Docker, and adding a test-parser.
Usage:
```yaml
services:
webserver:
environment:
PAPERLESS_APPS: paperless_tika.apps.PaperlessTikaConfig
```
You can add more by separating them with a `,`:
```yaml
PAPERLESS_APPS: app1,app2
```
2020-12-28 22:19:30 +01:00
Michael Shamoon
1297c0911c
Theme tweaks
...
See https://github.com/jonaswinkler/paperless-ng/issues/194
2020-12-28 12:56:00 -08:00
Michael Shamoon
ebcf4e2d81
Set on init
2020-12-28 12:54:00 -08:00
jonaswinkler
bd3a2306d6
better toasts
2020-12-28 21:52:09 +01:00
jonaswinkler
27666da4e9
more translation tags #123
2020-12-28 21:29:28 +01:00
Michael Shamoon
70f7b614e6
Merge branch 'dev' into feature/dark-mode
2020-12-28 10:26:33 -08:00
jonaswinkler
9bf4ce25b2
Merge branch 'dev' into travis-multiarch-builds
2020-12-28 17:54:48 +01:00
jonaswinkler
d51848cdc0
Merge branch 'travis-multiarch-builds' of github.com:jonaswinkler/paperless-ng into travis-multiarch-builds
2020-12-28 17:54:42 +01:00
jonaswinkler
7d86ee32af
Merge branch 'master' into dev
2020-12-28 17:25:00 +01:00
jonaswinkler
70c02a1c82
fixes #185
2020-12-28 17:20:07 +01:00
jonaswinkler
39637fc4aa
fixes #175
2020-12-28 17:09:19 +01:00
jonaswinkler
1de7a490b4
#186 allow filtering for documents with no correspondents / tags / types
2020-12-28 17:04:53 +01:00
jonaswinkler
6d4aa76405
fixes #196
2020-12-28 15:59:06 +01:00
jonaswinkler
27ae4f6b1e
fixes #197
2020-12-28 15:48:35 +01:00