Trenton H
|
b25f083687
|
Updates the exporter to use pathlib and add a few more tests for coverage
|
2023-01-14 06:33:12 -08:00 |
|
Trenton H
|
bba1fc7194
|
Fixes merge conflict
|
2023-01-11 07:52:58 -08:00 |
|
Trenton Holmes
|
efaa1c4dd7
|
Fixes minor depracation I noticed
|
2023-01-11 07:52:58 -08:00 |
|
Trenton Holmes
|
a88b318d7d
|
Simplifies file upload naming to use the document name, instead in needing to keep it around
|
2023-01-11 07:52:58 -08:00 |
|
shamoon
|
985f298c46
|
Merge pull request #2302 from paperless-ngx/feature-fix-display-rtl-content
|
2023-01-10 07:30:52 -08:00 |
|
Trenton H
|
c21775980f
|
relock with Python 3.8.15
|
2023-01-06 17:59:39 -08:00 |
|
shamoon
|
a0eecb83cf
|
Merge pull request #2351 from paperless-ngx/feature-comment-search
Feature: include comments in advanced search
|
2023-01-05 18:48:51 -08:00 |
|
Trenton H
|
6ff28c92a4
|
Resolves minor flake8 warnings in the test suite
|
2023-01-05 08:39:48 -08:00 |
|
Trenton H
|
d19bf59f47
|
Cleans up and improves parser discovery testing, simplifies the determination of supported or not supported extensions and mime types
|
2023-01-05 08:39:48 -08:00 |
|
Trenton H
|
d7939ca958
|
Fixes some sample test files showing as modified after running tests
|
2023-01-05 08:39:48 -08:00 |
|
Michael Shamoon
|
b869ad02a1
|
comment search highlighting
|
2023-01-04 19:06:51 -08:00 |
|
Michael Shamoon
|
91d4941438
|
Support comment search
|
2023-01-04 19:06:06 -08:00 |
|
Michael Shamoon
|
da38efebdf
|
Use correct direction for RTL content
|
2023-01-03 12:42:57 -08:00 |
|
Trenton Holmes
|
b12ab5fe04
|
Adds testing coverage and fixing up post API tests
|
2022-12-30 14:00:40 -08:00 |
|
Trenton Holmes
|
50c0c65c60
|
Updates the post view to return the async task id. Adds query parameter to the tasks endpoint to get single task status
|
2022-12-30 13:43:49 -08:00 |
|
Michael Shamoon
|
94e32005ca
|
support tags__id__none for advanced search
|
2022-12-17 19:49:17 -08:00 |
|
shamoon
|
4dc893a4fa
|
Merge pull request #2004 from paperless-ngx/feature-export-to-zip
Feature: Adds option to allow a user to export directly to a zipfile
|
2022-12-16 09:12:38 -08:00 |
|
Trenton H
|
ebaaa3a1e8
|
Adds a basic admin view for tasks
|
2022-12-15 11:31:50 -08:00 |
|
Trenton Holmes
|
b6dd36a439
|
Notes a TODO for a later library release to remove a workaround
|
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 |
|
shamoon
|
5e15ede849
|
Merge pull request #2028 from paperless-ngx/feature-truncate-content
Feature: speed up frontend by truncating content
|
2022-12-09 09:20:06 -08:00 |
|
Trenton Holmes
|
812df3782a
|
Documents the test conditions
|
2022-12-08 18:32:14 -08:00 |
|
Trenton Holmes
|
54bb1ae27d
|
Adds an optional API field to follow the filenaming format when creating a bulk download zip
|
2022-12-08 18:32:14 -08:00 |
|
Trenton Holmes
|
538249b26c
|
Adds documentation
|
2022-12-04 16:53:28 -08:00 |
|
Trenton Holmes
|
a6b7beaf6b
|
Adds option to allow a user to export directory to a zipfile
|
2022-12-04 16:38:25 -08:00 |
|
Michael Shamoon
|
d39d32d555
|
Fix docs references
|
2022-12-03 02:04:30 -08:00 |
|
Trenton H
|
a1a802fc92
|
Don't silence an exception when trying to handle file naming
|
2022-11-28 13:44:17 -08:00 |
|
Michael Shamoon
|
3c48ce0225
|
option to truncate content on /documents endpoint
|
2022-11-27 21:19:23 -08:00 |
|
Trenton H
|
de98d748a9
|
If override_date is provided, coerce it into a datetime
|
2022-11-22 10:11:27 -08:00 |
|
shamoon
|
27f7f0a941
|
Merge pull request #1998 from paperless-ngx/fix/1993-date-overflow
Bugfix: Don't allow exceptions during date parsing to fail consume
|
2022-11-17 14:31:46 -08:00 |
|
Trenton H
|
914661fdbb
|
Don't allow an exception when trying to parse a date cause complete failure
|
2022-11-17 13:37:37 -08:00 |
|
Trenton H
|
3dfeee9332
|
Don't do decoding work if not needed
|
2022-11-11 10:09:56 -08:00 |
|
Trenton H
|
057f6016cc
|
Adds further testing to cover scripts with non-zero exit codes
|
2022-11-11 08:58:49 -08:00 |
|
Trenton H
|
c4965580de
|
Fixes stderr appearing to have content when it doesn't
|
2022-11-10 19:01:54 -08:00 |
|
Trenton Holmes
|
9a47963fd5
|
Captures the stdout and stderr of the pre/post scripts into the log
|
2022-11-10 17:26:47 -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 |
|
Michael Shamoon
|
91a2dedfec
|
Celery JSON serializable object for override_tag_ids
|
2022-11-07 07:41:23 -08:00 |
|
Trenton H
|
7e3e0a0fa6
|
Refresh the instance from the database before doing any file handling with it
|
2022-11-03 11:32:27 -07:00 |
|
Trenton Holmes
|
0a81439415
|
No need for an extra import, the object is smart already
|
2022-11-01 08:44:30 -07:00 |
|
Trenton Holmes
|
4fcaa72886
|
Adds more options for the filename formatting
|
2022-11-01 08:44:30 -07:00 |
|
Max Bachmann
|
e97c04c03d
|
directly use rapidfuzz
|
2022-10-31 13:17:10 -07:00 |
|
Trenton H
|
d52fbbb040
|
More smoothly handle the case of a password protected PDF for barcodes
|
2022-10-24 13:16:14 -07:00 |
|
Trenton H
|
f8ce6285df
|
Allows using pdf2image instead of pikepdf if desired
|
2022-10-24 09:58:34 -07:00 |
|
Trenton H
|
a72cc5da83
|
Connects up the celery signals to support pending, started and success/failure, without relying on django-celery-results
|
2022-10-24 09:10:10 -07:00 |
|
Trenton Holmes
|
4cc2976614
|
Adds specific handling for CCITT Group 4, which pikepdf decodes, but not correctly
|
2022-10-11 13:51:14 -07:00 |
|
Trenton H
|
caf4b54bc7
|
In case pikepdf fails to convert an image to a PIL image, fall back to converting pages to PIL images
|
2022-10-11 13:51:13 -07:00 |
|
Trenton H
|
8025df5fe3
|
Catch the new error raised by redis when it can't find the broker and stub out the call for testing
|
2022-10-10 14:21:42 -07:00 |
|
Trenton H
|
5aeb656a48
|
Fixes usage of a depracated logger method
|
2022-10-10 14:20:19 -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 |
|