]>
git.ipfire.org Git - thirdparty/paperless-ngx.git/log
Michael Shamoon [Wed, 25 Jan 2023 16:37:26 +0000 (08:37 -0800)]
Fix broken date range search
Trenton Holmes [Wed, 25 Jan 2023 14:50:46 +0000 (06:50 -0800)]
Merge branch 'main' into dev
Trenton Holmes [Wed, 25 Jan 2023 03:38:44 +0000 (19:38 -0800)]
Adds the build platform flag to specific this is a single arch image
Trenton Holmes [Wed, 25 Jan 2023 02:49:14 +0000 (18:49 -0800)]
Reset version string to indicate development
Trenton Holmes [Wed, 25 Jan 2023 01:56:13 +0000 (17:56 -0800)]
Bumps version to 1.12.0
Trenton Holmes [Wed, 25 Jan 2023 01:54:42 +0000 (17:54 -0800)]
Merge remote-tracking branch 'origin/main' into beta
shamoon [Tue, 24 Jan 2023 21:45:20 +0000 (13:45 -0800)]
Merge pull request #2325 from paperless-ngx/l10n_dev
New Crowdin updates
Matthieu Helleboid [Mon, 23 Jan 2023 16:53:00 +0000 (17:53 +0100)]
add information about main manifest for -sm
Matthieu Helleboid [Mon, 23 Jan 2023 11:51:19 +0000 (12:51 +0100)]
replace --use-filename-prefix with --use-folder-prefix
Trenton Holmes [Sat, 21 Jan 2023 16:29:12 +0000 (08:29 -0800)]
Tweaks the wording and note about usage of the -no options
Matthieu Helleboid [Fri, 20 Jan 2023 19:59:09 +0000 (20:59 +0100)]
sort exporter option by alphabetical order
Matthieu Helleboid [Fri, 20 Jan 2023 19:51:03 +0000 (20:51 +0100)]
use pathlib glob
Matthieu Helleboid [Fri, 20 Jan 2023 19:31:03 +0000 (20:31 +0100)]
add document comments to dedicated manifest file when using 'split-manifest'
Matthieu Helleboid [Fri, 20 Jan 2023 18:21:43 +0000 (19:21 +0100)]
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
Matthieu Helleboid [Fri, 20 Jan 2023 18:16:35 +0000 (19:16 +0100)]
--no-archive & --no-thumbnails option has their own paragraph
Matthieu Helleboid [Fri, 20 Jan 2023 18:13:17 +0000 (19:13 +0100)]
fix long option name for "-p" or "--use-filename-prefix"
Matthieu Helleboid [Fri, 20 Jan 2023 18:11:18 +0000 (19:11 +0100)]
Fix split_manifest default value
Matthieu Helleboid [Mon, 16 Jan 2023 19:10:47 +0000 (20:10 +0100)]
fix json serialization bug after migration after to Pathlib)
Matthieu Helleboid [Sat, 14 Jan 2023 11:03:25 +0000 (12:03 +0100)]
fix bug on administration exporter when using -d, --delete option
Matthieu Helleboid [Sat, 14 Jan 2023 10:54:54 +0000 (11:54 +0100)]
add split-manifest option to administration exporter
Matthieu Helleboid [Fri, 13 Jan 2023 06:13:18 +0000 (07:13 +0100)]
add prefix option to administration exporter
Matthieu Helleboid [Fri, 13 Jan 2023 00:10:49 +0000 (01:10 +0100)]
add no-archive and no-thumbnail options to administration exporter and importer
shamoon [Tue, 24 Jan 2023 18:37:04 +0000 (10:37 -0800)]
Merge pull request #2498 from paperless-ngx/fix-2496
Fix: limit asn integer size
Trenton H [Thu, 19 Jan 2023 16:19:21 +0000 (08:19 -0800)]
Tweaks the resizing based on testing
Trenton H [Wed, 18 Jan 2023 14:56:51 +0000 (06:56 -0800)]
Rescales images from PDFs so zbar can better find them
Trenton H [Tue, 24 Jan 2023 18:30:32 +0000 (10:30 -0800)]
Adjust the barcode to ASN range check and add test case to cover the check
Michael Shamoon [Tue, 24 Jan 2023 18:15:52 +0000 (10:15 -0800)]
Note rollback need for regenerating thumbnails
[skip ci]
Michael Shamoon [Tue, 24 Jan 2023 17:56:02 +0000 (09:56 -0800)]
Use 32bit integer for asn, unsigned Whoosh NUMERIC field
Co-Authored-By: Trenton H <797416+stumpylog@users.noreply.github.com>
Michael Shamoon [Tue, 24 Jan 2023 04:28:12 +0000 (20:28 -0800)]
Explicitly limit asn integer
shamoon [Tue, 24 Jan 2023 18:12:54 +0000 (10:12 -0800)]
Merge pull request #2494 from paperless-ngx/fix-2491
Fix: fix downgrade migration
Trenton H [Tue, 24 Jan 2023 17:19:38 +0000 (09:19 -0800)]
Also validate the ASN value is within a range the Whoosh schema can support
Trenton H [Tue, 24 Jan 2023 16:54:59 +0000 (08:54 -0800)]
Adds given/when/then commenting and adds an end to end test to verify the read ASN is provided to the consumer
Trenton H [Wed, 18 Jan 2023 17:11:55 +0000 (09:11 -0800)]
Use dataclasses to group data about barcodes in documents
Peter Kappelt [Mon, 16 Jan 2023 13:26:41 +0000 (14:26 +0100)]
Fail consumption when duplicate ASN is given
(rather than just logging warning)
Peter Kappelt [Mon, 16 Jan 2023 13:16:35 +0000 (14:16 +0100)]
Extended tests for ASN barcode parsing
Peter Kappelt [Mon, 16 Jan 2023 09:23:05 +0000 (10:23 +0100)]
Barcode hint in workflow
Peter Kappelt [Mon, 16 Jan 2023 09:14:17 +0000 (10:14 +0100)]
Document ASN barcode settings
Peter Kappelt [Mon, 16 Jan 2023 08:35:32 +0000 (09:35 +0100)]
update existing tests to use modified barcode api
Peter Kappelt [Mon, 16 Jan 2023 07:38:59 +0000 (08:38 +0100)]
Proper code formatting
Peter Kappelt [Sun, 15 Jan 2023 15:15:06 +0000 (16:15 +0100)]
Unified separator ans ASN barcode parsing
so that barcode parsing won't run twice
Peter Kappelt [Sun, 15 Jan 2023 14:55:00 +0000 (15:55 +0100)]
Feature: Parse ASN from barcode
ASN-Barcodes are identified by a configurable prefix
Peter Kappelt [Sun, 15 Jan 2023 13:49:33 +0000 (14:49 +0100)]
split function for reading barcode and separating pages
Michael Shamoon [Mon, 23 Jan 2023 21:31:01 +0000 (13:31 -0800)]
make old paperlesstask name field nullable to fix downgrade migration
Paperless-ngx Translation Bot [bot] [Mon, 23 Jan 2023 12:37:06 +0000 (04:37 -0800)]
New translations django.po (Dutch)
[ci skip]
shamoon [Fri, 20 Jan 2023 17:33:53 +0000 (09:33 -0800)]
Merge pull request #2477 from muli/patch-2
Docs: Fix typo - docker-compose.yml file name in setup doc
Muli Dayan [Fri, 20 Jan 2023 17:10:25 +0000 (12:10 -0500)]
Fix docker-compose.yml file name
Frederick Robinson [Thu, 19 Jan 2023 19:06:43 +0000 (11:06 -0800)]
tweak language
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
Frederick Robinson [Thu, 19 Jan 2023 16:47:27 +0000 (08:47 -0800)]
document existence of document_thumbnails
shamoon [Thu, 19 Jan 2023 15:35:01 +0000 (07:35 -0800)]
Merge pull request #2464 from paperless-ngx/another-baremetal-doc-update
shamoon [Wed, 18 Jan 2023 14:28:38 +0000 (06:28 -0800)]
Note optional sudo command in bare metal docs
shamoon [Tue, 17 Jan 2023 23:31:38 +0000 (15:31 -0800)]
Merge pull request #2459 from paperless-ngx/fix-frontend-mail-rule-ordering
Fix: Allow setting mailrule order from frontend
shamoon [Tue, 17 Jan 2023 19:04:32 +0000 (11:04 -0800)]
Merge pull request #2458 from edenhaus/docs
Fix link
Robert Resch [Tue, 17 Jan 2023 19:00:24 +0000 (20:00 +0100)]
fix link
Michael Shamoon [Tue, 17 Jan 2023 18:01:49 +0000 (10:01 -0800)]
Allow setting mailrule order from frontend
shamoon [Tue, 17 Jan 2023 17:49:03 +0000 (09:49 -0800)]
Merge pull request #2411 from paperless-ngx/angular-15-et-al
Chore: Update to Angular 15 & associated frontend deps
Michael Shamoon [Tue, 17 Jan 2023 14:32:46 +0000 (06:32 -0800)]
Allow sorting tags by color
Paperless-ngx Translation Bot [bot] [Tue, 17 Jan 2023 12:46:21 +0000 (04:46 -0800)]
New translations messages.xlf (Turkish)
[ci skip]
Paperless-ngx Translation Bot [bot] [Tue, 17 Jan 2023 12:46:20 +0000 (04:46 -0800)]
New translations django.po (Turkish)
[ci skip]
shamoon [Mon, 16 Jan 2023 23:56:12 +0000 (15:56 -0800)]
Merge pull request #2420 from paperless-ngx/fix-2405
Documentation: Fix comment re bare metal runserver command
shamoon [Mon, 16 Jan 2023 23:50:44 +0000 (15:50 -0800)]
Merge pull request #2441 from paperless-ngx/fix-2435
Fix: Better Handle arbitrary ISO 8601 strings after celery serializing
amo13 [Sat, 14 Jan 2023 14:37:27 +0000 (15:37 +0100)]
Use correct canonical path for nltk_data
Clemens Rieder [Thu, 12 Jan 2023 08:36:55 +0000 (09:36 +0100)]
Remove try/except + test
Changes in
d064ff5 made try/except unnecessary and the subsequent test failed.
Clemens Rieder [Wed, 11 Jan 2023 23:16:08 +0000 (00:16 +0100)]
replace quotation marks with italics
clemensrieder [Wed, 11 Jan 2023 22:51:49 +0000 (23:51 +0100)]
Update docs/usage.md
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
clemensrieder [Wed, 11 Jan 2023 22:51:38 +0000 (23:51 +0100)]
Update src/paperless_mail/mail.py
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
Clemens Rieder [Wed, 11 Jan 2023 17:19:36 +0000 (18:19 +0100)]
remove unnecessary whitespaces
Clemens Rieder [Wed, 11 Jan 2023 17:18:00 +0000 (18:18 +0100)]
better code documentation
Clemens Rieder [Wed, 11 Jan 2023 17:00:51 +0000 (18:00 +0100)]
add basic tests and fix error
Clemens Rieder [Wed, 11 Jan 2023 13:33:18 +0000 (14:33 +0100)]
update documentation
Clemens Rieder [Wed, 11 Jan 2023 13:15:45 +0000 (14:15 +0100)]
add AppleMail color tag support
shamoon [Mon, 16 Jan 2023 14:48:24 +0000 (06:48 -0800)]
Merge pull request #2445 from peterkappelt/fix-docs-formatting
Fix formatting of config variable in docs
Peter Kappelt [Mon, 16 Jan 2023 08:57:23 +0000 (09:57 +0100)]
Fix formatting of config variable in docs
Jan-Jonas Sämann [Mon, 16 Jan 2023 03:02:44 +0000 (04:02 +0100)]
Update docs nginx reverse proxy example (#2443)
* Update docs nginx reverse proxy example
According to #817 P3P header is mandatory. Otherwise django CSRF breaks login
* Note P3P header optional
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
Michael Shamoon [Sun, 15 Jan 2023 23:06:35 +0000 (15:06 -0800)]
Better Handle arbitrary ISO 8601 strings with dateutil.parser.isoparse
Trenton H [Thu, 12 Jan 2023 20:48:54 +0000 (12:48 -0800)]
Add 2 warnings about potential path length issues
Trenton H [Thu, 12 Jan 2023 20:46:28 +0000 (12:46 -0800)]
Updates the exporter to use pathlib and add a few more tests for coverage
shamoon [Sat, 14 Jan 2023 04:33:01 +0000 (20:33 -0800)]
Remove abandoned projects
Michael Shamoon [Fri, 13 Jan 2023 19:30:47 +0000 (11:30 -0800)]
Fix comment re bare metal runserver command
Michael Shamoon [Thu, 12 Jan 2023 07:10:16 +0000 (23:10 -0800)]
Update to angular 15 & related frontend packages
Trenton H [Wed, 11 Jan 2023 15:33:04 +0000 (07:33 -0800)]
Include the optional socket file in the release
Trenton H [Tue, 10 Jan 2023 23:01:43 +0000 (15:01 -0800)]
Fixes merge conflict
Trenton Holmes [Mon, 26 Dec 2022 21:43:30 +0000 (13:43 -0800)]
Fixes minor depracation I noticed
Trenton Holmes [Mon, 26 Dec 2022 21:33:43 +0000 (13:33 -0800)]
Simplifies file upload naming to use the document name, instead in needing to keep it around
Trenton H [Tue, 10 Jan 2023 22:36:32 +0000 (14:36 -0800)]
Correctly split up the test cases
Trenton H [Thu, 5 Jan 2023 16:25:35 +0000 (08:25 -0800)]
Adds testing coverage of parsing the celery beat schedule
Trenton H [Thu, 5 Jan 2023 16:04:32 +0000 (08:04 -0800)]
Adds documentation of how to configure tasks
Trenton Holmes [Sat, 31 Dec 2022 21:16:07 +0000 (13:16 -0800)]
Allows scheduling tasks via cron
Trenton H [Tue, 10 Jan 2023 15:45:51 +0000 (07:45 -0800)]
Locks everything with 3.8
Paperless-ngx Translation Bot [bot] [Tue, 10 Jan 2023 22:57:54 +0000 (14:57 -0800)]
New translations django.po (Swedish)
[ci skip]
shamoon [Tue, 10 Jan 2023 15:30:52 +0000 (07:30 -0800)]
Merge pull request #2302 from paperless-ngx/feature-fix-display-rtl-content
shamoon [Mon, 9 Jan 2023 00:41:46 +0000 (16:41 -0800)]
Merge pull request #2388 from paperless-ngx/revert-1947
Chore: remove helm chart code
shamoon [Mon, 9 Jan 2023 00:41:08 +0000 (16:41 -0800)]
Merge pull request #2387 from paperless-ngx/fix-2384
[Documentation] Add note re `PAPERLESS_DEBUG` for dev server
Michael Shamoon [Sun, 8 Jan 2023 21:50:48 +0000 (13:50 -0800)]
Michael Shamoon [Sun, 8 Jan 2023 21:41:23 +0000 (13:41 -0800)]
Add note re `PAPERLESS_DEBUG` for dev server
shamoon [Sun, 8 Jan 2023 21:27:01 +0000 (13:27 -0800)]
Merge pull request #2386 from PascalSenn/patch-1
Fixed endpoint count in Docs "The REST API"
PascalSenn [Sun, 8 Jan 2023 20:55:48 +0000 (21:55 +0100)]
Fixed endpoint count in Docs "The REST API"
shamoon [Sun, 8 Jan 2023 16:43:49 +0000 (08:43 -0800)]
Merge pull request #2281 from natrius/patch-1
Update bare metal setup instructions
Anton Stubenbord [Sun, 8 Jan 2023 16:30:32 +0000 (17:30 +0100)]
Add Paperless Mobile app to docs (#2378)
* Update usage.md
Adds [Paperless Mobile](https://github.com/astubenbord/paperless-mobile) to the list of possible mobile upload options.
* Update docs/usage.md
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
* lint
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
Felix Eckhofer [Sun, 8 Jan 2023 13:56:33 +0000 (14:56 +0100)]
Merge pull request #2371 from paperless-ngx/fix-subpath-websockets
* paperless-ngx/fix-subpath-websockets:
Use subpath for websocket URL
Felix Eckhofer [Sat, 7 Jan 2023 18:47:16 +0000 (19:47 +0100)]
Simplify parsing of json using jq built-in features
Saves spawning multiple sed processes.