Michael Shamoon
991bc1a1ce
Add Serbian localization
2022-03-22 22:26:59 -07:00
Michael Shamoon
98d677dc0b
Merge branch 'main' into dev
2022-03-21 08:36:44 -07:00
Michael Shamoon
8059039ef4
Remove and integrate content from contributing.rst
2022-03-20 23:51:10 -07:00
Michael Shamoon
37c6201a5a
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
d1c785d1d0
Add Slovenian language for frontend
...
See #303
2022-03-13 09:15:42 -07:00
Trenton Holmes
1771d18a21
Runs the pre-commit hooks over all the Python files
2022-03-11 11:34:28 -08:00
Michael Shamoon
0f804937f7
Update -ngx in django templates / urls
2022-03-02 11:05:34 -08:00
kpj
fc695896dd
Format Python code with black
2022-02-27 15:26:41 +01:00
shamoon
1688af7a0d
Merge pull request #24 from tribut/feature-trash
...
Add temporary "delete to trash" functionality
2022-02-21 11:19:57 -08:00
Michel Weimerskirch
f42811285d
Enabled the Czech (cs-cz) translations
2022-02-18 09:39:06 +01:00
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
Felix Eckhofer
64304c5121
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
jonaswinkler
1b24136590
version bump
2021-08-22 17:11:36 +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
419580b3be
changelog, versions
2021-06-13 19:17:29 +02:00
jonaswinkler
9242a8901a
update django-q
2021-06-13 15:43:32 +02:00
jonaswinkler
3b73146ecd
changelog and version bump
2021-05-19 22:40:56 +02:00
Jonas Winkler
b12fcca20d
Merge remote-tracking branch 'origin/dev' into dev
2021-05-16 01:23:07 +02:00
Jonas Winkler
61b47e358f
correct file mode
2021-05-16 01:22:51 +02:00
jonaswinkler
b122a05c71
changelog and version bump
2021-05-15 19:21:15 +02:00
puuu
1c2f3cf9af
Fix serving static files under root_path
2021-05-14 18:14:59 +09:00
puuu
56c9b578e3
Make redirections respect root_path or STATIC_URL, name IndexView
2021-05-14 14:44:13 +09:00
puuu
e792a00feb
Introduce BASE_URL, make LOGIN_URL and STATIC_URL work with subpath
2021-05-14 14:44:13 +09:00
puuu
c35c4eade9
Introduce ConfigurableWorker to make uvicorn respect FORCE_SCRIPT_NAME
2021-05-14 14:44:13 +09:00
Jonas Winkler
92667009be
add swedish locale
2021-05-04 17:01:39 +02:00
Jonas Winkler
9494c243a4
changelog, version bump
2021-04-27 22:52:50 +02:00
jonaswinkler
a8e7ec0e96
changelog, version bump
2021-04-18 11:25:11 +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
1d27a3a14b
fixed the write permission check
2021-04-05 21:33:04 +02:00
jonaswinkler
8960b0300f
changelog and version bump
2021-04-05 00:36:44 +02:00
jonaswinkler
726114575e
Merge branch 'dev' into feature-unified-search
2021-04-03 20:31:16 +02:00
jonaswinkler
ce2bae12af
changelog and version bump
2021-03-18 19:13:45 +01:00
jonaswinkler
391db73ea8
added pt-pt locale
2021-03-17 22:32:39 +01:00
jonaswinkler
b6ff88645b
lots of changes for the new unified search
2021-03-17 22:25:22 +01:00
jonaswinkler
630cd814e2
Merge branch 'dev' into feature-unified-search
2021-03-16 20:48:05 +01:00
jonaswinkler
2216330118
bump version
2021-03-14 15:22:25 +01:00
jonaswinkler
0ad2b05455
fixes #745
2021-03-14 14:17:21 +01:00
jonaswinkler
f43a8d6f2e
Add spanish locale
2021-03-14 13:34:14 +01:00
Jonas Winkler
8c922dbffc
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
57a5df1fce
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
f9263ddb62
some initial attempts to merge search and document list
2021-03-07 13:16:23 +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
b847e0c65e
changelog, documentation, version bump
2021-02-28 13:20:31 +01:00