]>
git.ipfire.org Git - thirdparty/paperless-ngx.git/log
shamoon [Thu, 23 Feb 2023 18:57:58 +0000 (10:57 -0800)]
prevent date suggestion search if disabled
chrisblech [Thu, 25 May 2023 21:17:55 +0000 (23:17 +0200)]
consumer.py: read `create_date` from original file (instead of temp copy)
In line 328, `self.path` is set to a fresh written copy of the source file. This copy has a different timestamp (=now).
When using the source file's timestamp as `create_date`, it makes much more sense to ask for the timestamp from `self.original_path`
Trenton H [Wed, 24 May 2023 18:54:12 +0000 (11:54 -0700)]
Just in case, catch a sometimes nltk error and return the basic processed content instead
Trenton H [Fri, 19 May 2023 22:23:11 +0000 (15:23 -0700)]
Improves the logging mixin and allows it to be typed better
shamoon [Mon, 22 May 2023 21:41:50 +0000 (14:41 -0700)]
Merge pull request #3445 from paperless-ngx/feature-paginate-tasks
Enhancement: paginate frontend tasks
Kim Oliver Drechsel [Mon, 22 May 2023 18:46:29 +0000 (20:46 +0200)]
Add SSL Support for MariaDB (#3444)
* Add ssl options for mariadb
* Add ssl mode for mariadb
Add ssl mode as documented in https://mysqlclient.readthedocs.io/user_guide.html#functions-and-attributes
* run linting over settings.py
* Add docs for SSL mode with MariaDB
---------
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
shamoon [Mon, 22 May 2023 15:19:49 +0000 (08:19 -0700)]
Frontend paginate tasks
Trenton H [Fri, 19 May 2023 16:59:57 +0000 (09:59 -0700)]
Updates handling of barcodes to encapsulate logic, moving it out of tasks and into barcodes
shamoon [Sun, 21 May 2023 17:52:18 +0000 (10:52 -0700)]
Merge pull request #3437 from MarcelBochtler/docs-typo
Docs: Fix typo
Marcel Bochtler [Sun, 21 May 2023 16:42:41 +0000 (18:42 +0200)]
Docs: Fix some typos
shamoon [Sat, 20 May 2023 17:28:37 +0000 (10:28 -0700)]
Metadata error use new error toast
shamoon [Sat, 20 May 2023 17:15:53 +0000 (10:15 -0700)]
Suggestions error use new error toast
shamoon [Thu, 18 May 2023 22:53:29 +0000 (15:53 -0700)]
Merge pull request #3401 from paperless-ngx/feature/playwright
Development: migrate frontend tests to playwright
shamoon [Thu, 18 May 2023 22:52:42 +0000 (15:52 -0700)]
Update statistics-widget.component.html
shamoon [Mon, 8 May 2023 04:30:49 +0000 (21:30 -0700)]
migrate frontend tests to playwright
tasks spec
settings spec
manage spec
document-detail spec
global permissions spec
documents-list & dashboard specs
tasks network requests
settings network requests
permissions network requests
manage network request
bulk-edit network requests
Fix specs
try to get playwright working on ci
rename some specs
reconfigure playwright config
increase webserver timeout for ci
fix report path
shamoon [Thu, 18 May 2023 17:33:06 +0000 (10:33 -0700)]
Merge pull request #3413 from paperless-ngx/feature-improve-frontend-error-handling
Enhancement: Improve frontend error handling
shamoon [Thu, 18 May 2023 07:59:05 +0000 (00:59 -0700)]
Update api.md
shamoon [Wed, 17 May 2023 19:46:04 +0000 (12:46 -0700)]
Improve frontend error handling
shamoon [Wed, 17 May 2023 18:40:43 +0000 (11:40 -0700)]
Fix 'create' edit dialog without permissions form
shamoon [Tue, 16 May 2023 22:11:23 +0000 (15:11 -0700)]
Update usage.md
shamoon [Tue, 16 May 2023 16:39:54 +0000 (09:39 -0700)]
Update crowdin.yml
shamoon [Tue, 16 May 2023 15:30:00 +0000 (08:30 -0700)]
Make 'appears on' text in saved view settings visually hidden
Trenton H [Mon, 15 May 2023 19:54:35 +0000 (12:54 -0700)]
Updates the coverage to upload on push, not pull request, as dev doesn't upload fully otherwise
shamoon [Mon, 15 May 2023 15:23:53 +0000 (08:23 -0700)]
Update environment.prod.ts
shamoon [Mon, 15 May 2023 15:23:36 +0000 (08:23 -0700)]
Merge branch 'main' into dev
shamoon [Mon, 15 May 2023 15:15:30 +0000 (08:15 -0700)]
Move affiliated projects to wiki
shamoon [Mon, 15 May 2023 15:08:59 +0000 (08:08 -0700)]
v1.14.5
shamoon [Mon, 15 May 2023 15:08:17 +0000 (08:08 -0700)]
Merge branch 'dev'
shamoon [Mon, 15 May 2023 15:07:49 +0000 (08:07 -0700)]
Merge pull request #3352 from paperless-ngx/l10n_dev
New Crowdin updates
Paperless-ngx Bot [bot] [Sun, 14 May 2023 00:16:06 +0000 (17:16 -0700)]
New translations messages.xlf (German)
[ci skip]
Trenton Holmes [Sat, 13 May 2023 14:47:21 +0000 (07:47 -0700)]
Changes the error mode to replace instead of ignore, to better highlight where a problem happened
Trenton H [Fri, 12 May 2023 21:21:32 +0000 (14:21 -0700)]
Adds better handling for files with invalid utf8 content
Paperless-ngx Bot [bot] [Sat, 13 May 2023 11:51:23 +0000 (04:51 -0700)]
New translations django.po (Polish)
[ci skip]
Paperless-ngx Bot [bot] [Sat, 13 May 2023 11:51:22 +0000 (04:51 -0700)]
New translations messages.xlf (Polish)
[ci skip]
Paperless-ngx Bot [bot] [Sat, 13 May 2023 10:37:55 +0000 (03:37 -0700)]
New translations django.po (Polish)
[ci skip]
shamoon [Fri, 12 May 2023 20:35:45 +0000 (13:35 -0700)]
Merge pull request #3359 from paperless-ngx/feature-fix-autocomplete-respect-perms
Fix: respect permissions for autocomplete suggestions
Trenton H [Fri, 12 May 2023 02:43:19 +0000 (19:43 -0700)]
Adds back the extras from uvicorn
Trenton H [Thu, 11 May 2023 21:51:46 +0000 (14:51 -0700)]
Removes even more remanents from the lock file
Trenton H [Thu, 11 May 2023 18:05:45 +0000 (11:05 -0700)]
Fixes testing requirements, removes further leftover libraries
Trenton H [Thu, 11 May 2023 17:26:01 +0000 (10:26 -0700)]
Upgrades to the latest django channels
Paperless-ngx Bot [bot] [Fri, 12 May 2023 09:27:06 +0000 (02:27 -0700)]
New translations messages.xlf (French)
[ci skip]
Paperless-ngx Bot [bot] [Fri, 12 May 2023 08:19:22 +0000 (01:19 -0700)]
New translations messages.xlf (French)
[ci skip]
Paperless-ngx Bot [bot] [Fri, 12 May 2023 05:47:01 +0000 (22:47 -0700)]
New translations messages.xlf (Catalan)
[ci skip]
shamoon [Thu, 11 May 2023 22:06:17 +0000 (15:06 -0700)]
Update some version strings
shamoon [Mon, 8 May 2023 21:24:37 +0000 (14:24 -0700)]
Respect permissions for autocomplete suggestions
Trenton H [Thu, 11 May 2023 15:58:32 +0000 (08:58 -0700)]
Transition to new library for finding IPs from the Django request
shamoon [Thu, 11 May 2023 19:56:01 +0000 (12:56 -0700)]
Resolve CodeQL warnings
shamoon [Thu, 11 May 2023 19:49:33 +0000 (12:49 -0700)]
Refactoring a few frontend components
Paperless-ngx Bot [bot] [Thu, 11 May 2023 18:12:58 +0000 (11:12 -0700)]
New translations messages.xlf (German)
[ci skip]
Paperless-ngx Bot [bot] [Thu, 11 May 2023 17:13:18 +0000 (10:13 -0700)]
New translations messages.xlf (Romanian)
[ci skip]
Paperless-ngx Bot [bot] [Thu, 11 May 2023 17:13:17 +0000 (10:13 -0700)]
New translations messages.xlf (Hungarian)
[ci skip]
Paperless-ngx Bot [bot] [Thu, 11 May 2023 17:13:15 +0000 (10:13 -0700)]
New translations messages.xlf (Serbian (Latin))
[ci skip]
Paperless-ngx Bot [bot] [Thu, 11 May 2023 17:13:14 +0000 (10:13 -0700)]
New translations messages.xlf (Luxembourgish)
[ci skip]
Paperless-ngx Bot [bot] [Thu, 11 May 2023 17:13:13 +0000 (10:13 -0700)]
New translations messages.xlf (Croatian)
[ci skip]
Paperless-ngx Bot [bot] [Thu, 11 May 2023 17:13:11 +0000 (10:13 -0700)]
New translations messages.xlf (Indonesian)
[ci skip]
Paperless-ngx Bot [bot] [Thu, 11 May 2023 17:13:10 +0000 (10:13 -0700)]
New translations messages.xlf (Portuguese, Brazilian)
[ci skip]
Paperless-ngx Bot [bot] [Thu, 11 May 2023 17:13:09 +0000 (10:13 -0700)]
New translations messages.xlf (Chinese Simplified)
[ci skip]
Paperless-ngx Bot [bot] [Thu, 11 May 2023 17:13:08 +0000 (10:13 -0700)]
New translations messages.xlf (Turkish)
[ci skip]
Paperless-ngx Bot [bot] [Thu, 11 May 2023 17:13:07 +0000 (10:13 -0700)]
New translations messages.xlf (Swedish)
[ci skip]
Paperless-ngx Bot [bot] [Thu, 11 May 2023 17:13:05 +0000 (10:13 -0700)]
New translations messages.xlf (Slovenian)
[ci skip]
Paperless-ngx Bot [bot] [Thu, 11 May 2023 17:13:04 +0000 (10:13 -0700)]
New translations messages.xlf (Russian)
[ci skip]
Paperless-ngx Bot [bot] [Thu, 11 May 2023 17:13:03 +0000 (10:13 -0700)]
New translations messages.xlf (Portuguese)
[ci skip]
Paperless-ngx Bot [bot] [Thu, 11 May 2023 17:13:02 +0000 (10:13 -0700)]
New translations messages.xlf (Polish)
[ci skip]
Paperless-ngx Bot [bot] [Thu, 11 May 2023 17:13:00 +0000 (10:13 -0700)]
New translations messages.xlf (Norwegian)
[ci skip]
Paperless-ngx Bot [bot] [Thu, 11 May 2023 17:12:59 +0000 (10:12 -0700)]
New translations messages.xlf (Dutch)
[ci skip]
Paperless-ngx Bot [bot] [Thu, 11 May 2023 17:12:58 +0000 (10:12 -0700)]
New translations messages.xlf (Italian)
[ci skip]
Paperless-ngx Bot [bot] [Thu, 11 May 2023 17:12:57 +0000 (10:12 -0700)]
New translations messages.xlf (Hebrew)
[ci skip]
Paperless-ngx Bot [bot] [Thu, 11 May 2023 17:12:55 +0000 (10:12 -0700)]
New translations messages.xlf (Finnish)
[ci skip]
Paperless-ngx Bot [bot] [Thu, 11 May 2023 17:12:54 +0000 (10:12 -0700)]
New translations messages.xlf (German)
[ci skip]
Paperless-ngx Bot [bot] [Thu, 11 May 2023 17:12:53 +0000 (10:12 -0700)]
New translations messages.xlf (Danish)
[ci skip]
Paperless-ngx Bot [bot] [Thu, 11 May 2023 17:12:51 +0000 (10:12 -0700)]
New translations messages.xlf (Czech)
[ci skip]
Paperless-ngx Bot [bot] [Thu, 11 May 2023 17:12:50 +0000 (10:12 -0700)]
New translations messages.xlf (Catalan)
[ci skip]
Paperless-ngx Bot [bot] [Thu, 11 May 2023 17:12:49 +0000 (10:12 -0700)]
New translations messages.xlf (Belarusian)
[ci skip]
Paperless-ngx Bot [bot] [Thu, 11 May 2023 17:12:48 +0000 (10:12 -0700)]
New translations messages.xlf (Arabic)
[ci skip]
Paperless-ngx Bot [bot] [Thu, 11 May 2023 17:12:46 +0000 (10:12 -0700)]
New translations messages.xlf (Spanish)
[ci skip]
Paperless-ngx Bot [bot] [Thu, 11 May 2023 17:12:45 +0000 (10:12 -0700)]
New translations messages.xlf (French)
[ci skip]
shamoon [Thu, 11 May 2023 17:05:51 +0000 (10:05 -0700)]
Merge pull request #3309 from paperless-ngx/feature-owner-filtering
Feature: owner filtering
Paperless-ngx Bot [bot] [Thu, 11 May 2023 03:17:24 +0000 (20:17 -0700)]
New translations messages.xlf (Portuguese, Brazilian)
[ci skip]
Paperless-ngx Bot [bot] [Thu, 11 May 2023 02:17:32 +0000 (19:17 -0700)]
New translations django.po (Portuguese, Brazilian)
[ci skip]
shamoon [Wed, 10 May 2023 18:16:24 +0000 (11:16 -0700)]
Merge pull request #3366 from paperless-ngx/fix/huntr-
94517f3f -ed86-4d88-bce1-
6e9ba11fe1c2
[Security] Render frontend text as plain text
shamoon [Wed, 10 May 2023 18:15:47 +0000 (11:15 -0700)]
Merge pull request #3329 from paperless-ngx/feature-full-dynamic-counts
Enhancement: dynamic counts include all pages, hide for "Any"
shamoon [Wed, 10 May 2023 15:18:08 +0000 (08:18 -0700)]
Merge pull request #3347 from paperless-ngx/fix/issue-3346
Fix: default frontend to current owner, allow setting no owner on create
Trenton H [Tue, 9 May 2023 18:30:32 +0000 (11:30 -0700)]
Upgrades dependencies to their latest allowed versions
shamoon [Wed, 10 May 2023 06:48:02 +0000 (23:48 -0700)]
Merge pull request #3367 from denilsonsa/patch-2
[Fix] Position:fixed for .global-dropzone-overlay
Denilson Sá Maia [Wed, 10 May 2023 06:01:51 +0000 (08:01 +0200)]
Position:fixed for .global-dropzone-overlay
If the user tried dropping a file onto the paperless-ngx UI, but the page itself had scrolled down a bit, the overlay would have scrolled together with the page.
This commit makes the overlay fixed to the viewport, independent from the scroll position.
This one-word commit was done directly through the GitHub web interface.
shamoon [Wed, 10 May 2023 04:51:31 +0000 (21:51 -0700)]
Render frontend html as plain text
shamoon [Wed, 10 May 2023 04:48:31 +0000 (21:48 -0700)]
Update document-detail.component.ts
shamoon [Mon, 8 May 2023 08:56:28 +0000 (01:56 -0700)]
Default frontend to current owner, allow setting no owner on create
shamoon [Mon, 8 May 2023 22:33:54 +0000 (15:33 -0700)]
Apply code suggestions
Co-Authored-By: Trenton H <797416+stumpylog@users.noreply.github.com>
shamoon [Thu, 4 May 2023 08:19:43 +0000 (01:19 -0700)]
Update frontend strings
shamoon [Thu, 4 May 2023 02:37:36 +0000 (19:37 -0700)]
Re-work filter editor, bulk editor & reset buttons
Paperless-ngx Bot [bot] [Tue, 9 May 2023 23:56:48 +0000 (16:56 -0700)]
New translations messages.xlf (Hungarian)
[ci skip]
Paperless-ngx Bot [bot] [Tue, 9 May 2023 23:56:46 +0000 (16:56 -0700)]
New translations django.po (Hungarian)
[ci skip]
Paperless-ngx Bot [bot] [Tue, 9 May 2023 14:15:58 +0000 (07:15 -0700)]
New translations messages.xlf (French)
[ci skip]
Paperless-ngx Bot [bot] [Tue, 9 May 2023 12:47:20 +0000 (05:47 -0700)]
New translations django.po (Slovenian)
[ci skip]
Paperless-ngx Bot [bot] [Tue, 9 May 2023 12:47:19 +0000 (05:47 -0700)]
New translations messages.xlf (Slovenian)
[ci skip]
Paperless-ngx Bot [bot] [Tue, 9 May 2023 10:37:38 +0000 (03:37 -0700)]
New translations django.po (Slovenian)
[ci skip]
Paperless-ngx Bot [bot] [Tue, 9 May 2023 09:31:20 +0000 (02:31 -0700)]
New translations messages.xlf (German)
[ci skip]
Paperless-ngx Bot [bot] [Tue, 9 May 2023 06:51:59 +0000 (23:51 -0700)]
New translations messages.xlf (Slovenian)
[ci skip]
Paperless-ngx Bot [bot] [Tue, 9 May 2023 06:51:58 +0000 (23:51 -0700)]
New translations messages.xlf (Catalan)
[ci skip]