]>
git.ipfire.org Git - thirdparty/paperless-ngx.git/log
Quinn Casey [Thu, 25 Aug 2022 15:36:48 +0000 (08:36 -0700)]
Fix minor duplicate/incorrect conf key
shamoon [Thu, 25 Aug 2022 15:33:40 +0000 (08:33 -0700)]
Merge pull request #1297 from paperless-ngx/dependabot/pip/dev/sphinx-5.1.1
Bump sphinx from 5.0.2 to 5.1.1
shamoon [Thu, 25 Aug 2022 15:16:47 +0000 (08:16 -0700)]
Merge pull request #1421 from paperless-ngx/feature-consumer-event-driven
Feature: Event driven consumer
Quinn Casey [Thu, 25 Aug 2022 13:23:10 +0000 (06:23 -0700)]
Merge pull request #1442 from paperless-ngx/fix/skip-archive-still-archiving
Bugfix: Fixes the creation of an archive file, even if noarchive was specified
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
Trenton Holmes [Sat, 20 Aug 2022 20:47:56 +0000 (13:47 -0700)]
Fixes the creation of an archive file, even if noarchive was specified
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.
Trenton Holmes [Wed, 10 Aug 2022 01:20:47 +0000 (18:20 -0700)]
Corrects the timeout's interaction with files waiting to be consumed
Trenton Holmes [Tue, 9 Aug 2022 21:20:30 +0000 (14:20 -0700)]
Attempts to make production consumer more event driven while still allowing unit testing
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>