Michael Shamoon
|
9e2430da46
|
Frontend update checking settings
|
2022-09-30 12:30:23 -07:00 |
|
Trenton H
|
4422bb3f69
|
Fix logger location tag
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
|
2022-09-28 11:02:34 -07:00 |
|
Trenton H
|
5b66ef0a74
|
Updates how task_args and task_kwargs are parsed, adds testing to cover everything I can think of
|
2022-09-28 10:40:55 -07:00 |
|
Michael Shamoon
|
4fe37f6aee
|
Add related_document and direct link from task UI
|
2022-09-27 20:50:26 -07:00 |
|
Michael Shamoon
|
5162bdd404
|
Filter out old migrated tasks
|
2022-09-27 19:41:23 -07:00 |
|
Michael Shamoon
|
c8f252d165
|
Add document name & error result parsing to PaperlessTask serializer
|
2022-09-27 19:40:24 -07:00 |
|
Trenton H
|
14b6216b49
|
Ensures all existing one to one fields are nulled before altering the field
|
2022-09-27 14:17:42 -07:00 |
|
Trenton H
|
9188e25dc5
|
Fixes migration order back to the right way
|
2022-09-27 13:55:31 -07:00 |
|
Trenton H
|
fad1b03458
|
Finalizes what the PaperlessTask will look like to the frontend
|
2022-09-27 12:44:01 -07:00 |
|
Trenton Holmes
|
9247300230
|
Transitions the backend to celery and celery beat
|
2022-09-26 11:25:34 -07:00 |
|
Paperless-ngx Translation Bot [bot]
|
b8e7f0b45f
|
New Crowdin updates (#1607)
* bugfix: increase delay
partially reverts 86358d556162e4c6112238821937f7856749f157
re-implements 4fbabe43ea12811864e9676b04d82a82b38e799d
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
* New translations messages.xlf (Finnish) [ci skip]
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
Co-authored-by: Florian Brandes <florian.brandes@posteo.de>
|
2022-09-16 15:45:17 -07:00 |
|
Trenton H
|
355b3fcb3d
|
Fixes grammar in comment
Co-authored-by: Florian <florian.brandes@posteo.de>
|
2022-09-16 09:08:16 -07:00 |
|
Trenton Holmes
|
7aa0e5650b
|
Updates how barcodes are detected, using pikepdf images, instead of converting each page to an image
|
2022-09-16 09:08:16 -07:00 |
|
Trenton Holmes
|
9ae847039b
|
Fixes the seperation of files by barcode, during the case where 2 barcodes appear back to back
|
2022-09-14 14:00:37 -07:00 |
|
Michael Shamoon
|
15d074d39c
|
Include storage path in exporter + tests
|
2022-09-11 07:39:35 -07:00 |
|
Michael Shamoon
|
ddff902291
|
Fix 1023, 1024 migrations, add savedviewfilterrule migration
|
2022-08-26 10:02:48 -07:00 |
|
Michael Shamoon
|
a406920ae6
|
Add missing filter rule types to SavedViewFilterRule model
And add note to filter-rule-type.ts
|
2022-08-26 10:02:48 -07:00 |
|
Quinn Casey
|
44e596b0c4
|
Merge pull request #1451 from paperless-ngx/feature-better-redo-ocr
Feature: Even better re-do of OCR
|
2022-08-25 17:01:54 -07:00 |
|
shamoon
|
2b1c8c8d9a
|
Merge pull request #1375 from tim-vogel/add_comments
Feature: document comments
|
2022-08-25 11:48:31 -07:00 |
|
shamoon
|
d40c13420d
|
Merge pull request #1367 from Eckii24/feat/date-suggestions
Adding date suggestions to the documents details view
|
2022-08-25 11:47:37 -07:00 |
|
shamoon
|
bb951ad860
|
Merge pull request #1421 from paperless-ngx/feature-consumer-event-driven
Feature: Event driven consumer
|
2022-08-25 08:16:47 -07:00 |
|
Michael Shamoon
|
cce1595c3d
|
Fix CodeQL warnings
|
2022-08-24 14:24:10 -07:00 |
|
Trenton Holmes
|
67bb140eef
|
Finalizes testing of the delete comment
|
2022-08-24 14:24:10 -07:00 |
|
Trenton Holmes
|
6d5d308d6c
|
Starts on implementing tests for the new API
|
2022-08-24 14:24:10 -07:00 |
|
Trenton Holmes
|
d39b4ae8cb
|
Merges the migration branches
|
2022-08-24 14:24:10 -07:00 |
|
Michael Shamoon
|
0f4b118b61
|
Basic verification of Comment export & exporter comment tuple fix
From oprhaned commits b1855a4b7a
53f21574fd
Co-Authored-By: Trenton Holmes <797416+stumpylog@users.noreply.github.com>
|
2022-08-24 14:24:10 -07:00 |
|
Michael Shamoon
|
1d2282df9e
|
Cleanup frontend comment service & other code
[ci skip]
|
2022-08-23 19:20:08 -07:00 |
|
Michael Shamoon
|
d5018af2a3
|
python code style
|
2022-08-23 19:20:08 -07:00 |
|
Michael Shamoon
|
6d956ac13b
|
fix migration dependency
and run code style
|
2022-08-23 19:19:21 -07:00 |
|
Michael Shamoon
|
865fbbd15c
|
Missed PAPERLESS_COMMENTS_ENABLED code
|
2022-08-23 19:19:21 -07:00 |
|
Michael Shamoon
|
6fa32c36e9
|
Use frontend settings instead of env variable
|
2022-08-23 19:19:21 -07:00 |
|
tim-vogel
|
817882ff6f
|
add comment function
|
2022-08-23 19:19:21 -07:00 |
|
shamoon
|
c151db6e21
|
Merge pull request #1446 from paperless-ngx/feature-storage-path-rematch
Feature: Adds storage paths to re-tagger command
|
2022-08-21 20:07:06 -07:00 |
|
Trenton Holmes
|
ab761e837c
|
Implements a better re-do of OCR by making the document archiver function common. Actually creates updated file now
|
2022-08-21 18:20:59 -07:00 |
|
Trenton Holmes
|
c8e838e3a0
|
Adds the storage paths to the re-tagger command
|
2022-08-21 18:01:19 -07:00 |
|
Trenton Holmes
|
9b24cf7591
|
Also provide the original file name to the post consumption script
|
2022-08-21 16:16:28 -07:00 |
|
Gwyn Hannay
|
e3cc5c3013
|
format code
|
2022-08-20 14:31:30 -07:00 |
|
Gwyn Hannay
|
4194b248b9
|
create migration for original filename
|
2022-08-20 14:30:40 -07:00 |
|
Gwyn Hannay
|
3fcbd8f3ac
|
update files and model to include new field
|
2022-08-20 14:30:14 -07:00 |
|
Trenton Holmes
|
ad1f5ae081
|
Corrects the timeout's interaction with files waiting to be consumed
|
2022-08-14 17:47:59 -07:00 |
|
Trenton Holmes
|
86358d5561
|
Attempts to make production consumer more event driven while still allowing unit testing
|
2022-08-14 17:47:59 -07:00 |
|
Michael Shamoon
|
8183de4902
|
created_date is not supposed to be required
|
2022-08-14 00:58:31 -07:00 |
|
Trenton Holmes
|
d4c3b7614d
|
Catch all exceptions during the task creation so some error here, but not with a file, will allow consumption to run
|
2022-08-09 15:50:03 -07:00 |
|
Matthias Eck
|
3d0a26fdb1
|
fix(parsers|test_api): fix failed tests
|
2022-08-06 19:19:10 +02:00 |
|
Matthias Eck
|
a037e562b2
|
test(test-date-parsing): test parsing of multiple dates
|
2022-08-06 13:03:20 +02:00 |
|
Matthias Eck
|
f1084cbdcf
|
feat(settings): add setting to set number of suggested dates
|
2022-08-06 13:03:20 +02:00 |
|
Matthias Eck
|
f6e4339069
|
test(test-date-parsing): test parsing of multiple dates
|
2022-08-06 13:03:20 +02:00 |
|
Matthias Eck
|
a754c6047d
|
test(test-api): update existing tests for suggestions
|
2022-08-06 13:03:20 +02:00 |
|
Matthias Eck
|
a5d2ae2588
|
feat(parsers): add generator for date parsing
|
2022-08-06 13:03:20 +02:00 |
|
Trenton Holmes
|
b70e21a6d5
|
When raising an exception during exception handling, chain them together for slightly cleaner logs
|
2022-08-03 09:00:56 -07:00 |
|