]>
git.ipfire.org Git - thirdparty/paperless-ngx.git/log
dependabot[bot] [Mon, 25 Apr 2022 17:27:16 +0000 (17:27 +0000)]
Bump concurrently from 7.0.0 to 7.1.0 in /src-ui
Bumps [concurrently](https://github.com/open-cli-tools/concurrently) from 7.0.0 to 7.1.0.
- [Release notes](https://github.com/open-cli-tools/concurrently/releases)
- [Commits](https://github.com/open-cli-tools/concurrently/compare/v7.0.0...v7.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>
Quinn Casey [Thu, 21 Apr 2022 18:13:50 +0000 (11:13 -0700)]
Merge pull request #782 from paperless-ngx/add-python-3-10
Adds Python 3.10 to the backend test matrix
Trenton Holmes [Wed, 13 Apr 2022 22:02:21 +0000 (15:02 -0700)]
Adds Python 3.10 to the backend test matrix
shamoon [Wed, 20 Apr 2022 00:49:55 +0000 (17:49 -0700)]
Merge pull request #769 from chrpme/fix/preview-link
Open preview link in new browser tab
Quinn Casey [Tue, 19 Apr 2022 22:57:31 +0000 (15:57 -0700)]
Merge pull request #767 from paperless-ngx/bug-fix-list-folders
List Email Account Folders In Event of Error Changing Folder
Trenton Holmes [Tue, 19 Apr 2022 22:35:45 +0000 (15:35 -0700)]
Tweaks documentation around mail fetching sub-folders
Trenton Holmes [Tue, 19 Apr 2022 20:37:30 +0000 (13:37 -0700)]
Includes exception information during exception listing folders
Co-authored-by: Florian <florian.brandes@posteo.de>
Mike Unke [Tue, 19 Apr 2022 19:47:49 +0000 (21:47 +0200)]
Open preview link in new browser tab
Trenton Holmes [Tue, 19 Apr 2022 16:05:30 +0000 (09:05 -0700)]
Updates the documentation
Trenton Holmes [Tue, 19 Apr 2022 16:03:08 +0000 (09:03 -0700)]
Only output the folder names
Trenton Holmes [Tue, 19 Apr 2022 15:32:34 +0000 (08:32 -0700)]
In the event of an error when setting the mail account folder, attempt to list the account's folders to the log
Trenton Holmes [Mon, 11 Apr 2022 23:04:44 +0000 (16:04 -0700)]
Merge pull request #691 from paperless-ngx/dependabot/pip/dev/django-4.0.4
Bump django from 4.0.3 to 4.0.4
dependabot[bot] [Mon, 11 Apr 2022 20:37:09 +0000 (20:37 +0000)]
Bump django from 4.0.3 to 4.0.4
Bumps [django](https://github.com/django/django) from 4.0.3 to 4.0.4.
- [Release notes](https://github.com/django/django/releases)
- [Commits](https://github.com/django/django/compare/4.0.3...4.0.4)
---
updated-dependencies:
- dependency-name: django
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
shamoon [Mon, 11 Apr 2022 19:56:45 +0000 (12:56 -0700)]
Merge pull request #690 from paperless-ngx/fix-scanners-table
Fix: scanners table
Quinn Casey [Mon, 11 Apr 2022 19:34:37 +0000 (12:34 -0700)]
Fix name
Quinn Casey [Mon, 11 Apr 2022 19:32:32 +0000 (12:32 -0700)]
Remove explicit "no" as was done in
f303a1c
Quinn Casey [Mon, 11 Apr 2022 19:23:27 +0000 (12:23 -0700)]
Quinn Casey [Mon, 11 Apr 2022 19:21:52 +0000 (12:21 -0700)]
Quinn Casey [Mon, 11 Apr 2022 19:17:44 +0000 (12:17 -0700)]
Quinn Casey [Mon, 11 Apr 2022 19:12:01 +0000 (12:12 -0700)]
shamoon [Mon, 11 Apr 2022 18:56:05 +0000 (11:56 -0700)]
Merge pull request #483 from stumpylog/check-if-file-busy
Adds wait for file before consuming
Quinn Casey [Mon, 11 Apr 2022 18:54:24 +0000 (11:54 -0700)]
Merge pull request #654 from paperless-ngx/fix-doc-detail-time
Fix: frontend document editing erases time data
Florian [Mon, 11 Apr 2022 06:51:48 +0000 (08:51 +0200)]
Merge pull request #532 from paperless-ngx/feature-barcode-splitter
Feature barcode splitter
Trenton Holmes [Mon, 21 Mar 2022 23:02:02 +0000 (16:02 -0700)]
Adds additional checking for both inotify and polling around document still being busy before consuming it
shamoon [Sun, 10 Apr 2022 15:46:45 +0000 (08:46 -0700)]
Merge pull request #550 from stumpylog/feature-mail-consume-improve-docs
Feature mail consume improve docs
shamoon [Sun, 10 Apr 2022 15:46:25 +0000 (08:46 -0700)]
Merge pull request #612 from stumpylog/bug-fix-filter-len
Increase length of SavedViewFilterRule
shamoon [Fri, 8 Apr 2022 20:59:22 +0000 (13:59 -0700)]
Merge pull request #680 from paperless-ngx/bug-fix-fnmatch
[bug] - Fixes attachment filename matching during mail fetching
Trenton Holmes [Fri, 8 Apr 2022 20:42:42 +0000 (13:42 -0700)]
Fixes the matching of attachment files names to patterns
Felix E [Fri, 8 Apr 2022 19:00:57 +0000 (21:00 +0200)]
Merge pull request #674 from paperless-ngx/feature-django4-csrf
Add `PAPERLESS_URL` env variable & CSRF var
Quinn Casey [Fri, 8 Apr 2022 18:12:19 +0000 (11:12 -0700)]
Chore: Implement release-drafter action for Changelogs (#669)
* Add inital release-drafter config
* Replace release action
* Add collapse-after 3 to dependencies
Michael Shamoon [Fri, 8 Apr 2022 07:16:57 +0000 (00:16 -0700)]
docs for PAPERLESS_URL + PAPERLESS_CSRF_TRUSTED_ORIGINS
Trenton Holmes [Fri, 1 Apr 2022 22:54:45 +0000 (15:54 -0700)]
Increases SavedViewFilterRule value to the maximum length
Trenton Holmes [Mon, 28 Mar 2022 17:41:18 +0000 (10:41 -0700)]
Updates the mail db model to use the built-in enum capabilities and runs the migrations
Trenton Holmes [Mon, 28 Mar 2022 17:21:14 +0000 (10:21 -0700)]
Updates the folder input text and adds docs note for how to figure out the folder separator value
Michael Shamoon [Fri, 8 Apr 2022 04:17:59 +0000 (21:17 -0700)]
add PAPERLESS_URL env variable for CSRF
Michael Shamoon [Fri, 8 Apr 2022 06:23:28 +0000 (23:23 -0700)]
reorganizing scss for clarity
[ci skip]
Michael Shamoon [Fri, 8 Apr 2022 06:15:27 +0000 (23:15 -0700)]
fix scss organization
[ci skip]
Florian Brandes [Fri, 8 Apr 2022 06:07:23 +0000 (08:07 +0200)]
fix conditional in separate_pages
add additional test for separate_pages
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
Michael Shamoon [Fri, 8 Apr 2022 06:06:46 +0000 (23:06 -0700)]
fix error case
[ci skip]
Trenton Holmes [Thu, 7 Apr 2022 22:24:53 +0000 (15:24 -0700)]
Merge pull request #501 from stumpylog/configure-worker-retry
Adds settings for worker retry time
Trenton Holmes [Thu, 7 Apr 2022 21:29:08 +0000 (14:29 -0700)]
Merge pull request #641 from paperless-ngx/dependabot/pip/dev/pre-commit-2.18.1
Bump pre-commit from 2.17.0 to 2.18.1
Michael Shamoon [Thu, 7 Apr 2022 21:27:49 +0000 (14:27 -0700)]
fix some broken css vars
dependabot[bot] [Thu, 7 Apr 2022 20:54:33 +0000 (20:54 +0000)]
Bump pre-commit from 2.17.0 to 2.18.1
Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 2.17.0 to 2.18.1.
- [Release notes](https://github.com/pre-commit/pre-commit/releases)
- [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md)
- [Commits](https://github.com/pre-commit/pre-commit/compare/v2.17.0...v2.18.1)
---
updated-dependencies:
- dependency-name: pre-commit
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Michael Shamoon [Thu, 7 Apr 2022 20:51:36 +0000 (13:51 -0700)]
minor css hover + focus state fixes
[ci skip]
Trenton Holmes [Thu, 7 Apr 2022 20:49:50 +0000 (13:49 -0700)]
Merge pull request #649 from paperless-ngx/dependabot/pip/dev/zipp-3.8.0
Bump zipp from 3.7.0 to 3.8.0
Trenton Holmes [Thu, 7 Apr 2022 20:37:46 +0000 (13:37 -0700)]
Merge pull request #653 from paperless-ngx/dependabot/pip/dev/tqdm-4.64.0
Bump tqdm from 4.63.1 to 4.64.0
shamoon [Thu, 7 Apr 2022 19:14:59 +0000 (12:14 -0700)]
Merge pull request #283 from paperless-ngx/feature-global-dragdrop
Feature: global drag'n'drop
Quinn Casey [Thu, 7 Apr 2022 15:31:48 +0000 (08:31 -0700)]
Merge pull request #667 from paperless-ngx/codeowners
Feature: Add CODEOWNERS
shamoon [Thu, 7 Apr 2022 15:30:59 +0000 (08:30 -0700)]
Merge pull request #666 from paperless-ngx/feature-update-base-image
Quinn Casey [Thu, 7 Apr 2022 15:13:25 +0000 (08:13 -0700)]
Fix typo
Quinn Casey [Thu, 7 Apr 2022 15:13:12 +0000 (08:13 -0700)]
Remove explicit team tagging from PR template
Quinn Casey [Thu, 7 Apr 2022 15:12:05 +0000 (08:12 -0700)]
Add CODEOWNERS
dependabot[bot] [Thu, 7 Apr 2022 15:02:57 +0000 (15:02 +0000)]
Bump tqdm from 4.63.1 to 4.64.0
Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.63.1 to 4.64.0.
- [Release notes](https://github.com/tqdm/tqdm/releases)
- [Commits](https://github.com/tqdm/tqdm/compare/v4.63.1...v4.64.0)
---
updated-dependencies:
- dependency-name: tqdm
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Trenton Holmes [Thu, 7 Apr 2022 15:00:22 +0000 (08:00 -0700)]
Updates the base image tag to use the :dev tag from the base image dev branch
Florian Brandes [Sat, 2 Apr 2022 09:44:35 +0000 (11:44 +0200)]
update documentation
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
Florian Brandes [Sat, 2 Apr 2022 08:21:51 +0000 (10:21 +0200)]
add more tests
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
Florian Brandes [Fri, 1 Apr 2022 10:38:14 +0000 (12:38 +0200)]
use imported List
fail test if non-existing dir exists
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
Florian Brandes [Fri, 1 Apr 2022 10:26:39 +0000 (12:26 +0200)]
addes tests:
- barcode-39
- barcode-128
- qr barcodes
- test for consumption
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
Florian Brandes [Wed, 30 Mar 2022 15:24:01 +0000 (17:24 +0200)]
code formatting
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
Florian Brandes [Wed, 30 Mar 2022 15:20:22 +0000 (17:20 +0200)]
set barcode reader default to disabled
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
Florian Brandes [Tue, 29 Mar 2022 16:14:11 +0000 (18:14 +0200)]
put code under CONSUMER_ENABLE_BARCODES
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
Florian Brandes [Tue, 29 Mar 2022 16:12:17 +0000 (18:12 +0200)]
add more type hinting
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
Florian Brandes [Tue, 29 Mar 2022 16:05:20 +0000 (18:05 +0200)]
decode bytecode in string
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
Florian Brandes [Tue, 29 Mar 2022 15:56:11 +0000 (17:56 +0200)]
make list checks consistent
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
Florian Brandes [Tue, 29 Mar 2022 14:42:16 +0000 (16:42 +0200)]
use append method for lists
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
florian on nixos (Florian Brandes) [Sat, 26 Mar 2022 09:16:23 +0000 (10:16 +0100)]
add config options and documentation
Signed-off-by: florian on nixos (Florian Brandes) <florian.brandes@posteo.de>
florian on nixos (Florian Brandes) [Sat, 26 Mar 2022 08:28:19 +0000 (09:28 +0100)]
pre-commit hooks
Signed-off-by: florian on nixos (Florian Brandes) <florian.brandes@posteo.de>
florian on nixos (Florian Brandes) [Sat, 26 Mar 2022 07:41:50 +0000 (08:41 +0100)]
renaming of documents to align with front end
Signed-off-by: florian on nixos (Florian Brandes) <florian.brandes@posteo.de>
florian on nixos (Florian Brandes) [Thu, 24 Mar 2022 20:50:03 +0000 (21:50 +0100)]
update ci.yml to include new dependency
Signed-off-by: florian on nixos (Florian Brandes) <florian.brandes@posteo.de>
florian on nixos (Florian Brandes) [Thu, 24 Mar 2022 20:36:57 +0000 (21:36 +0100)]
flake8
Signed-off-by: florian on nixos (Florian Brandes) <florian.brandes@posteo.de>
florian on nixos (Florian Brandes) [Thu, 24 Mar 2022 20:30:34 +0000 (21:30 +0100)]
run black
Signed-off-by: florian on nixos (Florian Brandes) <florian.brandes@posteo.de>
florian on nixos (Florian Brandes) [Thu, 24 Mar 2022 20:26:30 +0000 (21:26 +0100)]
add trailing commas
Signed-off-by: florian on nixos (Florian Brandes) <florian.brandes@posteo.de>
florian on nixos (Florian Brandes) [Thu, 24 Mar 2022 17:17:29 +0000 (18:17 +0100)]
reorder imports
Signed-off-by: florian on nixos (Florian Brandes) <florian.brandes@posteo.de>
Florian Brandes [Wed, 6 Apr 2022 19:22:07 +0000 (21:22 +0200)]
add split logic to consume_file
Signed-off-by: florian on nixos (Florian Brandes) <florian.brandes@posteo.de>
florian on nixos (Florian Brandes) [Thu, 24 Mar 2022 11:24:26 +0000 (12:24 +0100)]
skip test if dir exists
Signed-off-by: florian on nixos (Florian Brandes) <florian.brandes@posteo.de>
florian on nixos (Florian Brandes) [Thu, 24 Mar 2022 10:33:24 +0000 (11:33 +0100)]
more work on barcode
Signed-off-by: florian on nixos (Florian Brandes) <florian.brandes@posteo.de>
florian on nixos (Florian Brandes) [Wed, 23 Mar 2022 21:49:29 +0000 (22:49 +0100)]
working split pages
Signed-off-by: florian on nixos (Florian Brandes) <florian.brandes@posteo.de>
florian on nixos (Florian Brandes) [Wed, 23 Mar 2022 12:26:43 +0000 (13:26 +0100)]
add first tests for barcode reader
Signed-off-by: florian on nixos (Florian Brandes) <florian.brandes@posteo.de>
florian on nixos (Florian Brandes) [Sat, 19 Mar 2022 17:03:56 +0000 (18:03 +0100)]
add barcode packages
Signed-off-by: florian on nixos (Florian Brandes) <florian.brandes@posteo.de>
Trenton Holmes [Wed, 6 Apr 2022 19:13:03 +0000 (12:13 -0700)]
Merge pull request #642 from paperless-ngx/dependabot/pip/dev/ocrmypdf-13.4.2
Bump ocrmypdf from 13.4.1 to 13.4.2
Michael Shamoon [Wed, 6 Apr 2022 05:11:09 +0000 (22:11 -0700)]
retain document time / tz in detail form
shamoon [Wed, 6 Apr 2022 02:44:43 +0000 (19:44 -0700)]
Merge pull request #630 from paperless-ngx/fix-disableable-download-buttons
Fix: download buttons should disable while waiting
dependabot[bot] [Wed, 6 Apr 2022 02:04:09 +0000 (02:04 +0000)]
Bump ocrmypdf from 13.4.1 to 13.4.2
Bumps [ocrmypdf](https://github.com/jbarlow83/ocrmypdf) from 13.4.1 to 13.4.2.
- [Release notes](https://github.com/jbarlow83/ocrmypdf/releases)
- [Changelog](https://github.com/ocrmypdf/OCRmyPDF/blob/master/docs/release_notes.rst)
- [Commits](https://github.com/jbarlow83/ocrmypdf/compare/v13.4.1...v13.4.2)
---
updated-dependencies:
- dependency-name: ocrmypdf
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] [Wed, 6 Apr 2022 02:03:28 +0000 (02:03 +0000)]
Bump zipp from 3.7.0 to 3.8.0
Bumps [zipp](https://github.com/jaraco/zipp) from 3.7.0 to 3.8.0.
- [Release notes](https://github.com/jaraco/zipp/releases)
- [Changelog](https://github.com/jaraco/zipp/blob/main/CHANGES.rst)
- [Commits](https://github.com/jaraco/zipp/compare/v3.7.0...v3.8.0)
---
updated-dependencies:
- dependency-name: zipp
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Trenton Holmes [Wed, 6 Apr 2022 01:57:52 +0000 (18:57 -0700)]
Merge pull request #619 from paperless-ngx/dependabot/pip/dev/pillow-9.1.0
Bump pillow from 9.0.1 to 9.1.0
Michael Shamoon [Tue, 5 Apr 2022 20:29:51 +0000 (13:29 -0700)]
Cleanup file upload susbcriptions
Michael Shamoon [Wed, 30 Mar 2022 05:27:56 +0000 (22:27 -0700)]
Delete upload-documents.service.spec.ts
Michael Shamoon [Fri, 11 Mar 2022 22:21:18 +0000 (14:21 -0800)]
Cleaner activation with Angular directives
Michael Shamoon [Fri, 11 Mar 2022 04:59:09 +0000 (20:59 -0800)]
Refactor uploads to service, working global dd
Michael Shamoon [Tue, 5 Apr 2022 20:13:43 +0000 (13:13 -0700)]
100vh body height, fix filter editor horizontal overflow
Michael Shamoon [Wed, 30 Mar 2022 06:03:44 +0000 (23:03 -0700)]
fix overlay background color in dark mode
Michael Shamoon [Wed, 30 Mar 2022 06:02:48 +0000 (23:02 -0700)]
code formatting
Michael Shamoon [Wed, 30 Mar 2022 05:27:56 +0000 (22:27 -0700)]
Delete upload-documents.service.spec.ts
Michael Shamoon [Thu, 17 Mar 2022 21:06:27 +0000 (14:06 -0700)]
Add translation directive for upload message
Michael Shamoon [Fri, 11 Mar 2022 22:21:36 +0000 (14:21 -0800)]
Fix dark mode alert close button
Michael Shamoon [Fri, 11 Mar 2022 22:21:18 +0000 (14:21 -0800)]
Cleaner activation with Angular directives
Michael Shamoon [Fri, 11 Mar 2022 06:36:43 +0000 (22:36 -0800)]
Fix broken toast animations & DOM removal
Michael Shamoon [Fri, 11 Mar 2022 06:35:18 +0000 (22:35 -0800)]
Add initiating toast
Michael Shamoon [Fri, 11 Mar 2022 04:59:09 +0000 (20:59 -0800)]
Refactor uploads to service, working global dd
dependabot[bot] [Tue, 5 Apr 2022 18:20:14 +0000 (18:20 +0000)]
Bump pillow from 9.0.1 to 9.1.0
Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.0.1 to 9.1.0.
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](https://github.com/python-pillow/Pillow/compare/9.0.1...9.1.0)
---
updated-dependencies:
- dependency-name: pillow
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>