]> git.ipfire.org Git - thirdparty/paperless-ngx.git/log
thirdparty/paperless-ngx.git
2 years agoBulk bump angular to 15.2.1 2788/head
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>
2 years agoBe sure the scratch directory exists before using it as temporary directory
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

2 years agofix settings change detection on delete
shamoon [Wed, 1 Mar 2023 09:14:10 +0000 (01:14 -0800)] 
fix settings change detection on delete

2 years agoMake user_permissions not required
shamoon [Wed, 1 Mar 2023 08:33:01 +0000 (00:33 -0800)] 
Make user_permissions not required

2 years agoMerge pull request #2777 from paperless-ngx/bugfix-owner-on-new-document
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

2 years agodon't submit owner via API 2777/head
Jonas Winkler [Tue, 28 Feb 2023 17:32:09 +0000 (18:32 +0100)] 
don't submit owner via API

2 years agoReturns to using hashing against primary keys, at least for fields. Improves testing...
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

2 years agoChanges from a hash based system to a time based system to prevent extra retrains
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

2 years agoChanges classifier training to hold less data in memory at the same time
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

2 years agoAdd new packages catagory for mypy typing stubs and configure some mypy settings...
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

2 years agoMerge pull request #2743 from bdr99/ocr_skip_archive_file
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

2 years agoAdd tests for checks.py 2743/head
Brandon Rothweiler [Fri, 24 Feb 2023 16:27:40 +0000 (11:27 -0500)] 
Add tests for checks.py

2 years agoFix typo in deprecation log message
Brandon Rothweiler [Fri, 24 Feb 2023 03:52:31 +0000 (22:52 -0500)] 
Fix typo in deprecation log message

2 years agoAdd PAPERLESS_OCR_SKIP_ARCHIVE_FILE config setting
Brandon Rothweiler [Fri, 24 Feb 2023 03:42:57 +0000 (22:42 -0500)] 
Add PAPERLESS_OCR_SKIP_ARCHIVE_FILE config setting

2 years agoRevert "Merge pull request #2732 from bdr99/skip_neverarchive"
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.

2 years agoMerge pull request #2739 from paperless-ngx/fix-2738
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

2 years agoMerge pull request #2704 from paperless-ngx/feature-dynamic-document-counts
shamoon [Thu, 23 Feb 2023 23:32:08 +0000 (15:32 -0800)] 
Merge pull request #2704 from paperless-ngx/feature-dynamic-document-counts

2 years agoMerge pull request #2732 from bdr99/skip_neverarchive
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

2 years agoMerge pull request #2717 from paperless-ngx/fix-user-perms-editing-issues
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

2 years agoMerge pull request #2703 from paperless-ngx/fix-2702
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

2 years agoFixes creation of the paperless.conf in the release dist
Trenton H [Thu, 23 Feb 2023 22:59:34 +0000 (14:59 -0800)] 
Fixes creation of the paperless.conf in the release dist

2 years agoOnly return logs that exist 2739/head
shamoon [Thu, 23 Feb 2023 22:32:58 +0000 (14:32 -0800)] 
Only return logs that exist

2 years agoAdd a setting to disable creating an archive file 2732/head
Brandon Rothweiler [Wed, 22 Feb 2023 20:27:17 +0000 (15:27 -0500)] 
Add a setting to disable creating an archive file

2 years agoMerge pull request #2727 from bdr99/disable-matching
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

2 years agoAdd test 2727/head
Brandon Rothweiler [Wed, 22 Feb 2023 14:39:29 +0000 (09:39 -0500)] 
Add test

2 years agoReorder frontend matching model options & update strings
shamoon [Wed, 22 Feb 2023 04:58:52 +0000 (20:58 -0800)] 
Reorder frontend matching model options & update strings

2 years agoAdd an option to disable matching
Brandon Rothweiler [Wed, 22 Feb 2023 01:01:30 +0000 (20:01 -0500)] 
Add an option to disable matching

