289 Commits

Author SHA1 Message Date
Trenton Holmes
f389a29875 Fixes a couple of minor bugs in the downloading of documents and additional consumer ignore items 2022-04-01 11:12:18 -07:00
Michael Shamoon
6affde021b Add Belarusian localization 2022-03-31 19:42:08 -07:00
Henning Häcker
950efbe8cb add trailing comma 2022-03-30 09:23:45 +02:00
Henning Häcker
d2d09c2fc7 use double quotes 2022-03-30 09:23:45 +02:00
Henning Häcker
79e0de8fb3 fix default value for OCR_MAX_IMAGE_PIXELS 2022-03-30 09:23:45 +02:00
Henning Häcker
f4a0d8c040 extract OCR_MAX_IMAGE_PIXELS into settings.py 2022-03-30 09:23:45 +02:00
Michael Shamoon
920b03250b Add Turkish localization 2022-03-26 13:52:15 -07:00
Michael Shamoon
d89c005246 Add Serbian localization 2022-03-22 22:26:59 -07:00
Michael Shamoon
f843487081 Add Chinese localization
Addresses https://github.com/paperless-ngx/paperless-ngx/issues/134#issuecomment-1062950795
2022-03-13 14:26:52 -07:00
Michael Shamoon
1396825b95 Add Slovenian language for frontend
See #303
2022-03-13 09:15:42 -07:00
Trenton Holmes
6635fa5f0d Runs the pre-commit hooks over all the Python files 2022-03-11 11:34:28 -08:00
kpj
c56cb25b5f Format Python code with black 2022-02-27 15:26:41 +01:00
shamoon
96b6c94e42 Merge pull request #24 from tribut/feature-trash
Add temporary "delete to trash" functionality
2022-02-21 11:19:57 -08:00
Michel Weimerskirch
20865d7567 Enabled the Czech (cs-cz) translations 2022-02-18 09:39:06 +01:00
Michel Weimerskirch
7c85ae2784 Enabled the Danish (da-dk) translations 2022-02-18 09:18:04 +01:00
Michel Weimerskirch
36e134d3be Sort language lists by locale 2022-02-18 08:02:00 +01:00
Johann Bauer
41cd8b5565 Make Worker Timeout Configurable (#37)
* Make Worker Timeout Configurable

- defaults to 1800 seconds
- can be configured through environment for systems with weaker CPUs
- description added to documentation

Co-authored-by: evilsidekick <>
2022-02-15 20:28:08 +01:00
Felix Eckhofer
d38556cfd8 Add PAPERLESS_LOGOUT_REDIRECT_URL
When set, the user is redirected to this URL after a logout. Especially
useful in conjunction with PAPERLESS_ENABLE_HTTP_REMOTE_USER and SSO.
2021-08-26 18:40:12 +02:00
Felix Eckhofer
feed3ddfcf Add PAPERLESS_TRASH_DIR
When set, original files are moved here instead of being permanently
removed when a document is deleted.
2021-08-24 12:50:13 +02:00
Daniel Albers
bc685e8edb Make ignores configurable
Adds config file setting PAPERLESS_CONSUMER_IGNORE_PATTERNS.
2021-08-18 22:23:18 +02:00
Michel Weimerskirch
bcd801b47b Added support for Luxembourgish (lb_LU) as an interface language 2021-07-16 16:43:55 +02:00
jonaswinkler
215a36f15b update django-q 2021-06-13 15:43:32 +02:00
puuu
3d21a479e5 Fix serving static files under root_path 2021-05-14 18:14:59 +09:00
puuu
225dc0e9df Introduce BASE_URL, make LOGIN_URL and STATIC_URL work with subpath 2021-05-14 14:44:13 +09:00
Jonas Winkler
16b3f0b4b3 add swedish locale 2021-05-04 17:01:39 +02:00
jonaswinkler
3ca62be8e8 changes for django 3.2 2021-04-17 16:00:29 +02:00
jonaswinkler
131a897453 add pl-PL locale 2021-04-17 13:41:26 +02:00
jonaswinkler
4ff4ddc578 added pt-pt locale 2021-03-17 22:32:39 +01:00
jonaswinkler
959f39d843 Add spanish locale 2021-03-14 13:34:14 +01:00
jonaswinkler
3a6f17ad42 add ru-ru locale 2021-03-07 10:07:42 +01:00
jonaswinkler
e2f2b8e2d6 fix up language file locations 2021-03-06 22:20:06 +01:00
Simon Taddiken
7ab5dbdee8 Add the possibility to customize the remote user header name
Inspired by the discussion here https://github.com/jonaswinkler/paperless-ng/discussions/639#discussion-3242017 it is worthwhile to be able to customize the header name that is used for authentication as its name is not really standardized.
2021-03-02 09:07:42 +01:00
jonaswinkler
d819334662 add Romanian locale configuration 2021-02-28 12:40:25 +01:00
jonaswinkler
0f1d8d82e3 add Italian locale 2021-02-26 12:55:39 +01:00
jonaswinkler
a952916c06 added versioning headers to the API 2021-02-26 11:13:28 +01:00
jonaswinkler
e47f577c76 fix default api version 2021-02-25 16:04:45 +01:00
jonaswinkler
ccd3b1a75c add versioning support to the API 2021-02-24 22:27:43 +01:00
jonaswinkler
ad8a2555b2 add configuration for pt-br 2021-02-24 16:39:41 +01:00
jonaswinkler
ca397c5678 enable deskewing and rotation by default 2021-02-21 23:40:26 +01:00
jonaswinkler
b957531100 run the polling file change checks on individual threads to speed up queueing of new files 2021-02-21 12:43:55 +01:00
jonaswinkler
692557a364 increased default delay when waiting for file changes with polling 2021-02-21 12:14:54 +01:00
jonaswinkler
e3dd1863a9 completely reworked the OCRmyPDF parser. 2021-02-21 00:16:57 +01:00
jonaswinkler
cd3d5e8d63 added en-GB language 2021-02-16 14:54:18 +01:00
jonaswinkler
7f8988ad85 only load channels app if DEBUG is enabled; its only purpose is to monkey-patch the runserver command. 2021-02-14 12:50:30 +01:00
jonaswinkler
3649fcaffd release worker memory after tasks are done. 2021-02-14 12:29:55 +01:00
jonaswinkler
3c5bf9c3d3 revert django-q configuration 2021-02-13 20:25:52 +01:00
jonaswinkler
c946263f31 revert a faulty change that caused memory usage to explode #537 2021-02-13 19:51:04 +01:00
jonaswinkler
a6f53e6dc3 caching 2021-02-06 20:51:04 +01:00
jonaswinkler
6a6b20e5fb default settings 2021-02-06 17:21:40 +01:00
jonaswinkler
9537218701 update logging config 2021-02-06 17:05:07 +01:00