3172 Commits

Author SHA1 Message Date
Trenton Holmes
a925af3aea Merge remote-tracking branch 'upstream/dev' into feature-consume-eml 2022-12-04 13:55:46 -08:00
Trenton Holmes
21861f9f3c Bumps version to 1.10.2 2022-12-04 12:58:03 -08:00
Trenton Holmes
c83d2da67e Fixes language code checks around two part languages 2022-12-04 12:23:12 -08:00
Trenton Holmes
1b93f60c3c Fixes issue when the Redis URL also specifies a port 2022-12-03 18:30:21 -08:00
Michael Shamoon
48441ffbe2 Explicit default ordering for rule / account views 2022-12-03 09:31:39 -08:00
Michael Shamoon
2148c4482b Re-org where some of the new classes are found 2022-12-03 09:31:39 -08:00
Michael Shamoon
bc56b27c1e Apply code suggestions from @stumpylog 2022-12-03 09:31:39 -08:00
Michael Shamoon
a50116a5dc frontend mail rule validation
Display non-field validation errors, hide action param field if not needed
2022-12-03 09:31:39 -08:00
Michael Shamoon
3206ac1a41 Hide order parameter, fix imap port 2022-12-03 09:31:23 -08:00
Michael Shamoon
d3d80b214f API mail rule & account tests
and fix use of assign_tags
2022-12-03 09:31:23 -08:00
Michael Shamoon
616ce9d098 one-way imap password setting via API, ObfuscatedPasswordField 2022-12-03 09:31:23 -08:00
Michael Shamoon
f020d1169e Working mail rule & account edit 2022-12-03 09:31:23 -08:00
Michael Shamoon
4ffb08bf24 Basic data retrieval 2022-12-03 09:31:22 -08:00
Trenton H
ce82c64fe0 Adds support for database number specification 2022-12-03 08:39:32 -08:00
Trenton H
3a6345f607 Adds a layer to translate between differing formats of socket based Redis URLs 2022-12-03 08:39:32 -08:00
Michael Shamoon
7c55144b31 Fix docs references 2022-12-03 02:04:30 -08:00
Michael Shamoon
2438d41b30 Bump version to 1.10.1 2022-12-01 18:54:52 -08:00
shamoon
fd80ffffbc Merge pull request #2050 from paperless-ngx/l10n_dev
New Crowdin updates
2022-12-01 18:52:06 -08:00
phail
3300ee091d Merge remote-tracking branch 'paperless/dev' into feature-consume-eml 2022-11-30 10:10:57 +01:00
Paperless-ngx Translation Bot [bot]
909d956def New translations django.po (Norwegian)
[ci skip]
2022-11-29 00:29:45 -08:00
Trenton H
8638b893b3 Don't silence an exception when trying to handle file naming 2022-11-28 13:44:17 -08:00
shamoon
7edf178019 Merge pull request #2057 from paperless-ngx/fix/2044-lang-code-diffs
Bugfix: Some tesseract languages aren't detected as installed.
2022-11-28 11:04:44 -08:00
Trenton H
68c62f3857 Allows parsing of WebP format images 2022-11-28 09:35:54 -08:00
Paperless-ngx Translation Bot [bot]
8cddd395e5 New translations django.po (Polish)
[ci skip]
2022-11-28 08:30:32 -08:00
Michael Shamoon
6d0d738b24 option to truncate content on /documents endpoint 2022-11-27 21:19:23 -08:00
Paperless-ngx Translation Bot [bot]
b0e35d2417 New translations django.po (German)
[ci skip]
2022-11-27 14:44:33 -08:00
Paperless-ngx Translation Bot [bot]
fd947eb0d7 New translations django.po (German)
[ci skip]
2022-11-27 14:44:33 -08:00
Paperless-ngx Translation Bot [bot]
49fa2bc6c5 New translations django.po (German)
[ci skip]
2022-11-27 14:44:33 -08:00
Trenton Holmes
90f3266900 Fixes how a language code like chi-sim is treated in the checks 2022-11-27 08:28:22 -08:00
Michael Shamoon
bc2b36234c add api permissions test 2022-11-24 22:09:28 -08:00
Michael Shamoon
c36555c7a2 Fix python tests with auth on API endpoints, add python tests for User/Group endpoints 2022-11-24 21:19:00 -08:00
Michael Shamoon
a25baacef4 Allow create / update password via UI 2022-11-23 00:35:17 -08:00
Trenton H
23ee387d96 If override_date is provided, coerce it into a datetime 2022-11-22 10:11:27 -08:00
Trenton H
ffd9cd721d Adds a test to cover this edge case 2022-11-22 07:22:41 -08:00
Trenton H
be8fa418bb Don't use the sidecar file when redoing the OCR, it only contains new text 2022-11-22 07:22:41 -08:00
phail
1dd88cd795 add test comments 2022-11-20 23:26:20 +01:00
phail
09ac34fc24 add test comments 2022-11-20 22:49:42 +01:00
phail
daf5a72e82 change order of elements in parsed Texts 2022-11-20 20:24:36 +01:00
phail
a2cd70bd2c minor test improvements 2022-11-20 20:12:41 +01:00
phail
d50e9e589a fix filenames 2022-11-20 19:53:57 +01:00
Trenton Holmes
7ab45080b7 Fixes one more place which used manual size formatting 2022-11-20 09:15:06 -08:00
Trenton Holmes
f02a4fa7cf Use Django templating engine 2022-11-20 09:13:16 -08:00
Trenton Holmes
84e95c81e9 Fixes missing return 2022-11-20 09:10:44 -08:00
phail
3b40d66af8 split handle_message function 2022-11-20 16:09:46 +01:00
phail
8b5008bee4 use imagehash instead of bitwise hashing 2022-11-20 15:44:43 +01:00
phail
1fbde90833 eml parsing requires tika 2022-11-20 14:22:30 +01:00
phail
1aba154fb7 optimize regex 2022-11-20 12:48:03 +01:00
phail
3779adb30e use html.escape instead of some self build functions 2022-11-20 12:36:49 +01:00
phail
ee4309a8bd remove log mocking, replace pytest raises, use humanfriendly 2022-11-20 12:06:35 +01:00
shamoon
779fded0e3 Merge pull request #1998 from paperless-ngx/fix/1993-date-overflow
Bugfix: Don't allow exceptions during date parsing to fail consume
2022-11-17 14:31:46 -08:00