2 years agoUpdate translation strings
shamoon [Tue, 21 Feb 2023 21:26:40 +0000 (13:26 -0800)] 
Update translation strings

2 years agoUpdates the latest test to use status codes
Trenton H [Mon, 20 Feb 2023 16:36:22 +0000 (08:36 -0800)] 
Updates the latest test to use status codes

2 years agoChanges testing to use more declarative status code names from DRF
Trenton Holmes [Mon, 20 Feb 2023 02:10:23 +0000 (18:10 -0800)] 
Changes testing to use more declarative status code names from DRF

2 years agoCreates a mix-in for asserting file system states
Trenton Holmes [Mon, 20 Feb 2023 02:00:45 +0000 (18:00 -0800)] 
Creates a mix-in for asserting file system states

2 years agoprevent edit docs when dont have global edit perms
shamoon [Mon, 20 Feb 2023 16:20:37 +0000 (08:20 -0800)] 
prevent edit docs when dont have global edit perms

2 years agoAllow setting the ASN on document upload
Trenton Holmes [Mon, 20 Feb 2023 00:38:34 +0000 (16:38 -0800)] 
Allow setting the ASN on document upload

2 years agoBulk update of all Python libraries
Trenton Holmes [Sun, 19 Feb 2023 21:16:59 +0000 (13:16 -0800)] 
Bulk update of all Python libraries

2 years agoFix startup without saved view permissions 2717/head
shamoon [Mon, 20 Feb 2023 10:52:16 +0000 (02:52 -0800)] 
Fix startup without saved view permissions

2 years agoFix dyanmic disabling checkboxes in permissions select
shamoon [Mon, 20 Feb 2023 10:15:11 +0000 (02:15 -0800)] 
Fix dyanmic disabling checkboxes in permissions select

2 years agoFix inherited permissions being set at user level & unable to unselect existing perms
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

2 years agoMerge pull request #2701 from paperless-ngx/fix-bulk-edit-reset-apply-button
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

2 years agoLive document counts for document filtering 2704/head
shamoon [Sat, 18 Feb 2023 23:44:54 +0000 (15:44 -0800)] 
Live document counts for document filtering

2 years agoLive document counts for bulk edit
shamoon [Sat, 18 Feb 2023 23:11:10 +0000 (15:11 -0800)] 
Live document counts for bulk edit

2 years agoMerge pull request #2359 from paperless-ngx/feature-log-failed-auth
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

2 years agoFix: reset saved view ID on quickFilter 2703/head
shamoon [Sun, 19 Feb 2023 02:36:19 +0000 (18:36 -0800)] 
Fix: reset saved view ID on quickFilter

2 years agoAdds some quick testing of the IP logging during a failed login 2359/head
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

2 years agoFix apply button should reset state on close dropdown 2701/head
shamoon [Sat, 18 Feb 2023 22:29:49 +0000 (14:29 -0800)] 
Fix apply button should reset state on close dropdown

2 years agoMoves the renaming ttask into the serialiser update instead of post_save. Feels...
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

2 years agoMoves the renaming triggered from a storage path change to be a background task
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

2 years agoRemove obsolete UI warning on edit storage path
shamoon [Fri, 17 Feb 2023 22:23:09 +0000 (14:23 -0800)] 
Remove obsolete UI warning on edit storage path

2 years agoWhen a StoragePath is changed, check if related documents require a rename
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

2 years agoMoves django-ipware up to be with other Django libraries
Trenton H [Wed, 11 Jan 2023 15:55:08 +0000 (07:55 -0800)] 
Moves django-ipware up to be with other Django libraries

2 years agoLog failed login attempts
Michael Shamoon [Sat, 31 Dec 2022 21:13:19 +0000 (13:13 -0800)] 
Log failed login attempts

2 years agoMerge pull request #2689 from paperless-ngx/feature-update-error-messages
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

2 years agoMake error message toasts more visually distinct 2689/head
shamoon [Fri, 17 Feb 2023 03:41:38 +0000 (19:41 -0800)] 
Make error message toasts more visually distinct

