]>
git.ipfire.org Git - thirdparty/paperless-ngx.git/log
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 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
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
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 [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
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
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
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
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
shamoon [Tue, 10 Jan 2023 15:30:52 +0000 (07:30 -0800)]
Merge pull request #2302 from paperless-ngx/feature-fix-display-rtl-content
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.
Trenton Holmes [Sat, 7 Jan 2023 16:16:48 +0000 (08:16 -0800)]
Fixes typo
Trenton Holmes [Sat, 7 Jan 2023 16:06:28 +0000 (08:06 -0800)]
Fixes up the slightly behind docs
Trenton Holmes [Sat, 7 Jan 2023 16:03:36 +0000 (08:03 -0800)]
Also filter to only PAPERLESS_ variables
Trenton Holmes [Sat, 7 Jan 2023 15:57:27 +0000 (07:57 -0800)]
Makes a missing file informational only, not fatal
Felix Eckhofer [Sat, 7 Jan 2023 19:37:02 +0000 (20:37 +0100)]
Use subpath for websocket URL
Fixes #2252
Trenton H [Fri, 6 Jan 2023 18:20:58 +0000 (10:20 -0800)]
relock with Python 3.8.15
Trenton H [Fri, 6 Jan 2023 16:00:09 +0000 (08:00 -0800)]
Resolve testing not running with the correct python version
shamoon [Fri, 6 Jan 2023 02:48:51 +0000 (18:48 -0800)]
Merge pull request #2351 from paperless-ngx/feature-comment-search
Feature: include comments in advanced search
shamoon [Fri, 6 Jan 2023 02:48:10 +0000 (18:48 -0800)]
Merge pull request #2352 from paperless-ngx/more-frontend-tests
Chore: More frontend tests
Trenton H [Wed, 4 Jan 2023 21:12:04 +0000 (13:12 -0800)]
Removes old, unused tools from develop packages, removes old Sphinx related tools
Trenton H [Wed, 4 Jan 2023 18:41:40 +0000 (10:41 -0800)]
Resolves minor flake8 warnings in the test suite
Trenton H [Wed, 4 Jan 2023 18:18:31 +0000 (10:18 -0800)]
Cleans up and improves parser discovery testing, simplifies the determination of supported or not supported extensions and mime types
Trenton H [Wed, 4 Jan 2023 17:01:49 +0000 (09:01 -0800)]
Only prints failures, errors and skips, not passed tests
Trenton H [Wed, 4 Jan 2023 17:01:23 +0000 (09:01 -0800)]
Fixes some sample test files showing as modified after running tests
Michael Shamoon [Thu, 5 Jan 2023 08:36:03 +0000 (00:36 -0800)]
Add tests for mail rules / accounts, partial tags, mobile preview
Michael Shamoon [Thu, 5 Jan 2023 03:06:51 +0000 (19:06 -0800)]
comment search highlighting
Michael Shamoon [Thu, 5 Jan 2023 03:06:06 +0000 (19:06 -0800)]
Support comment search
shamoon [Wed, 4 Jan 2023 23:35:54 +0000 (15:35 -0800)]
Merge pull request #2346 from paperless-ngx/fix-2344
Fix: preview content remains hidden on mobile
Michael Shamoon [Wed, 4 Jan 2023 14:58:42 +0000 (06:58 -0800)]
Fix preview not loading on mobile
Trenton H [Tue, 3 Jan 2023 21:05:44 +0000 (13:05 -0800)]
Small tweak to use the existing tempdir instead of a new one
Trenton Holmes [Sun, 1 Jan 2023 23:57:22 +0000 (15:57 -0800)]
Try a new way of extracting text from a given PDF file
Michael Shamoon [Sun, 1 Jan 2023 16:59:43 +0000 (08:59 -0800)]
Use correct direction for RTL content
Trenton H [Tue, 3 Jan 2023 16:21:23 +0000 (08:21 -0800)]
Adds testing coverage of multipage TIFF with alpha, without and with alpha/sRGB
Trenton H [Mon, 2 Jan 2023 22:20:46 +0000 (14:20 -0800)]
Let convert handle the removal of the alpha channel
dependabot[bot] [Sun, 1 Jan 2023 18:25:14 +0000 (18:25 +0000)]
Bump tj-actions/changed-files from 34 to 35
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 34 to 35.
- [Release notes](https://github.com/tj-actions/changed-files/releases)
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
- [Commits](https://github.com/tj-actions/changed-files/compare/v34...v35)
---
updated-dependencies:
- dependency-name: tj-actions/changed-files
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Michael Shamoon [Mon, 2 Jan 2023 19:51:19 +0000 (11:51 -0800)]
fix django arabic translation file
[ci skip]
Michael Shamoon [Mon, 2 Jan 2023 19:42:39 +0000 (11:42 -0800)]
Update messages.ar_AR.xlf
shamoon [Mon, 2 Jan 2023 19:34:02 +0000 (11:34 -0800)]
Merge pull request #2313 from KhaledEmad7/dev
Add Arabic language to frontend
Khaled Emad [Mon, 2 Jan 2023 08:07:18 +0000 (10:07 +0200)]
Adding arabic language
Michael Shamoon [Mon, 2 Jan 2023 19:27:49 +0000 (11:27 -0800)]
Fix arabic translation file
dependabot[bot] [Sun, 1 Jan 2023 23:07:32 +0000 (23:07 +0000)]
Merge pull request #2306 from paperless-ngx/dependabot/npm_and_yarn/src-ui/dev/typescript-eslint/parser-5.47.1
dependabot[bot] [Sun, 1 Jan 2023 22:54:07 +0000 (22:54 +0000)]
Bump @typescript-eslint/parser from 5.43.0 to 5.47.1 in /src-ui
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.43.0 to 5.47.1.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.47.1/packages/parser)
---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
shamoon [Sun, 1 Jan 2023 22:53:22 +0000 (14:53 -0800)]
Merge pull request #2308 from paperless-ngx/dependabot/npm_and_yarn/src-ui/dev/typescript-eslint/eslint-plugin-5.47.1
Bump @typescript-eslint/eslint-plugin from 5.43.0 to 5.47.1 in /src-ui
Michael Shamoon [Sun, 1 Jan 2023 22:42:26 +0000 (14:42 -0800)]
update version string for dev
Michael Shamoon [Sun, 1 Jan 2023 22:39:01 +0000 (14:39 -0800)]
v1.11.3
github-actions[bot] [Sun, 1 Jan 2023 22:37:36 +0000 (14:37 -0800)]
[Documentation] Add v1.11.3 changelog (#2311)
* Changelog v1.11.3 - GHA
* Update changelog.md
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
Michael Shamoon [Sun, 1 Jan 2023 22:12:42 +0000 (14:12 -0800)]
v1.11.3
Michael Shamoon [Sun, 1 Jan 2023 22:11:46 +0000 (14:11 -0800)]
Merge branch 'dev'
dependabot[bot] [Sun, 1 Jan 2023 18:27:37 +0000 (18:27 +0000)]
Bump @typescript-eslint/eslint-plugin from 5.43.0 to 5.47.1 in /src-ui
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.43.0 to 5.47.1.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.47.1/packages/eslint-plugin)
---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Trenton Holmes [Fri, 30 Dec 2022 21:07:29 +0000 (13:07 -0800)]
If extracting text from a fallback file (ie forced), allow the text to be used
Trenton Holmes [Sat, 31 Dec 2022 16:35:52 +0000 (08:35 -0800)]
Check for and handle the mail's date being naive
shamoon [Sat, 31 Dec 2022 18:28:22 +0000 (10:28 -0800)]
Merge pull request #2292 from paperless-ngx/fix-live-filterable-dropdown
Fix: live filterable dropdowns broken in 1.11.x
shamoon [Sat, 31 Dec 2022 16:22:43 +0000 (08:22 -0800)]
Merge pull request #2261 from paperless-ngx/fix/2248-file-env-stuff
Bugfix: Reading environment from files didn't work for management commands
Michael Shamoon [Sat, 31 Dec 2022 16:08:30 +0000 (08:08 -0800)]
fix dropdown selection model updating
shamoon [Fri, 30 Dec 2022 23:45:34 +0000 (15:45 -0800)]
Merge pull request #2279 from paperless-ngx/fix/2278-include-task-id
Bugfix: Return created task ID when posting document to API
github-actions[bot] [Fri, 30 Dec 2022 23:44:27 +0000 (15:44 -0800)]
[Documentation] Add v1.11.2 changelog (#2282)
* Changelog v1.11.2 - GHA
* Update changelog.md
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
Michael Shamoon [Fri, 30 Dec 2022 23:39:02 +0000 (15:39 -0800)]
Update version strings for dev
Michael Shamoon [Fri, 30 Dec 2022 23:17:57 +0000 (15:17 -0800)]
v1.11.2
Paperless-ngx Translation Bot [bot] [Fri, 30 Dec 2022 23:16:41 +0000 (15:16 -0800)]
New Crowdin updates (#2276)
* New translations messages.xlf (Serbian (Latin))
[ci skip]
* New translations messages.xlf (Serbian (Latin))
[ci skip]
* New translations messages.xlf (German)
[ci skip]
* New translations messages.xlf (Romanian)
[ci skip]
* New translations messages.xlf (French)
[ci skip]
* New translations messages.xlf (Spanish)
[ci skip]
* New translations messages.xlf (Arabic)
[ci skip]
* New translations messages.xlf (Belarusian)
[ci skip]
* New translations messages.xlf (Czech)
[ci skip]
* New translations messages.xlf (Danish)
[ci skip]
* New translations messages.xlf (Finnish)
[ci skip]
* New translations messages.xlf (Hebrew)
[ci skip]
* New translations messages.xlf (Italian)
[ci skip]
* New translations messages.xlf (Dutch)
[ci skip]
* New translations messages.xlf (Norwegian)
[ci skip]
* New translations messages.xlf (Polish)
[ci skip]
* New translations messages.xlf (Portuguese)
[ci skip]
* New translations messages.xlf (Russian)
[ci skip]
* New translations messages.xlf (Slovenian)
[ci skip]
* New translations messages.xlf (Swedish)
[ci skip]
* New translations messages.xlf (Turkish)
[ci skip]
* New translations messages.xlf (Chinese Simplified)
[ci skip]
* New translations messages.xlf (Portuguese, Brazilian)
[ci skip]
* New translations messages.xlf (Croatian)
[ci skip]
* New translations messages.xlf (Luxembourgish)
[ci skip]
* New translations messages.xlf (Serbian (Latin))
[ci skip]
shamoon [Fri, 30 Dec 2022 22:46:28 +0000 (14:46 -0800)]
Merge pull request #2280 from paperless-ngx/fix-frontend-consumption-scope
Fix frontend mailrule missing consumption scope parameter