]>
git.ipfire.org Git - thirdparty/paperless-ngx.git/log
dependabot[bot] [Wed, 1 Mar 2023 20:58:01 +0000 (20:58 +0000)]
Bulk bump angular to 15.2.1
Bump @angular/compiler from 15.1.2 to 15.2.1 in /src-ui
Bumps [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) from 15.1.2 to 15.2.1.
- [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/15.2.1/packages/compiler)
---
updated-dependencies:
- dependency-name: "@angular/compiler"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Trenton H [Tue, 28 Feb 2023 16:20:40 +0000 (08:20 -0800)]
Be sure the scratch directory exists before using it as temporary directory
shamoon [Wed, 1 Mar 2023 09:14:10 +0000 (01:14 -0800)]
fix settings change detection on delete
shamoon [Wed, 1 Mar 2023 08:33:01 +0000 (00:33 -0800)]
Make user_permissions not required
Jonas Winkler [Wed, 1 Mar 2023 00:08:54 +0000 (01:08 +0100)]
Merge pull request #2777 from paperless-ngx/bugfix-owner-on-new-document
Don't submit owner via API on document upload
Jonas Winkler [Tue, 28 Feb 2023 17:32:09 +0000 (18:32 +0100)]
don't submit owner via API
Trenton Holmes [Mon, 27 Feb 2023 05:01:29 +0000 (21:01 -0800)]
Returns to using hashing against primary keys, at least for fields. Improves testing coverage
Trenton Holmes [Thu, 23 Feb 2023 04:03:23 +0000 (20:03 -0800)]
Changes from a hash based system to a time based system to prevent extra retrains
Trenton H [Wed, 22 Feb 2023 19:33:11 +0000 (11:33 -0800)]
Changes classifier training to hold less data in memory at the same time
Trenton H [Tue, 7 Feb 2023 01:56:33 +0000 (17:56 -0800)]
Add new packages catagory for mypy typing stubs and configure some mypy settings in setup.cfg
Jonas Winkler [Mon, 27 Feb 2023 10:01:54 +0000 (11:01 +0100)]
Merge pull request #2743 from bdr99/ocr_skip_archive_file
Feature: Add PAPERLESS_OCR_SKIP_ARCHIVE_FILE config setting
Brandon Rothweiler [Fri, 24 Feb 2023 16:27:40 +0000 (11:27 -0500)]
Add tests for checks.py
Brandon Rothweiler [Fri, 24 Feb 2023 03:52:31 +0000 (22:52 -0500)]
Fix typo in deprecation log message
Brandon Rothweiler [Fri, 24 Feb 2023 03:42:57 +0000 (22:42 -0500)]
Add PAPERLESS_OCR_SKIP_ARCHIVE_FILE config setting
Brandon Rothweiler [Fri, 24 Feb 2023 02:26:53 +0000 (21:26 -0500)]
Revert "Merge pull request #2732 from bdr99/skip_neverarchive"
This reverts commit
77b23d3acb573232e4e307b63a83f8ff557c0e7e, reversing
changes made to
5d8aa278315dcf92bfa1abe9e1fbd4911f8ed258.
shamoon [Thu, 23 Feb 2023 23:32:29 +0000 (15:32 -0800)]
Merge pull request #2739 from paperless-ngx/fix-2738
Fix: only offer log files that exist
shamoon [Thu, 23 Feb 2023 23:32:08 +0000 (15:32 -0800)]
Merge pull request #2704 from paperless-ngx/feature-dynamic-document-counts
shamoon [Thu, 23 Feb 2023 23:22:49 +0000 (15:22 -0800)]
Merge pull request #2732 from bdr99/skip_neverarchive
Feature: Add a setting to disable creating archive files
shamoon [Thu, 23 Feb 2023 23:19:53 +0000 (15:19 -0800)]
Merge pull request #2717 from paperless-ngx/fix-user-perms-editing-issues
Fix: permissions editing and initial view issues
shamoon [Thu, 23 Feb 2023 23:18:48 +0000 (15:18 -0800)]
Merge pull request #2703 from paperless-ngx/fix-2702
Fix: reset saved view ID on quickFilter
Trenton H [Thu, 23 Feb 2023 22:59:34 +0000 (14:59 -0800)]
Fixes creation of the paperless.conf in the release dist
shamoon [Thu, 23 Feb 2023 22:32:58 +0000 (14:32 -0800)]
Only return logs that exist
Brandon Rothweiler [Wed, 22 Feb 2023 20:27:17 +0000 (15:27 -0500)]
Add a setting to disable creating an archive file
shamoon [Wed, 22 Feb 2023 15:13:27 +0000 (07:13 -0800)]
Merge pull request #2727 from bdr99/disable-matching
Feature: Add an option to disable matching
Brandon Rothweiler [Wed, 22 Feb 2023 14:39:29 +0000 (09:39 -0500)]
Add test
shamoon [Wed, 22 Feb 2023 04:58:52 +0000 (20:58 -0800)]
Reorder frontend matching model options & update strings
Brandon Rothweiler [Wed, 22 Feb 2023 01:01:30 +0000 (20:01 -0500)]
Add an option to disable matching
shamoon [Tue, 21 Feb 2023 21:26:40 +0000 (13:26 -0800)]
Update translation strings
Trenton H [Mon, 20 Feb 2023 16:36:22 +0000 (08:36 -0800)]
Updates the latest test to use status codes
Trenton Holmes [Mon, 20 Feb 2023 02:10:23 +0000 (18:10 -0800)]
Changes testing to use more declarative status code names from DRF
Trenton Holmes [Mon, 20 Feb 2023 02:00:45 +0000 (18:00 -0800)]
Creates a mix-in for asserting file system states
shamoon [Mon, 20 Feb 2023 16:20:37 +0000 (08:20 -0800)]
prevent edit docs when dont have global edit perms
Trenton Holmes [Mon, 20 Feb 2023 00:38:34 +0000 (16:38 -0800)]
Allow setting the ASN on document upload
Trenton Holmes [Sun, 19 Feb 2023 21:16:59 +0000 (13:16 -0800)]
Bulk update of all Python libraries
shamoon [Mon, 20 Feb 2023 10:52:16 +0000 (02:52 -0800)]
Fix startup without saved view permissions
shamoon [Mon, 20 Feb 2023 10:15:11 +0000 (02:15 -0800)]
Fix dyanmic disabling checkboxes in permissions select
shamoon [Mon, 20 Feb 2023 09:27:44 +0000 (01:27 -0800)]
Fix inherited permissions being set at user level & unable to unselect existing perms
shamoon [Mon, 20 Feb 2023 02:40:14 +0000 (18:40 -0800)]
Merge pull request #2701 from paperless-ngx/fix-bulk-edit-reset-apply-button
Fix: bulk edit reset apply button state
shamoon [Sat, 18 Feb 2023 23:44:54 +0000 (15:44 -0800)]
Live document counts for document filtering
shamoon [Sat, 18 Feb 2023 23:11:10 +0000 (15:11 -0800)]
Live document counts for bulk edit
shamoon [Sun, 19 Feb 2023 03:40:51 +0000 (19:40 -0800)]
Merge pull request #2359 from paperless-ngx/feature-log-failed-auth
Feature: Log failed login attempts
shamoon [Sun, 19 Feb 2023 02:36:19 +0000 (18:36 -0800)]
Fix: reset saved view ID on quickFilter
Trenton H [Sat, 18 Feb 2023 23:26:09 +0000 (15:26 -0800)]
Adds some quick testing of the IP logging during a failed login
shamoon [Sat, 18 Feb 2023 22:29:49 +0000 (14:29 -0800)]
Fix apply button should reset state on close dropdown
Trenton H [Sat, 18 Feb 2023 01:43:56 +0000 (17:43 -0800)]
Moves the renaming ttask into the serialiser update instead of post_save. Feels more correct
Trenton H [Sat, 18 Feb 2023 00:55:58 +0000 (16:55 -0800)]
Moves the renaming triggered from a storage path change to be a background task
shamoon [Fri, 17 Feb 2023 22:23:09 +0000 (14:23 -0800)]
Remove obsolete UI warning on edit storage path
Trenton H [Fri, 17 Feb 2023 18:02:19 +0000 (10:02 -0800)]
When a StoragePath is changed, check if related documents require a rename
Trenton H [Wed, 11 Jan 2023 15:55:08 +0000 (07:55 -0800)]
Moves django-ipware up to be with other Django libraries
Michael Shamoon [Sat, 31 Dec 2022 21:13:19 +0000 (13:13 -0800)]
Log failed login attempts
shamoon [Fri, 17 Feb 2023 15:52:31 +0000 (07:52 -0800)]
Merge pull request #2689 from paperless-ngx/feature-update-error-messages
Feature: update error message colors & show on document failures
shamoon [Fri, 17 Feb 2023 03:41:38 +0000 (19:41 -0800)]
Make error message toasts more visually distinct
shamoon [Fri, 17 Feb 2023 03:41:10 +0000 (19:41 -0800)]
Show errors on document save
shamoon [Fri, 17 Feb 2023 15:21:18 +0000 (07:21 -0800)]
Merge pull request #2147 from paperless-ngx/feature-permissions
Feature: multi-user permissions
shamoon [Fri, 17 Feb 2023 15:19:05 +0000 (07:19 -0800)]
Merge pull request #2692 from nathanaelhoun/fix-missing-i18n-for-mobile-preview
fix: add missing i18n for mobile "preview" pane
Nathanaƫl Houn [Fri, 17 Feb 2023 13:08:16 +0000 (14:08 +0100)]
docs: fix command used for i18n extraction
Nathanaƫl Houn [Fri, 17 Feb 2023 13:08:05 +0000 (14:08 +0100)]
fix: added missing i18n placeholder for file preview
shamoon [Fri, 17 Feb 2023 04:45:11 +0000 (20:45 -0800)]
Update messages.xlf
shamoon [Fri, 17 Feb 2023 04:44:51 +0000 (20:44 -0800)]
Merge branch 'dev' into feature-permissions
shamoon [Fri, 17 Feb 2023 04:44:02 +0000 (20:44 -0800)]
Update messages.xlf
shamoon [Fri, 17 Feb 2023 04:42:48 +0000 (20:42 -0800)]
Add dev tag to dev version
shamoon [Fri, 17 Feb 2023 04:42:01 +0000 (20:42 -0800)]
Merge pull request #2690 from paperless-ngx/v1.13.0-changelog
[Documentation] Add v1.13.0 changelog
github-actions [Fri, 17 Feb 2023 04:28:58 +0000 (04:28 +0000)]
Changelog v1.13.0 - GHA
shamoon [Fri, 17 Feb 2023 04:10:35 +0000 (20:10 -0800)]
Bumps version to 1.13.0
shamoon [Fri, 17 Feb 2023 04:07:50 +0000 (20:07 -0800)]
Merge branch 'dev'
Trenton H [Thu, 16 Feb 2023 17:42:22 +0000 (09:42 -0800)]
Instead of pulling all images, inspect the manifest index and each digest index
shamoon [Thu, 16 Feb 2023 17:59:42 +0000 (09:59 -0800)]
Merge pull request #2681 from paperless-ngx/feature-2162
Feature: allow disable warn on close saved view with changes
Trenton H [Tue, 14 Feb 2023 20:54:03 +0000 (12:54 -0800)]
Updates ignore path filtering so files in a folder in an ignored folder will be ignored correctly
shamoon [Wed, 15 Feb 2023 17:39:31 +0000 (09:39 -0800)]
Allow disable saved view with unsaved changes warning
Trenton Holmes [Sun, 12 Feb 2023 16:23:11 +0000 (08:23 -0800)]
Resolves the subshell not returnning when generating SECRET_KEY
Paperless-ngx Translation Bot [bot] [Tue, 14 Feb 2023 20:02:29 +0000 (12:02 -0800)]
New Crowdin updates (#2527)
* New translations django.po (Dutch)
[ci skip]
* New translations messages.xlf (Dutch)
[ci skip]
* New translations messages.xlf (Dutch)
[ci skip]
* New translations messages.xlf (Dutch)
[ci skip]
* New translations messages.xlf (Dutch)
[ci skip]
* New translations messages.xlf (Dutch)
[ci skip]
* New translations messages.xlf (Turkish)
[ci skip]
* New translations messages.xlf (Dutch)
[ci skip]
* New translations messages.xlf (Romanian)
[ci skip]
* New translations messages.xlf (French)
[ci skip]
* New translations messages.xlf (Spanish)
[ci skip]
* New translations messages.xlf (Arabic)
[ci skip]
* New translations messages.xlf (Belarusian)
[ci skip]
* New translations messages.xlf (Czech)
[ci skip]
* New translations messages.xlf (Danish)
[ci skip]
* New translations messages.xlf (German)
[ci skip]
* New translations messages.xlf (Finnish)
[ci skip]
* New translations messages.xlf (Hebrew)
[ci skip]
* New translations messages.xlf (Italian)
[ci skip]
* New translations messages.xlf (Norwegian)
[ci skip]
* New translations messages.xlf (Polish)
[ci skip]
* New translations messages.xlf (Portuguese)
[ci skip]
* New translations messages.xlf (Russian)
[ci skip]
* New translations messages.xlf (Slovenian)
[ci skip]
* New translations messages.xlf (Swedish)
[ci skip]
* New translations messages.xlf (Chinese Simplified)
[ci skip]
* New translations messages.xlf (Portuguese, Brazilian)
[ci skip]
* New translations messages.xlf (Croatian)
[ci skip]
* New translations messages.xlf (Luxembourgish)
[ci skip]
* New translations messages.xlf (Serbian (Latin))
[ci skip]
* New translations django.po (Dutch)
[ci skip]
* New translations messages.xlf (Dutch)
[ci skip]
* New translations messages.xlf (French)
[ci skip]
* New translations messages.xlf (French)
[ci skip]
* New translations messages.xlf (French)
[ci skip]
* New translations messages.xlf (Serbian (Latin))
[ci skip]
* New translations messages.xlf (French)
[ci skip]
* New translations messages.xlf (French)
[ci skip]
* New translations messages.xlf (German)
[ci skip]
* New translations messages.xlf (Russian)
[ci skip]
* New translations messages.xlf (Russian)
[ci skip]
* New translations messages.xlf (Russian)
[ci skip]
* New translations messages.xlf (Arabic)
[ci skip]
* New translations messages.xlf (French)
[ci skip]
* New translations messages.xlf (German)
[ci skip]
* New translations messages.xlf (French)
[ci skip]
* New translations messages.xlf (Arabic)
[ci skip]
* New translations messages.xlf (German)
[ci skip]
* New translations messages.xlf (Russian)
[ci skip]
* New translations messages.xlf (Romanian)
[ci skip]
* New translations messages.xlf (Spanish)
[ci skip]
* New translations messages.xlf (Belarusian)
[ci skip]
* New translations messages.xlf (Czech)
[ci skip]
* New translations messages.xlf (Danish)
[ci skip]
* New translations messages.xlf (Finnish)
[ci skip]
* New translations messages.xlf (Hebrew)
[ci skip]
* New translations messages.xlf (Italian)
[ci skip]
* New translations messages.xlf (Dutch)
[ci skip]
* New translations messages.xlf (Norwegian)
[ci skip]
* New translations messages.xlf (Polish)
[ci skip]
* New translations messages.xlf (Portuguese)
[ci skip]
* New translations messages.xlf (Slovenian)
[ci skip]
* New translations messages.xlf (Swedish)
[ci skip]
* New translations messages.xlf (Turkish)
[ci skip]
* New translations messages.xlf (Chinese Simplified)
[ci skip]
* New translations messages.xlf (Portuguese, Brazilian)
[ci skip]
* New translations messages.xlf (Croatian)
[ci skip]
* New translations messages.xlf (Luxembourgish)
[ci skip]
* New translations messages.xlf (Serbian (Latin))
[ci skip]
shamoon [Tue, 14 Feb 2023 19:53:10 +0000 (11:53 -0800)]
Update frontend strings
shamoon [Tue, 14 Feb 2023 19:52:30 +0000 (11:52 -0800)]
Update frontend strings
shamoon [Tue, 14 Feb 2023 19:35:48 +0000 (11:35 -0800)]
Merge branch 'dev' into feature-permissions
shamoon [Tue, 14 Feb 2023 19:32:37 +0000 (11:32 -0800)]
Merge branch 'dev' into feature-permissions
Trenton H [Tue, 7 Feb 2023 18:12:36 +0000 (10:12 -0800)]
Changes the default setting for compression to enabled
Trenton H [Mon, 6 Feb 2023 17:35:34 +0000 (09:35 -0800)]
Adds option to enable compression of webserver responses
Trenton Holmes [Sun, 12 Feb 2023 02:19:02 +0000 (18:19 -0800)]
When splitting via barcodes, cleanup the split documents better
shamoon [Sun, 12 Feb 2023 15:55:27 +0000 (07:55 -0800)]
Merge pull request #2651 from paperless-ngx/fix-2650
Fix: add missing storage path placeholders
shamoon [Sun, 12 Feb 2023 09:53:07 +0000 (01:53 -0800)]
Add missing storage path placeholders
Trenton Holmes [Mon, 6 Feb 2023 01:42:35 +0000 (17:42 -0800)]
Fixes up some minor warnings from test code
Omar Saleem [Thu, 9 Feb 2023 20:19:02 +0000 (15:19 -0500)]
adding quotes around port 'find' field as requested
Omar Saleem [Thu, 9 Feb 2023 07:41:47 +0000 (02:41 -0500)]
need quotes in install script too
Omar Saleem [Thu, 9 Feb 2023 07:25:25 +0000 (02:25 -0500)]
wrapping ports in quotes
shamoon [Fri, 10 Feb 2023 19:51:28 +0000 (11:51 -0800)]
Merge pull request #2638 from paperless-ngx/fix-2637
Fix long dropdown contents break document detail column view
shamoon [Fri, 10 Feb 2023 04:17:00 +0000 (20:17 -0800)]
Fix toggle split doesnt have rounded right corner
shamoon [Fri, 10 Feb 2023 04:16:45 +0000 (20:16 -0800)]
Fix long dropdown contents break column layout
Trenton H [Wed, 8 Feb 2023 17:47:56 +0000 (09:47 -0800)]
Fixes the test for expiration
Trenton H [Wed, 8 Feb 2023 17:33:46 +0000 (09:33 -0800)]
Fixes expiration of the weekly task
shamoon [Wed, 8 Feb 2023 16:26:17 +0000 (08:26 -0800)]
Merge pull request #2625 from paperless-ngx/fix-2465
Fix: tags dropdown should stay closed when removing
Trenton H [Fri, 3 Feb 2023 22:41:10 +0000 (14:41 -0800)]
Expire the scheduled tasks shortly a new one will be added to the queue by default
Trenton H [Fri, 3 Feb 2023 22:19:22 +0000 (14:19 -0800)]
Fixes flower not respecting its config location, and a little more info to the user
shamoon [Tue, 7 Feb 2023 23:44:15 +0000 (15:44 -0800)]
tags dropdown doesnt need to open upon removal
Trenton H [Mon, 6 Feb 2023 17:51:14 +0000 (09:51 -0800)]
Fixes all Python versions uploading to Codecov
shamoon [Mon, 6 Feb 2023 16:19:33 +0000 (08:19 -0800)]
Merge pull request #2618 from paperless-ngx/feature-management-list-pagination
Bugfix: Limit management list pagination maxSize to 5
shamoon [Mon, 6 Feb 2023 15:51:48 +0000 (07:51 -0800)]
Merge pull request #2608 from paperless-ngx/compatibility-updates-0222
Bastien KERVICHE [Mon, 6 Feb 2023 10:21:10 +0000 (11:21 +0100)]
fix: limit pagination in management-list
Trenton H [Sun, 5 Feb 2023 22:40:39 +0000 (14:40 -0800)]
Updates to the expected PDF minus an extra whitespace
shamoon [Sun, 5 Feb 2023 14:29:06 +0000 (06:29 -0800)]
Note possible `utf8mb3` requirement
shamoon [Sun, 5 Feb 2023 14:18:30 +0000 (06:18 -0800)]
update gotenberg to 7.8