Trenton H
3b0fa4f707
Adds option to enable compression of webserver responses
2023-02-12 14:45:51 -08:00
Trenton H
40db244d4a
Fixes the test for expiration
2023-02-08 09:47:56 -08:00
Trenton H
8181535f40
Fixes expiration of the weekly task
2023-02-08 09:33:46 -08:00
Trenton H
7af0b47ba9
Expire the scheduled tasks shortly a new one will be added to the queue by default
2023-02-08 08:18:11 -08:00
Trenton H
bdcba570cb
Adding more test coverage, in particular around Tika and its parser
2023-02-05 11:01:55 -08:00
Trenton Holmes
0a47fba9ae
Bumps version to 1.12.2
2023-01-29 08:42:23 -08:00
Trenton H
92fb390f7b
Bumps version to 1.12.1
2023-01-25 12:18:29 -08:00
Trenton Holmes
454264a87f
Bumps version to 1.12.0
2023-01-24 17:56:13 -08:00
Peter Kappelt
92b9fc1ba9
Feature: Parse ASN from barcode
...
ASN-Barcodes are identified by a configurable prefix
2023-01-24 09:43:52 -08:00
amo13
c4dbd58efd
Use correct canonical path for nltk_data
2023-01-16 14:20:42 -08:00
Trenton H
2460c3e076
Correctly split up the test cases
2023-01-11 07:21:26 -08:00
Trenton H
9763b72f81
Adds testing coverage of parsing the celery beat schedule
2023-01-11 07:21:26 -08:00
Trenton Holmes
eb8f37d846
Allows scheduling tasks via cron
2023-01-11 07:21:26 -08:00
Felix Eckhofer
4aa8e9b800
Use subpath for websocket URL
...
Fixes #2252
2023-01-07 20:37:02 +01:00
Khaled Emad
906d5d0bab
Adding arabic language
2023-01-02 11:32:34 -08:00
Michael Shamoon
cb4beb5e71
v1.11.3
2023-01-01 14:12:42 -08:00
Michael Shamoon
ecd345f3e1
v1.11.2
2022-12-30 15:17:57 -08:00
Michael Shamoon
e44fcd4e84
v1.11.1
2022-12-30 08:33:54 -08:00
Michael Shamoon
f9ce4d8f6a
Update version strings for 1.11.0
2022-12-29 19:40:25 -08:00
hashworks
4269074944
Add ability to provide the configuration file path using an env variable
2022-12-28 13:48:01 -08:00
Trenton Holmes
ce38e4ae08
Actually no need for pickle anyway
2022-12-12 15:37:01 -08:00
Trenton H
97d6503fef
Switches task serialization over to pickle format
2022-12-12 15:37:01 -08:00
Trenton H
8da3ae2c53
Bakes the NLTK data into the image (~60mb)
2022-12-07 09:36:32 -08:00
shamoon
fb9d3f736b
Merge pull request #2000 from paperless-ngx/feature-frontend-paperless-mail
...
Feature: frontend paperless mail
2022-12-04 16:47:58 -08:00
Trenton Holmes
59f6074093
Bumps version to 1.10.2
2022-12-04 12:58:03 -08:00
Trenton Holmes
5b45a140b9
Fixes issue when the Redis URL also specifies a port
2022-12-03 18:30:21 -08:00
Michael Shamoon
5e5f56dc67
Re-org where some of the new classes are found
2022-12-03 09:31:39 -08:00
Michael Shamoon
c3331086d5
Basic data retrieval
2022-12-03 09:31:22 -08:00
Trenton H
ea38eb01b2
Adds support for database number specification
2022-12-03 08:39:32 -08:00
Trenton H
01d070b882
Adds a layer to translate between differing formats of socket based Redis URLs
2022-12-03 08:39:32 -08:00
Michael Shamoon
a96f79f6a3
Bump version to 1.10.1
2022-12-01 18:54:52 -08:00
Trenton H
e5106bdca0
Updates the version strings to 1.10.0
2022-11-09 14:00:09 -08:00
Trenton H
10f6195bac
Always use pikepdf, then pdf2image if needed to check for barcodes instead of requiring/allowing configuration
2022-11-09 13:01:39 -08:00
Sblop
cda0a19b99
Update settings.py
...
Comment too long.
2022-10-28 14:40:48 -07:00
Sblop
932a285b82
Update settings.py
2022-10-28 14:40:48 -07:00
Sblop
c414de9c35
Update settings.py
...
Django gives a system error on MariaDB on VARCHARs longer than 255 chars. This was a limitation in older versions of mysql.
Meaning: You cannot run Paperless-NGX on older version were this limitation were present, meaning Django plays it extremely safe by giving an error.
This fixes this problem.
2022-10-28 14:40:48 -07:00
Trenton H
f8ce6285df
Allows using pdf2image instead of pikepdf if desired
2022-10-24 09:58:34 -07:00
Trenton H
d1a17480ea
Account for plusses in the OCR language setting
2022-10-10 08:58:23 -07:00
Trenton H
1e891414a3
Allows disabling NLTK, adds it as a consideration for low power devices
2022-10-10 08:58:23 -07:00
Trenton Holmes
c44c914d3d
Changes the NLTK language to be based on the Tesseract OCR language, with fallback to the default processing
2022-10-10 08:58:23 -07:00
Trenton H
d10d2f5a54
Allows configuration of the NLTK processing language
2022-10-10 08:58:23 -07:00
Trenton Holmes
6523cf0c4b
Fixes the download and usage of the downloaded data
2022-10-10 08:58:23 -07:00
shamoon
5e4a9311ed
Merge branch 'dev' into feature-use-celery
2022-10-03 18:00:54 -07:00
Trenton H
436f9e891e
Changes MariaDB encoding to use utf8mb4
2022-09-29 13:53:44 -07:00
Trenton H
fad1b03458
Finalizes what the PaperlessTask will look like to the frontend
2022-09-27 12:44:01 -07:00
Michael Shamoon
9d117ee11b
Merge pull request #1666 from paperless-ngx/fix/1664
2022-09-27 09:34:34 -07:00
Michael Shamoon
5bb1824613
Allow PAPERLESS_OCR_CLEAN=none
2022-09-27 08:48:04 -07:00
Trenton H
8c07b76e6a
Bumps version numbers to 1.9.2
2022-09-27 08:06:35 -07:00
Trenton Holmes
9247300230
Transitions the backend to celery and celery beat
2022-09-26 11:25:34 -07:00
Trenton H
8967f07c8d
Fixes a missing option for OCR mode and incorrect clean mode
2022-09-26 11:05:19 -07:00