]> git.ipfire.org Git - thirdparty/paperless-ngx.git/log
thirdparty/paperless-ngx.git
3 years agoBump concurrently from 7.2.1 to 7.2.2 in /src-ui 1181/head
dependabot[bot] [Fri, 1 Jul 2022 20:33:25 +0000 (20:33 +0000)] 
Bump concurrently from 7.2.1 to 7.2.2 in /src-ui

Bumps [concurrently](https://github.com/open-cli-tools/concurrently) from 7.2.1 to 7.2.2.
- [Release notes](https://github.com/open-cli-tools/concurrently/releases)
- [Commits](https://github.com/open-cli-tools/concurrently/compare/v7.2.1...v7.2.2)

---
updated-dependencies:
- dependency-name: concurrently
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
3 years agoMerge pull request #1182 from paperless-ngx/dependabot/npm_and_yarn/src-ui/dev/jest...
shamoon [Fri, 1 Jul 2022 20:32:00 +0000 (13:32 -0700)] 
Merge pull request #1182 from paperless-ngx/dependabot/npm_and_yarn/src-ui/dev/jest-preset-angular-12.1.0

Bump jest-preset-angular from 12.0.1 to 12.1.0 in /src-ui

3 years agoBump jest-preset-angular from 12.0.1 to 12.1.0 in /src-ui 1182/head
dependabot[bot] [Fri, 1 Jul 2022 20:30:30 +0000 (20:30 +0000)] 
Bump jest-preset-angular from 12.0.1 to 12.1.0 in /src-ui

Bumps [jest-preset-angular](https://github.com/thymikee/jest-preset-angular) from 12.0.1 to 12.1.0.
- [Release notes](https://github.com/thymikee/jest-preset-angular/releases)
- [Changelog](https://github.com/thymikee/jest-preset-angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/thymikee/jest-preset-angular/compare/v12.0.1...v12.1.0)

---
updated-dependencies:
- dependency-name: jest-preset-angular
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
3 years agoMerge pull request #1180 from paperless-ngx/dependabot/npm_and_yarn/src-ui/dev/jest...
shamoon [Fri, 1 Jul 2022 20:28:41 +0000 (13:28 -0700)] 
Merge pull request #1180 from paperless-ngx/dependabot/npm_and_yarn/src-ui/dev/jest-and-types/jest-28.1.2

Bump jest and @types/jest in /src-ui

3 years agoBump jest and @types/jest in /src-ui 1180/head
dependabot[bot] [Fri, 1 Jul 2022 20:13:50 +0000 (20:13 +0000)] 
Bump jest and @types/jest in /src-ui

Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) and [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest). These dependencies needed to be updated together.

Updates `jest` from 28.1.0 to 28.1.2
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/commits/v28.1.2/packages/jest)

Updates `@types/jest` from 27.5.2 to 28.1.4
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)

---
updated-dependencies:
- dependency-name: jest
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: "@types/jest"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
3 years agoMerge pull request #1127 from paperless-ngx/feature-webp-thumbnails
shamoon [Sun, 12 Jun 2022 16:44:53 +0000 (09:44 -0700)] 
Merge pull request #1127 from paperless-ngx/feature-webp-thumbnails

Feature: Change document thumbnails to WebP

3 years agoRemoves one last portion of PNG vs WebP 1127/head
Trenton Holmes [Sun, 12 Jun 2022 16:12:02 +0000 (09:12 -0700)] 
Removes one last portion of PNG vs WebP

3 years agoRemoves last vestiges of PNG from the tests, code, docs and samples
Trenton Holmes [Sat, 11 Jun 2022 21:15:27 +0000 (14:15 -0700)] 
Removes last vestiges of PNG from the tests, code, docs and samples

3 years agoConverts the conversion into a database migration
Trenton Holmes [Sat, 11 Jun 2022 20:04:21 +0000 (13:04 -0700)] 
Converts the conversion into a database migration

3 years agoEntirely removes the optipng, updates ghostscript fall back to also use WebP. Update...
Trenton Holmes [Sat, 11 Jun 2022 15:38:49 +0000 (08:38 -0700)] 
Entirely removes the optipng, updates ghostscript fall back to also use WebP.  Updates the conversion to use a multiprocessing pool

3 years agoFixes the re-generation of thumbnails making webp file, but named as PNG files
Trenton Holmes [Fri, 10 Jun 2022 20:17:41 +0000 (13:17 -0700)] 
Fixes the re-generation of thumbnails making webp file, but named as PNG files

3 years agoAdds quick documentation of new functionality
Trenton Holmes [Fri, 10 Jun 2022 18:26:14 +0000 (11:26 -0700)] 
Adds quick documentation of new functionality

3 years agoFixes existing testing, adds test coverage of new command
Trenton Holmes [Fri, 10 Jun 2022 17:12:01 +0000 (10:12 -0700)] 
Fixes existing testing, adds test coverage of new command

3 years agoMinor tweak to determining content type
Trenton Holmes [Fri, 10 Jun 2022 15:57:36 +0000 (08:57 -0700)] 
Minor tweak to determining content type

3 years agoAdds information system check for PNG thumbnail existence
Trenton Holmes [Fri, 10 Jun 2022 15:56:55 +0000 (08:56 -0700)] 
Adds information system check for PNG thumbnail existence

3 years agoCorrects the functionality of the webp conversion script
Trenton Holmes [Fri, 10 Jun 2022 15:56:25 +0000 (08:56 -0700)] 
Corrects the functionality of the webp conversion script

3 years agoCorrects the logic of thumbnail path to account for both getting existing path or...
Trenton Holmes [Fri, 10 Jun 2022 14:59:22 +0000 (07:59 -0700)] 
Corrects the logic of thumbnail path to account for both getting existing path or building expected path

3 years agoAdds untested manual conversion command
Trenton Holmes [Fri, 10 Jun 2022 14:15:43 +0000 (07:15 -0700)] 
Adds untested manual conversion command

3 years agoMinor tweaks to getting the document thumbnail path. Adds text thumbnail as webp
Trenton Holmes [Fri, 10 Jun 2022 13:56:28 +0000 (06:56 -0700)] 
Minor tweaks to getting the document thumbnail path.  Adds text thumbnail as webp

3 years agowebp thumbnail support with png fallback
Michael Shamoon [Fri, 10 Jun 2022 08:39:20 +0000 (01:39 -0700)] 
webp thumbnail support with png fallback

3 years agoMerge pull request #1014 from paperless-ngx/feature-own-django-q
Trenton Holmes [Thu, 9 Jun 2022 01:57:30 +0000 (18:57 -0700)] 
Merge pull request #1014 from paperless-ngx/feature-own-django-q

Feature: Fork django-q to update dependencies

3 years agoManually downgrades reportlab, no 3.9 wheel was built yet 1014/head
Trenton Holmes [Thu, 9 Jun 2022 00:04:00 +0000 (17:04 -0700)] 
Manually downgrades reportlab, no 3.9 wheel was built yet

3 years agoPoints to the organization fork of django-q, which now includes my replicated changes
Trenton Holmes [Sun, 5 Jun 2022 17:22:27 +0000 (10:22 -0700)] 
Points to the organization fork of django-q, which now includes my replicated changes

3 years agoAdds git as needed for a git link
Trenton Holmes [Fri, 13 May 2022 19:52:57 +0000 (12:52 -0700)] 
Adds git as needed for a git link

3 years agoChanges to the forked django-q
Trenton Holmes [Fri, 6 May 2022 17:26:16 +0000 (10:26 -0700)] 
Changes to the forked django-q

3 years agoMerge pull request #1118 from paperless-ngx/feature-simplify-library-image
Trenton Holmes [Wed, 8 Jun 2022 22:21:51 +0000 (15:21 -0700)] 
Merge pull request #1118 from paperless-ngx/feature-simplify-library-image

Chore: Simplify building Python wheels

3 years agoRemoves references to now not set or used build args 1118/head
Trenton Holmes [Wed, 8 Jun 2022 19:30:18 +0000 (12:30 -0700)] 
Removes references to now not set or used build args

3 years agoUpdates the wheel builders to let pip handle finding the sdist of the required packag...
Trenton Holmes [Wed, 8 Jun 2022 17:33:19 +0000 (10:33 -0700)] 
Updates the wheel builders to let pip handle finding the sdist of the required package and version

3 years agoMerge pull request #1116 from paperless-ngx/feature-bugfix-reportlab
Trenton Holmes [Wed, 8 Jun 2022 20:32:51 +0000 (13:32 -0700)] 
Merge pull request #1116 from paperless-ngx/feature-bugfix-reportlab

Chore: Manually downgrade reportlab (and update everything else)

3 years agoRe-locks all dependencies and manually downgrades reportlab to 3.6.9 until piwheels... 1116/head
Trenton Holmes [Wed, 8 Jun 2022 19:04:30 +0000 (12:04 -0700)] 
Re-locks all dependencies and manually downgrades reportlab to 3.6.9 until piwheels issue is fixed

3 years agoMerge pull request #1103 from paperless-ngx/dependabot/pip/dev/whitenoise-6.2.0
Trenton Holmes [Wed, 8 Jun 2022 14:41:56 +0000 (07:41 -0700)] 
Merge pull request #1103 from paperless-ngx/dependabot/pip/dev/whitenoise-6.2.0

Bump whitenoise from 6.1.0 to 6.2.0

3 years agoBump whitenoise from 6.1.0 to 6.2.0 1103/head
dependabot[bot] [Mon, 6 Jun 2022 20:24:26 +0000 (20:24 +0000)] 
Bump whitenoise from 6.1.0 to 6.2.0

Bumps [whitenoise](https://github.com/evansd/whitenoise) from 6.1.0 to 6.2.0.
- [Release notes](https://github.com/evansd/whitenoise/releases)
- [Changelog](https://github.com/evansd/whitenoise/blob/main/docs/changelog.rst)
- [Commits](https://github.com/evansd/whitenoise/compare/6.1.0...6.2.0)

---
updated-dependencies:
- dependency-name: whitenoise
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
3 years agoMerge pull request #1091 from adam-ah/dev
Trenton Holmes [Sun, 5 Jun 2022 15:11:51 +0000 (08:11 -0700)] 
Merge pull request #1091 from adam-ah/dev

Longer (5 vs 0.2s) guard_cycle for Django-Q

3 years agoMerge pull request #1092 from similicious/fix/web-manifest
shamoon [Sat, 4 Jun 2022 13:27:15 +0000 (06:27 -0700)] 
Merge pull request #1092 from similicious/fix/web-manifest

Fix app name and icons web manifest, optimize svg

3 years agoFix app name 1092/head
similicious [Sat, 4 Jun 2022 10:29:12 +0000 (12:29 +0200)] 
Fix app name

3 years agoLonger (5 vs 0.2s) guard_cycle for Django-Q 1091/head
Adam H [Sat, 4 Jun 2022 00:12:53 +0000 (10:12 +1000)] 
Longer (5 vs 0.2s) guard_cycle for Django-Q

To reduce average CPU load. Given paperless is mostly idling and when not, just spawns long-running operations (e.g., OCR), a 0.2s health-check of the Django-Q cluster is unnecessary. See also #1084

3 years agoMerge pull request #1088 from paperless-ngx/bugfix-docker-folder-create
Trenton Holmes [Fri, 3 Jun 2022 22:26:32 +0000 (15:26 -0700)] 
Merge pull request #1088 from paperless-ngx/bugfix-docker-folder-create

Bugfix: Don't assume default Docker folders

3 years agoMakes sure the export folder also exists 1088/head
Trenton Holmes [Fri, 3 Jun 2022 21:02:58 +0000 (14:02 -0700)] 
Makes sure the export folder also exists

3 years agoAdds quotes around usages that may be of a user defined directory
Trenton Holmes [Fri, 3 Jun 2022 18:21:13 +0000 (11:21 -0700)] 
Adds quotes around usages that may be of a user defined directory

Co-authored-by: Felix E <felix@eckhofer.com>
3 years agoSetup the defined user folders instead of always using the defaults at Docker startup
Trenton Holmes [Fri, 3 Jun 2022 16:18:48 +0000 (09:18 -0700)] 
Setup the defined user folders instead of always using the defaults at Docker startup

3 years agoOptimize svg files with svgo
similicious [Fri, 3 Jun 2022 09:41:46 +0000 (11:41 +0200)] 
Optimize svg files with svgo

3 years agoFix: icons and app name in manifest
similicious [Fri, 3 Jun 2022 08:50:33 +0000 (10:50 +0200)] 
Fix: icons and app name in manifest

3 years agoMerge pull request #1083 from paperless-ngx/dependabot/npm_and_yarn/src-ui/dev/cypres...
shamoon [Fri, 3 Jun 2022 00:29:51 +0000 (17:29 -0700)] 
Merge pull request #1083 from paperless-ngx/dependabot/npm_and_yarn/src-ui/dev/cypress-10.0.1

Bump cypress from 9.6.1 to 10.0.1 in /src-ui

3 years agouse global fixtures in e2e tests 1083/head
Michael Shamoon [Thu, 2 Jun 2022 22:00:41 +0000 (15:00 -0700)] 
use global fixtures in e2e tests

3 years agoMigrate to cypress 10
Michael Shamoon [Thu, 2 Jun 2022 21:47:09 +0000 (14:47 -0700)] 
Migrate to cypress 10

3 years agoBump cypress from 9.6.1 to 10.0.1 in /src-ui
dependabot[bot] [Thu, 2 Jun 2022 21:36:01 +0000 (21:36 +0000)] 
Bump cypress from 9.6.1 to 10.0.1 in /src-ui

Bumps [cypress](https://github.com/cypress-io/cypress) from 9.6.1 to 10.0.1.
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/.releaserc.base.js)
- [Commits](https://github.com/cypress-io/cypress/compare/v9.6.1...v10.0.1)

---
updated-dependencies:
- dependency-name: cypress
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
3 years agoMerge pull request #1076 from paperless-ngx/query-params-e2e-tests
shamoon [Thu, 2 Jun 2022 21:33:14 +0000 (14:33 -0700)] 
Merge pull request #1076 from paperless-ngx/query-params-e2e-tests

Query params e2e tests

3 years agoMerge pull request #1049 from paperless-ngx/bugfix-better-sanity-msgs
shamoon [Thu, 2 Jun 2022 18:17:56 +0000 (11:17 -0700)] 
Merge pull request #1049 from paperless-ngx/bugfix-better-sanity-msgs

Bugfix: Better sanity check messages

3 years agoMerge pull request #1081 from paperless-ngx/fix-pdf-viewer-margins
shamoon [Thu, 2 Jun 2022 18:17:02 +0000 (11:17 -0700)] 
Merge pull request #1081 from paperless-ngx/fix-pdf-viewer-margins

Fix vertical margins between pages of pdf viewer

3 years agoFix vertical margins between pages of pdf viewer 1081/head
Michael Shamoon [Thu, 2 Jun 2022 18:00:56 +0000 (11:00 -0700)] 
Fix vertical margins between pages of pdf viewer

3 years agoMerge pull request #1032 from pheerai/feature-mailActionCustomTag
Trenton Holmes [Thu, 2 Jun 2022 16:46:34 +0000 (09:46 -0700)] 
Merge pull request #1032 from pheerai/feature-mailActionCustomTag

Feature mail action custom tag

3 years agoMerge pull request #1065 from paperless-ngx/dependabot/github_actions/dev/docker...
Trenton Holmes [Wed, 1 Jun 2022 22:53:16 +0000 (15:53 -0700)] 
Merge pull request #1065 from paperless-ngx/dependabot/github_actions/dev/docker/setup-qemu-action-2

Bump docker/setup-qemu-action from 1 to 2

3 years agoBump docker/setup-qemu-action from 1 to 2 1065/head
dependabot[bot] [Wed, 1 Jun 2022 22:25:39 +0000 (22:25 +0000)] 
Bump docker/setup-qemu-action from 1 to 2

Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 1 to 2.
- [Release notes](https://github.com/docker/setup-qemu-action/releases)
- [Commits](https://github.com/docker/setup-qemu-action/compare/v1...v2)

---
updated-dependencies:
- dependency-name: docker/setup-qemu-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
3 years agoMerge pull request #1064 from paperless-ngx/dependabot/github_actions/dev/docker...
Trenton Holmes [Wed, 1 Jun 2022 22:25:18 +0000 (15:25 -0700)] 
Merge pull request #1064 from paperless-ngx/dependabot/github_actions/dev/docker/setup-buildx-action-2

Bump docker/setup-buildx-action from 1 to 2

3 years agoMerge pull request #1063 from paperless-ngx/dependabot/github_actions/dev/docker...
Trenton Holmes [Wed, 1 Jun 2022 22:24:15 +0000 (15:24 -0700)] 
Merge pull request #1063 from paperless-ngx/dependabot/github_actions/dev/docker/build-push-action-3

Bump docker/build-push-action from 2 to 3

3 years agoMerge pull request #1075 from paperless-ngx/dependabot/npm_and_yarn/src-ui/dev/cypres...
shamoon [Wed, 1 Jun 2022 21:53:12 +0000 (14:53 -0700)] 
Merge pull request #1075 from paperless-ngx/dependabot/npm_and_yarn/src-ui/dev/cypress/schematic-2.0.0

3 years agoMerge pull request #1062 from paperless-ngx/dependabot/github_actions/dev/tj-actions...
Trenton Holmes [Wed, 1 Jun 2022 21:25:11 +0000 (14:25 -0700)] 
Merge pull request #1062 from paperless-ngx/dependabot/github_actions/dev/tj-actions/changed-files-22.1

Bump tj-actions/changed-files from 19 to 22.1

3 years agoAdd documents query params e2e tests 1076/head
Michael Shamoon [Wed, 1 Jun 2022 19:38:23 +0000 (12:38 -0700)] 
Add documents query params e2e tests

3 years agoBump @cypress/schematic from 1.7.0 to 2.0.0 in /src-ui 1075/head
dependabot[bot] [Wed, 1 Jun 2022 21:10:21 +0000 (21:10 +0000)] 
Bump @cypress/schematic from 1.7.0 to 2.0.0 in /src-ui

Bumps [@cypress/schematic](https://github.com/cypress-io/cypress) from 1.7.0 to 2.0.0.
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/.releaserc.base.js)
- [Commits](https://github.com/cypress-io/cypress/compare/@cypress/schematic-v1.7.0...@cypress/schematic-v2.0.0)

---
updated-dependencies:
- dependency-name: "@cypress/schematic"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
3 years agoMerge pull request #1073 from paperless-ngx/dependabot/npm_and_yarn/src-ui/dev/concur...
shamoon [Wed, 1 Jun 2022 21:09:19 +0000 (14:09 -0700)] 
Merge pull request #1073 from paperless-ngx/dependabot/npm_and_yarn/src-ui/dev/concurrently-7.2.1

Bump concurrently from 7.1.0 to 7.2.1 in /src-ui

3 years agoMerge pull request #1074 from paperless-ngx/dependabot/npm_and_yarn/src-ui/dev/types...
shamoon [Wed, 1 Jun 2022 21:08:55 +0000 (14:08 -0700)] 
Merge pull request #1074 from paperless-ngx/dependabot/npm_and_yarn/src-ui/dev/types/jest-27.5.2

Bump @types/jest from 27.4.1 to 27.5.2 in /src-ui

3 years agoBump concurrently from 7.1.0 to 7.2.1 in /src-ui 1073/head
dependabot[bot] [Wed, 1 Jun 2022 21:07:51 +0000 (21:07 +0000)] 
Bump concurrently from 7.1.0 to 7.2.1 in /src-ui

Bumps [concurrently](https://github.com/open-cli-tools/concurrently) from 7.1.0 to 7.2.1.
- [Release notes](https://github.com/open-cli-tools/concurrently/releases)
- [Commits](https://github.com/open-cli-tools/concurrently/compare/v7.1.0...v7.2.1)

---
updated-dependencies:
- dependency-name: concurrently
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
3 years agoBump @types/jest from 27.4.1 to 27.5.2 in /src-ui 1074/head
dependabot[bot] [Wed, 1 Jun 2022 21:07:37 +0000 (21:07 +0000)] 
Bump @types/jest from 27.4.1 to 27.5.2 in /src-ui

Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 27.4.1 to 27.5.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)

---
updated-dependencies:
- dependency-name: "@types/jest"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
3 years agoMerge pull request #1070 from paperless-ngx/dependabot/npm_and_yarn/src-ui/dev/ts...
shamoon [Wed, 1 Jun 2022 21:06:48 +0000 (14:06 -0700)] 
Merge pull request #1070 from paperless-ngx/dependabot/npm_and_yarn/src-ui/dev/ts-node-10.8.0

Bump ts-node from 10.7.0 to 10.8.0 in /src-ui

3 years agoBump ts-node from 10.7.0 to 10.8.0 in /src-ui 1070/head
dependabot[bot] [Wed, 1 Jun 2022 21:05:51 +0000 (21:05 +0000)] 
Bump ts-node from 10.7.0 to 10.8.0 in /src-ui

Bumps [ts-node](https://github.com/TypeStrong/ts-node) from 10.7.0 to 10.8.0.
- [Release notes](https://github.com/TypeStrong/ts-node/releases)
- [Commits](https://github.com/TypeStrong/ts-node/compare/v10.7.0...v10.8.0)

---
updated-dependencies:
- dependency-name: ts-node
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
3 years agoMerge pull request #1071 from paperless-ngx/dependabot/npm_and_yarn/src-ui/dev/jest...
shamoon [Wed, 1 Jun 2022 21:04:47 +0000 (14:04 -0700)] 
Merge pull request #1071 from paperless-ngx/dependabot/npm_and_yarn/src-ui/dev/jest-28.1.0

Bump jest from 28.0.3 to 28.1.0 in /src-ui

3 years agoBump jest from 28.0.3 to 28.1.0 in /src-ui 1071/head
dependabot[bot] [Wed, 1 Jun 2022 21:03:57 +0000 (21:03 +0000)] 
Bump jest from 28.0.3 to 28.1.0 in /src-ui

Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) from 28.0.3 to 28.1.0.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/commits/v28.1.0/packages/jest)

---
updated-dependencies:
- dependency-name: jest
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
3 years agoMerge pull request #1069 from paperless-ngx/npm-updates-220601
shamoon [Wed, 1 Jun 2022 21:02:13 +0000 (14:02 -0700)] 
Merge pull request #1069 from paperless-ngx/npm-updates-220601

Chore: npm package updates 22-06-01

3 years agoMerge pull request #1061 from paperless-ngx/dependabot/github_actions/dev/docker...
Trenton Holmes [Wed, 1 Jun 2022 21:00:14 +0000 (14:00 -0700)] 
Merge pull request #1061 from paperless-ngx/dependabot/github_actions/dev/docker/login-action-2

Bump docker/login-action from 1 to 2

3 years agobump packages for angular, popperjs, node, ngx-cookie-service 1069/head
Michael Shamoon [Wed, 1 Jun 2022 20:50:17 +0000 (13:50 -0700)] 
bump packages for angular, popperjs, node, ngx-cookie-service

3 years agoBump docker/setup-buildx-action from 1 to 2 1064/head
dependabot[bot] [Wed, 1 Jun 2022 20:17:31 +0000 (20:17 +0000)] 
Bump docker/setup-buildx-action from 1 to 2

Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 1 to 2.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](https://github.com/docker/setup-buildx-action/compare/v1...v2)

---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
3 years agoBump docker/build-push-action from 2 to 3 1063/head
dependabot[bot] [Wed, 1 Jun 2022 20:17:28 +0000 (20:17 +0000)] 
Bump docker/build-push-action from 2 to 3

Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2 to 3.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v2...v3)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
3 years agoBump tj-actions/changed-files from 19 to 22.1 1062/head
dependabot[bot] [Wed, 1 Jun 2022 20:17:25 +0000 (20:17 +0000)] 
Bump tj-actions/changed-files from 19 to 22.1

Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 19 to 22.1.
- [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/v19...v22.1)

---
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>
3 years agoBump docker/login-action from 1 to 2 1061/head
dependabot[bot] [Wed, 1 Jun 2022 20:17:21 +0000 (20:17 +0000)] 
Bump docker/login-action from 1 to 2

Bumps [docker/login-action](https://github.com/docker/login-action) from 1 to 2.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](https://github.com/docker/login-action/compare/v1...v2)

---
updated-dependencies:
- dependency-name: docker/login-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
3 years agoReorganize e2e tests
Michael Shamoon [Wed, 1 Jun 2022 19:37:43 +0000 (12:37 -0700)] 
Reorganize e2e tests

3 years agoNew Crowdin updates (#959)
Paperless-ngx Translation Bot [bot] [Wed, 1 Jun 2022 17:20:51 +0000 (10:20 -0700)] 
New Crowdin updates (#959)

* New translations messages.xlf (Portuguese)
[ci skip]

* New translations messages.xlf (Portuguese)
[ci skip]

* New translations messages.xlf (Polish)
[ci skip]

* New translations messages.xlf (Italian)
[ci skip]

* New translations messages.xlf (Luxembourgish)
[ci skip]

* New translations messages.xlf (Portuguese, Brazilian)
[ci skip]

* New translations messages.xlf (Chinese Simplified)
[ci skip]

* New translations messages.xlf (Turkish)
[ci skip]

* New translations messages.xlf (Swedish)
[ci skip]

* New translations messages.xlf (Slovenian)
[ci skip]

* New translations messages.xlf (Slovak)
[ci skip]

* New translations messages.xlf (Portuguese)
[ci skip]

* New translations messages.xlf (Dutch)
[ci skip]

* New translations messages.xlf (Hebrew)
[ci skip]

* New translations messages.xlf (Danish)
[ci skip]

* New translations messages.xlf (Finnish)
[ci skip]

* New translations messages.xlf (Greek)
[ci skip]

* New translations messages.xlf (German)
[ci skip]

* New translations messages.xlf (Czech)
[ci skip]

* New translations messages.xlf (Belarusian)
[ci skip]

* New translations messages.xlf (Spanish)
[ci skip]

* New translations messages.xlf (Romanian)
[ci skip]

* New translations messages.xlf (Russian)
[ci skip]

* New translations messages.xlf (French)
[ci skip]

* New translations messages.xlf (Serbian (Latin))
[ci skip]

* New translations messages.xlf (Arabic, Saudi Arabia)
[ci skip]

* New translations messages.xlf (Polish)
[ci skip]

* New translations messages.xlf (Italian)
[ci skip]

* New translations messages.xlf (Luxembourgish)
[ci skip]

* New translations messages.xlf (Portuguese, Brazilian)
[ci skip]

* New translations messages.xlf (Chinese Simplified)
[ci skip]

* New translations messages.xlf (Turkish)
[ci skip]

* New translations messages.xlf (Swedish)
[ci skip]

* New translations messages.xlf (Slovenian)
[ci skip]

* New translations messages.xlf (Slovak)
[ci skip]

* New translations messages.xlf (Portuguese)
[ci skip]

* New translations messages.xlf (Dutch)
[ci skip]

* New translations messages.xlf (Hebrew)
[ci skip]

* New translations messages.xlf (Danish)
[ci skip]

* New translations messages.xlf (Finnish)
[ci skip]

* New translations messages.xlf (Greek)
[ci skip]

* New translations messages.xlf (German)
[ci skip]

* New translations messages.xlf (Czech)
[ci skip]

* New translations messages.xlf (Belarusian)
[ci skip]

* New translations messages.xlf (Spanish)
[ci skip]

* New translations messages.xlf (Romanian)
[ci skip]

* New translations messages.xlf (Russian)
[ci skip]

* New translations messages.xlf (French)
[ci skip]

* New translations messages.xlf (Serbian (Latin))
[ci skip]

* New translations messages.xlf (Arabic, Saudi Arabia)
[ci skip]

* New translations messages.xlf (Polish)
[ci skip]

* New translations django.po (Dutch)
[ci skip]

* New translations django.po (French)
[ci skip]

* New translations django.po (Romanian)
[ci skip]

* New translations django.po (Spanish)
[ci skip]

* New translations django.po (Belarusian)
[ci skip]

* New translations django.po (Czech)
[ci skip]

* New translations django.po (Greek)
[ci skip]

* New translations django.po (Finnish)
[ci skip]

* New translations django.po (Hebrew)
[ci skip]

* New translations django.po (Italian)
[ci skip]

* New translations django.po (Polish)
[ci skip]

* New translations django.po (Serbian (Latin))
[ci skip]

* New translations django.po (Portuguese)
[ci skip]

* New translations django.po (Russian)
[ci skip]

* New translations django.po (Slovak)
[ci skip]

* New translations django.po (Slovenian)
[ci skip]

* New translations django.po (Swedish)
[ci skip]

* New translations django.po (Turkish)
[ci skip]

* New translations django.po (Chinese Simplified)
[ci skip]

* New translations django.po (Portuguese, Brazilian)
[ci skip]

* New translations django.po (Luxembourgish)
[ci skip]

* New translations django.po (Danish)
[ci skip]

* New translations messages.xlf (Arabic, Saudi Arabia)
[ci skip]

* New translations messages.xlf (Danish)
[ci skip]

* New translations messages.xlf (Greek)
[ci skip]

* New translations messages.xlf (Serbian (Latin))
[ci skip]

* New translations messages.xlf (French)
[ci skip]

* New translations django.po (German)
[ci skip]

* New translations messages.xlf (Russian)
[ci skip]

* New translations messages.xlf (Romanian)
[ci skip]

* New translations messages.xlf (Spanish)
[ci skip]

* New translations messages.xlf (Belarusian)
[ci skip]

* New translations messages.xlf (Czech)
[ci skip]

* New translations messages.xlf (German)
[ci skip]

* New translations messages.xlf (Finnish)
[ci skip]

* New translations messages.xlf (Luxembourgish)
[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 (Portuguese)
[ci skip]

* New translations messages.xlf (Slovak)
[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 django.po (Arabic, Saudi Arabia)
[ci skip]

* New translations messages.xlf (Polish)
[ci skip]

* New translations messages.xlf (Italian)
[ci skip]

* New translations messages.xlf (Luxembourgish)
[ci skip]

* New translations messages.xlf (Portuguese, Brazilian)
[ci skip]

* New translations messages.xlf (Chinese Simplified)
[ci skip]

* New translations messages.xlf (Turkish)
[ci skip]

* New translations messages.xlf (Swedish)
[ci skip]

* New translations messages.xlf (Slovenian)
[ci skip]

* New translations messages.xlf (Slovak)
[ci skip]

* New translations messages.xlf (Portuguese)
[ci skip]

* New translations messages.xlf (Dutch)
[ci skip]

* New translations messages.xlf (Hebrew)
[ci skip]

* New translations messages.xlf (Danish)
[ci skip]

* New translations messages.xlf (Finnish)
[ci skip]

* New translations messages.xlf (Greek)
[ci skip]

* New translations messages.xlf (German)
[ci skip]

* New translations messages.xlf (Czech)
[ci skip]

* New translations messages.xlf (Belarusian)
[ci skip]

* New translations messages.xlf (Spanish)
[ci skip]

* New translations messages.xlf (Romanian)
[ci skip]

* New translations messages.xlf (Russian)
[ci skip]

* New translations messages.xlf (French)
[ci skip]

* New translations messages.xlf (Serbian (Latin))
[ci skip]

* New translations messages.xlf (Arabic, Saudi Arabia)
[ci skip]

* New translations messages.xlf (Italian)
[ci skip]

* New translations messages.xlf (Italian)
[ci skip]

* New translations messages.xlf (German)
[ci skip]

* New translations messages.xlf (Polish)
[ci skip]

* New translations messages.xlf (Finnish)
[ci skip]

* New translations messages.xlf (Swedish)
[ci skip]

* New translations messages.xlf (Slovenian)
[ci skip]

* New translations messages.xlf (Slovak)
[ci skip]

* New translations messages.xlf (Portuguese)
[ci skip]

* New translations messages.xlf (Dutch)
[ci skip]

* New translations messages.xlf (Italian)
[ci skip]

* New translations messages.xlf (Danish)
[ci skip]

* New translations messages.xlf (Hebrew)
[ci skip]

* New translations messages.xlf (Greek)
[ci skip]

* New translations messages.xlf (German)
[ci skip]

* New translations messages.xlf (Czech)
[ci skip]

* New translations messages.xlf (Belarusian)
[ci skip]

* New translations messages.xlf (Spanish)
[ci skip]

* New translations messages.xlf (Romanian)
[ci skip]

* New translations messages.xlf (Russian)
[ci skip]

* New translations messages.xlf (French)
[ci skip]

* New translations messages.xlf (Serbian (Latin))
[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 (Luxembourgish)
[ci skip]

* New translations messages.xlf (Arabic, Saudi Arabia)
[ci skip]

3 years agoMerge pull request #1043 from slankes/qualify_dockerimages
shamoon [Wed, 1 Jun 2022 16:38:14 +0000 (09:38 -0700)] 
Merge pull request #1043 from slankes/qualify_dockerimages

Qualify images hosted by docker.io in compose files

3 years agoMerge pull request #1058 from paperless-ngx/bugfix-enable-django-q-debug
shamoon [Wed, 1 Jun 2022 16:20:38 +0000 (09:20 -0700)] 
Merge pull request #1058 from paperless-ngx/bugfix-enable-django-q-debug

Bugfix: Pass debug setting on to django-q

3 years agoIf debug mode is enabled, also pass this setting on to django-q 1058/head
Trenton Holmes [Wed, 1 Jun 2022 15:59:20 +0000 (08:59 -0700)] 
If debug mode is enabled, also pass this setting on to django-q

3 years agoMerge pull request #1057 from paperless-ngx/bugfix-document-str
shamoon [Wed, 1 Jun 2022 15:28:22 +0000 (08:28 -0700)] 
Merge pull request #1057 from paperless-ngx/bugfix-document-str

Bugfix: Don't assume the document has a title set

3 years agoFixes formatting 1049/head
Trenton Holmes [Wed, 1 Jun 2022 15:08:03 +0000 (08:08 -0700)] 
Fixes formatting

3 years agoUpdates the Document str to account for a blank title instead of assuming title will... 1057/head
Trenton Holmes [Wed, 1 Jun 2022 15:03:38 +0000 (08:03 -0700)] 
Updates the Document str to account for a blank title instead of assuming title will be populated

3 years agoUpdate no content warning to be more clear it is missing OCR content
Trenton Holmes [Wed, 1 Jun 2022 14:44:48 +0000 (07:44 -0700)] 
Update no content warning to be more clear it is missing OCR content

Co-authored-by: tooomm <tooomm@users.noreply.github.com>
3 years agoRemoves unused import
Trenton Holmes [Wed, 1 Jun 2022 14:43:46 +0000 (07:43 -0700)] 
Removes unused import

3 years agoUpdates to use pathlib instead of os.path
Trenton Holmes [Tue, 31 May 2022 15:42:11 +0000 (08:42 -0700)] 
Updates to use pathlib instead of os.path

3 years agoWe want gotenberg 7.4 and not pin to 7.4.4 1043/head
Sven Lankes [Tue, 31 May 2022 07:48:01 +0000 (09:48 +0200)] 
We want gotenberg 7.4 and not pin to 7.4.4

3 years agoRefines the sanity check header, fixes other test issues
Trenton Holmes [Tue, 31 May 2022 00:29:30 +0000 (17:29 -0700)] 
Refines the sanity check header, fixes other test issues

3 years agoMakes the sanity check messages better for users
Trenton Holmes [Tue, 31 May 2022 00:03:33 +0000 (17:03 -0700)] 
Makes the sanity check messages better for users

3 years agoAdd migration for new rule. 1032/head
Oliver Rümpelein [Sun, 29 May 2022 13:22:50 +0000 (15:22 +0200)] 
Add migration for new rule.

3 years agoMerge remote-tracking branch 'upstream/dev' into feature-mailActionCustomTag
Oliver Rümpelein [Sun, 29 May 2022 11:51:54 +0000 (13:51 +0200)] 
Merge remote-tracking branch 'upstream/dev' into feature-mailActionCustomTag

3 years agouse qualified hostnames for images stored on docker.io
Sven Lankes [Sun, 29 May 2022 11:50:58 +0000 (13:50 +0200)] 
use qualified hostnames for images stored on docker.io

3 years agoClear cache instead of working around it.
Oliver Rümpelein [Fri, 27 May 2022 20:51:32 +0000 (22:51 +0200)] 
Clear cache instead of working around it.

3 years agoMerge pull request #1008 from paperless-ngx/bugfix-max-pixel-setting
Quinn Casey [Thu, 26 May 2022 16:12:24 +0000 (09:12 -0700)] 
Merge pull request #1008 from paperless-ngx/bugfix-max-pixel-setting

Bugfix: Corrects the setting of max pixel size for OCR

3 years agoMerge pull request #1007 from paperless-ngx/improve-date-paste-input
Quinn Casey [Thu, 26 May 2022 15:50:08 +0000 (08:50 -0700)] 
Merge pull request #1007 from paperless-ngx/improve-date-paste-input

Feature: better date pasting

3 years agoMerge pull request #1017 from paperless-ngx/alphabetize-tags
Quinn Casey [Thu, 26 May 2022 15:42:55 +0000 (08:42 -0700)] 
Merge pull request #1017 from paperless-ngx/alphabetize-tags

Enhancement: Alphabetize tags by default

3 years agoRevert accidentally included changes.
Oliver Rümpelein [Thu, 26 May 2022 15:40:11 +0000 (17:40 +0200)] 
Revert accidentally included changes.

3 years agoMerge pull request #1000 from paperless-ngx/rework-query-params-logic
Quinn Casey [Thu, 26 May 2022 15:18:43 +0000 (08:18 -0700)] 
Merge pull request #1000 from paperless-ngx/rework-query-params-logic

Fix: Rework query params logic

3 years agoMerge pull request #1030 from paperless-ngx/feature-reload-language-change
Quinn Casey [Thu, 26 May 2022 15:12:43 +0000 (08:12 -0700)] 
Merge pull request #1030 from paperless-ngx/feature-reload-language-change

Enhancement: show note on language change and offer reload

3 years agoMerge remote-tracking branch 'upstream/dev' into feature-mailActionCustomTag
Oliver Rümpelein [Thu, 26 May 2022 12:05:48 +0000 (14:05 +0200)] 
Merge remote-tracking branch 'upstream/dev' into feature-mailActionCustomTag

3 years agoUpdate docs.
Oliver Rümpelein [Thu, 26 May 2022 10:42:29 +0000 (12:42 +0200)] 
Update docs.