2 years agoShow errors on document save
shamoon [Fri, 17 Feb 2023 03:41:10 +0000 (19:41 -0800)] 
Show errors on document save

2 years agoMerge pull request #2147 from paperless-ngx/feature-permissions
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

2 years agoMerge pull request #2692 from nathanaelhoun/fix-missing-i18n-for-mobile-preview
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

2 years agodocs: fix command used for i18n extraction 2692/head
NathanaĆ«l Houn [Fri, 17 Feb 2023 13:08:16 +0000 (14:08 +0100)] 
docs: fix command used for i18n extraction

2 years agofix: added missing i18n placeholder for file preview
NathanaĆ«l Houn [Fri, 17 Feb 2023 13:08:05 +0000 (14:08 +0100)] 
fix: added missing i18n placeholder for file preview

2 years agoUpdate messages.xlf 2147/head
shamoon [Fri, 17 Feb 2023 04:45:11 +0000 (20:45 -0800)] 
Update messages.xlf

2 years agoMerge branch 'dev' into feature-permissions
shamoon [Fri, 17 Feb 2023 04:44:51 +0000 (20:44 -0800)] 
Merge branch 'dev' into feature-permissions

2 years agoUpdate messages.xlf
shamoon [Fri, 17 Feb 2023 04:44:02 +0000 (20:44 -0800)] 
Update messages.xlf

2 years agoAdd dev tag to dev version
shamoon [Fri, 17 Feb 2023 04:42:48 +0000 (20:42 -0800)] 
Add dev tag to dev version

2 years agoMerge pull request #2690 from paperless-ngx/v1.13.0-changelog
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

2 years agoChangelog v1.13.0 - GHA 2690/head
github-actions [Fri, 17 Feb 2023 04:28:58 +0000 (04:28 +0000)] 
Changelog v1.13.0 - GHA

2 years agoBumps version to 1.13.0 v1.13.0
shamoon [Fri, 17 Feb 2023 04:10:35 +0000 (20:10 -0800)] 
Bumps version to 1.13.0

2 years agoMerge branch 'dev'
shamoon [Fri, 17 Feb 2023 04:07:50 +0000 (20:07 -0800)] 
Merge branch 'dev'

2 years agoInstead of pulling all images, inspect the manifest index and each digest index
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

2 years agoMerge pull request #2681 from paperless-ngx/feature-2162
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

2 years agoUpdates ignore path filtering so files in a folder in an ignored folder will be ignor...
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

2 years agoAllow disable saved view with unsaved changes warning 2681/head
shamoon [Wed, 15 Feb 2023 17:39:31 +0000 (09:39 -0800)] 
Allow disable saved view with unsaved changes warning

2 years agoResolves the subshell not returnning when generating SECRET_KEY
Trenton Holmes [Sun, 12 Feb 2023 16:23:11 +0000 (08:23 -0800)] 
Resolves the subshell not returnning when generating SECRET_KEY

2 years agoNew Crowdin updates (#2527)
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]

2 years agoUpdate frontend strings
shamoon [Tue, 14 Feb 2023 19:53:10 +0000 (11:53 -0800)] 
Update frontend strings

2 years agoUpdate frontend strings
shamoon [Tue, 14 Feb 2023 19:52:30 +0000 (11:52 -0800)] 
Update frontend strings

2 years agoMerge branch 'dev' into feature-permissions
shamoon [Tue, 14 Feb 2023 19:35:48 +0000 (11:35 -0800)] 
Merge branch 'dev' into feature-permissions

2 years agoMerge branch 'dev' into feature-permissions
shamoon [Tue, 14 Feb 2023 19:32:37 +0000 (11:32 -0800)] 
Merge branch 'dev' into feature-permissions

2 years agoChanges the default setting for compression to enabled
Trenton H [Tue, 7 Feb 2023 18:12:36 +0000 (10:12 -0800)] 
Changes the default setting for compression to enabled

2 years agoAdds option to enable compression of webserver responses
Trenton H [Mon, 6 Feb 2023 17:35:34 +0000 (09:35 -0800)] 
Adds option to enable compression of webserver responses

