2888 Commits

Author SHA1 Message Date
jonaswinkler
edc07ec65f angular message file 2020-12-30 01:48:06 +01:00
jonaswinkler
29730a9c13 add translation support to the backend #215 2020-12-30 01:39:06 +01:00
jonaswinkler
05d4ca06fe add initial localization support for the front end #215 2020-12-30 00:26:06 +01:00
jonaswinkler
634b63628d angular message file 2020-12-30 00:24:42 +01:00
Jonas Winkler
608a54ec67 Merge pull request #214 from C0nsultant/patch-2
Fix ENV var name for user args in example config
2020-12-30 00:00:11 +01:00
Fabian Koller
6b16307636 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
0119c247f6 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
ae7cbd8bbf more localization tags 2020-12-29 23:41:59 +01:00
jonaswinkler
7da1215edc more localization #123 2020-12-29 23:37:33 +01:00
jonaswinkler
2a064f39a2 more localization tags #123 2020-12-29 23:34:04 +01:00
Fabian Koller
4d07690890 Harden systemd service files, drop perms further 2020-12-29 23:30:59 +01:00
Fabian Koller
ce8c968c79 Integrate OCRmyPDF args into ansible config 2020-12-29 22:43:52 +01:00
jonaswinkler
adf3d9459f changelog 2020-12-29 22:02:03 +01:00
jonaswinkler
aee38154f4 plural form fix 2020-12-29 22:01:56 +01:00
jonaswinkler
e18afbb4e3 version bump 2020-12-29 22:01:37 +01:00
jonaswinkler
a9556b78e8 bugfixes 2020-12-29 22:01:18 +01:00
Fabian Koller
f1bd6f1a4c Move paperless.conf to /etc, drop permissions 2020-12-29 21:55:59 +01:00
Jo Vandeginste
bf8739864d 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
99c7ff3123 added invalid PDF document with BOM marker 2020-12-29 21:02:45 +01:00
jonaswinkler
2e22516d0c more tests 2020-12-29 21:01:18 +01:00
Fabian Koller
dd3d55c6b9 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
0423d6d530 more tests 2020-12-29 20:55:27 +01:00
jonaswinkler
97d217e437 fix up gunicorn conf 2020-12-29 18:23:08 +01:00
jonaswinkler
9bc4a87c4b fix some bugs with the filter editor 2020-12-29 17:32:56 +01:00
jonaswinkler
126793e625 fix a couple issues with the bulk editor 2020-12-29 17:20:45 +01:00
jonaswinkler
09bc259246 more settings 2020-12-29 17:09:07 +01:00
jonaswinkler
fe73f42495 added configuration option for the font #197 #207 2020-12-29 12:26:41 +01:00
Michael Shamoon
6dfc8c87a0 Semantic correction 2020-12-28 19:07:12 -08:00
Michael Shamoon
2cfce4047e Fix hidden ng-select contents on focus 2020-12-28 17:49:10 -08:00
jonaswinkler
49eef18bda use the actual name of the package #205 2020-12-29 02:25:39 +01:00
Jonas Winkler
cc8de5f9bf Merge pull request #206 from MarcoBuster/fix-missing-libxslt-dev
Add missing libxslt-dev
2020-12-29 02:24:15 +01:00
Marco Aceti
2f70e73d91 Add libxslt-dev library to Dockerfile build 2020-12-29 01:57:46 +01:00
Michael Shamoon
7a8dce2d19 Fix bg color on large cards 2020-12-28 16:52:51 -08:00
Michael Shamoon
ca104f905e Many small fixes to theme & inline logo 2020-12-28 16:46:08 -08:00
jonaswinkler
b0e5c569e2 Merge branch 'patch-2' of https://github.com/jovandeginste/paperless-ng into jovandeginste-patch-2 2020-12-29 01:08:46 +01:00
jonaswinkler
42915391c9 messed up, restore functionality 2020-12-28 23:53:18 +01:00
Michael Shamoon
33ab988970 Merge branch 'dev' into feature/dark-mode 2020-12-28 14:28:53 -08:00
jonaswinkler
3c5486322e possible fix for #201 2020-12-28 23:24:08 +01:00
Michael Shamoon
10a7acfb30 Fix some white partial pixels around borders 2020-12-28 14:20:00 -08:00
jonaswinkler
5e4d610b5e more localization tags #123 2020-12-28 22:54:49 +01:00
Jo Vandeginste
3f4db5cd32 Update settings.py 2020-12-28 22:37:53 +01:00
Jo Vandeginste
c3b4f40447 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
23b116d41f Theme tweaks
See https://github.com/jonaswinkler/paperless-ng/issues/194
2020-12-28 12:56:00 -08:00
Michael Shamoon
40c0a4c0d4 Set on init 2020-12-28 12:54:00 -08:00
jonaswinkler
619e25d71b better toasts 2020-12-28 21:52:09 +01:00
jonaswinkler
a881a7ee4f more translation tags #123 2020-12-28 21:29:28 +01:00
Michael Shamoon
dd51d27cf8 Merge branch 'dev' into feature/dark-mode 2020-12-28 10:26:33 -08:00
jonaswinkler
541eaf9c0d Merge branch 'dev' into travis-multiarch-builds 2020-12-28 17:54:48 +01:00
jonaswinkler
b656926354 Merge branch 'travis-multiarch-builds' of github.com:jonaswinkler/paperless-ng into travis-multiarch-builds 2020-12-28 17:54:42 +01:00
jonaswinkler
5c60d211e2 Merge branch 'master' into dev 2020-12-28 17:25:00 +01:00