]>
git.ipfire.org Git - thirdparty/paperless-ngx.git/log
shamoon [Wed, 15 Nov 2023 08:20:55 +0000 (00:20 -0800)]
Fix: Add missing translation string in share link dropdown
Closes #4594
shamoon [Wed, 15 Nov 2023 03:55:14 +0000 (19:55 -0800)]
Chore: Update lock-threads with discussions support (#4580)
tooomm [Wed, 15 Nov 2023 03:13:44 +0000 (04:13 +0100)]
Documentation: Updated theme dark/light image specification (#4591)
Paperless-ngx Bot [bot] [Tue, 14 Nov 2023 20:53:55 +0000 (12:53 -0800)]
New translations messages.xlf (Serbian (Latin))
[ci skip]
Paperless-ngx Bot [bot] [Tue, 14 Nov 2023 18:43:26 +0000 (10:43 -0800)]
New translations messages.xlf (Catalan)
[ci skip]
Paperless-ngx Bot [bot] [Tue, 14 Nov 2023 18:43:25 +0000 (10:43 -0800)]
New translations django.po (Catalan)
[ci skip]
Paperless-ngx Bot [bot] [Tue, 14 Nov 2023 10:50:12 +0000 (02:50 -0800)]
New translations django.po (French)
[ci skip]
Paperless-ngx Bot [bot] [Tue, 14 Nov 2023 10:50:11 +0000 (02:50 -0800)]
New translations messages.xlf (French)
[ci skip]
Paperless-ngx Bot [bot] [Tue, 14 Nov 2023 09:54:22 +0000 (01:54 -0800)]
New translations django.po (Bulgarian)
[ci skip]
Paperless-ngx Bot [bot] [Tue, 14 Nov 2023 09:54:21 +0000 (01:54 -0800)]
New translations django.po (French)
[ci skip]
Paperless-ngx Bot [bot] [Tue, 14 Nov 2023 09:54:19 +0000 (01:54 -0800)]
New translations messages.xlf (German)
[ci skip]
Paperless-ngx Bot [bot] [Tue, 14 Nov 2023 09:54:18 +0000 (01:54 -0800)]
New translations messages.xlf (Bulgarian)
[ci skip]
Paperless-ngx Bot [bot] [Tue, 14 Nov 2023 09:54:16 +0000 (01:54 -0800)]
New translations messages.xlf (French)
[ci skip]
Paperless-ngx Bot [bot] [Tue, 14 Nov 2023 06:39:40 +0000 (22:39 -0800)]
New translations messages.xlf (German)
[ci skip]
shamoon [Tue, 14 Nov 2023 05:10:20 +0000 (21:10 -0800)]
Fix: add sleep to close old discussions
shamoon [Tue, 14 Nov 2023 03:59:49 +0000 (19:59 -0800)]
2.0.0-beta.rc1
shamoon [Tue, 14 Nov 2023 03:57:08 +0000 (19:57 -0800)]
Merge branch 'main' into dev
Paperless-ngx Bot [bot] [Tue, 14 Nov 2023 03:56:39 +0000 (19:56 -0800)]
New Crowdin updates (#4472)
shamoon [Tue, 14 Nov 2023 03:54:01 +0000 (19:54 -0800)]
Fix: Miscellaneous v2.0 visual fixes (#4576)
* Fix notes count in tab button wrapping
* Fix position of custom fields dropdown on mobile
* Limit list view title width
* Update messages.xlf
Trenton H [Mon, 13 Nov 2023 22:18:21 +0000 (14:18 -0800)]
Forces JSON files to be written as UTF-8, and disables the ensure ASCII option which escapes non-ASCII chars (#4574)
shamoon [Mon, 13 Nov 2023 21:17:44 +0000 (13:17 -0800)]
Feature: compact toasts (#4545)
Trenton H [Mon, 13 Nov 2023 17:09:56 +0000 (09:09 -0800)]
Chore: Backend bulk updates (#4509)
shamoon [Mon, 13 Nov 2023 16:59:36 +0000 (08:59 -0800)]
Chore: Close answered discussions (#4565)
shamoon [Mon, 13 Nov 2023 14:56:34 +0000 (06:56 -0800)]
Documentation: update docs, screenshots ahead of Paperless-ngx v2.0 (#4542)
* Reformat internal links
* Update screenshots, docs & readme
* Use image lightbox
* Fix nested list on docs index
* Add some visual interest to screenshots layout
* Compress images
shamoon [Mon, 13 Nov 2023 14:44:07 +0000 (06:44 -0800)]
Fix plain text preview overflow (#4555)
shamoon [Mon, 13 Nov 2023 00:39:17 +0000 (16:39 -0800)]
Adds Hungarian translation (#4552)
shamoon [Thu, 9 Nov 2023 23:07:49 +0000 (15:07 -0800)]
Fix: use ngSwitch for custom fields
Trenton H [Thu, 9 Nov 2023 19:46:37 +0000 (11:46 -0800)]
Chore: Cleanup command arguments and standardize process count handling (#4541)
Cleans up some command help text and adds more control over process count for command with a Pool
Jasmin [Thu, 9 Nov 2023 18:06:51 +0000 (19:06 +0100)]
Documentation: Add link to wiki for SELinux troubleshooting (#4528)
* Add section for SELinux troubleshooting
* Update docs/troubleshooting.md
---------
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
Rock [Thu, 9 Nov 2023 14:20:27 +0000 (15:20 +0100)]
Documentation: clarify document_exporter includes settings (#4533)
shamoon [Mon, 6 Nov 2023 20:31:10 +0000 (12:31 -0800)]
API support for id args for documents & objects (#4519)
shamoon [Mon, 6 Nov 2023 19:18:00 +0000 (11:18 -0800)]
Fix: matrix chat link
shamoon [Mon, 6 Nov 2023 16:05:35 +0000 (08:05 -0800)]
Fix: add permissions for custom fields with migration (#4513)
shamoon [Mon, 6 Nov 2023 01:29:13 +0000 (17:29 -0800)]
Chore: Restore codecov commenting to internal PRs (#4508)
Test out changes to code cov config
Co-Authored-By: Trenton H <797416+stumpylog@users.noreply.github.com>
shamoon [Mon, 6 Nov 2023 01:26:51 +0000 (17:26 -0800)]
Feature: Implement custom fields for documents (#4502)
Adds custom fields of certain data types, attachable to documents and searchable
Co-Authored-By: Trenton H <797416+stumpylog@users.noreply.github.com>
dependabot[bot] [Wed, 1 Nov 2023 21:17:11 +0000 (21:17 +0000)]
Bump @types/node from 20.8.0 to 20.8.10 in /src-ui (#4482)
Co-Authored-By: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] [Wed, 1 Nov 2023 21:05:26 +0000 (21:05 +0000)]
Bump the frontend-eslint-dependencies group in /src-ui with 3 updates (#4479)
Bumps the frontend-eslint-dependencies group in /src-ui with 3 updates: [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin), [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) and [eslint](https://github.com/eslint/eslint).
Updates `@typescript-eslint/eslint-plugin` from 6.7.3 to 6.9.1
- [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/v6.9.1/packages/eslint-plugin)
Updates `@typescript-eslint/parser` from 6.7.3 to 6.9.1
- [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/v6.9.1/packages/parser)
Updates `eslint` from 8.50.0 to 8.52.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.50.0...v8.52.0)
---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: frontend-eslint-dependencies
- dependency-name: "@typescript-eslint/parser"
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: frontend-eslint-dependencies
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: frontend-eslint-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
shamoon [Wed, 1 Nov 2023 20:53:02 +0000 (13:53 -0700)]
Allow more dependabot updates at once
dependabot[bot] [Wed, 1 Nov 2023 20:36:41 +0000 (20:36 +0000)]
Bump @playwright/test from 1.38.1 to 1.39.0 in /src-ui (#4480)
Bumps [@playwright/test](https://github.com/microsoft/playwright) from 1.38.1 to 1.39.0.
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](https://github.com/microsoft/playwright/compare/v1.38.1...v1.39.0)
---
updated-dependencies:
- dependency-name: "@playwright/test"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] [Wed, 1 Nov 2023 20:24:14 +0000 (20:24 +0000)]
Bump concurrently from 8.2.1 to 8.2.2 in /src-ui (#4481)
Bumps [concurrently](https://github.com/open-cli-tools/concurrently) from 8.2.1 to 8.2.2.
- [Release notes](https://github.com/open-cli-tools/concurrently/releases)
- [Commits](https://github.com/open-cli-tools/concurrently/compare/v8.2.1...v8.2.2)
---
updated-dependencies:
- dependency-name: concurrently
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] [Wed, 1 Nov 2023 20:10:31 +0000 (20:10 +0000)]
Bump the frontend-jest-dependencies group in /src-ui with 1 update (#4478)
Bumps the frontend-jest-dependencies group in /src-ui with 1 update: [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest).
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)
---
updated-dependencies:
- dependency-name: "@types/jest"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: frontend-jest-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] [Wed, 1 Nov 2023 19:56:38 +0000 (12:56 -0700)]
Bump the frontend-angular-dependencies group in /src-ui with 14 updates (#4477)
Bumps the frontend-angular-dependencies group in /src-ui with 14 updates:
| Package | From | To |
| --- | --- | --- |
| [@angular/cdk](https://github.com/angular/components) | `16.2.7` | `16.2.11` |
| [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) | `16.2.7` | `16.2.11` |
| [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) | `16.2.7` | `16.2.11` |
| [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) | `16.2.7` | `16.2.11` |
| [@angular/forms](https://github.com/angular/angular/tree/HEAD/packages/forms) | `16.2.7` | `16.2.11` |
| [@angular/localize](https://github.com/angular/angular) | `16.2.7` | `16.2.11` |
| [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) | `16.2.7` | `16.2.11` |
| [@angular/platform-browser-dynamic](https://github.com/angular/angular/tree/HEAD/packages/platform-browser-dynamic) | `16.2.7` | `16.2.11` |
| [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) | `16.2.7` | `16.2.11` |
| [@ng-bootstrap/ng-bootstrap](https://github.com/ng-bootstrap/ng-bootstrap) | `15.1.1` | `15.1.2` |
| [@ng-select/ng-select](https://github.com/ng-select/ng-select) | `11.1.1` | `11.2.0` |
| [ngx-ui-tour-ng-bootstrap](https://github.com/hakimio/ngx-ui-tour) | `13.0.4` | `13.0.6` |
| [@angular-devkit/build-angular](https://github.com/angular/angular-cli) | `16.2.4` | `16.2.9` |
| [@angular/cli](https://github.com/angular/angular-cli) | `16.2.4` | `16.2.9` |
Updates `@angular/cdk` from 16.2.7 to 16.2.11
- [Release notes](https://github.com/angular/components/releases)
- [Changelog](https://github.com/angular/components/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/components/compare/16.2.7...16.2.11)
Updates `@angular/common` from 16.2.7 to 16.2.11
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/16.2.11/packages/common)
Updates `@angular/compiler` from 16.2.7 to 16.2.11
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/16.2.11/packages/compiler)
Updates `@angular/core` from 16.2.7 to 16.2.11
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/16.2.11/packages/core)
Updates `@angular/forms` from 16.2.7 to 16.2.11
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/16.2.11/packages/forms)
Updates `@angular/localize` from 16.2.7 to 16.2.11
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/compare/16.2.7...16.2.11)
Updates `@angular/platform-browser` from 16.2.7 to 16.2.11
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/16.2.11/packages/platform-browser)
Updates `@angular/platform-browser-dynamic` from 16.2.7 to 16.2.11
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/16.2.11/packages/platform-browser-dynamic)
Updates `@angular/router` from 16.2.7 to 16.2.11
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/16.2.11/packages/router)
Updates `@ng-bootstrap/ng-bootstrap` from 15.1.1 to 15.1.2
- [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/15.1.1...15.1.2)
Updates `@ng-select/ng-select` from 11.1.1 to 11.2.0
- [Release notes](https://github.com/ng-select/ng-select/releases)
- [Changelog](https://github.com/ng-select/ng-select/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ng-select/ng-select/compare/v11.1.1...v11.2.0)
Updates `ngx-ui-tour-ng-bootstrap` from 13.0.4 to 13.0.6
- [Release notes](https://github.com/hakimio/ngx-ui-tour/releases)
- [Commits](https://github.com/hakimio/ngx-ui-tour/commits)
Updates `@angular-devkit/build-angular` from 16.2.4 to 16.2.9
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Changelog](https://github.com/angular/angular-cli/blob/16.2.9/CHANGELOG.md)
- [Commits](https://github.com/angular/angular-cli/compare/16.2.4...16.2.9)
Updates `@angular/cli` from 16.2.4 to 16.2.9
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Changelog](https://github.com/angular/angular-cli/blob/16.2.9/CHANGELOG.md)
- [Commits](https://github.com/angular/angular-cli/compare/16.2.4...16.2.9)
---
updated-dependencies:
- dependency-name: "@angular/cdk"
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: frontend-angular-dependencies
- dependency-name: "@angular/common"
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: frontend-angular-dependencies
- dependency-name: "@angular/compiler"
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: frontend-angular-dependencies
- dependency-name: "@angular/core"
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: frontend-angular-dependencies
- dependency-name: "@angular/forms"
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: frontend-angular-dependencies
- dependency-name: "@angular/localize"
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: frontend-angular-dependencies
- dependency-name: "@angular/platform-browser"
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: frontend-angular-dependencies
- dependency-name: "@angular/platform-browser-dynamic"
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: frontend-angular-dependencies
- dependency-name: "@angular/router"
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: frontend-angular-dependencies
- dependency-name: "@ng-bootstrap/ng-bootstrap"
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: frontend-angular-dependencies
- dependency-name: "@ng-select/ng-select"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: frontend-angular-dependencies
- dependency-name: ngx-ui-tour-ng-bootstrap
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: frontend-angular-dependencies
- dependency-name: "@angular-devkit/build-angular"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: frontend-angular-dependencies
- dependency-name: "@angular/cli"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: frontend-angular-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] [Wed, 1 Nov 2023 18:22:39 +0000 (11:22 -0700)]
Bump the actions group with 1 update (#4476)
Bumps the actions group with 1 update: [actions/setup-node](https://github.com/actions/setup-node).
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v3...v4)
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: actions
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
shamoon [Wed, 1 Nov 2023 13:49:52 +0000 (06:49 -0700)]
Adds Bulgarian translation (#4470)
Paperless-ngx Bot [bot] [Tue, 31 Oct 2023 22:45:28 +0000 (15:45 -0700)]
New Crowdin updates (#4113)
shamoon [Tue, 31 Oct 2023 22:44:53 +0000 (15:44 -0700)]
Update share-links-dropdown.component.ts
shamoon [Tue, 31 Oct 2023 02:57:11 +0000 (19:57 -0700)]
Fix: visually hidden text breaks delete button wrap (#4462)
shamoon [Mon, 30 Oct 2023 23:35:42 +0000 (16:35 -0700)]
Fix: API statistics document_file_type_counts return type (#4464)
shamoon [Mon, 30 Oct 2023 22:47:59 +0000 (15:47 -0700)]
Fix: Always return a list for audit log check (#4463)
shamoon [Mon, 30 Oct 2023 17:16:49 +0000 (10:16 -0700)]
Chore: upgrade python-ipware dependency (#4446)
nanokatz [Mon, 30 Oct 2023 16:23:22 +0000 (17:23 +0100)]
Feature: Audit Trail (#4425)
Adds new feature for optionally enabling change tracking for possible audit purposes
---------
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
Co-authored-by: Trenton Holmes <797416+stumpylog@users.noreply.github.com>
shamoon [Fri, 27 Oct 2023 18:41:55 +0000 (11:41 -0700)]
Fix: correct some form typography and styling
Trenton H [Thu, 26 Oct 2023 01:05:52 +0000 (18:05 -0700)]
Stops duplicated action runs against internal PRs (#4430)
Trenton H [Thu, 26 Oct 2023 00:34:52 +0000 (17:34 -0700)]
Only get or create a Correspondent if the email or attachment matches rule filters (#4431)
Trenton H [Wed, 25 Oct 2023 23:18:13 +0000 (16:18 -0700)]
Fixes the returning of a set, change to a list instead (#4442)
Trenton H [Fri, 20 Oct 2023 23:22:05 +0000 (16:22 -0700)]
Feature: Add ahead of time compression of the static files for x86_64 (#4390)
Compressed staticfiles. x86_64 only at this point
shamoon [Fri, 20 Oct 2023 02:41:01 +0000 (19:41 -0700)]
Feature: support sorting sidebar saved views (#4381)
Trenton H [Fri, 20 Oct 2023 00:27:29 +0000 (17:27 -0700)]
Feature: Switches to a new client to handle communication with Gotenberg (#4391)
Switches to a new client to handle communication with Gotenberg for merging and generating PDFs
Sebastian Porombka [Thu, 19 Oct 2023 15:06:48 +0000 (17:06 +0200)]
Documentation: note stripping of non-numeric characters from ASN barcode during processing (#4402)
Musa Ahmed [Thu, 19 Oct 2023 02:49:37 +0000 (22:49 -0400)]
Change: Install script improvements (#4387)
* (1) Made curl command to download installation script silent while allowing erros to be dispalyed. (2) Made `if ! command -v ${DOCKER_COMPOSE_CMD}` silent as the other checks are as well.
* Made curl options more clear
shamoon [Wed, 18 Oct 2023 19:12:28 +0000 (12:12 -0700)]
Update bug-report.yml
shamoon [Wed, 18 Oct 2023 19:09:24 +0000 (12:09 -0700)]
Update bug-report.yml
shamoon [Wed, 18 Oct 2023 19:08:10 +0000 (12:08 -0700)]
Update bug-report.yml
Sebastian Porombka [Tue, 17 Oct 2023 03:44:22 +0000 (05:44 +0200)]
barcode logic: strip non-numeric characters from detected ASN string (#4379)
* legacy barcodes exist which still contain characters after the number. the current logic did not truncate them. instead, int() was called from the remaining string. this does not work in this case. it is therefore sufficient to continue processing numeric characters.
* lint
---------
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
dependabot[bot] [Tue, 17 Oct 2023 03:01:59 +0000 (20:01 -0700)]
Bump @babel/traverse from 7.22.11 to 7.23.2 in /src-ui (#4389)
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.22.11 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)
---
updated-dependencies:
- dependency-name: "@babel/traverse"
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
shamoon [Tue, 17 Oct 2023 02:46:16 +0000 (19:46 -0700)]
Fix: replace drag drop & clipboard dependencies with Angular CDK (#4362)
* Swap ngx-drag-drop dependency for Angular CDK
* Swap ngx-clipboard dependency for Angular CDK
shamoon [Sun, 15 Oct 2023 20:58:40 +0000 (13:58 -0700)]
Fix btn-link hover colors per primary color lightness
shamoon [Sun, 15 Oct 2023 19:00:30 +0000 (12:00 -0700)]
Fix: hover colors, empty lists, disable autocomplete, translation strings
shamoon [Sun, 15 Oct 2023 18:34:59 +0000 (11:34 -0700)]
Fix: dashboard sidebar sticky, bottom margin
shamoon [Sat, 14 Oct 2023 23:24:13 +0000 (16:24 -0700)]
Fix: update document modified time on note creation / deletion (#4374)
* Update document modified on add or delete notes
* Add document extra endpoints info to docs
shamoon [Fri, 13 Oct 2023 16:16:17 +0000 (09:16 -0700)]
Fix: correct set owner API location in docs, additional test (#4366)
* Fix location of owner in API documentation
* Add additional test for setting another owner
Trenton H [Wed, 11 Oct 2023 13:52:28 +0000 (06:52 -0700)]
Remove old information about building the Docker image locally (#4354)
Trenton H [Wed, 11 Oct 2023 13:32:22 +0000 (06:32 -0700)]
Updates to latest imap_tools which includes fix for the meta charset tag in HTML content of emails (#4355)
shamoon [Tue, 10 Oct 2023 02:53:23 +0000 (19:53 -0700)]
Add AI note
Trenton H [Mon, 9 Oct 2023 21:47:31 +0000 (14:47 -0700)]
Renames the email certificate so it doesn't get read during Docker startup (#4346)
Trenton H [Mon, 9 Oct 2023 21:33:21 +0000 (14:33 -0700)]
Fixes a missing directory pre-create in Docker image (#4347)
shamoon [Mon, 9 Oct 2023 17:01:14 +0000 (10:01 -0700)]
Fix slim sidebar animation on xxxl screens
shamoon [Mon, 9 Oct 2023 16:44:20 +0000 (09:44 -0700)]
CI: Install frontend dependencies separately, once (#4336)
shamoon [Sun, 8 Oct 2023 02:42:47 +0000 (19:42 -0700)]
Merge branch 'v2.0-visual-fixes' into dev
Trenton H [Sun, 8 Oct 2023 01:36:27 +0000 (18:36 -0700)]
Retry Tika parsing with PUT instead of form data in the event of a 500 error response (#4334)
shamoon [Sat, 7 Oct 2023 00:22:31 +0000 (17:22 -0700)]
Fix: get highest ASN regardless of user (#4326)
Trenton H [Thu, 5 Oct 2023 17:51:58 +0000 (10:51 -0700)]
Feature: Include more updated base tools in Docker image (#4319)
* New method for installing jbig2enc
* Installs newer qpdf, ghostscript as well as jbig2enc
dependabot[bot] [Thu, 5 Oct 2023 07:37:59 +0000 (07:37 +0000)]
Bump postcss from 8.4.12 to 8.4.31 in /src/paperless_mail/templates (#4318)
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.12 to 8.4.31.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.4.12...8.4.31)
---
updated-dependencies:
- dependency-name: postcss
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
shamoon [Thu, 5 Oct 2023 02:35:16 +0000 (19:35 -0700)]
CI: Shard frontend tests, improve GC, use max workers (#4316)
Trenton H [Tue, 3 Oct 2023 00:01:16 +0000 (17:01 -0700)]
Upgrades all backend libraries and development tools/hooks to latest versions (#4305)
dependabot[bot] [Sun, 1 Oct 2023 21:27:48 +0000 (21:27 +0000)]
Bump @types/node from 20.7.0 to 20.8.0 in /src-ui (#4303)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.7.0 to 20.8.0.
- [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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] [Sun, 1 Oct 2023 21:16:33 +0000 (21:16 +0000)]
Bump the frontend-angular-dependencies group in /src-ui with 8 updates (#4302)
Bumps the frontend-angular-dependencies group in /src-ui with 8 updates:
| Package | From | To |
| --- | --- | --- |
| [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) | `16.2.6` | `16.2.7` |
| [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) | `16.2.6` | `16.2.7` |
| [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) | `16.2.6` | `16.2.7` |
| [@angular/forms](https://github.com/angular/angular/tree/HEAD/packages/forms) | `16.2.6` | `16.2.7` |
| [@angular/localize](https://github.com/angular/angular) | `16.2.6` | `16.2.7` |
| [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) | `16.2.6` | `16.2.7` |
| [@angular/platform-browser-dynamic](https://github.com/angular/angular/tree/HEAD/packages/platform-browser-dynamic) | `16.2.6` | `16.2.7` |
| [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) | `16.2.6` | `16.2.7` |
Updates `@angular/common` from 16.2.6 to 16.2.7
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/16.2.7/packages/common)
Updates `@angular/compiler` from 16.2.6 to 16.2.7
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/16.2.7/packages/compiler)
Updates `@angular/core` from 16.2.6 to 16.2.7
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/16.2.7/packages/core)
Updates `@angular/forms` from 16.2.6 to 16.2.7
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/16.2.7/packages/forms)
Updates `@angular/localize` from 16.2.6 to 16.2.7
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/compare/16.2.6...16.2.7)
Updates `@angular/platform-browser` from 16.2.6 to 16.2.7
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/16.2.7/packages/platform-browser)
Updates `@angular/platform-browser-dynamic` from 16.2.6 to 16.2.7
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/16.2.7/packages/platform-browser-dynamic)
Updates `@angular/router` from 16.2.6 to 16.2.7
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/16.2.7/packages/router)
---
updated-dependencies:
- dependency-name: "@angular/common"
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: frontend-angular-dependencies
- dependency-name: "@angular/compiler"
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: frontend-angular-dependencies
- dependency-name: "@angular/core"
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: frontend-angular-dependencies
- dependency-name: "@angular/forms"
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: frontend-angular-dependencies
- dependency-name: "@angular/localize"
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: frontend-angular-dependencies
- dependency-name: "@angular/platform-browser"
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: frontend-angular-dependencies
- dependency-name: "@angular/platform-browser-dynamic"
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: frontend-angular-dependencies
- dependency-name: "@angular/router"
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: frontend-angular-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
shamoon [Sun, 1 Oct 2023 01:17:42 +0000 (18:17 -0700)]
Feature: password reset (#4289)
shamoon [Sat, 30 Sep 2023 05:40:10 +0000 (22:40 -0700)]
Update mkdocs.yml
shamoon [Fri, 29 Sep 2023 04:58:40 +0000 (21:58 -0700)]
Revert #4292
shamoon [Fri, 29 Sep 2023 04:54:03 +0000 (21:54 -0700)]
Fix removed pull_request event from ci
shamoon [Fri, 29 Sep 2023 03:01:38 +0000 (20:01 -0700)]
Remove ignore translation branches from ci (#4292)
shamoon [Thu, 28 Sep 2023 19:13:43 +0000 (12:13 -0700)]
Merge branch 'main' into dev
shamoon [Thu, 28 Sep 2023 18:59:31 +0000 (11:59 -0700)]
Show docs search shortcut key
shamoon [Thu, 28 Sep 2023 18:59:31 +0000 (11:59 -0700)]
Show docs search shortcut key
shamoon [Thu, 28 Sep 2023 17:18:12 +0000 (10:18 -0700)]
Enhancement: dashboard improvements, drag-n-drop reorder dashboard views (#4252)
* Updated dashboard
* Make entire screen dropzone on dashboard too
* Floating upload widget status alerts
* Visual tweaks: spacing, borders
* Better empty view widget
* Support drag + drop reorder of dashboard saved views
* Update messages.xlf
* Disable dashbaord dnd if global dnd active
* Remove ngx-file-drop dep, rebuild file-drop & upload files widget
* Revert custom file drop implementation
* Try patch-package fix
* Simplify dropzone transitions to make more reliable
* Update messages.xlf
* Update dashboard.spec.ts
* Fix coverage
Trenton H [Thu, 28 Sep 2023 16:33:41 +0000 (09:33 -0700)]
Updates the secret key generation to override locale settings and provide more entropy (#4277)
shamoon [Thu, 28 Sep 2023 16:20:07 +0000 (09:20 -0700)]
Fix: remove note max height (#4287)
dependabot[bot] [Thu, 28 Sep 2023 03:16:32 +0000 (03:16 +0000)]
Bump the frontend-eslint-dependencies group in /src-ui with 3 updates (#4283)
Bumps the frontend-eslint-dependencies group in /src-ui with 3 updates: [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin), [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) and [eslint](https://github.com/eslint/eslint).
Updates `@typescript-eslint/eslint-plugin` from 6.7.2 to 6.7.3
- [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/v6.7.3/packages/eslint-plugin)
Updates `@typescript-eslint/parser` from 6.7.2 to 6.7.3
- [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/v6.7.3/packages/parser)
Updates `eslint` from 8.49.0 to 8.50.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.49.0...v8.50.0)
---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: frontend-eslint-dependencies
- dependency-name: "@typescript-eslint/parser"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: frontend-eslint-dependencies
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: frontend-eslint-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] [Wed, 27 Sep 2023 23:12:20 +0000 (23:12 +0000)]
Bump the frontend-angular-dependencies group in /src-ui with 10 updates (#4282)
Bumps the frontend-angular-dependencies group in /src-ui with 10 updates:
| Package | From | To |
| --- | --- | --- |
| [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) | `16.2.5` | `16.2.6` |
| [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) | `16.2.5` | `16.2.6` |
| [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) | `16.2.5` | `16.2.6` |
| [@angular/forms](https://github.com/angular/angular/tree/HEAD/packages/forms) | `16.2.5` | `16.2.6` |
| [@angular/localize](https://github.com/angular/angular) | `16.2.5` | `16.2.6` |
| [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) | `16.2.5` | `16.2.6` |
| [@angular/platform-browser-dynamic](https://github.com/angular/angular/tree/HEAD/packages/platform-browser-dynamic) | `16.2.5` | `16.2.6` |
| [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) | `16.2.5` | `16.2.6` |
| [@angular-devkit/build-angular](https://github.com/angular/angular-cli) | `16.2.3` | `16.2.4` |
| [@angular/cli](https://github.com/angular/angular-cli) | `16.2.3` | `16.2.4` |
Updates `@angular/common` from 16.2.5 to 16.2.6
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/16.2.6/packages/common)
Updates `@angular/compiler` from 16.2.5 to 16.2.6
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/16.2.6/packages/compiler)
Updates `@angular/core` from 16.2.5 to 16.2.6
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/16.2.6/packages/core)
Updates `@angular/forms` from 16.2.5 to 16.2.6
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/16.2.6/packages/forms)
Updates `@angular/localize` from 16.2.5 to 16.2.6
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/compare/16.2.5...16.2.6)
Updates `@angular/platform-browser` from 16.2.5 to 16.2.6
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/16.2.6/packages/platform-browser)
Updates `@angular/platform-browser-dynamic` from 16.2.5 to 16.2.6
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/16.2.6/packages/platform-browser-dynamic)
Updates `@angular/router` from 16.2.5 to 16.2.6
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/16.2.6/packages/router)
Updates `@angular-devkit/build-angular` from 16.2.3 to 16.2.4
- [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/16.2.3...16.2.4)
Updates `@angular/cli` from 16.2.3 to 16.2.4
- [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/16.2.3...16.2.4)
---
updated-dependencies:
- dependency-name: "@angular/common"
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: frontend-angular-dependencies
- dependency-name: "@angular/compiler"
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: frontend-angular-dependencies
- dependency-name: "@angular/core"
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: frontend-angular-dependencies
- dependency-name: "@angular/forms"
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: frontend-angular-dependencies
- dependency-name: "@angular/localize"
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: frontend-angular-dependencies
- dependency-name: "@angular/platform-browser"
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: frontend-angular-dependencies
- dependency-name: "@angular/platform-browser-dynamic"
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: frontend-angular-dependencies
- dependency-name: "@angular/router"
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: frontend-angular-dependencies
- dependency-name: "@angular-devkit/build-angular"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: frontend-angular-dependencies
- dependency-name: "@angular/cli"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: frontend-angular-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>