2963 Commits

Author SHA1 Message Date
Jonas Winkler
e0e3c74d70 Merge pull request #219 from zjean/feature/add-to-home
Improve mobile add to homes screen support
2020-12-31 01:02:05 +01:00
jonaswinkler
74828a1238 fixes a bug with invisible selection 2020-12-30 23:34:50 +01:00
jonaswinkler
8432f3a4f1 this immensely improves resposibility 2020-12-30 23:34:21 +01:00
jonaswinkler
9a1e659d4e fixes #224 2020-12-30 23:01:34 +01:00
jonaswinkler
2b4bcff599 fixes #222 2020-12-30 21:54:36 +01:00
jonaswinkler
6a3012ca33 add more translation 2020-12-30 21:48:34 +01:00
jonaswinkler
e8ce3bf08c Merge branch 'dev' into feature-localization 2020-12-30 19:52:07 +01:00
jonaswinkler
fa24a67774 codestyle 2020-12-30 17:20:03 +01:00
jonaswinkler
b35b26077c Do file renaming first, since this is the important step, and indexing takes a while. 2020-12-30 17:18:27 +01:00
jonaswinkler
d07241ea31 improve file renaming speed. 2020-12-30 17:17:36 +01:00
jonaswinkler
9439718bdc update angular messages 2020-12-30 17:14:08 +01:00
transifex-integration[bot]
2f6cd869b5 Translate /src-ui/messages.xlf in de_DE
at least 50% translated for the source file '/src-ui/messages.xlf'
on the 'de_DE' language.

 Manual sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format
2020-12-30 15:35:33 +00:00
jonaswinkler
ca2ecd0d1a language fixes 2020-12-30 16:29:45 +01:00
jonaswinkler
58984737ef adds a command to regenerate thumbnails #218 2020-12-30 15:46:56 +01:00
jonaswinkler
4b7138f477 fixes #218 2020-12-30 15:12:16 +01:00
Jan Wiebe
13ea7b7c36 Add newline to end of file 2020-12-30 14:56:18 +01:00
Jan Wiebe
ae2a75056c Fix indentation 2020-12-30 14:55:49 +01:00
Jan Wiebe
5184d80fe0 Fix indentation of angular.json 2020-12-30 14:52:20 +01:00
Jan Wiebe
b850bad03d Add manifest file to add to home screen and launch in full screen mode. 2020-12-30 14:45:15 +01:00
jonaswinkler
730d42b145 bugfix 2020-12-30 12:21:13 +01:00
jonaswinkler
c7cb474133 more translation work 2020-12-30 11:33:56 +01:00
Jonas Winkler
9a265791b6 Update README.md 2020-12-30 03:39:25 +01:00
Michael Shamoon
e1f1d05bc8 Consistent settings screen 2020-12-29 16:58:19 -08:00
Michael Shamoon
39988fd5b5 Compatability with new settings service 2020-12-29 16:53:42 -08:00
Michael Shamoon
8a13704711 Merge remote-tracking branch 'upstream/dev' into feature/dark-mode 2020-12-29 16:53:31 -08:00
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