554 Commits

Author SHA1 Message Date
Trenton H
a9c77216b2 Updates ignore path filtering so files in a folder in an ignored folder will be ignored correctly 2023-02-16 09:05:11 -08:00
Trenton H
52232a99d5 Changes the default setting for compression to enabled 2023-02-12 14:45:51 -08:00
Trenton H
e6681ad450 Adds option to enable compression of webserver responses 2023-02-12 14:45:51 -08:00
Trenton H
194e5bb9de Fixes the test for expiration 2023-02-08 09:47:56 -08:00
Trenton H
8341218f3e Fixes expiration of the weekly task 2023-02-08 09:33:46 -08:00
Trenton H
f345de8f3c 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
09ac404148 Adding more test coverage, in particular around Tika and its parser 2023-02-05 11:01:55 -08:00
Trenton Holmes
139d5655ed Bumps version to 1.12.2 2023-01-29 08:42:23 -08:00
Trenton H
d558f0b48b Bumps version to 1.12.1 2023-01-25 12:18:29 -08:00
Trenton Holmes
d4757eb2dc Bumps version to 1.12.0 2023-01-24 17:56:13 -08:00
Peter Kappelt
099b8b8161 Feature: Parse ASN from barcode
ASN-Barcodes are identified by a configurable prefix
2023-01-24 09:43:52 -08:00
amo13
f77e308f0d Use correct canonical path for nltk_data 2023-01-16 14:20:42 -08:00
Trenton H
41df754b15 Correctly split up the test cases 2023-01-11 07:21:26 -08:00
Trenton H
7ff5a41e11 Adds testing coverage of parsing the celery beat schedule 2023-01-11 07:21:26 -08:00
Trenton Holmes
1702dcd797 Allows scheduling tasks via cron 2023-01-11 07:21:26 -08:00
Felix Eckhofer
8bb186c0db Use subpath for websocket URL
Fixes #2252
2023-01-07 20:37:02 +01:00
Khaled Emad
5b0ae49819 Adding arabic language 2023-01-02 11:32:34 -08:00
Michael Shamoon
77522ce02b v1.11.3 2023-01-01 14:12:42 -08:00
Michael Shamoon
58e960601a v1.11.2 2022-12-30 15:17:57 -08:00
Michael Shamoon
6100a3f369 v1.11.1 2022-12-30 08:33:54 -08:00
Michael Shamoon
6bbb670b99 Update version strings for 1.11.0 2022-12-29 19:40:25 -08:00
hashworks
ef38e53444 Add ability to provide the configuration file path using an env variable 2022-12-28 13:48:01 -08:00
Trenton Holmes
fa183eb000 Actually no need for pickle anyway 2022-12-12 15:37:01 -08:00
Trenton H
5030a5212e Switches task serialization over to pickle format 2022-12-12 15:37:01 -08:00
Trenton H
7af355191d Bakes the NLTK data into the image (~60mb) 2022-12-07 09:36:32 -08:00
shamoon
0c85bdb1b4 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
21861f9f3c Bumps version to 1.10.2 2022-12-04 12:58:03 -08:00
Trenton Holmes
1b93f60c3c Fixes issue when the Redis URL also specifies a port 2022-12-03 18:30:21 -08:00
Michael Shamoon
2148c4482b Re-org where some of the new classes are found 2022-12-03 09:31:39 -08:00
Michael Shamoon
4ffb08bf24 Basic data retrieval 2022-12-03 09:31:22 -08:00
Trenton H
ce82c64fe0 Adds support for database number specification 2022-12-03 08:39:32 -08:00
Trenton H
3a6345f607 Adds a layer to translate between differing formats of socket based Redis URLs 2022-12-03 08:39:32 -08:00
Michael Shamoon
2438d41b30 Bump version to 1.10.1 2022-12-01 18:54:52 -08:00
Trenton H
fcab695e8f Updates the version strings to 1.10.0 2022-11-09 14:00:09 -08:00
Trenton H
189d02dfe6 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
91a1d8f5ae Update settings.py
Comment too long.
2022-10-28 14:40:48 -07:00
Sblop
fcc9be619a Update settings.py 2022-10-28 14:40:48 -07:00
Sblop
a214b7a861 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
6d2851c693 Allows using pdf2image instead of pikepdf if desired 2022-10-24 09:58:34 -07:00
Trenton H
e88d911984 Account for plusses in the OCR language setting 2022-10-10 08:58:23 -07:00
Trenton H
2d71415ede Allows disabling NLTK, adds it as a consideration for low power devices 2022-10-10 08:58:23 -07:00
Trenton Holmes
a78d44ec5f 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
0bc13c2a72 Allows configuration of the NLTK processing language 2022-10-10 08:58:23 -07:00
Trenton Holmes
70b1988a55 Fixes the download and usage of the downloaded data 2022-10-10 08:58:23 -07:00
shamoon
60a67fd279 Merge branch 'dev' into feature-use-celery 2022-10-03 18:00:54 -07:00
Trenton H
16980e0c1d Changes MariaDB encoding to use utf8mb4 2022-09-29 13:53:44 -07:00
Trenton H
e8d237ac7c Finalizes what the PaperlessTask will look like to the frontend 2022-09-27 12:44:01 -07:00
Michael Shamoon
0bc4c947cf Merge pull request #1666 from paperless-ngx/fix/1664 2022-09-27 09:34:34 -07:00
Michael Shamoon
b894f4ad1c Allow PAPERLESS_OCR_CLEAN=none 2022-09-27 08:48:04 -07:00
Trenton H
71c558eba7 Bumps version numbers to 1.9.2 2022-09-27 08:06:35 -07:00