Matthieu Helleboid
|
8d34fbc756
|
fix bug on administration exporter when using -d, --delete option
|
2023-01-24 11:06:49 -08:00 |
|
Matthieu Helleboid
|
b947f63fd9
|
add split-manifest option to administration exporter
|
2023-01-24 11:06:49 -08:00 |
|
Matthieu Helleboid
|
44d8bd3151
|
add prefix option to administration exporter
|
2023-01-24 11:06:49 -08:00 |
|
Matthieu Helleboid
|
42d4550d9c
|
add no-archive and no-thumbnail options to administration exporter and importer
|
2023-01-24 11:06:49 -08:00 |
|
shamoon
|
7dad9f29a1
|
Merge pull request #2498 from paperless-ngx/fix-2496
Fix: limit asn integer size
|
2023-01-24 10:37:04 -08:00 |
|
Trenton H
|
f61536f74c
|
Tweaks the resizing based on testing
|
2023-01-24 10:30:53 -08:00 |
|
Trenton H
|
68c9f7a614
|
Rescales images from PDFs so zbar can better find them
|
2023-01-24 10:30:53 -08:00 |
|
Trenton H
|
83c5e051fd
|
Adjust the barcode to ASN range check and add test case to cover the check
|
2023-01-24 10:30:32 -08:00 |
|
Michael Shamoon
|
624675f7c9
|
Use 32bit integer for asn, unsigned Whoosh NUMERIC field
Co-Authored-By: Trenton H <797416+stumpylog@users.noreply.github.com>
|
2023-01-24 10:13:05 -08:00 |
|
Michael Shamoon
|
462dffe25f
|
Explicitly limit asn integer
|
2023-01-24 10:13:05 -08:00 |
|
shamoon
|
760c75ae4e
|
Merge pull request #2494 from paperless-ngx/fix-2491
Fix: fix downgrade migration
|
2023-01-24 10:12:54 -08:00 |
|
Trenton H
|
f1da573a41
|
Also validate the ASN value is within a range the Whoosh schema can support
|
2023-01-24 09:43:52 -08:00 |
|
Trenton H
|
3251ba35d4
|
Adds given/when/then commenting and adds an end to end test to verify the read ASN is provided to the consumer
|
2023-01-24 09:43:52 -08:00 |
|
Trenton H
|
1102a18697
|
Use dataclasses to group data about barcodes in documents
|
2023-01-24 09:43:52 -08:00 |
|
Peter Kappelt
|
91b40710f1
|
Fail consumption when duplicate ASN is given
(rather than just logging warning)
|
2023-01-24 09:43:52 -08:00 |
|
Peter Kappelt
|
8ed3740c98
|
Extended tests for ASN barcode parsing
|
2023-01-24 09:43:52 -08:00 |
|
Peter Kappelt
|
252749a827
|
update existing tests to use modified barcode api
|
2023-01-24 09:43:52 -08:00 |
|
Peter Kappelt
|
147293a2cc
|
Proper code formatting
|
2023-01-24 09:43:52 -08:00 |
|
Peter Kappelt
|
b865890bce
|
Unified separator ans ASN barcode parsing
so that barcode parsing won't run twice
|
2023-01-24 09:43:52 -08:00 |
|
Peter Kappelt
|
099b8b8161
|
Feature: Parse ASN from barcode
ASN-Barcodes are identified by a configurable prefix
|
2023-01-24 09:43:52 -08:00 |
|
Peter Kappelt
|
f8f8cc7dd0
|
split function for reading barcode and separating pages
|
2023-01-24 09:43:52 -08:00 |
|
Michael Shamoon
|
cd9fb824ca
|
make old paperlesstask name field nullable to fix downgrade migration
|
2023-01-23 13:31:01 -08:00 |
|
Paperless-ngx Translation Bot [bot]
|
d5275719a5
|
New translations django.po (Dutch)
[ci skip]
|
2023-01-23 04:37:06 -08:00 |
|
Michael Shamoon
|
c783545530
|
Allow setting mailrule order from frontend
|
2023-01-17 10:01:49 -08:00 |
|
Michael Shamoon
|
00ba310afd
|
Allow sorting tags by color
|
2023-01-17 07:53:58 -08:00 |
|
Paperless-ngx Translation Bot [bot]
|
56eea66970
|
New translations django.po (Turkish)
[ci skip]
|
2023-01-17 04:46:20 -08:00 |
|
shamoon
|
ee9ea396a4
|
Merge branch 'dev' into feature-permissions
|
2023-01-16 15:59:25 -08:00 |
|
shamoon
|
211a71ee0c
|
Merge pull request #2441 from paperless-ngx/fix-2435
Fix: Better Handle arbitrary ISO 8601 strings after celery serializing
|
2023-01-16 15:50:44 -08:00 |
|
amo13
|
f77e308f0d
|
Use correct canonical path for nltk_data
|
2023-01-16 14:20:42 -08:00 |
|
Clemens Rieder
|
6f1c532ba4
|
Remove try/except + test
Changes in d064ff5 made try/except unnecessary and the subsequent test failed.
|
2023-01-16 13:49:54 -08:00 |
|
clemensrieder
|
9c9873e8d2
|
Update src/paperless_mail/mail.py
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
|
2023-01-16 13:49:54 -08:00 |
|
Clemens Rieder
|
6716e52c0a
|
remove unnecessary whitespaces
|
2023-01-16 13:49:54 -08:00 |
|
Clemens Rieder
|
0a6bed3cbe
|
better code documentation
|
2023-01-16 13:49:54 -08:00 |
|
Clemens Rieder
|
659883cb6f
|
add basic tests and fix error
|
2023-01-16 13:49:54 -08:00 |
|
Clemens Rieder
|
db8a73f122
|
add AppleMail color tag support
|
2023-01-16 13:49:54 -08:00 |
|
Michael Shamoon
|
2c97ea9585
|
Better Handle arbitrary ISO 8601 strings with dateutil.parser.isoparse
|
2023-01-15 15:14:55 -08:00 |
|
Trenton H
|
873522fd82
|
Updates the exporter to use pathlib and add a few more tests for coverage
|
2023-01-14 06:33:12 -08:00 |
|
Trenton H
|
79f01c9a37
|
Fixes merge conflict
|
2023-01-11 07:52:58 -08:00 |
|
Trenton Holmes
|
f0773b9807
|
Fixes minor depracation I noticed
|
2023-01-11 07:52:58 -08:00 |
|
Trenton Holmes
|
3d42db7505
|
Simplifies file upload naming to use the document name, instead in needing to keep it around
|
2023-01-11 07:52:58 -08:00 |
|
Trenton H
|
41df754b15
|
Correctly split up the test cases
|
2023-01-11 07:21:26 -08:00 |
|
Trenton H
|
7ff5a41e11
|
Adds testing coverage of parsing the celery beat schedule
|
2023-01-11 07:21:26 -08:00 |
|
Trenton Holmes
|
1702dcd797
|
Allows scheduling tasks via cron
|
2023-01-11 07:21:26 -08:00 |
|
Paperless-ngx Translation Bot [bot]
|
d95f2bd96b
|
New translations django.po (Swedish)
[ci skip]
|
2023-01-10 14:57:54 -08:00 |
|
shamoon
|
e1d52f4884
|
Merge pull request #2302 from paperless-ngx/feature-fix-display-rtl-content
|
2023-01-10 07:30:52 -08:00 |
|
Felix Eckhofer
|
8bb186c0db
|
Use subpath for websocket URL
Fixes #2252
|
2023-01-07 20:37:02 +01:00 |
|
Michael Shamoon
|
5f9beb9511
|
Merge branch 'dev' into feature-permissions
|
2023-01-06 18:04:00 -08:00 |
|
Trenton H
|
d58747c912
|
relock with Python 3.8.15
|
2023-01-06 17:59:39 -08:00 |
|
Michael Shamoon
|
edc92b9d92
|
Merge branch 'dev' into feature-permissions
|
2023-01-05 19:45:12 -08:00 |
|
shamoon
|
34022f503c
|
Merge pull request #2351 from paperless-ngx/feature-comment-search
Feature: include comments in advanced search
|
2023-01-05 18:48:51 -08:00 |
|