441 Commits

Author SHA1 Message Date
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
jonaswinkler
221782e3fd version bump 2021-08-22 17:11:36 +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
9e5d732ca2 changelog, versions 2021-06-13 19:17:29 +02:00
jonaswinkler
215a36f15b update django-q 2021-06-13 15:43:32 +02:00
jonaswinkler
a540e58ef2 changelog and version bump 2021-05-19 22:40:56 +02:00
Jonas Winkler
71c60da268 Merge remote-tracking branch 'origin/dev' into dev 2021-05-16 01:23:07 +02:00
Jonas Winkler
dc565bd035 correct file mode 2021-05-16 01:22:51 +02:00
jonaswinkler
146ae5b4eb changelog and version bump 2021-05-15 19:21:15 +02:00
puuu
3d21a479e5 Fix serving static files under root_path 2021-05-14 18:14:59 +09:00
puuu
a1241710a1 Make redirections respect root_path or STATIC_URL, name IndexView 2021-05-14 14:44:13 +09:00
puuu
225dc0e9df Introduce BASE_URL, make LOGIN_URL and STATIC_URL work with subpath 2021-05-14 14:44:13 +09:00
puuu
d272b78332 Introduce ConfigurableWorker to make uvicorn respect FORCE_SCRIPT_NAME 2021-05-14 14:44:13 +09:00
Jonas Winkler
16b3f0b4b3 add swedish locale 2021-05-04 17:01:39 +02:00
Jonas Winkler
a79723165f changelog, version bump 2021-04-27 22:52:50 +02:00
jonaswinkler
29657b0bdf changelog, version bump 2021-04-18 11:25:11 +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
f78a8761df fixed the write permission check 2021-04-05 21:33:04 +02:00
jonaswinkler
0817d5155b changelog and version bump 2021-04-05 00:36:44 +02:00
jonaswinkler
c55675e49c Merge branch 'dev' into feature-unified-search 2021-04-03 20:31:16 +02:00
jonaswinkler
540d9480b8 changelog and version bump 2021-03-18 19:13:45 +01:00
jonaswinkler
4ff4ddc578 added pt-pt locale 2021-03-17 22:32:39 +01:00
jonaswinkler
5b49524d51 lots of changes for the new unified search 2021-03-17 22:25:22 +01:00
jonaswinkler
3a17a3ab87 Merge branch 'dev' into feature-unified-search 2021-03-16 20:48:05 +01:00
jonaswinkler
5b69dbd5c5 bump version 2021-03-14 15:22:25 +01:00
jonaswinkler
759d4f06fa fixes #745 2021-03-14 14:17:21 +01:00
jonaswinkler
959f39d843 Add spanish locale 2021-03-14 13:34:14 +01:00
Jonas Winkler
5f2fc75679 Merge pull request #715 from rost314/fix_nfs_write_check
fix writable check for NFS mounts
2021-03-08 12:34:37 +01:00
Robert
c2e06db69e fix writable check for NFS mounts
For some reason, os.access(directory, os.W_OK | os.X_OK) does not work correctly on NFS mounts.
After some research, found out that the only secure and portable way to check for write access, is to touch a file.
2021-03-07 23:46:29 +01:00
jonaswinkler
4698c6ade1 some initial attempts to merge search and document list 2021-03-07 13:16:23 +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
971fb05c6b changelog, documentation, version bump 2021-02-28 13:20:31 +01:00
jonaswinkler
d819334662 add Romanian locale configuration 2021-02-28 12:40:25 +01:00
jonaswinkler
3e71181b4a fix pycodestyle 2021-02-26 13:09:02 +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
f7808eebbc version bump 2021-02-24 19:03:03 +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