Trenton Holmes
|
01297aa99b
|
Adds the build platform flag to specific this is a single arch image
|
2023-01-24 19:38:44 -08:00 |
|
Trenton Holmes
|
d4757eb2dc
|
Bumps version to 1.12.0
|
2023-01-24 17:56:13 -08:00 |
|
Trenton Holmes
|
d0f42653ff
|
Merge remote-tracking branch 'origin/main' into beta
|
2023-01-24 17:54:42 -08:00 |
|
shamoon
|
f9e3bb1486
|
Merge pull request #2325 from paperless-ngx/l10n_dev
New Crowdin updates
|
2023-01-24 13:45:20 -08:00 |
|
Matthieu Helleboid
|
5c2490f7a3
|
add information about main manifest for -sm
|
2023-01-24 11:06:49 -08:00 |
|
Matthieu Helleboid
|
23157b8050
|
replace --use-filename-prefix with --use-folder-prefix
|
2023-01-24 11:06:49 -08:00 |
|
Trenton Holmes
|
49d6891a75
|
Tweaks the wording and note about usage of the -no options
|
2023-01-24 11:06:49 -08:00 |
|
Matthieu Helleboid
|
b9807c96ae
|
sort exporter option by alphabetical order
|
2023-01-24 11:06:49 -08:00 |
|
Matthieu Helleboid
|
ec02009c91
|
use pathlib glob
|
2023-01-24 11:06:49 -08:00 |
|
Matthieu Helleboid
|
420ec2187d
|
add document comments to dedicated manifest file when using 'split-manifest'
|
2023-01-24 11:06:49 -08:00 |
|
Matthieu Helleboid
|
eef0948477
|
add warning about --no-archive & --no-thumbnails options
add given_when_then informaiton to tests
add use_filename_prefix test
clear documents before importing in tests
|
2023-01-24 11:06:49 -08:00 |
|
Matthieu Helleboid
|
f99d2e86a4
|
--no-archive & --no-thumbnails option has their own paragraph
|
2023-01-24 11:06:49 -08:00 |
|
Matthieu Helleboid
|
5496e1afc8
|
fix long option name for "-p" or "--use-filename-prefix"
|
2023-01-24 11:06:49 -08:00 |
|
Matthieu Helleboid
|
343bd7df36
|
Fix split_manifest default value
|
2023-01-24 11:06:49 -08:00 |
|
Matthieu Helleboid
|
7f287bb311
|
fix json serialization bug after migration after to Pathlib)
|
2023-01-24 11:06:49 -08:00 |
|
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
|
192a90cdf7
|
Note rollback need for regenerating thumbnails
[skip ci]
|
2023-01-24 10:15:52 -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
|
2a1d43153c
|
Barcode hint in workflow
|
2023-01-24 09:43:52 -08:00 |
|
Peter Kappelt
|
6b16b926c4
|
Document ASN barcode settings
|
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 |
|
shamoon
|
36045134d2
|
Merge pull request #2477 from muli/patch-2
Docs: Fix typo - docker-compose.yml file name in setup doc
|
2023-01-20 09:33:53 -08:00 |
|
Muli Dayan
|
a62ef30bcf
|
Fix docker-compose.yml file name
|
2023-01-20 12:10:25 -05:00 |
|
Frederick Robinson
|
a8a08bbcbe
|
tweak language
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
|
2023-01-19 11:54:18 -08:00 |
|
Frederick Robinson
|
8ad31db379
|
document existence of document_thumbnails
|
2023-01-19 11:54:18 -08:00 |
|
shamoon
|
249c75843c
|
Merge pull request #2464 from paperless-ngx/another-baremetal-doc-update
|
2023-01-19 07:35:01 -08:00 |
|
shamoon
|
d6459f8539
|
Note optional sudo command in bare metal docs
|
2023-01-18 22:36:24 -08:00 |
|
shamoon
|
156d8aea51
|
Merge pull request #2459 from paperless-ngx/fix-frontend-mail-rule-ordering
Fix: Allow setting mailrule order from frontend
|
2023-01-17 15:31:38 -08:00 |
|
shamoon
|
c7dde352c5
|
Merge pull request #2458 from edenhaus/docs
Fix link
|
2023-01-17 11:04:32 -08:00 |
|
Robert Resch
|
d71e591c99
|
fix link
|
2023-01-17 20:00:24 +01:00 |
|