]>
git.ipfire.org Git - thirdparty/paperless-ngx.git/log
Johannes Plunien [Tue, 20 Jun 2023 18:23:52 +0000 (20:23 +0200)]
Add test for not moving default thumbnail
See also #3632 and #3631
Johannes Plunien [Tue, 20 Jun 2023 06:56:27 +0000 (08:56 +0200)]
Copy default thumbnail if thumbnail generation fails
Fix #3631
shamoon [Tue, 20 Jun 2023 18:00:44 +0000 (11:00 -0700)]
Merge pull request #3641 from paperless-ngx/update-stale-labels
Chore: include 'not a bug' for stale action
Trenton H [Tue, 20 Jun 2023 14:49:13 +0000 (07:49 -0700)]
Explicitly set some environment for each supervised program, as it is not updated by supervisord
shamoon [Tue, 20 Jun 2023 17:53:05 +0000 (10:53 -0700)]
Include 'not a bug' for stale action
Trenton H [Tue, 20 Jun 2023 16:36:31 +0000 (09:36 -0700)]
Updates the default Postgres to 15 for new installs
Trenton H [Tue, 20 Jun 2023 15:20:04 +0000 (08:20 -0700)]
Updates the stale timing and close timing
Trenton H [Tue, 20 Jun 2023 15:05:03 +0000 (08:05 -0700)]
When starting with an external DB, start it for a bit first to allow its setup to complete
Trenton H [Mon, 19 Jun 2023 16:39:50 +0000 (09:39 -0700)]
Resets -dev version string
Trenton H [Mon, 19 Jun 2023 16:07:11 +0000 (09:07 -0700)]
Bumps the version to v1.16.2
Trenton H [Mon, 19 Jun 2023 16:01:15 +0000 (09:01 -0700)]
Merge remote-tracking branch 'origin/dev'
Trenton H [Mon, 19 Jun 2023 15:21:10 +0000 (08:21 -0700)]
Updates the httpx timeout to be 30s for all operations
Trenton Holmes [Sun, 18 Jun 2023 16:46:49 +0000 (09:46 -0700)]
Bumps our locked pipenv version for CI and Docker image builds
Trenton Holmes [Sun, 18 Jun 2023 16:40:14 +0000 (09:40 -0700)]
Sets the retention days for all uploaded artifacts to be 7 days after upload
Trenton Holmes [Sun, 18 Jun 2023 14:04:53 +0000 (07:04 -0700)]
Adds better error handling/checking around getting content of a document via Tika
Signed-off-by: Trenton Holmes <797416+stumpylog@users.noreply.github.com>
Daniel Dietzler [Sun, 18 Jun 2023 04:47:52 +0000 (06:47 +0200)]
Feature: separate save / save & close buttons (#3575)
* Add setting to decide whether the edit dialog should automatically close on save
* Add the actual button to the ui
* Revert "Add the actual button to the ui"
This reverts commit
e1f5a8bde0e8a2f6bafa2896d6a7e57e70d0c670.
* Revert "Add setting to decide whether the edit dialog should automatically close on save"
This reverts commit
feef3c909b055b4bc4d2884324a4678348e1e536.
* Add button for save without exit
* Correct save button ordering, ensure perms, update translation strings
* fix e2e tests
* Add unit testing for save / save & close button
---------
Update messages.xlf
Update document-detail.component.spec.ts
Co-Authored-By: shamoon <4887959+shamoon@users.noreply.github.com>
shamoon [Sun, 18 Jun 2023 04:13:34 +0000 (21:13 -0700)]
Merge pull request #3597 from paperless-ngx/frontend-unit-testing
Development: frontend unit testing
Trenton H [Fri, 16 Jun 2023 16:10:08 +0000 (09:10 -0700)]
Experiment with a buildx cache mount for pip's directory. Does it increase image size?
shamoon [Sun, 18 Jun 2023 03:02:44 +0000 (20:02 -0700)]
Update stale.yml
shamoon [Sat, 17 Jun 2023 02:41:53 +0000 (19:41 -0700)]
Upload frontend coverage to codecov
shamoon [Fri, 26 May 2023 18:45:21 +0000 (11:45 -0700)]
Update frontend testing dev documentation
shamoon [Fri, 16 Jun 2023 19:24:35 +0000 (12:24 -0700)]
Merge pull request #3608 from paperless-ngx/v1.16.1-changelog
[Documentation] Add v1.16.1 changelog
github-actions [Fri, 16 Jun 2023 17:25:54 +0000 (17:25 +0000)]
Changelog v1.16.1 - GHA
Trenton H [Fri, 16 Jun 2023 17:08:36 +0000 (10:08 -0700)]
Reset -dev version tagging
Trenton H [Fri, 16 Jun 2023 16:56:40 +0000 (09:56 -0700)]
Bumps version to 1.16.1
Trenton H [Fri, 16 Jun 2023 16:55:32 +0000 (09:55 -0700)]
Merge remote-tracking branch 'origin/dev'
Trenton H [Fri, 16 Jun 2023 15:39:11 +0000 (08:39 -0700)]
Fixes the image cleaner not actually deleting the old images
Trenton H [Thu, 15 Jun 2023 22:43:50 +0000 (15:43 -0700)]
Updates to a build of Pillow which builds against libtiff6 instead of expecting libtiff5
shamoon [Fri, 26 May 2023 18:32:41 +0000 (11:32 -0700)]
Run jest tests in ci & upload coverage
update playwright
shamoon [Tue, 23 May 2023 22:02:54 +0000 (15:02 -0700)]
frontend unit tests
toasts component testing
conditional import of angular setup-jest for vscode-jest support
Update jest.config.js
Create open-documents.service.spec.ts
Add unit tests for all REST services
settings service test
Remove component from settings service test
Create permissions.service.spec.ts
upload documents service tests
Update package.json
Create toast.service.spec.ts
Tasks service test
Statistics widget component tests
Update permissions.service.ts
Create app.component.spec.ts
settings component testing
tasks component unit testing
Management list component generic tests
Some management component tests
document notes component unit tests
Create document-list.component.spec.ts
Create save-view-config-dialog.component.spec.ts
Create filter-editor.component.spec.ts
small and large document cards unit testing
Create bulk-editor.component.spec.ts
document detail unit tests
saving work on documentdetail component spec
Create document-asn.component.spec.ts
dashboard & widgets unit testing
Fix ResizeObserver mock
common component unit tests
fix some merge errors
Update app-frame.component.spec.ts
Create page-header.component.spec.ts
input component unit tests
FilterableDropdownComponent unit testing
and found minor errors
update taskservice unit tests
Edit dialogs unit tests
Create date-dropdown.component.spec.ts
Remove selectors from guard tests
confirm dialog component tests
app frame component test
Miscellaneous component tests
Update document-list-view.service.spec.ts
directives unit tests
Remove unused resizeobserver mock
guard unit tests
Update query-params.spec.ts
try to fix flaky playwright
filter rules utils & testing
Interceptor unit tests
Pipes unit testing
Utils unit tests
Update upload-documents.service.spec.ts
consumer status service tests
Update setup-jest.ts
Create document-list-view.service.spec.ts
Update app-routing.module.ts
github-actions[bot] [Thu, 15 Jun 2023 20:57:16 +0000 (13:57 -0700)]
Changelog v1.16.0 - GHA (#3595)
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Trenton H [Thu, 15 Jun 2023 17:30:18 +0000 (10:30 -0700)]
Resets version tag to -dev
Trenton H [Thu, 15 Jun 2023 15:54:51 +0000 (08:54 -0700)]
Bumps version to 1.16.0
Trenton H [Thu, 15 Jun 2023 15:54:03 +0000 (08:54 -0700)]
Merge remote-tracking branch 'origin/dev'
Trenton H [Wed, 14 Jun 2023 22:57:13 +0000 (15:57 -0700)]
Adds back execute permissions to jbig2
Trenton H [Wed, 14 Jun 2023 21:49:26 +0000 (14:49 -0700)]
Updates to wheels and binaries build using Bookworm
Trenton H [Tue, 13 Jun 2023 20:43:38 +0000 (13:43 -0700)]
Use Bookworm for the frontend build as well
Trenton H [Tue, 13 Jun 2023 16:05:27 +0000 (09:05 -0700)]
Don't install python3-dev, it's not the right version, and Python headers are included in the image
Trenton H [Mon, 5 Jun 2023 17:19:32 +0000 (10:19 -0700)]
Updates the Docker base image to Debian Bookworm (from Bullseye)
Trenton H [Tue, 13 Jun 2023 17:55:52 +0000 (10:55 -0700)]
Let ruff autofix some things from the newest version
Trenton H [Tue, 13 Jun 2023 15:21:15 +0000 (08:21 -0700)]
Sets broker connection retry settings for celery
Trenton H [Tue, 6 Jun 2023 16:37:48 +0000 (09:37 -0700)]
Updates to celery 5.3.0 in particular, other minor updates
shamoon [Mon, 12 Jun 2023 16:01:54 +0000 (09:01 -0700)]
Merge pull request #3579 from paperless-ngx/fix/issue-3578
Fix: return user first / last name from backend
shamoon [Mon, 12 Jun 2023 16:01:44 +0000 (09:01 -0700)]
Merge pull request #3576 from paperless-ngx/fix/issue-3569
Fix use of `PAPERLESS_DB_TIMEOUT` for all db types
Trenton H [Mon, 12 Jun 2023 15:45:57 +0000 (08:45 -0700)]
Changes the type of the connection timeout to be an int, not a float
shamoon [Mon, 12 Jun 2023 15:15:25 +0000 (08:15 -0700)]
Return user first & last name from backend
shamoon [Sun, 11 Jun 2023 20:20:40 +0000 (13:20 -0700)]
Fix use of `PAPERLESS_DB_TIMEOUT` for all db types
Trenton H [Thu, 8 Jun 2023 22:05:36 +0000 (15:05 -0700)]
Silence a warning about setting this by setting it
shamoon [Wed, 7 Jun 2023 20:00:38 +0000 (13:00 -0700)]
Merge pull request #3554 from paperless-ngx/fix/issue-3553
Fix: handle mail rules with no filters on some imap servers
Trenton H [Fri, 26 May 2023 20:50:41 +0000 (13:50 -0700)]
In cases where a temporary file is created or used, copy the original file stats to it
shamoon [Wed, 7 Jun 2023 03:00:31 +0000 (20:00 -0700)]
Return default 'ALL' mailbox criterias for some imap servers
Trenton H [Tue, 6 Jun 2023 21:38:59 +0000 (14:38 -0700)]
Removes packages which are no longer built/published from the cleaning
shamoon [Tue, 6 Jun 2023 20:54:25 +0000 (13:54 -0700)]
Merge pull request #3552 from paperless-ngx/fix/issue-3548
Chore: clarify behavior of consumption dir in docs
shamoon [Tue, 6 Jun 2023 20:28:43 +0000 (13:28 -0700)]
Clarify behavior of consumption dir in docs
Trenton H [Tue, 6 Jun 2023 17:35:51 +0000 (10:35 -0700)]
Small improvements to coverage
Trenton H [Fri, 2 Jun 2023 22:47:35 +0000 (15:47 -0700)]
Restore pushing codecov in all cases. I don't think this was doing what I wanted
Trenton H [Thu, 1 Jun 2023 21:50:08 +0000 (14:50 -0700)]
Rewrites the email parsing to be more clear and concise.
Adds testing to use httpx mocked responses to stand in as a server even offline
Trenton H [Thu, 1 Jun 2023 20:32:58 +0000 (13:32 -0700)]
Swapping out the tika and replaces requests with httpx
shamoon [Sun, 4 Jun 2023 17:41:45 +0000 (10:41 -0700)]
Update index.py
jayme-github [Sun, 4 Jun 2023 17:34:27 +0000 (19:34 +0200)]
Feature: Allow to filter documents by original filename and checksum (#3485)
* Allow to filter documents by original filename and checksum
This adds filters for the original filename and checksum of documents to
be able to to lazy checks if the file is already stored in paperless.
* Add tests for DelayedQuery
* Add checksum and original_filename to whoosh index and DelayedQuery
* Refactored DelayedQuery to reduce duplicate code
* Choose icontains for checksums as whoosh has no exact match query term
* Bumped index version
* Revert whoosh filtering logic to simpler structure, remove redundant tests
Revert "Revert whoosh filtering logic to simpler structure, remove redundant tests"
This reverts commit
86792174bfbc697f42b72c4b39ee9eba483bb425.
---------
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
shamoon [Sun, 4 Jun 2023 15:41:01 +0000 (08:41 -0700)]
Merge pull request #3528 from paperless-ngx/v1.15.1-changelog
[Documentation] Add v1.15.1 changelog
github-actions [Sat, 3 Jun 2023 23:24:40 +0000 (23:24 +0000)]
Changelog v1.15.1 - GHA
shamoon [Sat, 3 Jun 2023 23:16:05 +0000 (16:16 -0700)]
Fix display of private items in small cards
shamoon [Sat, 3 Jun 2023 23:10:05 +0000 (16:10 -0700)]
Update environment.prod.ts
shamoon [Sat, 3 Jun 2023 23:06:37 +0000 (16:06 -0700)]
v1.15.1
shamoon [Sat, 3 Jun 2023 23:04:27 +0000 (16:04 -0700)]
Merge branch 'dev'
shamoon [Sat, 3 Jun 2023 23:03:00 +0000 (16:03 -0700)]
other minor css fixes after bootstrap update
shamoon [Sat, 3 Jun 2023 22:08:42 +0000 (15:08 -0700)]
Merge pull request #3523 from paperless-ngx/fix/issue-3522
Fix incorrect colors in v1.15.0
github-actions[bot] [Sat, 3 Jun 2023 22:08:20 +0000 (15:08 -0700)]
[Documentation] Add v1.15.0 changelog (#3521)
* Changelog v1.15.0 - 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>
shamoon [Sat, 3 Jun 2023 18:07:02 +0000 (11:07 -0700)]
Fix incorrect colors after last bootstrap update
shamoon [Sat, 3 Jun 2023 16:32:04 +0000 (09:32 -0700)]
Update environment.prod.ts
shamoon [Sat, 3 Jun 2023 16:28:02 +0000 (09:28 -0700)]
v1.15.0
shamoon [Sat, 3 Jun 2023 16:27:18 +0000 (09:27 -0700)]
Merge branch 'dev'
Paperless-ngx Bot [bot] [Sat, 3 Jun 2023 16:25:53 +0000 (09:25 -0700)]
New Crowdin updates (#3405)
* New translations messages.xlf (German)
[ci skip]
* New translations django.po (Hungarian)
[ci skip]
shamoon [Sat, 3 Jun 2023 16:05:50 +0000 (09:05 -0700)]
Merge pull request #3516 from ajgon/fix/http-remote-user-api
Fix: KeyError error on unauthenticated API calls
shamoon [Sat, 3 Jun 2023 15:50:54 +0000 (08:50 -0700)]
Adds testing for unauthenticated API calls, simplify logging logic
Igor Rzegocki [Sat, 3 Jun 2023 08:41:04 +0000 (10:41 +0200)]
fix broken "failed login" signal
shamoon [Thu, 1 Jun 2023 22:41:20 +0000 (15:41 -0700)]
Merge pull request #3513 from paperless-ngx/dependabot/npm_and_yarn/src-ui/dev/eslint-8.41.0
Bump eslint from 8.39.0 to 8.41.0 in /src-ui
dependabot[bot] [Thu, 1 Jun 2023 22:30:39 +0000 (22:30 +0000)]
Bump eslint from 8.39.0 to 8.41.0 in /src-ui
Bumps [eslint](https://github.com/eslint/eslint) from 8.39.0 to 8.41.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.39.0...v8.41.0)
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] [Thu, 1 Jun 2023 22:29:48 +0000 (22:29 +0000)]
Merge pull request #3510 from paperless-ngx/dependabot/npm_and_yarn/src-ui/dev/concurrently-8.1.0
shamoon [Thu, 1 Jun 2023 22:20:57 +0000 (15:20 -0700)]
Merge pull request #3507 from paperless-ngx/dependabot/npm_and_yarn/src-ui/dev/ng-bootstrap/ng-bootstrap-14.2.0
Bump @ng-bootstrap/ng-bootstrap from 14.1.0 to 14.2.0 in /src-ui
dependabot[bot] [Thu, 1 Jun 2023 22:20:35 +0000 (22:20 +0000)]
Merge pull request #3508 from paperless-ngx/dependabot/npm_and_yarn/src-ui/dev/popperjs/core-2.11.8
dependabot[bot] [Thu, 1 Jun 2023 22:13:11 +0000 (22:13 +0000)]
Bump concurrently from 8.0.1 to 8.1.0 in /src-ui
Bumps [concurrently](https://github.com/open-cli-tools/concurrently) from 8.0.1 to 8.1.0.
- [Release notes](https://github.com/open-cli-tools/concurrently/releases)
- [Commits](https://github.com/open-cli-tools/concurrently/compare/v8.0.1...v8.1.0)
---
updated-dependencies:
- dependency-name: concurrently
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] [Thu, 1 Jun 2023 22:10:34 +0000 (22:10 +0000)]
Bump @popperjs/core from 2.11.7 to 2.11.8 in /src-ui
Bumps [@popperjs/core](https://github.com/popperjs/popper-core) from 2.11.7 to 2.11.8.
- [Release notes](https://github.com/popperjs/popper-core/releases)
- [Commits](https://github.com/popperjs/popper-core/commits)
---
updated-dependencies:
- dependency-name: "@popperjs/core"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] [Thu, 1 Jun 2023 22:09:38 +0000 (22:09 +0000)]
Bump @ng-bootstrap/ng-bootstrap from 14.1.0 to 14.2.0 in /src-ui
Bumps [@ng-bootstrap/ng-bootstrap](https://github.com/ng-bootstrap/ng-bootstrap) from 14.1.0 to 14.2.0.
- [Release notes](https://github.com/ng-bootstrap/ng-bootstrap/releases)
- [Changelog](https://github.com/ng-bootstrap/ng-bootstrap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ng-bootstrap/ng-bootstrap/compare/14.1.0...14.2.0)
---
updated-dependencies:
- dependency-name: "@ng-bootstrap/ng-bootstrap"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] [Thu, 1 Jun 2023 22:05:14 +0000 (22:05 +0000)]
Merge pull request #3505 from paperless-ngx/dependabot/npm_and_yarn/src-ui/dev/typescript-eslint/parser-5.59.8
dependabot[bot] [Thu, 1 Jun 2023 21:51:57 +0000 (21:51 +0000)]
Merge pull request #3497 from paperless-ngx/dependabot/npm_and_yarn/src-ui/dev/bootstrap-5.3.0
dependabot[bot] [Thu, 1 Jun 2023 21:48:04 +0000 (21:48 +0000)]
Bump @typescript-eslint/parser from 5.59.2 to 5.59.8 in /src-ui
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.59.2 to 5.59.8.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.59.8/packages/parser)
---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] [Thu, 1 Jun 2023 21:46:24 +0000 (21:46 +0000)]
Merge pull request #3500 from paperless-ngx/dependabot/npm_and_yarn/src-ui/dev/typescript-eslint/eslint-plugin-5.59.8
dependabot[bot] [Thu, 1 Jun 2023 21:43:26 +0000 (21:43 +0000)]
Bump bootstrap from 5.2.3 to 5.3.0 in /src-ui
Bumps [bootstrap](https://github.com/twbs/bootstrap) from 5.2.3 to 5.3.0.
- [Release notes](https://github.com/twbs/bootstrap/releases)
- [Commits](https://github.com/twbs/bootstrap/compare/v5.2.3...v5.3.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] [Thu, 1 Jun 2023 21:42:22 +0000 (21:42 +0000)]
Merge pull request #3501 from paperless-ngx/dependabot/npm_and_yarn/src-ui/dev/tslib-2.5.2
dependabot[bot] [Thu, 1 Jun 2023 21:28:17 +0000 (21:28 +0000)]
Bump tslib from 2.5.0 to 2.5.2 in /src-ui
Bumps [tslib](https://github.com/Microsoft/tslib) from 2.5.0 to 2.5.2.
- [Release notes](https://github.com/Microsoft/tslib/releases)
- [Commits](https://github.com/Microsoft/tslib/compare/2.5.0...2.5.2)
---
updated-dependencies:
- dependency-name: tslib
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] [Thu, 1 Jun 2023 21:28:15 +0000 (21:28 +0000)]
Bump @typescript-eslint/eslint-plugin from 5.59.2 to 5.59.8 in /src-ui
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.59.2 to 5.59.8.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.59.8/packages/eslint-plugin)
---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] [Thu, 1 Jun 2023 21:27:19 +0000 (21:27 +0000)]
Merge pull request #3498 from paperless-ngx/dependabot/npm_and_yarn/src-ui/dev/types/node-20.2.5
dependabot[bot] [Thu, 1 Jun 2023 21:12:16 +0000 (21:12 +0000)]
Bump @types/node from 18.16.3 to 20.2.5 in /src-ui
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.16.3 to 20.2.5.
- [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-major
...
Signed-off-by: dependabot[bot] <support@github.com>
shamoon [Thu, 1 Jun 2023 21:10:52 +0000 (14:10 -0700)]
Merge pull request #3499 from paperless-ngx/dependabot/npm_and_yarn/src-ui/dev/playwright/test-1.34.3
Bump @playwright/test from 1.33.0 to 1.34.3 in /src-ui
dependabot[bot] [Thu, 1 Jun 2023 20:58:17 +0000 (20:58 +0000)]
Bump @playwright/test from 1.33.0 to 1.34.3 in /src-ui
Bumps [@playwright/test](https://github.com/Microsoft/playwright) from 1.33.0 to 1.34.3.
- [Release notes](https://github.com/Microsoft/playwright/releases)
- [Commits](https://github.com/Microsoft/playwright/compare/v1.33.0...v1.34.3)
---
updated-dependencies:
- dependency-name: "@playwright/test"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
shamoon [Thu, 1 Jun 2023 20:52:25 +0000 (13:52 -0700)]
Merge pull request #3476 from paperless-ngx/feature-detail-quick-filters
Feature: quick filters from document detail
shamoon [Thu, 1 Jun 2023 18:15:58 +0000 (11:15 -0700)]
Merge pull request #3487 from paperless-ngx/fix/issue-3484
Fix: exclude consumer & AnonymousUser users from export manifest
shamoon [Wed, 31 May 2023 03:51:25 +0000 (20:51 -0700)]
Exclude consumer & AnonymousUser users from export manifest