]>
git.ipfire.org Git - thirdparty/paperless-ngx.git/log
Trenton Holmes [Wed, 1 Jun 2022 15:59:20 +0000 (08:59 -0700)]
If debug mode is enabled, also pass this setting on to django-q
Quinn Casey [Thu, 26 May 2022 16:12:24 +0000 (09:12 -0700)]
Merge pull request #1008 from paperless-ngx/bugfix-max-pixel-setting
Bugfix: Corrects the setting of max pixel size for OCR
Quinn Casey [Thu, 26 May 2022 15:50:08 +0000 (08:50 -0700)]
Merge pull request #1007 from paperless-ngx/improve-date-paste-input
Feature: better date pasting
Quinn Casey [Thu, 26 May 2022 15:42:55 +0000 (08:42 -0700)]
Merge pull request #1017 from paperless-ngx/alphabetize-tags
Enhancement: Alphabetize tags by default
Quinn Casey [Thu, 26 May 2022 15:18:43 +0000 (08:18 -0700)]
Merge pull request #1000 from paperless-ngx/rework-query-params-logic
Fix: Rework query params logic
Quinn Casey [Thu, 26 May 2022 15:12:43 +0000 (08:12 -0700)]
Merge pull request #1030 from paperless-ngx/feature-reload-language-change
Enhancement: show note on language change and offer reload
Michael Shamoon [Wed, 25 May 2022 23:06:59 +0000 (16:06 -0700)]
Show note on language change and offer reload
Michael Shamoon [Wed, 25 May 2022 21:47:05 +0000 (14:47 -0700)]
fix global overlay color
shamoon [Tue, 24 May 2022 16:59:14 +0000 (09:59 -0700)]
Merge pull request #1025 from paperless-ngx/fix-pytest-api-auth
Fix: use `force_authentication` instead of `force_login` for python api tests
Michael Shamoon [Tue, 24 May 2022 06:07:49 +0000 (23:07 -0700)]
use force_authenticate in api tests
shamoon [Tue, 24 May 2022 03:32:23 +0000 (20:32 -0700)]
Merge pull request #1013 from paperless-ngx/chore-manual-updates
Chore: Manually update dependencies
Michael Shamoon [Tue, 24 May 2022 03:25:26 +0000 (20:25 -0700)]
Alphabetize tags by default
shamoon [Tue, 24 May 2022 02:12:49 +0000 (19:12 -0700)]
Merge pull request #1016 from paperless-ngx/more-redis-wait-info
Feature: Include error information when Redis connection fails
Trenton Holmes [Mon, 23 May 2022 22:53:47 +0000 (15:53 -0700)]
Also output the exception when the Redis ping fails
shamoon [Mon, 23 May 2022 18:51:07 +0000 (11:51 -0700)]
Merge pull request #1009 from dragere/patch-2
Better handle long tags on small cards
Michael Shamoon [Mon, 23 May 2022 18:24:13 +0000 (11:24 -0700)]
Better handle long tag names
Michael Shamoon [Mon, 23 May 2022 18:24:08 +0000 (11:24 -0700)]
Revert "Allow line breaks in Tags"
This reverts commit
14cbcb4af60fd16474560bde7082c86f29de9150.
Trenton Holmes [Mon, 23 May 2022 17:44:33 +0000 (10:44 -0700)]
Reworks documentation on the max pixels setting
dragere [Mon, 23 May 2022 17:28:29 +0000 (19:28 +0200)]
Allow line breaks in Tags
Trenton Holmes [Mon, 23 May 2022 16:31:31 +0000 (09:31 -0700)]
Manually updates dependencies
Michael Shamoon [Mon, 23 May 2022 08:54:21 +0000 (01:54 -0700)]
Update saved-view-widget.component.ts
[ci skip]
Trenton Holmes [Sun, 22 May 2022 23:56:08 +0000 (16:56 -0700)]
Updates to provide the user provided max pixel size to ocrmypdf
Michael Shamoon [Sun, 22 May 2022 21:21:24 +0000 (14:21 -0700)]
Use NgbDateParserFormatter
Michael Shamoon [Sun, 22 May 2022 15:59:43 +0000 (08:59 -0700)]
Strip some characters from pasted date input
Michael Shamoon [Sat, 21 May 2022 07:07:19 +0000 (00:07 -0700)]
Fix conflicting rule type 22
Michael Shamoon [Sat, 21 May 2022 06:32:30 +0000 (23:32 -0700)]
minor refactor query params utils
Michael Shamoon [Sat, 21 May 2022 05:23:35 +0000 (22:23 -0700)]
Use 1/0 instead of true/false
Michael Shamoon [Sat, 21 May 2022 05:14:39 +0000 (22:14 -0700)]
fix documents list without query params
Michael Shamoon [Fri, 20 May 2022 22:16:17 +0000 (15:16 -0700)]
Refactor query params service
Quinn Casey [Fri, 20 May 2022 13:05:41 +0000 (06:05 -0700)]
Merge pull request #995 from paperless-ngx/translate-more-tooltips
Fix: add translation for some un-translated tooltips
Michael Shamoon [Fri, 20 May 2022 06:54:23 +0000 (23:54 -0700)]
Update messages.xlf
Michael Shamoon [Fri, 20 May 2022 06:50:57 +0000 (23:50 -0700)]
Mark various tooltips for translation
Michael Shamoon [Thu, 19 May 2022 22:24:43 +0000 (15:24 -0700)]
Update django.po
Michael Shamoon [Thu, 19 May 2022 22:22:13 +0000 (15:22 -0700)]
Update messages.xlf
Markus [Thu, 19 May 2022 21:42:25 +0000 (23:42 +0200)]
Feature: Dynamic document storage pathes (#916)
* Added devcontainer
* Add feature storage pathes
* Exclude tests and add versioning
* Check escaping
* Check escaping
* Check quoting
* Echo
* Escape
* Escape :
* Double escape \
* Escaping
* Remove if
* Escape colon
* Missing \
* Esacpe :
* Escape all
* test
* Remove sed
* Fix exclude
* Remove SED command
* Add LD_LIBRARY_PATH
* Adjusted to v1.7
* Updated test-cases
* Remove devcontainer
* Removed internal build-file
* Run pre-commit
* Corrected flak8 error
* Adjusted to v1.7
* Updated test-cases
* Corrected flak8 error
* Adjusted to new plural translations
* Small adjustments due to code-review backend
* Adjusted line-break
* Removed PAPERLESS prefix from settings variables
* Corrected style change due to search+replace
* First documentation draft
* Revert changes to Pipfile
* Add sphinx-autobuild with keep-outdated
* Revert merge error that results in wrong storage path is evaluated
* Adjust styles of generated files ...
* Adds additional testing to cover dynamic storage path functionality
* Remove unnecessary condition
* Add hint to edit storage path dialog
* Correct spelling of pathes to paths
* Minor documentation tweaks
* Minor typo
* improving wrapping of filter editor buttons with new storage path button
* Update .gitignore
* Fix select border radius in non input-groups
* Better storage path edit hint
* Add note to edit storage path dialog re document_renamer
* Add note to bulk edit storage path re document_renamer
* Rename FILTER_STORAGE_DIRECTORY to PATH
* Fix broken filter rule parsing
* Show default storage if unspecified
* Remove note re storage path on bulk edit
* Add basic validation of filename variables
Co-authored-by: Markus Kling <markus@markus-kling.net>
Co-authored-by: Trenton Holmes <holmes.trenton@gmail.com>
Co-authored-by: Michael Shamoon <4887959+shamoon@users.noreply.github.com>
Co-authored-by: Quinn Casey <quinn@quinncasey.com>
Quinn Casey [Wed, 18 May 2022 21:48:30 +0000 (14:48 -0700)]
Merge pull request #987 from paperless-ngx/canon-mfp-new-config
Docs: Add link to new config option in scanners.rst
Quinn Casey [Wed, 18 May 2022 21:42:08 +0000 (14:42 -0700)]
Merge pull request #986 from paperless-ngx/fix-npm-optional-flag
Change npm --no-optional to --omit=optional
Quinn Casey [Wed, 18 May 2022 21:30:33 +0000 (14:30 -0700)]
Add link to new config option
Quinn Casey [Wed, 18 May 2022 21:30:16 +0000 (14:30 -0700)]
Fix formatting
Quinn Casey [Wed, 18 May 2022 21:26:36 +0000 (14:26 -0700)]
Merge branch 'main' into dev
Quinn Casey [Wed, 18 May 2022 21:25:56 +0000 (14:25 -0700)]
Merge pull request #985 from paperless-ngx/fix-changelog-links
Fix links in changelog
Quinn Casey [Wed, 18 May 2022 21:25:18 +0000 (14:25 -0700)]
Merge pull request #984 from eingemaischt/canon-maxify-mb5350
Added Maxify MB5350 Documentation
Quinn Casey [Wed, 18 May 2022 21:03:43 +0000 (14:03 -0700)]
Link to configuration values for Canon MFP
Michael Shamoon [Wed, 18 May 2022 21:01:19 +0000 (14:01 -0700)]
Change npm --no-optional to --omit=optional
Quinn Casey [Wed, 18 May 2022 20:53:03 +0000 (13:53 -0700)]
Fix formatting, typo
Michael Shamoon [Wed, 18 May 2022 20:52:31 +0000 (13:52 -0700)]
Update .gitignore
[ci skip]
Michael Shamoon [Wed, 18 May 2022 20:38:56 +0000 (13:38 -0700)]
Update changelog.md
Philipp [Wed, 18 May 2022 18:54:23 +0000 (20:54 +0200)]
Added Maxify MB5350 Documentation
Michael Shamoon [Wed, 18 May 2022 18:41:36 +0000 (11:41 -0700)]
Update custom.css
[ci skip]
shamoon [Wed, 18 May 2022 18:33:17 +0000 (11:33 -0700)]
Merge pull request #919 from paperless-ngx/feature-settings-saved-to-db
Feature: frontend settings saved to database
shamoon [Wed, 18 May 2022 18:01:59 +0000 (11:01 -0700)]
Merge pull request #982 from qcasey/changelog-to-md
Add `myst-parser` to fix readthedocs
Quinn Casey [Wed, 18 May 2022 14:48:24 +0000 (07:48 -0700)]
Add myst-parser
Quinn Casey [Wed, 18 May 2022 14:00:28 +0000 (07:00 -0700)]
Merge pull request #878 from dabenzel/patch-1
[documentation] added iOS Shortcut Link for Uploading PDF to paperless
shamoon [Wed, 18 May 2022 10:19:41 +0000 (03:19 -0700)]
Update shortcut link
Philipp [Wed, 18 May 2022 09:56:32 +0000 (11:56 +0200)]
Add "Created" as additional (optional) parameter for post_documents (#965)
* Added "created" as optional parameter for post_documents.
* Fixed Conflict
* After Black Reformatting
* Run "add-trailing-comma"
* The right order between black and trailing comma is important....
* Added required=False
* Adds unit test for optional created in document api POST
* Fixes adding of settings override
* And a mis-added print, sigh
Co-authored-by: Philipp <philipp@invalid.invalid>
Co-authored-by: Trenton Holmes <holmes.trenton@gmail.com>
shamoon [Wed, 18 May 2022 09:55:24 +0000 (02:55 -0700)]
Merge pull request #979 from paperless-ngx/fix-978
Fix: Title is changed after switching doc quickly
Michael Shamoon [Wed, 18 May 2022 09:41:15 +0000 (02:41 -0700)]
pull frontend lang setting from db if set
Michael Shamoon [Tue, 17 May 2022 23:12:59 +0000 (16:12 -0700)]
tap ui settings get to avoid dup
Michael Shamoon [Sat, 14 May 2022 04:31:40 +0000 (21:31 -0700)]
Update settings e2e fixture
Michael Shamoon [Sat, 14 May 2022 03:45:40 +0000 (20:45 -0700)]
Correct translation string locations
Michael Shamoon [Thu, 12 May 2022 04:49:46 +0000 (21:49 -0700)]
Add ui_settings to exporter
Trenton Holmes [Wed, 11 May 2022 19:35:12 +0000 (12:35 -0700)]
Removes accidental printing left in testing
Trenton Holmes [Wed, 11 May 2022 18:33:08 +0000 (11:33 -0700)]
Makes minor improvements to ui_settings API testing
Michael Shamoon [Wed, 11 May 2022 17:43:32 +0000 (10:43 -0700)]
Code suggestions
Co-Authored-By: Trenton Holmes <797416+stumpylog@users.noreply.github.com>
Michael Shamoon [Wed, 11 May 2022 17:39:21 +0000 (10:39 -0700)]
Note JSON1 extension requirement on bare metal installs
Michael Shamoon [Tue, 10 May 2022 04:41:51 +0000 (21:41 -0700)]
Update frontend strings
Michael Shamoon [Tue, 10 May 2022 04:18:30 +0000 (21:18 -0700)]
basic python tests
Michael Shamoon [Mon, 9 May 2022 23:31:20 +0000 (16:31 -0700)]
Remove post_save receiver
Michael Shamoon [Mon, 9 May 2022 18:08:28 +0000 (11:08 -0700)]
Properly get username & display name
Michael Shamoon [Mon, 9 May 2022 18:01:45 +0000 (11:01 -0700)]
PaperlessUiSettings data object
Michael Shamoon [Sat, 7 May 2022 15:11:10 +0000 (08:11 -0700)]
Refactor to UiSettings
Michael Shamoon [Sat, 7 May 2022 14:17:03 +0000 (07:17 -0700)]
update e2e tests for settings initialization
Michael Shamoon [Sat, 7 May 2022 09:14:20 +0000 (02:14 -0700)]
include language in db settings
Michael Shamoon [Sat, 7 May 2022 08:53:37 +0000 (01:53 -0700)]
Automatic migration to database
Michael Shamoon [Sat, 7 May 2022 07:41:35 +0000 (00:41 -0700)]
Use app initializer to wait on settings
Michael Shamoon [Sat, 7 May 2022 07:15:58 +0000 (00:15 -0700)]
fix key constraint error
Michael Shamoon [Sat, 7 May 2022 07:05:51 +0000 (00:05 -0700)]
Basic frontend settings retrieval
Michael Shamoon [Sat, 7 May 2022 05:29:30 +0000 (22:29 -0700)]
skeleton frontend_settings api endpoint
Michael Shamoon [Sat, 7 May 2022 05:10:35 +0000 (22:10 -0700)]
frontend settings db migration
Michael Shamoon [Sat, 7 May 2022 02:49:45 +0000 (19:49 -0700)]
Update settings.service.ts
shamoon [Tue, 17 May 2022 17:43:10 +0000 (10:43 -0700)]
Merge pull request #956 from paperless-ngx/fix-warn-max-open-docs
Fix: warn when closing a document with unsaved changes due to max open docs
Michael Shamoon [Tue, 17 May 2022 17:36:43 +0000 (10:36 -0700)]
Manually dirty check title on doc change
Michael Shamoon [Tue, 17 May 2022 16:59:14 +0000 (09:59 -0700)]
Fix title subscription fires even after doc change
Trenton Holmes [Tue, 17 May 2022 16:25:29 +0000 (09:25 -0700)]
Merge pull request #953 from paperless-ngx/bugfix-intoify-debounce
Bugfix: Adds configurable intoify debounce time
Michael Shamoon [Tue, 17 May 2022 16:09:38 +0000 (09:09 -0700)]
close button color with light primary only for toasts
Trenton Holmes [Tue, 17 May 2022 15:56:52 +0000 (08:56 -0700)]
Adds troubleshooting and missing documentation for inotify and polling configuration
shamoon [Tue, 17 May 2022 04:47:56 +0000 (21:47 -0700)]
Merge pull request #942 from paperless-ngx/bugfix-date-format
Bugfix: Fixes document filename date off by 1 issue
shamoon [Tue, 17 May 2022 04:46:35 +0000 (21:46 -0700)]
Merge pull request #943 from paperless-ngx/feature-seperate-library-workflow
Feature: Move installer library images to new workflow
shamoon [Tue, 17 May 2022 00:25:28 +0000 (17:25 -0700)]
Merge pull request #973 from paperless-ngx/feature-chore-deps-update
Chore: Manually update all Python dependencies
Trenton Holmes [Mon, 16 May 2022 23:05:40 +0000 (16:05 -0700)]
Manually updates dependency files
benzel [Mon, 16 May 2022 19:44:34 +0000 (21:44 +0200)]
Update docs/scanners.rst
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
shamoon [Mon, 16 May 2022 17:40:43 +0000 (10:40 -0700)]
Merge pull request #962 from paperless-ngx/add-MIME-pdf-check
fixes #949: change to MIME detection for files
Florian Brandes [Mon, 16 May 2022 15:29:29 +0000 (17:29 +0200)]
fixes #949: change to MIME detection for files
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
Michael Shamoon [Mon, 16 May 2022 06:25:46 +0000 (23:25 -0700)]
let OpenDocumentsService handle nav
Michael Shamoon [Mon, 16 May 2022 06:42:41 +0000 (23:42 -0700)]
Update messages.xlf
Michael Shamoon [Mon, 16 May 2022 05:55:25 +0000 (22:55 -0700)]
Warn on closing edited doc due to max open docs
benzel [Sun, 15 May 2022 19:10:03 +0000 (21:10 +0200)]
Update scanners.rst
Trenton Holmes [Sun, 15 May 2022 18:48:12 +0000 (11:48 -0700)]
Adds configuration variable to the inotify debounce timing
Trenton Holmes [Sun, 15 May 2022 18:25:14 +0000 (11:25 -0700)]
Makes the workflow triggers more specific
shamoon [Sat, 14 May 2022 23:00:32 +0000 (16:00 -0700)]
Merge pull request #948 from Berjou/docs-typo
docs: fix some typos