]> git.ipfire.org Git - thirdparty/paperless-ngx.git/log
thirdparty/paperless-ngx.git
3 years agoQuick toggle for tags / doctypes etc on doc view 1122/head
Michael Shamoon [Thu, 9 Jun 2022 15:37:40 +0000 (08:37 -0700)] 
Quick toggle for tags / doctypes etc on doc view

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.

3 years agoMake test work.
Oliver Rümpelein [Thu, 26 May 2022 10:42:20 +0000 (12:42 +0200)] 
Make test work.

3 years agoShow note on language change and offer reload 1030/head
Michael Shamoon [Wed, 25 May 2022 23:06:59 +0000 (16:06 -0700)] 
Show note on language change and offer reload

3 years agofix global overlay color
Michael Shamoon [Wed, 25 May 2022 21:47:05 +0000 (14:47 -0700)] 
fix global overlay color

3 years agoRevert all changes to tests, will need a more structured approach.
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.

3 years agoAdd first draft implementation, test broken.
Oliver Rümpelein [Wed, 25 May 2022 17:22:50 +0000 (19:22 +0200)] 
Add first draft implementation, test broken.

3 years agoLink issues, capitalization and minor fixes
tooomm [Thu, 19 May 2022 21:12:40 +0000 (23:12 +0200)] 
Link issues, capitalization and minor fixes

3 years agoupdate heading levels for v1.7.0
tooomm [Thu, 19 May 2022 20:05:43 +0000 (22:05 +0200)] 
update heading levels for v1.7.0

3 years agoMerge pull request #1025 from paperless-ngx/fix-pytest-api-auth
shamoon [Tue, 24 May 2022 16:59:14 +0000 (09:59 -0700)] 
Merge pull request #1025 from paperless-ngx/fix-pytest-api-auth

Fix: use `force_authentication` instead of `force_login` for python api tests

3 years agouse force_authenticate in api tests 1025/head
Michael Shamoon [Tue, 24 May 2022 06:07:49 +0000 (23:07 -0700)] 
use force_authenticate in api tests

3 years agoMerge pull request #1013 from paperless-ngx/chore-manual-updates
shamoon [Tue, 24 May 2022 03:32:23 +0000 (20:32 -0700)] 
Merge pull request #1013 from paperless-ngx/chore-manual-updates

Chore: Manually update dependencies

3 years agoAlphabetize tags by default 1017/head
Michael Shamoon [Tue, 24 May 2022 03:25:26 +0000 (20:25 -0700)] 
Alphabetize tags by default

3 years agoMerge pull request #1016 from paperless-ngx/more-redis-wait-info
shamoon [Tue, 24 May 2022 02:12:49 +0000 (19:12 -0700)] 
Merge pull request #1016 from paperless-ngx/more-redis-wait-info

Feature: Include error information when Redis connection fails

3 years agoAlso output the exception when the Redis ping fails 1016/head
Trenton Holmes [Mon, 23 May 2022 22:53:47 +0000 (15:53 -0700)] 
Also output the exception when the Redis ping fails

3 years agoMerge pull request #1009 from dragere/patch-2
shamoon [Mon, 23 May 2022 18:51:07 +0000 (11:51 -0700)] 
Merge pull request #1009 from dragere/patch-2

Better handle long tags on small cards

3 years agoBetter handle long tag names 1009/head
Michael Shamoon [Mon, 23 May 2022 18:24:13 +0000 (11:24 -0700)] 
Better handle long tag names

3 years agoRevert "Allow line breaks in Tags"
Michael Shamoon [Mon, 23 May 2022 18:24:08 +0000 (11:24 -0700)] 
Revert "Allow line breaks in Tags"

This reverts commit 14cbcb4af60fd16474560bde7082c86f29de9150.

3 years agoReworks documentation on the max pixels setting 1008/head
Trenton Holmes [Mon, 23 May 2022 17:44:33 +0000 (10:44 -0700)] 
Reworks  documentation on the max pixels setting

3 years agoAllow line breaks in Tags
dragere [Mon, 23 May 2022 17:28:29 +0000 (19:28 +0200)] 
Allow line breaks in Tags

3 years agoManually updates dependencies 1013/head
Trenton Holmes [Mon, 23 May 2022 16:31:31 +0000 (09:31 -0700)] 
Manually updates dependencies