]>
git.ipfire.org Git - thirdparty/paperless-ngx.git/log
dependabot[bot] [Mon, 22 Aug 2022 12:37:59 +0000 (12:37 +0000)]
Bump sphinx from 5.0.2 to 5.1.1
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 5.0.2 to 5.1.1.
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/5.x/CHANGES)
- [Commits](https://github.com/sphinx-doc/sphinx/compare/v5.0.2...v5.1.1)
---
updated-dependencies:
- dependency-name: sphinx
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
shamoon [Mon, 22 Aug 2022 03:07:06 +0000 (20:07 -0700)]
Merge pull request #1446 from paperless-ngx/feature-storage-path-rematch
Feature: Adds storage paths to re-tagger command
shamoon [Mon, 22 Aug 2022 03:05:25 +0000 (20:05 -0700)]
Merge pull request #1440 from GwynHannay/feature-orig-filename-metadata
Feature: Preserve original filename in metadata
Quinn Casey [Mon, 22 Aug 2022 01:45:58 +0000 (18:45 -0700)]
Merge pull request #1445 from paperless-ngx/library-deps-update
Chore: Bump Python dependencies
Trenton Holmes [Mon, 22 Aug 2022 00:54:05 +0000 (17:54 -0700)]
Adds the storage paths to the re-tagger command
Trenton Holmes [Sun, 21 Aug 2022 23:16:28 +0000 (16:16 -0700)]
Also provide the original file name to the post consumption script
Trenton Holmes [Sun, 21 Aug 2022 15:34:40 +0000 (08:34 -0700)]
Bumps all library versions which are currently working
Michael Shamoon [Sun, 21 Aug 2022 15:06:56 +0000 (08:06 -0700)]
Add original filename to frontend doc detail metadata
Gwyn Hannay [Sat, 30 Jul 2022 03:32:07 +0000 (20:32 -0700)]
format code
Gwyn Hannay [Mon, 25 Jul 2022 06:40:43 +0000 (14:40 +0800)]
create migration for original filename
Gwyn Hannay [Sat, 18 Jun 2022 00:10:22 +0000 (08:10 +0800)]
update files and model to include new field
Stefan [Fri, 19 Aug 2022 08:38:16 +0000 (10:38 +0200)]
adapt test to respect gmail_label keyword
Stefan [Fri, 19 Aug 2022 08:36:05 +0000 (10:36 +0200)]
fix debug output
Stefan [Thu, 18 Aug 2022 12:09:06 +0000 (14:09 +0200)]
Ignore tagged emails from gmail to avoid duplicated documents.
Stefan [Thu, 18 Aug 2022 11:02:33 +0000 (13:02 +0200)]
add test for gmail account tag handling
Stefan [Wed, 17 Aug 2022 09:34:21 +0000 (11:34 +0200)]
fix mail tests
Stefan [Wed, 17 Aug 2022 09:18:48 +0000 (11:18 +0200)]
fix formatting
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
Quinn Casey [Thu, 18 Aug 2022 15:03:19 +0000 (08:03 -0700)]
Merge pull request #1436 from tribut/redis-image
Update redis image
Felix Eckhofer [Thu, 18 Aug 2022 09:32:44 +0000 (11:32 +0200)]
Use redis image tag :7
Dennis Gaida [Mon, 15 Aug 2022 21:18:53 +0000 (23:18 +0200)]
remove redis URL from log
Dennis Gaida [Sat, 13 Aug 2022 11:09:02 +0000 (13:09 +0200)]
Hide credentials from log
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.
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
Trenton Holmes [Sun, 14 Aug 2022 20:29:29 +0000 (13:29 -0700)]
Resets to a last known working pipenv version
Michael Shamoon [Sat, 13 Aug 2022 14:13:51 +0000 (07:13 -0700)]
`created_date` is not supposed to be required
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
Trenton Holmes [Wed, 10 Aug 2022 15:24:12 +0000 (08:24 -0700)]
Updates some deps, skipping scipy
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
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
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
Michael Shamoon [Mon, 8 Aug 2022 07:05:19 +0000 (00:05 -0700)]
fix navigation to /documents breaks history
Michael Shamoon [Mon, 8 Aug 2022 07:03:15 +0000 (00:03 -0700)]
fix pagination, refactor
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
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
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
Michael Shamoon [Sun, 7 Aug 2022 03:49:00 +0000 (20:49 -0700)]
Fix some date pasting cases
Michael Shamoon [Sun, 7 Aug 2022 02:30:39 +0000 (19:30 -0700)]
Fix browser unsaved changes with custom guard
Michael Shamoon [Sat, 6 Aug 2022 06:35:13 +0000 (23:35 -0700)]
Handle page parameter on saved views
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
Trenton Holmes [Thu, 4 Aug 2022 14:34:36 +0000 (07:34 -0700)]
Removes no longer needed files
Trenton Holmes [Thu, 4 Aug 2022 14:43:23 +0000 (07:43 -0700)]
Allows the webserver binding address to be configured via the environment
Trenton Holmes [Wed, 3 Aug 2022 20:26:04 +0000 (13:26 -0700)]
Fixes minor linting
Trenton Holmes [Wed, 3 Aug 2022 20:20:02 +0000 (13:20 -0700)]
Test pre-commit action
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
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
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"
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
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
shamoon [Tue, 2 Aug 2022 20:28:29 +0000 (13:28 -0700)]
Update dev version string
[ci skip]
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 .
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>
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>
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>
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
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
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>
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
Michael Shamoon [Mon, 1 Aug 2022 20:54:09 +0000 (13:54 -0700)]
bump all angular packages together
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>
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>
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
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>
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
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>
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
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>
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
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>
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
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>
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
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
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>
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
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>
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
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>
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
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
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>
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>
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>
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
Michael Shamoon [Fri, 29 Jul 2022 21:43:49 +0000 (14:43 -0700)]
Better filter editor wrapping across display sizes
Closes #1299
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
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
Quinn Casey [Sat, 30 Jul 2022 15:41:36 +0000 (08:41 -0700)]
Merge branch 'main' into dev
Michael Shamoon [Fri, 29 Jul 2022 21:24:37 +0000 (14:24 -0700)]
Fix "suggest an idea" not using translation
Closes #1300
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
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
Michael Shamoon [Fri, 29 Jul 2022 03:00:59 +0000 (20:00 -0700)]
Run prettier over changelog.md
[ci skip]
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>
Michael Shamoon [Thu, 28 Jul 2022 22:41:39 +0000 (15:41 -0700)]
Revert "Update changelog.md"
This reverts commit
3a031084f3f9542458c872daf66cea14fd7948de .
Michael Shamoon [Thu, 28 Jul 2022 22:36:55 +0000 (15:36 -0700)]
Add -dev to version string
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
Michael Shamoon [Thu, 28 Jul 2022 22:36:13 +0000 (15:36 -0700)]
Update stale.yml
[skip ci]
Michael Shamoon [Thu, 28 Jul 2022 22:24:23 +0000 (15:24 -0700)]
Update changelog.md
Michael Shamoon [Thu, 28 Jul 2022 22:18:49 +0000 (15:18 -0700)]
v1.8.0 version strings
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