]> git.ipfire.org Git - thirdparty/paperless-ngx.git/log
thirdparty/paperless-ngx.git
2 years agoBumps all library versions which are currently working 1445/head
Trenton Holmes [Sun, 21 Aug 2022 15:34:40 +0000 (08:34 -0700)] 
Bumps all library versions which are currently working

2 years agoadapt test to respect gmail_label keyword
Stefan [Fri, 19 Aug 2022 08:38:16 +0000 (10:38 +0200)] 
adapt test to respect gmail_label keyword

2 years agofix debug output
Stefan [Fri, 19 Aug 2022 08:36:05 +0000 (10:36 +0200)] 
fix debug output

2 years agoIgnore tagged emails from gmail to avoid duplicated documents.
Stefan [Thu, 18 Aug 2022 12:09:06 +0000 (14:09 +0200)] 
Ignore tagged emails from gmail to avoid duplicated documents.

2 years agoadd test for gmail account tag handling
Stefan [Thu, 18 Aug 2022 11:02:33 +0000 (13:02 +0200)] 
add test for gmail account tag handling

2 years agofix mail tests
Stefan [Wed, 17 Aug 2022 09:34:21 +0000 (11:34 +0200)] 
fix mail tests

2 years agofix formatting
Stefan [Wed, 17 Aug 2022 09:18:48 +0000 (11:18 +0200)] 
fix formatting

2 years agoHandle tags for gmail email accounts
Stefan [Wed, 17 Aug 2022 08:40:51 +0000 (10:40 +0200)] 
Handle tags for gmail email accounts

like mentioned here: https://github.com/ikvk/imap_tools/issues/174

2 years agoMerge pull request #1436 from tribut/redis-image
Quinn Casey [Thu, 18 Aug 2022 15:03:19 +0000 (08:03 -0700)] 
Merge pull request #1436 from tribut/redis-image

Update redis image

2 years agoUse redis image tag :7 1436/head
Felix Eckhofer [Thu, 18 Aug 2022 09:32:44 +0000 (11:32 +0200)] 
Use redis image tag :7

2 years agoremove redis URL from log
Dennis Gaida [Mon, 15 Aug 2022 21:18:53 +0000 (23:18 +0200)] 
remove redis URL from log

2 years agoHide credentials from log
Dennis Gaida [Sat, 13 Aug 2022 11:09:02 +0000 (13:09 +0200)] 
Hide credentials from log

2 years agoPAPERLESS_REDIS may be set via docker secrets
Dennis Gaida [Fri, 12 Aug 2022 11:14:42 +0000 (13:14 +0200)] 
PAPERLESS_REDIS may be set via docker secrets

Best practice is for redis to be at least password protected: https://redis.io/docs/getting-started/.

