]>
git.ipfire.org Git - thirdparty/paperless-ngx.git/log
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>
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
Trenton Holmes [Sun, 12 Jun 2022 16:12:02 +0000 (09:12 -0700)]
Removes one last portion of PNG vs WebP
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
Trenton Holmes [Sat, 11 Jun 2022 20:04:21 +0000 (13:04 -0700)]
Converts the conversion into a database migration
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
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
Trenton Holmes [Fri, 10 Jun 2022 18:26:14 +0000 (11:26 -0700)]
Adds quick documentation of new functionality
Trenton Holmes [Fri, 10 Jun 2022 17:12:01 +0000 (10:12 -0700)]
Fixes existing testing, adds test coverage of new command
Trenton Holmes [Fri, 10 Jun 2022 15:57:36 +0000 (08:57 -0700)]
Minor tweak to determining content type
Trenton Holmes [Fri, 10 Jun 2022 15:56:55 +0000 (08:56 -0700)]
Adds information system check for PNG thumbnail existence
Trenton Holmes [Fri, 10 Jun 2022 15:56:25 +0000 (08:56 -0700)]
Corrects the functionality of the webp conversion script
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
Trenton Holmes [Fri, 10 Jun 2022 14:15:43 +0000 (07:15 -0700)]
Adds untested manual conversion command
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
Michael Shamoon [Fri, 10 Jun 2022 08:39:20 +0000 (01:39 -0700)]
webp thumbnail support with png fallback
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
Trenton Holmes [Thu, 9 Jun 2022 00:04:00 +0000 (17:04 -0700)]
Manually downgrades reportlab, no 3.9 wheel was built yet
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
Trenton Holmes [Fri, 13 May 2022 19:52:57 +0000 (12:52 -0700)]
Adds git as needed for a git link
Trenton Holmes [Fri, 6 May 2022 17:26:16 +0000 (10:26 -0700)]
Changes to the forked django-q
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
Trenton Holmes [Wed, 8 Jun 2022 19:30:18 +0000 (12:30 -0700)]
Removes references to now not set or used build args
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
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)
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
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
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>
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
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
similicious [Sat, 4 Jun 2022 10:29:12 +0000 (12:29 +0200)]
Fix app name
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
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
Trenton Holmes [Fri, 3 Jun 2022 21:02:58 +0000 (14:02 -0700)]
Makes sure the export folder also exists
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>
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
similicious [Fri, 3 Jun 2022 09:41:46 +0000 (11:41 +0200)]
Optimize svg files with svgo
similicious [Fri, 3 Jun 2022 08:50:33 +0000 (10:50 +0200)]
Fix: icons and app name in manifest
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
Michael Shamoon [Thu, 2 Jun 2022 22:00:41 +0000 (15:00 -0700)]
use global fixtures in e2e tests
Michael Shamoon [Thu, 2 Jun 2022 21:47:09 +0000 (14:47 -0700)]
Migrate to cypress 10
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>
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
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
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
Michael Shamoon [Thu, 2 Jun 2022 18:00:56 +0000 (11:00 -0700)]
Fix vertical margins between pages of pdf viewer
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
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
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>
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
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
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
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
Michael Shamoon [Wed, 1 Jun 2022 19:38:23 +0000 (12:38 -0700)]
Add documents query params e2e tests
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>
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
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
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>
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>
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
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>
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
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>
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
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
Michael Shamoon [Wed, 1 Jun 2022 20:50:17 +0000 (13:50 -0700)]
bump packages for angular, popperjs, node, ngx-cookie-service
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>
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>
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>
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>
Michael Shamoon [Wed, 1 Jun 2022 19:37:43 +0000 (12:37 -0700)]
Reorganize e2e tests
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]
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
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
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
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
Trenton Holmes [Wed, 1 Jun 2022 15:08:03 +0000 (08:08 -0700)]
Fixes formatting
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
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>
Trenton Holmes [Wed, 1 Jun 2022 14:43:46 +0000 (07:43 -0700)]
Removes unused import
Trenton Holmes [Tue, 31 May 2022 15:42:11 +0000 (08:42 -0700)]
Updates to use pathlib instead of os.path
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
Trenton Holmes [Tue, 31 May 2022 00:29:30 +0000 (17:29 -0700)]
Refines the sanity check header, fixes other test issues
Trenton Holmes [Tue, 31 May 2022 00:03:33 +0000 (17:03 -0700)]
Makes the sanity check messages better for users
Oliver Rümpelein [Sun, 29 May 2022 13:22:50 +0000 (15:22 +0200)]
Add migration for new rule.
Oliver Rümpelein [Sun, 29 May 2022 11:51:54 +0000 (13:51 +0200)]
Merge remote-tracking branch 'upstream/dev' into feature-mailActionCustomTag
Sven Lankes [Sun, 29 May 2022 11:50:58 +0000 (13:50 +0200)]
use qualified hostnames for images stored on docker.io
Oliver Rümpelein [Fri, 27 May 2022 20:51:32 +0000 (22:51 +0200)]
Clear cache instead of working around it.
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
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
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
Oliver Rümpelein [Thu, 26 May 2022 15:40:11 +0000 (17:40 +0200)]
Revert accidentally included changes.
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
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
Oliver Rümpelein [Thu, 26 May 2022 12:05:48 +0000 (14:05 +0200)]
Merge remote-tracking branch 'upstream/dev' into feature-mailActionCustomTag
Oliver Rümpelein [Thu, 26 May 2022 10:42:29 +0000 (12:42 +0200)]
Update docs.
Oliver Rümpelein [Thu, 26 May 2022 10:42:20 +0000 (12:42 +0200)]
Make test work.
Michael Shamoon [Wed, 25 May 2022 23:06:59 +0000 (16:06 -0700)]
Show note on language change and offer reload
Michael Shamoon [Wed, 25 May 2022 21:47:05 +0000 (14:47 -0700)]
fix global overlay color
Oliver Rümpelein [Wed, 25 May 2022 18:47:43 +0000 (20:47 +0200)]
Revert all changes to tests, will need a more structured approach.