]> git.ipfire.org Git - thirdparty/paperless-ngx.git/log
thirdparty/paperless-ngx.git
3 years agoManually updates dependencies 869/head
Trenton Holmes [Mon, 2 May 2022 22:11:45 +0000 (15:11 -0700)] 
Manually updates dependencies

3 years agoMerge pull request #867 from paperless-ngx/dependabot/pip/dev/asgiref-3.5.1
Quinn Casey [Mon, 2 May 2022 21:27:40 +0000 (14:27 -0700)] 
Merge pull request #867 from paperless-ngx/dependabot/pip/dev/asgiref-3.5.1

Bump asgiref from 3.5.0 to 3.5.1

3 years agoBump asgiref from 3.5.0 to 3.5.1 867/head
dependabot[bot] [Mon, 2 May 2022 20:38:20 +0000 (20:38 +0000)] 
Bump asgiref from 3.5.0 to 3.5.1

Bumps [asgiref](https://github.com/django/asgiref) from 3.5.0 to 3.5.1.
- [Release notes](https://github.com/django/asgiref/releases)
- [Changelog](https://github.com/django/asgiref/blob/main/CHANGELOG.txt)
- [Commits](https://github.com/django/asgiref/compare/3.5.0...3.5.1)

---
updated-dependencies:
- dependency-name: asgiref
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
3 years agoMerge pull request #864 from paperless-ngx/fix-863
Quinn Casey [Mon, 2 May 2022 15:10:49 +0000 (08:10 -0700)] 
Merge pull request #864 from paperless-ngx/fix-863

Always accept yyyy-mm-dd date inputs

3 years agoMerge pull request #860 from paperless-ngx/dependabot/npm_and_yarn/src-ui/dev/jest...
shamoon [Mon, 2 May 2022 08:29:43 +0000 (01:29 -0700)] 
Merge pull request #860 from paperless-ngx/dependabot/npm_and_yarn/src-ui/dev/jest-28.0.3

Bump jest from 27.5.1 to 28.0.3 in /src-ui and related packages

3 years agosetup-jest compatibility with v28 860/head
shamoon [Mon, 2 May 2022 08:02:28 +0000 (01:02 -0700)] 
setup-jest compatibility with v28

3 years agoAdd jest-environment-jsdom, update jest-preset-angular
shamoon [Mon, 2 May 2022 08:00:02 +0000 (01:00 -0700)] 
Add jest-environment-jsdom, update jest-preset-angular

3 years agoBump jest from 27.5.1 to 28.0.3 in /src-ui
dependabot[bot] [Sun, 1 May 2022 20:06:20 +0000 (20:06 +0000)] 
Bump jest from 27.5.1 to 28.0.3 in /src-ui

Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) from 27.5.1 to 28.0.3.
- [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.0.3/packages/jest)

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

Signed-off-by: dependabot[bot] <support@github.com>
3 years agoAlways accept yyyy-mm-dd date inputs 864/head
Michael Shamoon [Mon, 2 May 2022 04:38:04 +0000 (21:38 -0700)] 
Always accept yyyy-mm-dd date inputs

3 years agoMerge pull request #849 from paperless-ngx/feature-fix-image-local-build
Quinn Casey [Sun, 1 May 2022 23:02:56 +0000 (16:02 -0700)] 
Merge pull request #849 from paperless-ngx/feature-fix-image-local-build

Fix local Docker image building

3 years agoMerge pull request #862 from paperless-ngx/fix-date-input-errors
Quinn Casey [Sun, 1 May 2022 22:48:32 +0000 (15:48 -0700)] 
Merge pull request #862 from paperless-ngx/fix-date-input-errors

Fix: show errors on invalid date input

3 years agoshow errors on invalid date input 862/head
Michael Shamoon [Sun, 1 May 2022 21:03:40 +0000 (14:03 -0700)] 
show errors on invalid date input

3 years agoMerge pull request #852 from paperless-ngx/fix-818
shamoon [Sun, 1 May 2022 20:36:55 +0000 (13:36 -0700)] 
Merge pull request #852 from paperless-ngx/fix-818

Fix: Older dates do not display on frontend

3 years agoMerge pull request #861 from paperless-ngx/dependabot/npm_and_yarn/src-ui/dev/ng...
shamoon [Sun, 1 May 2022 20:36:33 +0000 (13:36 -0700)] 
Merge pull request #861 from paperless-ngx/dependabot/npm_and_yarn/src-ui/dev/ng-bootstrap/ng-bootstrap-12.1.1

Bump @ng-bootstrap/ng-bootstrap from 12.1.0 to 12.1.1 in /src-ui

3 years agoBump @ng-bootstrap/ng-bootstrap from 12.1.0 to 12.1.1 in /src-ui 861/head
dependabot[bot] [Sun, 1 May 2022 20:07:08 +0000 (20:07 +0000)] 
Bump @ng-bootstrap/ng-bootstrap from 12.1.0 to 12.1.1 in /src-ui

Bumps [@ng-bootstrap/ng-bootstrap](https://github.com/ng-bootstrap/ng-bootstrap) from 12.1.0 to 12.1.1.
- [Release notes](https://github.com/ng-bootstrap/ng-bootstrap/releases)
- [Changelog](https://github.com/ng-bootstrap/ng-bootstrap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ng-bootstrap/ng-bootstrap/compare/12.1.0...12.1.1)

---
updated-dependencies:
- dependency-name: "@ng-bootstrap/ng-bootstrap"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
3 years agohandle very old date strings 852/head
Michael Shamoon [Sun, 1 May 2022 04:40:07 +0000 (21:40 -0700)] 
handle very old date strings

3 years agoUpdates the Dockerfile to facilitate local image builds, adds documentation for how... 849/head
Trenton Holmes [Sat, 30 Apr 2022 17:33:09 +0000 (10:33 -0700)] 
Updates the Dockerfile to facilitate local image builds, adds documentation for how to build, adds registry caching for final image too

3 years agoMerge pull request #725 from paperless-ngx/bugfix-imap-utf8-login
Quinn Casey [Fri, 29 Apr 2022 17:31:38 +0000 (10:31 -0700)] 
Merge pull request #725 from paperless-ngx/bugfix-imap-utf8-login

Fixes IMAP UTF8 Authenication

3 years agoMerge pull request #840 from paperless-ngx/fix-password-field-remains-visible
Quinn Casey [Fri, 29 Apr 2022 14:08:51 +0000 (07:08 -0700)] 
Merge pull request #840 from paperless-ngx/fix-password-field-remains-visible

Fix password field remains visible

3 years agoreset password field visibility 840/head
Michael Shamoon [Fri, 29 Apr 2022 04:07:25 +0000 (21:07 -0700)] 
reset password field visibility

3 years agoBump angular to 13.3.5, builders to 13.3.4, types/node to 17.0.30
Michael Shamoon [Fri, 29 Apr 2022 03:34:35 +0000 (20:34 -0700)] 
Bump angular to 13.3.5, builders to 13.3.4, types/node to 17.0.30

Supersedes #831, #832, #838, #839

3 years agoMerge pull request #833 from paperless-ngx/dependabot/npm_and_yarn/src-ui/dev/types...
shamoon [Fri, 29 Apr 2022 03:11:12 +0000 (20:11 -0700)] 
Merge pull request #833 from paperless-ngx/dependabot/npm_and_yarn/src-ui/dev/types/node-17.0.29

Bump @types/node from 17.0.27 to 17.0.29 in /src-ui

3 years agoMerge pull request #834 from paperless-ngx/dependabot/npm_and_yarn/src-ui/dev/ng...
shamoon [Fri, 29 Apr 2022 03:10:24 +0000 (20:10 -0700)] 
Merge pull request #834 from paperless-ngx/dependabot/npm_and_yarn/src-ui/dev/ng-bootstrap/ng-bootstrap-12.1.0

Bump @ng-bootstrap/ng-bootstrap from 12.0.2 to 12.1.0 in /src-ui

3 years agoBump @ng-bootstrap/ng-bootstrap from 12.0.2 to 12.1.0 in /src-ui 834/head
dependabot[bot] [Thu, 28 Apr 2022 21:27:25 +0000 (21:27 +0000)] 
Bump @ng-bootstrap/ng-bootstrap from 12.0.2 to 12.1.0 in /src-ui

Bumps [@ng-bootstrap/ng-bootstrap](https://github.com/ng-bootstrap/ng-bootstrap) from 12.0.2 to 12.1.0.
- [Release notes](https://github.com/ng-bootstrap/ng-bootstrap/releases)
- [Changelog](https://github.com/ng-bootstrap/ng-bootstrap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ng-bootstrap/ng-bootstrap/compare/12.0.2...12.1.0)

---
updated-dependencies:
- dependency-name: "@ng-bootstrap/ng-bootstrap"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
3 years agoBump @types/node from 17.0.27 to 17.0.29 in /src-ui 833/head
dependabot[bot] [Thu, 28 Apr 2022 21:27:05 +0000 (21:27 +0000)] 
Bump @types/node from 17.0.27 to 17.0.29 in /src-ui

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

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

Signed-off-by: dependabot[bot] <support@github.com>
3 years agoMerge pull request #828 from paperless-ngx/feature-docker-hub-push
Quinn Casey [Thu, 28 Apr 2022 20:40:55 +0000 (13:40 -0700)] 
Merge pull request #828 from paperless-ngx/feature-docker-hub-push

Enable Docker Hub push

3 years agoUpdates the workflow to enable Docker Hub pushing 828/head
Trenton Holmes [Thu, 28 Apr 2022 18:37:52 +0000 (11:37 -0700)] 
Updates the workflow to enable Docker Hub pushing

3 years agoMerge pull request #806 from paperless-ngx/dependabot/pip/dev/pytest-7.1.2
Trenton Holmes [Thu, 28 Apr 2022 14:28:15 +0000 (07:28 -0700)] 
Merge pull request #806 from paperless-ngx/dependabot/pip/dev/pytest-7.1.2

Bump pytest from 7.1.1 to 7.1.2

3 years agoBump pytest from 7.1.1 to 7.1.2 806/head
dependabot[bot] [Thu, 28 Apr 2022 13:33:34 +0000 (13:33 +0000)] 
Bump pytest from 7.1.1 to 7.1.2

Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.1.1 to 7.1.2.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest/compare/7.1.1...7.1.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
3 years agoMerge pull request #815 from paperless-ngx/feature-fix-pillow-libs
Quinn Casey [Thu, 28 Apr 2022 03:27:12 +0000 (20:27 -0700)] 
Merge pull request #815 from paperless-ngx/feature-fix-pillow-libs

Fixes Pillow build for armv7

3 years agoMerge pull request #766 from paperless-ngx/feature-barcode-tiff-support
Quinn Casey [Thu, 28 Apr 2022 02:46:16 +0000 (19:46 -0700)] 
Merge pull request #766 from paperless-ngx/feature-barcode-tiff-support

Feature barcode tiff support

3 years agoMerge pull request #792 from paperless-ngx/dependabot/github_actions/github/codeql...
Trenton Holmes [Thu, 28 Apr 2022 02:33:25 +0000 (19:33 -0700)] 
Merge pull request #792 from paperless-ngx/dependabot/github_actions/github/codeql-action-2

Bump github/codeql-action from 1 to 2

3 years agoBump github/codeql-action from 1 to 2 792/head
dependabot[bot] [Thu, 28 Apr 2022 01:10:48 +0000 (01:10 +0000)] 
Bump github/codeql-action from 1 to 2

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 1 to 2.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/github/codeql-action/compare/v1...v2)

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

Signed-off-by: dependabot[bot] <support@github.com>
3 years agoMerge pull request #821 from aruhier/pr_docker
Trenton Holmes [Thu, 28 Apr 2022 01:09:07 +0000 (18:09 -0700)] 
Merge pull request #821 from aruhier/pr_docker

docker: set default postgresql port back to 5432

3 years agodocker: set default postgresql port back to 5432 821/head
Anthony Ruhier [Wed, 27 Apr 2022 23:57:43 +0000 (01:57 +0200)] 
docker: set default postgresql port back to 5432

Postgresql default port in the docker prepare script has been changed by
mistake to 5342 in commit c2c8a2754. Set it back to 5432.

3 years agoUpdates the Pillow link to a better anchor 815/head
Trenton Holmes [Tue, 26 Apr 2022 22:30:09 +0000 (15:30 -0700)] 
Updates the Pillow link to a better anchor

3 years agoAdds extra system libraries for pikepdf/Pillow building
Trenton Holmes [Tue, 26 Apr 2022 21:14:47 +0000 (14:14 -0700)] 
Adds extra system libraries for pikepdf/Pillow building

3 years agoMerge pull request #820 from paperless-ngx/feature-rebuild-inter-images
Trenton Holmes [Wed, 27 Apr 2022 22:47:32 +0000 (15:47 -0700)] 
Merge pull request #820 from paperless-ngx/feature-rebuild-inter-images

Updates GHA workflow to rebuild intermediate images on changes

3 years agoChanges the intermediate image building steps to use registry caching, allowig us... 820/head
Trenton Holmes [Wed, 27 Apr 2022 18:28:19 +0000 (11:28 -0700)] 
Changes the intermediate image building steps to use registry caching, allowig us to always rebuild them, but do so very quickly when nothing has changed

3 years agoMerge pull request #814 from paperless-ngx/update-i18n
Quinn Casey [Tue, 26 Apr 2022 22:27:14 +0000 (15:27 -0700)] 
Merge pull request #814 from paperless-ngx/update-i18n

Update frontend localization source file

3 years agoUpdate messages.xlf 814/head
Michael Shamoon [Tue, 26 Apr 2022 21:46:37 +0000 (14:46 -0700)] 
Update messages.xlf

3 years agoMerge pull request #777 from paperless-ngx/bugfix-install-ocr-settings
Quinn Casey [Tue, 26 Apr 2022 18:12:19 +0000 (11:12 -0700)] 
Merge pull request #777 from paperless-ngx/bugfix-install-ocr-settings

Fix install script extra OCR languages format

3 years agoMerge pull request #788 from paperless-ngx/feature-wait-for-redis
Quinn Casey [Tue, 26 Apr 2022 18:10:01 +0000 (11:10 -0700)] 
Merge pull request #788 from paperless-ngx/feature-wait-for-redis

Adds simple Python to wait for Redis broker to be ready

3 years agoMerge pull request #758 from paperless-ngx/dependabot/pip/dev/imap-tools-0.54.0
Quinn Casey [Tue, 26 Apr 2022 17:46:32 +0000 (10:46 -0700)] 
Merge pull request #758 from paperless-ngx/dependabot/pip/dev/imap-tools-0.54.0

Bump imap-tools from 0.53.0 to 0.54.0

3 years agoFixes newly added mail tests to account for model change 725/head
Trenton Holmes [Tue, 26 Apr 2022 17:03:41 +0000 (10:03 -0700)] 
Fixes newly added mail tests to account for model change

3 years agoAdds some logging so we know which login method has failed
Trenton Holmes [Wed, 13 Apr 2022 20:57:39 +0000 (13:57 -0700)] 
Adds some logging so we know which login method has failed

3 years agoImplements a fallback to AUTH=PLAIN in the event of a UnicodeEncodeError during a...
Trenton Holmes [Wed, 13 Apr 2022 20:35:42 +0000 (13:35 -0700)] 
Implements a fallback to AUTH=PLAIN in the event of a UnicodeEncodeError during a normal login

3 years agoEmpty, dummy commit because GHA? 777/head
Trenton Holmes [Thu, 21 Apr 2022 02:18:10 +0000 (19:18 -0700)] 
Empty, dummy commit because GHA?

3 years agoUpdates install script to split + seperated OCR languages to spaces for installation...
Trenton Holmes [Wed, 20 Apr 2022 20:18:05 +0000 (13:18 -0700)] 
Updates install script to split + seperated OCR languages to spaces for installation script

3 years agoAdds simple Python to wait for Redis broker to be ready (with minor Dockerfile improv... 788/head
Trenton Holmes [Sat, 23 Apr 2022 21:40:56 +0000 (14:40 -0700)] 
Adds simple Python to wait for Redis broker to be ready (with minor Dockerfile improvements)

3 years agoMerge pull request #761 from paperless-ngx/feature-build-all-images
Trenton Holmes [Tue, 26 Apr 2022 15:31:13 +0000 (08:31 -0700)] 
Merge pull request #761 from paperless-ngx/feature-build-all-images

Update GHA workflow to build all Docker images

3 years agoFixes tests with imap-tools 0.54.0 changes to the EmailAddress class 758/head
Trenton Holmes [Tue, 26 Apr 2022 15:11:25 +0000 (08:11 -0700)] 
Fixes tests with imap-tools 0.54.0 changes to the EmailAddress class

3 years agoBump imap-tools from 0.53.0 to 0.54.0
dependabot[bot] [Tue, 26 Apr 2022 13:30:32 +0000 (13:30 +0000)] 
Bump imap-tools from 0.53.0 to 0.54.0

Bumps [imap-tools](https://github.com/ikvk/imap_tools) from 0.53.0 to 0.54.0.
- [Release notes](https://github.com/ikvk/imap_tools/releases)
- [Changelog](https://github.com/ikvk/imap_tools/blob/master/docs/release_notes.rst)
- [Commits](https://github.com/ikvk/imap_tools/compare/v0.53.0...v0.54.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
3 years agoMerge pull request #757 from paperless-ngx/dependabot/pip/dev/ocrmypdf-13.4.3
Trenton Holmes [Tue, 26 Apr 2022 00:25:41 +0000 (17:25 -0700)] 
Merge pull request #757 from paperless-ngx/dependabot/pip/dev/ocrmypdf-13.4.3

Bump ocrmypdf from 13.4.2 to 13.4.3

3 years agoBump ocrmypdf from 13.4.2 to 13.4.3 757/head
dependabot[bot] [Mon, 25 Apr 2022 23:26:26 +0000 (23:26 +0000)] 
Bump ocrmypdf from 13.4.2 to 13.4.3

Bumps [ocrmypdf](https://github.com/jbarlow83/ocrmypdf) from 13.4.2 to 13.4.3.
- [Release notes](https://github.com/jbarlow83/ocrmypdf/releases)
- [Changelog](https://github.com/ocrmypdf/OCRmyPDF/blob/master/docs/release_notes.rst)
- [Commits](https://github.com/jbarlow83/ocrmypdf/compare/v13.4.2...v13.4.3)

---
updated-dependencies:
- dependency-name: ocrmypdf
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
3 years agoMerge pull request #756 from paperless-ngx/dependabot/pip/dev/importlib-resources...
Trenton Holmes [Mon, 25 Apr 2022 21:19:49 +0000 (14:19 -0700)] 
Merge pull request #756 from paperless-ngx/dependabot/pip/dev/importlib-resources-5.7.1

Bump importlib-resources from 5.6.0 to 5.7.1

3 years agoBump importlib-resources from 5.6.0 to 5.7.1 756/head
dependabot[bot] [Mon, 25 Apr 2022 20:54:20 +0000 (20:54 +0000)] 
Bump importlib-resources from 5.6.0 to 5.7.1

Bumps [importlib-resources](https://github.com/python/importlib_resources) from 5.6.0 to 5.7.1.
- [Release notes](https://github.com/python/importlib_resources/releases)
- [Changelog](https://github.com/python/importlib_resources/blob/main/CHANGES.rst)
- [Commits](https://github.com/python/importlib_resources/compare/v5.6.0...v5.7.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
3 years agoMerge pull request #692 from paperless-ngx/dependabot/pip/dev/tox-3.25.0
Trenton Holmes [Mon, 25 Apr 2022 20:49:42 +0000 (13:49 -0700)] 
Merge pull request #692 from paperless-ngx/dependabot/pip/dev/tox-3.25.0

Bump tox from 3.24.5 to 3.25.0

3 years agoBump tox from 3.24.5 to 3.25.0 692/head
dependabot[bot] [Mon, 25 Apr 2022 19:19:35 +0000 (19:19 +0000)] 
Bump tox from 3.24.5 to 3.25.0

Bumps [tox](https://github.com/tox-dev/tox) from 3.24.5 to 3.25.0.
- [Release notes](https://github.com/tox-dev/tox/releases)
- [Changelog](https://github.com/tox-dev/tox/blob/master/docs/changelog.rst)
- [Commits](https://github.com/tox-dev/tox/compare/3.24.5...3.25.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
3 years agoMerge pull request #800 from paperless-ngx/dependabot/npm_and_yarn/src-ui/dev/cypress...
shamoon [Mon, 25 Apr 2022 19:18:54 +0000 (12:18 -0700)] 
Merge pull request #800 from paperless-ngx/dependabot/npm_and_yarn/src-ui/dev/cypress-9.6.0

Bump cypress from 9.5.3 to 9.6.0 in /src-ui

3 years agoBump cypress from 9.5.3 to 9.6.0 in /src-ui 800/head
dependabot[bot] [Mon, 25 Apr 2022 19:14:24 +0000 (19:14 +0000)] 
Bump cypress from 9.5.3 to 9.6.0 in /src-ui

Bumps [cypress](https://github.com/cypress-io/cypress) from 9.5.3 to 9.6.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/v9.5.3...v9.6.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
3 years agoMerge pull request #799 from paperless-ngx/bump-angular-250422
shamoon [Mon, 25 Apr 2022 19:12:50 +0000 (12:12 -0700)] 
Merge pull request #799 from paperless-ngx/bump-angular-250422

Bump angular & tools to 13.3.4 or 13.3.3

3 years agoBump angular & tools to 13.3.4 or 13.3.3 799/head
Michael Shamoon [Mon, 25 Apr 2022 17:51:19 +0000 (10:51 -0700)] 
Bump angular & tools to 13.3.4 or 13.3.3

3 years agoMerge pull request #797 from paperless-ngx/dependabot/npm_and_yarn/src-ui/dev/concurr...
shamoon [Mon, 25 Apr 2022 19:08:48 +0000 (12:08 -0700)] 
Merge pull request #797 from paperless-ngx/dependabot/npm_and_yarn/src-ui/dev/concurrently-7.1.0

Bump concurrently from 7.0.0 to 7.1.0 in /src-ui

3 years agoFixes the merge issues 761/head
Trenton Holmes [Mon, 25 Apr 2022 18:39:05 +0000 (11:39 -0700)] 
Fixes the merge issues

3 years agoConverts tabs to spaces and update EditorConfig for the new files
Trenton Holmes [Mon, 25 Apr 2022 16:15:12 +0000 (09:15 -0700)] 
Converts tabs to spaces and update EditorConfig for the new files

3 years agoUpdates the utlity build script to actually support all the images
Trenton Holmes [Mon, 25 Apr 2022 13:31:00 +0000 (06:31 -0700)] 
Updates the utlity build script to actually support all the images

3 years agoUpdates the utility script to allow building of other Dockerfiles for building any...
Trenton Holmes [Sun, 24 Apr 2022 22:20:36 +0000 (15:20 -0700)] 
Updates the utility script to allow building of other Dockerfiles for building any image locally.  Adds a single point to configure non-Python versions

3 years agoAdds utility script for building the Docker image locally
Trenton Holmes [Sun, 24 Apr 2022 21:54:44 +0000 (14:54 -0700)] 
Adds utility script for building the Docker image locally

3 years agoFixes spelling
Trenton Holmes [Sun, 24 Apr 2022 21:51:06 +0000 (14:51 -0700)] 
Fixes spelling

3 years agoMinor fixes for local building
Trenton Holmes [Sun, 24 Apr 2022 21:50:38 +0000 (14:50 -0700)] 
Minor fixes for local building

3 years agoPorts over the improvements to the frontend compilation from other PR
Trenton Holmes [Sun, 24 Apr 2022 21:18:51 +0000 (14:18 -0700)] 
Ports over the improvements to the frontend compilation from other PR

3 years agoInstead of using a full image name, use the repo and version to build the image to...
Trenton Holmes [Thu, 21 Apr 2022 22:47:50 +0000 (15:47 -0700)] 
Instead of using a full image name, use the repo and version to build the image to pull from.  Removes building of the frontend for multiple platforms

3 years agoFixes final WORKDIR directive
Trenton Holmes [Mon, 18 Apr 2022 21:48:08 +0000 (14:48 -0700)] 
Fixes final WORKDIR directive

3 years agoIncorporates the base image building back into the main repo with multi stage building
Trenton Holmes [Mon, 18 Apr 2022 15:18:20 +0000 (08:18 -0700)] 
Incorporates the base image building back into the main repo with multi stage building

3 years agoMerge pull request #798 from paperless-ngx/hotfix-mail-tests
shamoon [Mon, 25 Apr 2022 18:29:31 +0000 (11:29 -0700)] 
Merge pull request #798 from paperless-ngx/hotfix-mail-tests

Fix Backend Mail Tests

3 years agoFixes backend testing of mail on dev 798/head
Trenton Holmes [Mon, 25 Apr 2022 18:10:32 +0000 (11:10 -0700)] 
Fixes backend testing of mail on dev

3 years agoUpdate environment.prod.ts
Michael Shamoon [Mon, 25 Apr 2022 17:34:20 +0000 (10:34 -0700)] 
Update environment.prod.ts

3 years agoMerge branch 'main' into dev
Michael Shamoon [Mon, 25 Apr 2022 17:33:40 +0000 (10:33 -0700)] 
Merge branch 'main' into dev

3 years agoBump concurrently from 7.0.0 to 7.1.0 in /src-ui 797/head
dependabot[bot] [Mon, 25 Apr 2022 17:27:16 +0000 (17:27 +0000)] 
Bump concurrently from 7.0.0 to 7.1.0 in /src-ui

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

---
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 agov1.7.0 ngx-1.7.0
Michael Shamoon [Mon, 25 Apr 2022 17:26:49 +0000 (10:26 -0700)] 
v1.7.0

3 years agoMerge pull request #695 from paperless-ngx/beta
shamoon [Mon, 25 Apr 2022 17:24:27 +0000 (10:24 -0700)] 
Merge pull request #695 from paperless-ngx/beta

[Beta] Paperless-ngx v1.7.0 Release Candidate 1

3 years agoMerge pull request #772 from paperless-ngx/fix-dark-mode-delay-btn-progress 695/head
shamoon [Fri, 22 Apr 2022 15:15:30 +0000 (08:15 -0700)] 
Merge pull request #772 from paperless-ngx/fix-dark-mode-delay-btn-progress

Fix dark mode delay button progress bar not visible

3 years agoMerge pull request #785 from paperless-ngx/fix-docs-darkmode-toggle
Quinn Casey [Fri, 22 Apr 2022 14:24:28 +0000 (07:24 -0700)] 
Merge pull request #785 from paperless-ngx/fix-docs-darkmode-toggle

Fix docs dark mode toggle blocks menu button

3 years agofix docs dark mode toggle blocks menu button 785/head
shamoon [Fri, 22 Apr 2022 08:00:19 +0000 (01:00 -0700)] 
fix docs dark mode toggle blocks menu button

3 years agoNew Crowdin updates (#781)
Paperless-ngx Translation Bot [bot] [Fri, 22 Apr 2022 03:33:16 +0000 (20:33 -0700)] 
New Crowdin updates (#781)

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

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

3 years agoMerge pull request #782 from paperless-ngx/add-python-3-10
Quinn Casey [Thu, 21 Apr 2022 18:13:50 +0000 (11:13 -0700)] 
Merge pull request #782 from paperless-ngx/add-python-3-10

Adds Python 3.10 to the backend test matrix

3 years agoAdds Python 3.10 to the backend test matrix 782/head
Trenton Holmes [Wed, 13 Apr 2022 22:02:21 +0000 (15:02 -0700)] 
Adds Python 3.10 to the backend test matrix

3 years agoFix dark mode delay button progress bar not visible 772/head
Michael Shamoon [Wed, 20 Apr 2022 02:25:24 +0000 (19:25 -0700)] 
Fix dark mode delay button progress bar not visible

3 years agoMerge pull request #769 from chrpme/fix/preview-link
shamoon [Wed, 20 Apr 2022 00:49:55 +0000 (17:49 -0700)] 
Merge pull request #769 from chrpme/fix/preview-link

Open preview link in new browser tab

3 years agoMerge pull request #767 from paperless-ngx/bug-fix-list-folders
Quinn Casey [Tue, 19 Apr 2022 22:57:31 +0000 (15:57 -0700)] 
Merge pull request #767 from paperless-ngx/bug-fix-list-folders

List Email Account Folders In Event of Error Changing Folder

3 years agocode review changes 766/head
Florian Brandes [Tue, 19 Apr 2022 22:55:45 +0000 (00:55 +0200)] 
code review changes

Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
3 years agoTweaks documentation around mail fetching sub-folders 767/head
Trenton Holmes [Tue, 19 Apr 2022 22:35:45 +0000 (15:35 -0700)] 
Tweaks documentation around mail fetching sub-folders

3 years agoIncludes exception information during exception listing folders
Trenton Holmes [Tue, 19 Apr 2022 20:37:30 +0000 (13:37 -0700)] 
Includes exception information during exception listing folders

Co-authored-by: Florian <florian.brandes@posteo.de>
3 years agoOpen preview link in new browser tab 769/head
Mike Unke [Tue, 19 Apr 2022 19:47:49 +0000 (21:47 +0200)] 
Open preview link in new browser tab

3 years agoUpdates the documentation
Trenton Holmes [Tue, 19 Apr 2022 16:05:30 +0000 (09:05 -0700)] 
Updates the documentation

3 years agoOnly output the folder names
Trenton Holmes [Tue, 19 Apr 2022 16:03:08 +0000 (09:03 -0700)] 
Only output the folder names

3 years agoIn the event of an error when setting the mail account folder, attempt to list the...
Trenton Holmes [Tue, 19 Apr 2022 15:32:34 +0000 (08:32 -0700)] 
In the event of an error when setting the mail account folder, attempt to list the account's folders to the log

3 years agomore improvements to tiff support
Florian Brandes [Tue, 19 Apr 2022 11:07:42 +0000 (13:07 +0200)] 
more improvements to tiff support

Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
3 years agoNew translations messages.xlf (French) (#764)
Paperless-ngx Translation Bot [bot] [Tue, 19 Apr 2022 02:48:23 +0000 (19:48 -0700)] 
New translations messages.xlf (French) (#764)

[ci skip]