Paperless uses `Redis.from_url` (https://github.com/paperless-ngx/paperless-ngx/blob/5fe435048bc6eb77f9473afc11588427846456ab/docker/wait-for-redis.py#L24) to establish a connection to redis which already enables us to use username/password, e.g. `redis://username:password@redis:6379`.

The redis connection string therefore is a secret and needs to be able to leverage docker secrets, hence this PR.

3 years agoMerge pull request #1412 from paperless-ngx/fix/created-date-not-required
shamoon [Sun, 14 Aug 2022 23:06:48 +0000 (16:06 -0700)] 
Merge pull request #1412 from paperless-ngx/fix/created-date-not-required

Fix: `created_date` should not be required

3 years agoResets to a last known working pipenv version
Trenton Holmes [Sun, 14 Aug 2022 20:29:29 +0000 (13:29 -0700)] 
Resets to a last known working pipenv version

3 years ago`created_date` is not supposed to be required 1412/head
Michael Shamoon [Sat, 13 Aug 2022 14:13:51 +0000 (07:13 -0700)] 
`created_date` is not supposed to be required

3 years agoMerge pull request #1391 from paperless-ngx/chore-update-deps
Quinn Casey [Wed, 10 Aug 2022 16:31:00 +0000 (09:31 -0700)] 
Merge pull request #1391 from paperless-ngx/chore-update-deps

Chore: Update Python deps

3 years agoUpdates some deps, skipping scipy 1391/head
Trenton Holmes [Wed, 10 Aug 2022 15:24:12 +0000 (08:24 -0700)] 
Updates some deps, skipping scipy

3 years agoMerge pull request #1387 from paperless-ngx/bugfix-task-error-prevents-consume
shamoon [Wed, 10 Aug 2022 14:09:29 +0000 (07:09 -0700)] 
Merge pull request #1387 from paperless-ngx/bugfix-task-error-prevents-consume

Bugfix: Catch all exceptions during the task signals

3 years agoCatch all exceptions during the task creation so some error here, but not with a... 1387/head
Trenton Holmes [Tue, 9 Aug 2022 22:50:03 +0000 (15:50 -0700)] 
Catch all exceptions during the task creation so some error here, but not with a file, will allow consumption to run

3 years agoMerge pull request #1376 from paperless-ngx/fix/saved-view-page-param
Quinn Casey [Mon, 8 Aug 2022 17:06:11 +0000 (10:06 -0700)] 
Merge pull request #1376 from paperless-ngx/fix/saved-view-page-param

Fix: saved view page parameter

3 years agofix navigation to /documents breaks history 1376/head
Michael Shamoon [Mon, 8 Aug 2022 07:05:19 +0000 (00:05 -0700)] 
fix navigation to /documents breaks history

3 years agofix pagination, refactor
Michael Shamoon [Mon, 8 Aug 2022 07:03:15 +0000 (00:03 -0700)] 
fix pagination, refactor

3 years agoMerge pull request #1369 from paperless-ngx/fix/browser-unsaved-changes
shamoon [Sun, 7 Aug 2022 22:43:10 +0000 (15:43 -0700)] 
Merge pull request #1369 from paperless-ngx/fix/browser-unsaved-changes

Fix: Correct browser unsaved changes warning

3 years agoMerge pull request #1370 from paperless-ngx/fix/date-pasting
shamoon [Sun, 7 Aug 2022 22:42:00 +0000 (15:42 -0700)] 
Merge pull request #1370 from paperless-ngx/fix/date-pasting

Fix: correct date pasting with some non-US formats

3 years agoMerge pull request #1362 from paperless-ngx/ci-file-health
Quinn Casey [Sun, 7 Aug 2022 20:33:34 +0000 (13:33 -0700)] 
Merge pull request #1362 from paperless-ngx/ci-file-health

Chore: use pre-commit in the Ci workflow

3 years agoFix some date pasting cases 1370/head
Michael Shamoon [Sun, 7 Aug 2022 03:49:00 +0000 (20:49 -0700)] 
Fix some date pasting cases

3 years agoFix browser unsaved changes with custom guard 1369/head
Michael Shamoon [Sun, 7 Aug 2022 02:30:39 +0000 (19:30 -0700)] 
Fix browser unsaved changes with custom guard

3 years agoHandle page parameter on saved views
Michael Shamoon [Sat, 6 Aug 2022 06:35:13 +0000 (23:35 -0700)] 
Handle page parameter on saved views

3 years agoMerge pull request #1358 from paperless-ngx/bugfix-ip-bind-addr
Quinn Casey [Thu, 4 Aug 2022 19:35:28 +0000 (12:35 -0700)] 
Merge pull request #1358 from paperless-ngx/bugfix-ip-bind-addr

Bugfix: Allow webserver bind address to be configured

3 years agoRemoves no longer needed files 1362/head
Trenton Holmes [Thu, 4 Aug 2022 14:34:36 +0000 (07:34 -0700)] 
Removes no longer needed files

3 years agoAllows the webserver binding address to be configured via the environment 1358/head
Trenton Holmes [Thu, 4 Aug 2022 14:43:23 +0000 (07:43 -0700)] 
Allows the webserver binding address to be configured via the environment

3 years agoFixes minor linting
Trenton Holmes [Wed, 3 Aug 2022 20:26:04 +0000 (13:26 -0700)] 
Fixes minor linting

3 years agoTest pre-commit action
Trenton Holmes [Wed, 3 Aug 2022 20:20:02 +0000 (13:20 -0700)] 
Test pre-commit action

3 years agoAdds a pull of all images for the main image after the pruning
Trenton Holmes [Mon, 1 Aug 2022 16:57:50 +0000 (09:57 -0700)] 
Adds a pull of all images for the main image after the pruning

3 years agoFixes the untagged image deletion so it will not remove images which are referred...
Trenton Holmes [Sun, 31 Jul 2022 19:20:48 +0000 (12:20 -0700)] 
Fixes the untagged image deletion so it will not remove images which are referred to by a multi-arch manifest image

3 years agoChanges the cleanup images workflow so it uses a OAuth token with the correct scope...
Trenton Holmes [Tue, 26 Jul 2022 22:41:57 +0000 (15:41 -0700)] 
Changes the cleanup images workflow so it uses a OAuth token with the correct scope (GITHUB_TOKEN is not enough).  Also prevents running if the token is not defined and generally does commenting/cleanups"

3 years agoMerge pull request #1354 from paperless-ngx/bugfix-exception-chains
Quinn Casey [Wed, 3 Aug 2022 16:59:26 +0000 (09:59 -0700)] 
Merge pull request #1354 from paperless-ngx/bugfix-exception-chains

Bugfix: Chain exceptions during exception handling

3 years agoWhen raising an exception during exception handling, chain them together for slightly... 1354/head
Trenton Holmes [Wed, 3 Aug 2022 16:00:56 +0000 (09:00 -0700)] 
When raising an exception during exception handling, chain them together for slightly cleaner logs

3 years agoUpdate dev version string
shamoon [Tue, 2 Aug 2022 20:28:29 +0000 (13:28 -0700)] 
Update dev version string

[ci skip]

3 years agoRevert "Bump watchfiles from 0.15.0 to 0.16.1"
Trenton Holmes [Tue, 2 Aug 2022 17:57:53 +0000 (10:57 -0700)] 
Revert "Bump watchfiles from 0.15.0 to 0.16.1"

This reverts commit b596502f74b093bf4e4be1216ac837afb14702e1.

3 years agoBump watchfiles from 0.15.0 to 0.16.1
dependabot[bot] [Mon, 1 Aug 2022 02:14:48 +0000 (02:14 +0000)] 
Bump watchfiles from 0.15.0 to 0.16.1

Bumps [watchfiles](https://github.com/samuelcolvin/watchfiles) from 0.15.0 to 0.16.1.
- [Release notes](https://github.com/samuelcolvin/watchfiles/releases)
- [Commits](https://github.com/samuelcolvin/watchfiles/compare/v0.15.0...v0.16.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
3 years agoBump leonsteinhaeuser/project-beta-automations from 1.2.1 to 1.3.0
dependabot[bot] [Mon, 1 Aug 2022 20:09:26 +0000 (20:09 +0000)] 
Bump leonsteinhaeuser/project-beta-automations from 1.2.1 to 1.3.0

Bumps [leonsteinhaeuser/project-beta-automations](https://github.com/leonsteinhaeuser/project-beta-automations) from 1.2.1 to 1.3.0.
- [Release notes](https://github.com/leonsteinhaeuser/project-beta-automations/releases)
- [Commits](https://github.com/leonsteinhaeuser/project-beta-automations/compare/v1.2.1...v1.3.0)

---
updated-dependencies:
- dependency-name: leonsteinhaeuser/project-beta-automations
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
3 years agoBump tj-actions/changed-files from 23.1 to 24
dependabot[bot] [Mon, 1 Aug 2022 20:09:30 +0000 (20:09 +0000)] 
Bump tj-actions/changed-files from 23.1 to 24

Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 23.1 to 24.
- [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/v23.1...v24)

---
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 agoMerge pull request #1342 from paperless-ngx/dependabot/npm_and_yarn/src-ui/dev/cypres...
shamoon [Mon, 1 Aug 2022 22:49:45 +0000 (15:49 -0700)] 
Merge pull request #1342 from paperless-ngx/dependabot/npm_and_yarn/src-ui/dev/cypress-10.3.1

Bump cypress from 10.3.0 to 10.3.1 in /src-ui

3 years agoMerge pull request #1343 from paperless-ngx/dependabot/npm_and_yarn/src-ui/dev/ngx...
shamoon [Mon, 1 Aug 2022 20:59:15 +0000 (13:59 -0700)] 
Merge pull request #1343 from paperless-ngx/dependabot/npm_and_yarn/src-ui/dev/ngx-color-8.0.1

Bump ngx-color from 7.3.3 to 8.0.1 in /src-ui

3 years agoBump ngx-color from 7.3.3 to 8.0.1 in /src-ui 1343/head
dependabot[bot] [Mon, 1 Aug 2022 20:56:48 +0000 (20:56 +0000)] 
Bump ngx-color from 7.3.3 to 8.0.1 in /src-ui

Bumps [ngx-color](https://github.com/scttcper/ngx-color) from 7.3.3 to 8.0.1.
- [Release notes](https://github.com/scttcper/ngx-color/releases)
- [Commits](https://github.com/scttcper/ngx-color/compare/v7.3.3...v8.0.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
3 years agoMerge pull request #1330 from paperless-ngx/dependabot/npm_and_yarn/src-ui/dev/angula...
shamoon [Mon, 1 Aug 2022 20:55:41 +0000 (13:55 -0700)] 
Merge pull request #1330 from paperless-ngx/dependabot/npm_and_yarn/src-ui/dev/angular/cli-14.1.0

Bump @angular/cli from 14.0.4 to 14.1.0 in /src-ui

3 years agobump all angular packages together 1330/head
Michael Shamoon [Mon, 1 Aug 2022 20:54:09 +0000 (13:54 -0700)] 
bump all angular packages together

3 years agoBump @angular/cli from 14.0.4 to 14.1.0 in /src-ui
dependabot[bot] [Mon, 1 Aug 2022 20:46:55 +0000 (20:46 +0000)] 
Bump @angular/cli from 14.0.4 to 14.1.0 in /src-ui

Bumps [@angular/cli](https://github.com/angular/angular-cli) from 14.0.4 to 14.1.0.
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular-cli/compare/14.0.4...14.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
3 years agoBump cypress from 10.3.0 to 10.3.1 in /src-ui 1342/head
dependabot[bot] [Mon, 1 Aug 2022 20:46:27 +0000 (20:46 +0000)] 
Bump cypress from 10.3.0 to 10.3.1 in /src-ui

Bumps [cypress](https://github.com/cypress-io/cypress) from 10.3.0 to 10.3.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/v10.3.0...v10.3.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
3 years agoMerge pull request #1341 from paperless-ngx/dependabot/npm_and_yarn/src-ui/dev/types...
shamoon [Mon, 1 Aug 2022 20:45:09 +0000 (13:45 -0700)] 
Merge pull request #1341 from paperless-ngx/dependabot/npm_and_yarn/src-ui/dev/types/node-18.6.3

Bump @types/node from 18.0.0 to 18.6.3 in /src-ui

3 years agoBump @types/node from 18.0.0 to 18.6.3 in /src-ui 1341/head
dependabot[bot] [Mon, 1 Aug 2022 20:44:37 +0000 (20:44 +0000)] 
Bump @types/node from 18.0.0 to 18.6.3 in /src-ui

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.0.0 to 18.6.3.
- [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-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
3 years agoMerge pull request #1340 from paperless-ngx/dependabot/npm_and_yarn/src-ui/dev/jest...
shamoon [Mon, 1 Aug 2022 20:43:47 +0000 (13:43 -0700)] 
Merge pull request #1340 from paperless-ngx/dependabot/npm_and_yarn/src-ui/dev/jest-preset-angular-12.2.0

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

3 years agoBump jest-preset-angular from 12.1.0 to 12.2.0 in /src-ui 1340/head
dependabot[bot] [Mon, 1 Aug 2022 20:39:58 +0000 (20:39 +0000)] 
Bump jest-preset-angular from 12.1.0 to 12.2.0 in /src-ui

Bumps [jest-preset-angular](https://github.com/thymikee/jest-preset-angular) from 12.1.0 to 12.2.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.1.0...v12.2.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 #1326 from paperless-ngx/dependabot/npm_and_yarn/src-ui/dev/concur...
shamoon [Mon, 1 Aug 2022 20:38:44 +0000 (13:38 -0700)] 
Merge pull request #1326 from paperless-ngx/dependabot/npm_and_yarn/src-ui/dev/concurrently-7.3.0

Bump concurrently from 7.2.2 to 7.3.0 in /src-ui

3 years agoBump concurrently from 7.2.2 to 7.3.0 in /src-ui 1326/head
dependabot[bot] [Mon, 1 Aug 2022 20:38:16 +0000 (20:38 +0000)] 
Bump concurrently from 7.2.2 to 7.3.0 in /src-ui

Bumps [concurrently](https://github.com/open-cli-tools/concurrently) from 7.2.2 to 7.3.0.
- [Release notes](https://github.com/open-cli-tools/concurrently/releases)
- [Commits](https://github.com/open-cli-tools/concurrently/compare/v7.2.2...v7.3.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 agoMerge pull request #1337 from paperless-ngx/dependabot/npm_and_yarn/src-ui/dev/ng2...
shamoon [Mon, 1 Aug 2022 20:38:11 +0000 (13:38 -0700)] 
Merge pull request #1337 from paperless-ngx/dependabot/npm_and_yarn/src-ui/dev/ng2-pdf-viewer-9.1.0

Bump ng2-pdf-viewer from 9.0.0 to 9.1.0 in /src-ui

3 years agoBump ng2-pdf-viewer from 9.0.0 to 9.1.0 in /src-ui 1337/head
dependabot[bot] [Mon, 1 Aug 2022 20:37:34 +0000 (20:37 +0000)] 
Bump ng2-pdf-viewer from 9.0.0 to 9.1.0 in /src-ui

Bumps [ng2-pdf-viewer](https://github.com/VadimDez/ng2-pdf-viewer) from 9.0.0 to 9.1.0.
- [Release notes](https://github.com/VadimDez/ng2-pdf-viewer/releases)
- [Changelog](https://github.com/VadimDez/ng2-pdf-viewer/blob/master/CHANGELOG.md)
- [Commits](https://github.com/VadimDez/ng2-pdf-viewer/compare/9.0.0...9.1.0)

---
updated-dependencies:
- dependency-name: ng2-pdf-viewer
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
3 years agoMerge pull request #1336 from paperless-ngx/dependabot/npm_and_yarn/src-ui/dev/jest...
shamoon [Mon, 1 Aug 2022 20:36:22 +0000 (13:36 -0700)] 
Merge pull request #1336 from paperless-ngx/dependabot/npm_and_yarn/src-ui/dev/jest-environment-jsdom-28.1.3

Bump jest-environment-jsdom from 28.1.2 to 28.1.3 in /src-ui

3 years agoBump jest-environment-jsdom from 28.1.2 to 28.1.3 in /src-ui 1336/head
dependabot[bot] [Mon, 1 Aug 2022 20:35:56 +0000 (20:35 +0000)] 
Bump jest-environment-jsdom from 28.1.2 to 28.1.3 in /src-ui

Bumps [jest-environment-jsdom](https://github.com/facebook/jest/tree/HEAD/packages/jest-environment-jsdom) from 28.1.2 to 28.1.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.1.3/packages/jest-environment-jsdom)

---
updated-dependencies:
- dependency-name: jest-environment-jsdom
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
3 years agoMerge pull request #1331 from paperless-ngx/dependabot/npm_and_yarn/src-ui/dev/ngx...
shamoon [Mon, 1 Aug 2022 20:35:04 +0000 (13:35 -0700)] 
Merge pull request #1331 from paperless-ngx/dependabot/npm_and_yarn/src-ui/dev/ngx-file-drop-14.0.1

Bump ngx-file-drop from 13.0.0 to 14.0.1 in /src-ui

3 years agoMerge pull request #1333 from paperless-ngx/dependabot/npm_and_yarn/src-ui/dev/jest...
shamoon [Mon, 1 Aug 2022 20:29:31 +0000 (13:29 -0700)] 
Merge pull request #1333 from paperless-ngx/dependabot/npm_and_yarn/src-ui/dev/jest-and-types/jest-28.1.3

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

3 years agoBump jest and @types/jest in /src-ui 1333/head
dependabot[bot] [Mon, 1 Aug 2022 20:25:09 +0000 (20:25 +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.2 to 28.1.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.1.3/packages/jest)

Updates `@types/jest` from 28.1.4 to 28.1.6
- [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-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
3 years agoMerge pull request #1327 from paperless-ngx/dependabot/npm_and_yarn/src-ui/dev/bootst...
shamoon [Mon, 1 Aug 2022 20:21:46 +0000 (13:21 -0700)] 
Merge pull request #1327 from paperless-ngx/dependabot/npm_and_yarn/src-ui/dev/bootstrap-5.2.0

Bump bootstrap from 5.1.3 to 5.2.0 in /src-ui

3 years agoBump ngx-file-drop from 13.0.0 to 14.0.1 in /src-ui 1331/head
dependabot[bot] [Mon, 1 Aug 2022 20:19:33 +0000 (20:19 +0000)] 
Bump ngx-file-drop from 13.0.0 to 14.0.1 in /src-ui

Bumps [ngx-file-drop](https://github.com/georgipeltekov/ngx-file-drop) from 13.0.0 to 14.0.1.
- [Release notes](https://github.com/georgipeltekov/ngx-file-drop/releases)
- [Changelog](https://github.com/georgipeltekov/ngx-file-drop/blob/master/CHANGELOG.md)
- [Commits](https://github.com/georgipeltekov/ngx-file-drop/compare/v13.0.0...v14.0.1)

---
updated-dependencies:
- dependency-name: ngx-file-drop
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
3 years agoMerge pull request #1324 from paperless-ngx/dependabot/npm_and_yarn/src-ui/dev/typesc...
shamoon [Mon, 1 Aug 2022 20:18:12 +0000 (13:18 -0700)] 
Merge pull request #1324 from paperless-ngx/dependabot/npm_and_yarn/src-ui/dev/typescript-4.7.4

Bump typescript from 4.6.4 to 4.7.4 in /src-ui

3 years agoBump typescript from 4.6.4 to 4.7.4 in /src-ui 1324/head
dependabot[bot] [Mon, 1 Aug 2022 20:15:13 +0000 (20:15 +0000)] 
Bump typescript from 4.6.4 to 4.7.4 in /src-ui

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.6.4 to 4.7.4.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.6.4...v4.7.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
3 years agoMerge pull request #1325 from paperless-ngx/dependabot/npm_and_yarn/src-ui/dev/ts...
shamoon [Mon, 1 Aug 2022 20:13:49 +0000 (13:13 -0700)] 
Merge pull request #1325 from paperless-ngx/dependabot/npm_and_yarn/src-ui/dev/ts-node-10.9.1

Bump ts-node from 10.8.1 to 10.9.1 in /src-ui

3 years agoMerge pull request #1323 from paperless-ngx/dependabot/npm_and_yarn/src-ui/dev/rxjs...
shamoon [Mon, 1 Aug 2022 20:12:06 +0000 (13:12 -0700)] 
Merge pull request #1323 from paperless-ngx/dependabot/npm_and_yarn/src-ui/dev/rxjs-7.5.6

Bump rxjs from 7.5.5 to 7.5.6 in /src-ui

3 years agoBump bootstrap from 5.1.3 to 5.2.0 in /src-ui 1327/head
dependabot[bot] [Mon, 1 Aug 2022 20:09:16 +0000 (20:09 +0000)] 
Bump bootstrap from 5.1.3 to 5.2.0 in /src-ui

Bumps [bootstrap](https://github.com/twbs/bootstrap) from 5.1.3 to 5.2.0.
- [Release notes](https://github.com/twbs/bootstrap/releases)
- [Commits](https://github.com/twbs/bootstrap/compare/v5.1.3...v5.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
3 years agoBump ts-node from 10.8.1 to 10.9.1 in /src-ui 1325/head
dependabot[bot] [Mon, 1 Aug 2022 20:08:43 +0000 (20:08 +0000)] 
Bump ts-node from 10.8.1 to 10.9.1 in /src-ui

Bumps [ts-node](https://github.com/TypeStrong/ts-node) from 10.8.1 to 10.9.1.
- [Release notes](https://github.com/TypeStrong/ts-node/releases)
- [Commits](https://github.com/TypeStrong/ts-node/compare/v10.8.1...v10.9.1)

---
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 agoBump rxjs from 7.5.5 to 7.5.6 in /src-ui 1323/head
dependabot[bot] [Mon, 1 Aug 2022 20:08:06 +0000 (20:08 +0000)] 
Bump rxjs from 7.5.5 to 7.5.6 in /src-ui

Bumps [rxjs](https://github.com/reactivex/rxjs) from 7.5.5 to 7.5.6.
- [Release notes](https://github.com/reactivex/rxjs/releases)
- [Changelog](https://github.com/ReactiveX/rxjs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/reactivex/rxjs/compare/7.5.5...7.5.6)

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

Signed-off-by: dependabot[bot] <support@github.com>
3 years agoMerge pull request #1305 from paperless-ngx/fix/1299+1300
Quinn Casey [Mon, 1 Aug 2022 03:40:48 +0000 (20:40 -0700)] 
Merge pull request #1305 from paperless-ngx/fix/1299+1300

Fix: missing tooltip translation & filter editor wrapping

3 years agoBetter filter editor wrapping across display sizes 1305/head
Michael Shamoon [Fri, 29 Jul 2022 21:43:49 +0000 (14:43 -0700)] 
Better filter editor wrapping across display sizes

Closes #1299

3 years agoMerge pull request #1316 from paperless-ngx/feature-docker-pipenv
Quinn Casey [Mon, 1 Aug 2022 01:46:59 +0000 (18:46 -0700)] 
Merge pull request #1316 from paperless-ngx/feature-docker-pipenv

Feature: Remove requirements.txt and use pipenv everywhere

3 years agoChanges the Dockerfile to use pipenv and the releases to use pipenv, removing the... 1316/head
Trenton Holmes [Wed, 20 Jul 2022 16:44:12 +0000 (09:44 -0700)] 
Changes the Dockerfile to use pipenv and the releases to use pipenv, removing the need for a requirements.txt

3 years agoMerge branch 'main' into dev
Quinn Casey [Sat, 30 Jul 2022 15:41:36 +0000 (08:41 -0700)] 
Merge branch 'main' into dev

3 years agoFix "suggest an idea" not using translation
Michael Shamoon [Fri, 29 Jul 2022 21:24:37 +0000 (14:24 -0700)] 
Fix "suggest an idea" not using translation

Closes #1300

3 years agoMerge pull request #1303 from paperless-ngx/bugfix-barcode-and-dirs
Quinn Casey [Fri, 29 Jul 2022 19:25:40 +0000 (12:25 -0700)] 
Merge pull request #1303 from paperless-ngx/bugfix-barcode-and-dirs

Bugfix: Interaction between barcode and directories as tags

3 years agoFixes issue where barcode containing files wouldn't be placed into the same directory... 1303/head
Trenton Holmes [Fri, 29 Jul 2022 17:22:54 +0000 (10:22 -0700)] 
Fixes issue where barcode containing files wouldn't be placed into the same directory after splitting

3 years agoRun prettier over changelog.md
Michael Shamoon [Fri, 29 Jul 2022 03:00:59 +0000 (20:00 -0700)] 
Run prettier over changelog.md

[ci skip]

3 years ago[Documentation] Add v1.8.0 changelog (#1298)
github-actions[bot] [Fri, 29 Jul 2022 02:52:13 +0000 (19:52 -0700)] 
[Documentation] Add v1.8.0 changelog (#1298)

* Changelog  - GHA

* Update changelog.md

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
3 years agoRevert "Update changelog.md"
Michael Shamoon [Thu, 28 Jul 2022 22:41:39 +0000 (15:41 -0700)] 
Revert "Update changelog.md"

This reverts commit 3a031084f3f9542458c872daf66cea14fd7948de.

3 years agoAdd -dev to version string
Michael Shamoon [Thu, 28 Jul 2022 22:36:55 +0000 (15:36 -0700)] 
Add -dev to version string

3 years agoSquashed commit of the following:
Michael Shamoon [Thu, 28 Jul 2022 22:36:24 +0000 (15:36 -0700)] 
Squashed commit of the following:

commit a4709b1175f730a3091907040b4d60b72e1f4cd1
Author: Michael Shamoon <4887959+shamoon@users.noreply.github.com>
Date:   Thu Jul 28 15:36:13 2022 -0700

    Update stale.yml

    [skip ci]

commit 3a031084f3f9542458c872daf66cea14fd7948de
Author: Michael Shamoon <4887959+shamoon@users.noreply.github.com>
Date:   Thu Jul 28 15:24:23 2022 -0700

    Update changelog.md

commit 0c517e535146dc1ada8f8fa83a591e260b236ec6
Author: Michael Shamoon <4887959+shamoon@users.noreply.github.com>
Date:   Thu Jul 28 15:18:49 2022 -0700

    v1.8.0 version strings

commit 5fe435048bc6eb77f9473afc11588427846456ab
Merge: 278cedf3 a722bfd0
Author: shamoon <4887959+shamoon@users.noreply.github.com>
Date:   Thu Jul 28 15:17:30 2022 -0700

    Merge pull request #1240 from paperless-ngx/beta

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

commit a722bfd09994c1adb820aa41460024fbbf8ad08c
Author: Paperless-ngx Translation Bot [bot] <99855517+paperless-l10n@users.noreply.github.com>
Date:   Thu Jul 28 07:46:12 2022 -0700

    New Crowdin updates (#1291)

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

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

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

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

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

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

commit f3d99a5fdbc9362721e821f85944c906d33c97df
Merge: ca334770 79de0989
Author: shamoon <4887959+shamoon@users.noreply.github.com>
Date:   Tue Jul 26 11:21:42 2022 -0700

    Merge pull request #1277 from paperless-ngx/fix/redo-ocr-button-on-edit

    Fix/feature: add redo ocr button to document edit view

commit 79de0989d544f16394f24a99d520aef4232e5184
Author: Michael Shamoon <4887959+shamoon@users.noreply.github.com>
Date:   Tue Jul 26 09:54:05 2022 -0700

    fix button icon spacing on mobile

commit ca334770b705de3907c4396441b0d93bfd6c05da
Author: Paperless-ngx Translation Bot [bot] <99855517+paperless-l10n@users.noreply.github.com>
Date:   Tue Jul 26 09:45:21 2022 -0700

    New Crowdin updates (#1242)

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

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

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

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

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

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

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

commit 10713575059044abab24ba94cc2429d87528775e
Merge: f32dfe02 ef790ca6
Author: shamoon <4887959+shamoon@users.noreply.github.com>
Date:   Tue Jul 26 09:44:42 2022 -0700

    Merge pull request #1268 from paperless-ngx/bugfix-db-locked

    Bugfix: Adds configuration for database timeout, fixing database locked error

commit f32dfe0278c4af1ba93d6f0c4756e30f5183daa6
Merge: 611707a3 4e78ca5d
Author: shamoon <4887959+shamoon@users.noreply.github.com>
Date:   Mon Jul 25 12:59:31 2022 -0700

    Merge pull request #1261 from paperless-ngx/fix/b1.8.0-ng-select-dropdowns

    Fix: dropdown selected items not visible again

commit 278cedf3d01628ae7f1776f49f5cf48274a09b4c
Merge: b141671d ecc4553e
Author: shamoon <4887959+shamoon@users.noreply.github.com>
Date:   Mon Jul 25 09:25:52 2022 -0700

    Merge pull request #1272 from paperless-ngx/fix-1263

    Documentation: fix occasional code block color legibility

commit 45a6b5a43676d8e62b09c37594e01ad98c432fba
Author: Michael Shamoon <4887959+shamoon@users.noreply.github.com>
Date:   Sun Jul 24 20:15:26 2022 -0700

    Add redo OCR button to document edit

commit 611707a3d177836bd586b0fe667a71883cf7ff92
Merge: 2d88638d b4d20d9b
Author: shamoon <4887959+shamoon@users.noreply.github.com>
Date:   Sun Jul 24 19:59:30 2022 -0700

    Merge pull request #1276 from paperless-ngx/bugfix-webp-import

    Bugfix: Document import doesn't convert thumbnails to WebP

commit b4d20d9b9a4f1ff3cb90945dbbcf321e6f84c6ea
Author: Trenton Holmes <holmes.trenton@gmail.com>
Date:   Sun Jul 24 10:22:53 2022 -0700

    Fixes document import copying PNG files to .webp extensions without actual conversion

commit ecc4553e673440d18f68d88c8579ef4f53f4dc80
Author: Michael Shamoon <4887959+shamoon@users.noreply.github.com>
Date:   Fri Jul 22 15:10:33 2022 -0700

    fix occasional code block color legibility

commit ef790ca6f4336095610a3fca2a4ad6507c26455e
Author: Trenton Holmes <holmes.trenton@gmail.com>
Date:   Fri Jul 22 11:08:52 2022 -0700

    Fixes the copy and paste of the log line

commit 2d88638da7e144413085f29c2e9ba714648b9d69
Merge: 0e2e5f34 91ba0bd0
Author: shamoon <4887959+shamoon@users.noreply.github.com>
Date:   Fri Jul 22 10:45:53 2022 -0700

    Merge pull request #1269 from paperless-ngx/beta-deps-final

    Chore: Locks dependencies to the final versions for the beta

commit 91ba0bd0af089e59157305ea23331c8b86bd8644
Author: Trenton Holmes <holmes.trenton@gmail.com>
Date:   Fri Jul 22 08:53:02 2022 -0700

    Locks dependencies to the final versions for the beta

commit 0e2e5f3413ba265ac209ec9e755702671e47f30a
Author: Trenton Holmes <holmes.trenton@gmail.com>
Date:   Tue Jul 19 13:57:00 2022 -0700

    Creates utiliy to ensure all paths in settings are normalized and absolute

commit 7a99dcf69309a464648db39e59498a97715238c4
Author: Trenton Holmes <holmes.trenton@gmail.com>
Date:   Thu Jul 21 08:02:11 2022 -0700

    Adds configuration for database timeout, documentation and troubleshotting suggestion

commit 4e78ca5d82cb9b047639d92e0692436434d3a556
Author: Michael Shamoon <4887959+shamoon@users.noreply.github.com>
Date:   Wed Jul 20 11:15:35 2022 -0700

    remove merge error ng-select css

commit 83de38e56f5019fe506c52dbae1f9f5b6e81afc4
Merge: f4be2e4f b1b6d50a
Author: shamoon <4887959+shamoon@users.noreply.github.com>
Date:   Wed Jul 20 08:26:12 2022 -0700

    Merge pull request #1247 from paperless-ngx/bugfix-pikepdf-ocrmypdf-warnings

    Bugfix: Adds pngquant and jbig2dec to Docker image

commit f4be2e4fe77f8340b1b2dffa29b0ad609bfca86a
Merge: 4444925d 16b0f7f9
Author: Quinn Casey <quinn@quinncasey.com>
Date:   Tue Jul 19 21:03:16 2022 -0700

    Merge pull request #1259 from paperless-ngx/chore-add-ci-hadolint

    Chore: Add Hadolint job to CI

commit 16b0f7f9ee96a5fdf3c1c989dba0db9279bc907c
Author: Trenton Holmes <holmes.trenton@gmail.com>
Date:   Tue Jul 19 14:18:47 2022 -0700

    Removes a Dockerfile I can't find referenced anywhere

commit 27721aef71529e133487294e79585bc2c8f6f451
Author: Trenton Holmes <holmes.trenton@gmail.com>
Date:   Tue Jul 19 14:01:47 2022 -0700

    Fixes and updates the Hadolint action version

commit 329a317fdf04ce905b9e3bfcbefb7e3a21f04659
Author: Trenton Holmes <holmes.trenton@gmail.com>
Date:   Tue Jul 19 13:54:33 2022 -0700

    Configure Hadolint in a single location for both hooks and CI

commit daad634894831b410b9348587ffdde389bf72ae2
Author: Trenton Holmes <holmes.trenton@gmail.com>
Date:   Fri Jul 15 13:45:23 2022 -0700

    Adds a CI job for hadolint over all the Dockerfiles, fixes the minor thing it complained about

commit 4444925dea6ebac6a972cb94076bc08c15ab94c2
Merge: 4c697ab5 9c1ae96d
Author: shamoon <4887959+shamoon@users.noreply.github.com>
Date:   Mon Jul 18 15:55:29 2022 -0700

    Merge pull request #1249 from paperless-ngx/fix-generated-changelog

    [CI] Fix automatic changelog generation on release

commit 9c1ae96d336b499355cb5053516a36daa60983a0
Author: Quinn Casey <quinn@quinncasey.com>
Date:   Mon Jul 18 09:48:03 2022 -0700

    Create PR for changelog instead of direct commit

commit b1b6d50af602f2d52a2557fb921f36367e9be38c
Author: Trenton Holmes <holmes.trenton@gmail.com>
Date:   Mon Jul 18 09:46:31 2022 -0700

    Adds a couple packages to the Docker image for ocrmypdf and pikepdf

commit 4c697ab50e3a4ecc92291659c9ca93921421d61d
Author: Quinn Casey <quinn@quinncasey.com>
Date:   Sun Jul 17 15:23:28 2022 -0700

    Bump version to beta

commit b141671d908204dc05d1fdf3c5cad1f325f3e7a3
Merge: 48dfbbeb 2ab2d912
Author: Quinn Casey <quinn@quinncasey.com>
Date:   Sun Jul 17 13:18:57 2022 -0700

    Merge pull request #1237 from tooomm/patch-1

    chore: Run stale bot only on certain labels

commit 2ab2d9127df146910130591b541258c3bb6cd4c4
Author: shamoon <4887959+shamoon@users.noreply.github.com>
Date:   Fri Jul 15 20:19:28 2022 -0700

    Use cant-reproduce for stale

commit 278453451ec49366f993a7b9cce22a3dcaab5f1d
Author: tooomm <tooomm@users.noreply.github.com>
Date:   Fri Jul 15 21:18:38 2022 +0200

    only run on certain labels

commit 48dfbbebc654464026b0137c635262073c417292
Merge: 8efb97ef e568b300
Author: shamoon <4887959+shamoon@users.noreply.github.com>
Date:   Sun Jul 3 07:42:20 2022 -0700

    Merge pull request #1110 from paperless-ngx/update-issue-form

commit 8efb97ef4ebfad8690c32ac9e4ae0b328b1c13e1
Author: shamoon <4887959+shamoon@users.noreply.github.com>
Date:   Sat Jul 2 19:06:32 2022 -0700

    Update stale.yml

    [ci skip]

commit d8cda7fc1b878c43ae10733f6b807c13d50239e9
Author: shamoon <4887959+shamoon@users.noreply.github.com>
Date:   Sat Jul 2 17:51:39 2022 -0700

    Use any-of-labels for stalebot

    [ci skip]

commit 68f0cf419b54b2487647db84941dfb9233e54580
Merge: 666b9385 26b12512
Author: Felix E <felix@eckhofer.com>
Date:   Mon Jun 20 14:25:59 2022 +0200

    Merge pull request #1148 from pReya/patch-1

    fix: update scanner capability

commit 26b12512b1fd25dba7e1180bcf1dbf70b66b8dba
Author: Moritz Stückler <moritz.stueckler@gmail.com>
Date:   Mon Jun 20 12:06:54 2022 +0200

    fix: update scanner capability

    The Brother ADS-A1700W does indeed support SFTP. I've just bought it, and set it up like this.

commit e568b3000e9304c1aa1febfd6ab6749fc59e09a3
Author: shamoon <4887959+shamoon@users.noreply.github.com>
Date:   Tue Jun 7 15:28:49 2022 -0700

    Add lsio to issue form

commit 666b938550963d136a4f2274cafc0d8d14993761
Merge: de5eaf1c 163231d3
Author: Quinn Casey <quinn@quinncasey.com>
Date:   Thu May 19 17:23:23 2022 -0700

    Merge pull request #990 from tooomm/patch-2

    Docs: Fix headings and add links to PRs in changelog

commit 163231d3076562da4079a13842b5e13cd7470611
Author: tooomm <tooomm@users.noreply.github.com>
Date:   Thu May 19 23:12:40 2022 +0200

    Link issues, capitalization and minor fixes

commit e530750fc6e405bf3a37981d9da8dbb0d33c840a
Author: tooomm <tooomm@users.noreply.github.com>
Date:   Thu May 19 22:05:43 2022 +0200

    update heading levels for v1.7.0

3 years agoUpdate stale.yml
Michael Shamoon [Thu, 28 Jul 2022 22:36:13 +0000 (15:36 -0700)] 
Update stale.yml

[skip ci]

3 years agoUpdate changelog.md
Michael Shamoon [Thu, 28 Jul 2022 22:24:23 +0000 (15:24 -0700)] 
Update changelog.md

3 years agov1.8.0 version strings v1.8.0
Michael Shamoon [Thu, 28 Jul 2022 22:18:49 +0000 (15:18 -0700)] 
v1.8.0 version strings

3 years agoMerge pull request #1240 from paperless-ngx/beta
shamoon [Thu, 28 Jul 2022 22:17:30 +0000 (15:17 -0700)] 
Merge pull request #1240 from paperless-ngx/beta

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

3 years agoNew Crowdin updates (#1291) 1240/head
Paperless-ngx Translation Bot [bot] [Thu, 28 Jul 2022 14:46:12 +0000 (07:46 -0700)] 
New Crowdin updates (#1291)

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

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

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

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

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

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

3 years agoMerge pull request #1277 from paperless-ngx/fix/redo-ocr-button-on-edit
shamoon [Tue, 26 Jul 2022 18:21:42 +0000 (11:21 -0700)] 
Merge pull request #1277 from paperless-ngx/fix/redo-ocr-button-on-edit

Fix/feature: add redo ocr button to document edit view

3 years agofix button icon spacing on mobile 1277/head
Michael Shamoon [Tue, 26 Jul 2022 16:54:05 +0000 (09:54 -0700)] 
fix button icon spacing on mobile

3 years agoNew Crowdin updates (#1242)
Paperless-ngx Translation Bot [bot] [Tue, 26 Jul 2022 16:45:21 +0000 (09:45 -0700)] 
New Crowdin updates (#1242)

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

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

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

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

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

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

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

3 years agoMerge pull request #1268 from paperless-ngx/bugfix-db-locked
shamoon [Tue, 26 Jul 2022 16:44:42 +0000 (09:44 -0700)] 
Merge pull request #1268 from paperless-ngx/bugfix-db-locked

Bugfix: Adds configuration for database timeout, fixing database locked error

3 years agoMerge pull request #1261 from paperless-ngx/fix/b1.8.0-ng-select-dropdowns
shamoon [Mon, 25 Jul 2022 19:59:31 +0000 (12:59 -0700)] 
Merge pull request #1261 from paperless-ngx/fix/b1.8.0-ng-select-dropdowns

Fix: dropdown selected items not visible again

3 years agoMerge pull request #1272 from paperless-ngx/fix-1263
shamoon [Mon, 25 Jul 2022 16:25:52 +0000 (09:25 -0700)] 
Merge pull request #1272 from paperless-ngx/fix-1263

Documentation: fix occasional code block color legibility

3 years agoAdd redo OCR button to document edit
Michael Shamoon [Mon, 25 Jul 2022 03:15:26 +0000 (20:15 -0700)] 
Add redo OCR button to document edit

3 years agoMerge pull request #1276 from paperless-ngx/bugfix-webp-import
shamoon [Mon, 25 Jul 2022 02:59:30 +0000 (19:59 -0700)] 
Merge pull request #1276 from paperless-ngx/bugfix-webp-import

Bugfix: Document import doesn't convert thumbnails to WebP

3 years agoFixes document import copying PNG files to .webp extensions without actual conversion 1276/head
Trenton Holmes [Sun, 24 Jul 2022 17:22:53 +0000 (10:22 -0700)] 
Fixes document import copying PNG files to .webp extensions without actual conversion