2 years agoWhen splitting via barcodes, cleanup the split documents better
Trenton Holmes [Sun, 12 Feb 2023 02:19:02 +0000 (18:19 -0800)] 
When splitting via barcodes, cleanup the split documents better

2 years agoMerge pull request #2651 from paperless-ngx/fix-2650
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

2 years agoAdd missing storage path placeholders 2651/head
shamoon [Sun, 12 Feb 2023 09:53:07 +0000 (01:53 -0800)] 
Add missing storage path placeholders

2 years agoFixes up some minor warnings from test code
Trenton Holmes [Mon, 6 Feb 2023 01:42:35 +0000 (17:42 -0800)] 
Fixes up some minor warnings from test code

2 years agoadding quotes around port 'find' field as requested
Omar Saleem [Thu, 9 Feb 2023 20:19:02 +0000 (15:19 -0500)] 
adding quotes around port 'find' field as requested

2 years agoneed quotes in install script too
Omar Saleem [Thu, 9 Feb 2023 07:41:47 +0000 (02:41 -0500)] 
need quotes in install script too

2 years agowrapping ports in quotes
Omar Saleem [Thu, 9 Feb 2023 07:25:25 +0000 (02:25 -0500)] 
wrapping ports in quotes

2 years agoMerge pull request #2638 from paperless-ngx/fix-2637
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

2 years agoFix toggle split doesnt have rounded right corner 2638/head
shamoon [Fri, 10 Feb 2023 04:17:00 +0000 (20:17 -0800)] 
Fix toggle split doesnt have rounded right corner

2 years agoFix long dropdown contents break column layout
shamoon [Fri, 10 Feb 2023 04:16:45 +0000 (20:16 -0800)] 
Fix long dropdown contents break column layout

2 years agoFixes the test for expiration
Trenton H [Wed, 8 Feb 2023 17:47:56 +0000 (09:47 -0800)] 
Fixes the test for expiration

2 years agoFixes expiration of the weekly task
Trenton H [Wed, 8 Feb 2023 17:33:46 +0000 (09:33 -0800)] 
Fixes expiration of the weekly task

2 years agoMerge pull request #2625 from paperless-ngx/fix-2465
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

2 years agoExpire the scheduled tasks shortly a new one will be added to the queue by default
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

2 years agoFixes flower not respecting its config location, and a little more info to the user
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

2 years agotags dropdown doesnt need to open upon removal 2625/head
shamoon [Tue, 7 Feb 2023 23:44:15 +0000 (15:44 -0800)] 
tags dropdown doesnt need to open upon removal

2 years agoFixes all Python versions uploading to Codecov
Trenton H [Mon, 6 Feb 2023 17:51:14 +0000 (09:51 -0800)] 
Fixes all Python versions uploading to Codecov

2 years agoMerge pull request #2618 from paperless-ngx/feature-management-list-pagination
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

2 years agoMerge pull request #2608 from paperless-ngx/compatibility-updates-0222
shamoon [Mon, 6 Feb 2023 15:51:48 +0000 (07:51 -0800)] 
Merge pull request #2608 from paperless-ngx/compatibility-updates-0222

2 years agofix: limit pagination in management-list 2618/head
Bastien KERVICHE [Mon, 6 Feb 2023 10:21:10 +0000 (11:21 +0100)] 
fix: limit pagination in management-list

2 years agoUpdates to the expected PDF minus an extra whitespace 2608/head
Trenton H [Sun, 5 Feb 2023 22:40:39 +0000 (14:40 -0800)] 
Updates to the expected PDF minus an extra whitespace

2 years agoNote possible `utf8mb3` requirement
shamoon [Sun, 5 Feb 2023 14:29:06 +0000 (06:29 -0800)] 
Note possible `utf8mb3` requirement

2 years agoupdate gotenberg to 7.8
shamoon [Sun, 5 Feb 2023 14:18:30 +0000 (06:18 -0800)] 
update gotenberg to 7.8