Michel Weimerskirch
01c139ef2d
Enabled the Danish (da-dk) translations
2022-02-18 09:18:04 +01:00
Michel Weimerskirch
1830cd856a
Sort language lists by locale
2022-02-18 08:02:00 +01:00
Johann Bauer
5f58a329d3
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
bf2cdae3b1
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
Daniel Albers
3ebe6d5aef
Make ignores configurable
...
Adds config file setting PAPERLESS_CONSUMER_IGNORE_PATTERNS.
2021-08-18 22:23:18 +02:00
Michel Weimerskirch
dc5586b16d
Added support for Luxembourgish (lb_LU) as an interface language
2021-07-16 16:43:55 +02:00
jonaswinkler
9242a8901a
update django-q
2021-06-13 15:43:32 +02:00
puuu
1c2f3cf9af
Fix serving static files under root_path
2021-05-14 18:14:59 +09:00
puuu
e792a00feb
Introduce BASE_URL, make LOGIN_URL and STATIC_URL work with subpath
2021-05-14 14:44:13 +09:00
Jonas Winkler
92667009be
add swedish locale
2021-05-04 17:01:39 +02:00
jonaswinkler
17c7b0840b
changes for django 3.2
2021-04-17 16:00:29 +02:00
jonaswinkler
07ab3e98ed
add pl-PL locale
2021-04-17 13:41:26 +02:00
jonaswinkler
391db73ea8
added pt-pt locale
2021-03-17 22:32:39 +01:00
jonaswinkler
f43a8d6f2e
Add spanish locale
2021-03-14 13:34:14 +01:00
jonaswinkler
895c10600d
add ru-ru locale
2021-03-07 10:07:42 +01:00
jonaswinkler
fc727e0472
fix up language file locations
2021-03-06 22:20:06 +01:00
Simon Taddiken
97f3c214e8
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
e5a4715161
add Romanian locale configuration
2021-02-28 12:40:25 +01:00
jonaswinkler
573726d0b2
add Italian locale
2021-02-26 12:55:39 +01:00
jonaswinkler
068fdbd3f9
added versioning headers to the API
2021-02-26 11:13:28 +01:00
jonaswinkler
247edc89f0
fix default api version
2021-02-25 16:04:45 +01:00
jonaswinkler
3d3300ac32
add versioning support to the API
2021-02-24 22:27:43 +01:00
jonaswinkler
191d9a7b2b
add configuration for pt-br
2021-02-24 16:39:41 +01:00
jonaswinkler
cb10617979
enable deskewing and rotation by default
2021-02-21 23:40:26 +01:00
jonaswinkler
bac4a63cc8
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
0453787d38
increased default delay when waiting for file changes with polling
2021-02-21 12:14:54 +01:00
jonaswinkler
ce121a261d
completely reworked the OCRmyPDF parser.
2021-02-21 00:16:57 +01:00
jonaswinkler
1e4ec7e29e
added en-GB language
2021-02-16 14:54:18 +01:00
jonaswinkler
3d0a52c25f
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
43c729568b
release worker memory after tasks are done.
2021-02-14 12:29:55 +01:00
jonaswinkler
12836d4c68
revert django-q configuration
2021-02-13 20:25:52 +01:00
jonaswinkler
b48e67d714
revert a faulty change that caused memory usage to explode #537
2021-02-13 19:51:04 +01:00
jonaswinkler
0024c2aae4
caching
2021-02-06 20:51:04 +01:00
jonaswinkler
5ef6f2697e
default settings
2021-02-06 17:21:40 +01:00
jonaswinkler
9fa3f91e8a
update logging config
2021-02-06 17:05:07 +01:00
jonaswinkler
138f38d1f3
fix lost messages when queuing many files
2021-02-04 23:32:11 +01:00
jonaswinkler
d8e0ef257e
don't load sklearn libraries unless needed
2021-02-04 15:15:11 +01:00
jonaswinkler
46ea86a6d2
Merge branch 'dev' into feature-websockets-status
2021-01-30 16:08:50 +01:00
jonaswinkler
d2a8bc5c4c
fix redis configuration
2021-01-27 20:08:09 +01:00
jonaswinkler
ab04817bea
alter defaults for workers and threads to allow more parallel tasks #446
2021-01-26 22:10:43 +01:00
jonaswinkler
05d69c0882
Merge branch 'dev' into feature-websockets-status
2021-01-23 22:22:17 +01:00
jonaswinkler
a008dff368
configuration option for type of PDF viewer fixes #337
2021-01-14 13:35:43 +01:00
jonaswinkler
e4f2016678
DEBUG logging
2021-01-13 13:35:05 +01:00
jonaswinkler
59f955e08b
adjusted the default configuration so that at least one cpu core remains free (except on single core machines) #332
2021-01-13 00:02:20 +01:00
jonaswinkler
6c7281ae88
add sslmode configuration option fixes #298
2021-01-10 01:35:56 +01:00
jonaswinkler
fad6e7284a
fixes #290
2021-01-08 13:27:57 +01:00
jonaswinkler
f3b46f50bf
move settings
2021-01-06 16:53:58 +01:00
Jonas Winkler
b17d9f850e
Merge pull request #260 from shamoon/feature/remote-user
...
Feature: authentication via HTTP_REMOTE_USER
2021-01-06 14:27:14 +01:00
Jonas Winkler
be94a8e49a
Merge pull request #251 from jayme-github/ignore-date
...
Add option to ignore certain dates in parse_date
2021-01-05 00:19:13 +01:00
jonaswinkler
9f9581e1f8
Merge branch 'dev' into feature-websockets-status
2021-01-04 22:45:56 +01:00