167 Commits

Author SHA1 Message Date
jonaswinkler
ba48e0ca1a revert a change 2021-01-21 22:29:47 +01:00
jonaswinkler
6e29f64a8e revert changes for #351 2021-01-20 11:56:09 +01:00
jonaswinkler
280ba2fcc2 fixes #351 2021-01-19 14:43:55 +01:00
jonaswinkler
a21d0b01ad delete option for exporter, short options, tests 2021-01-18 15:33:05 +01:00
jonaswinkler
3add5db930 locking for the document archiver 2021-01-18 15:18:03 +01:00
jonaswinkler
f1d15561f6 some bug fixes and tests 2021-01-18 14:16:32 +01:00
jonaswinkler
d60c3c1abd new exporter that updates the export in place, fixes #376 #343 #166 2021-01-18 01:15:39 +01:00
jonaswinkler
9ded48acab fixes #300 2021-01-09 01:54:51 +01:00
jonaswinkler
165a7a954e test cases 2021-01-05 13:50:27 +01:00
jonaswinkler
2b4bcff599 fixes #222 2020-12-30 21:54:36 +01:00
jonaswinkler
fa24a67774 codestyle 2020-12-30 17:20:03 +01:00
jonaswinkler
58984737ef adds a command to regenerate thumbnails #218 2020-12-30 15:46:56 +01:00
jonaswinkler
802c765310 update index after import 2020-12-22 15:53:04 +01:00
jonaswinkler
9651578c32 progress bar for the document importer 2020-12-22 15:50:27 +01:00
jonaswinkler
4cbde3f2d1 increase indexing speed 2020-12-22 13:04:22 +01:00
jonaswinkler
e0cf1551e6 fixes #165 2020-12-21 17:35:05 +01:00
jonaswinkler
3b57e57786 fixes the decryption command not working. 2020-12-16 19:50:38 +01:00
jonaswinkler
1c3ecccea2 made the file renamer somewhat faster. 2020-12-12 20:32:11 +01:00
jonaswinkler
0539df3140 added progress bar to the document renamer. 2020-12-10 00:10:36 +01:00
jonaswinkler
234915a23a fixed test case. fixed bug with the decryption logic. 2020-12-09 13:27:02 +01:00
jonaswinkler
33ca08f794 tags from folders: case insensitive 2020-12-09 00:07:22 +01:00
jonaswinkler
ba7bf9b2d2 removed slugs entirely, since their only purpose was purely cosmetic anyway. 2020-12-09 00:04:37 +01:00
jonaswinkler
638113864f fixes #90 2020-12-08 13:54:49 +01:00
jonaswinkler
41755c509e codestyle 2020-12-06 19:04:32 +01:00
jonaswinkler
7f1671ac2d changed the way public filenames (i.e., for download and exporting) are generated. #94 2020-12-06 19:03:45 +01:00
jonaswinkler
d9a06d67cc bugfix 2020-12-05 01:21:16 +01:00
jonaswinkler
17af581425 bugfix 2020-12-05 00:37:05 +01:00
jonaswinkler
555a1a6b64 proper document archiver with progress bar. 2020-12-03 01:04:52 +01:00
jonaswinkler
e4eeb29f54 checking file types against parsers in the consumer. 2020-12-01 15:26:05 +01:00
jonaswinkler
e528a8446e Merge branch 'dev' into feature-ocrmypdf 2020-11-30 23:53:19 +01:00
jayme-github
a90b7a647e Create tags from sub directories
The names of sub directories in the consumer directory will be added as
tags for the document to be consumed.
To enable this, set:
PAPERLESS_CONSUMER_RECURSIVE=1
PAPERLESS_CONSUMER_SUBDIRS_AS_TAGS=1

Fixes #50
2020-11-30 14:22:35 +01:00
jonaswinkler
0e2a2eb53a code style. 2020-11-29 12:37:22 +01:00
jonaswinkler
96dc4c1daa added checksums for archived documents. 2020-11-29 12:31:26 +01:00
jonaswinkler
e6a36379fc added a simple document archiver that produces archived versions of all originals. 2020-11-28 11:49:07 +01:00
jonaswinkler
55e0b383c2 Adjusted the exporter and importer so that they take archived documents into account. 2020-11-28 11:24:59 +01:00
jonaswinkler
c6627eac1f fix warnings about unclosed files. 2020-11-27 13:19:58 +01:00
jonaswinkler
29867ba6bd inotify: cleanup descriptor when done 2020-11-27 13:12:34 +01:00
jonaswinkler
72b4f817df moved consumption dir check into the correct spot 2020-11-27 13:12:13 +01:00
jonaswinkler
f49bf187eb more tests. 2020-11-26 23:56:57 +01:00
jonaswinkler
9627a91654 removed some obsolete exporter code. 2020-11-26 23:09:17 +01:00
jonaswinkler
221c1e76e9 couple changes to the consumer. 2020-11-26 18:55:05 +01:00
jonaswinkler
dac7971cd6 Apparently there was a very good reason to use inotify. fixes #46 complete with test cases for inotify and polling. 2020-11-26 17:57:03 +01:00
Jonas Winkler
61d9794824 fixed the decryption code, but its still untested. 2020-11-25 21:10:50 +01:00
Jonas Winkler
3ba603a2e8 Paperless will continue to operate with encrypted files, however, all new files will be stored unencrypted. 2020-11-25 21:03:06 +01:00
Jonas Winkler
18165ccad2 Removed ability to encrypt documents. 2020-11-25 20:23:25 +01:00
Jonas Winkler
9c23207b84 workaround for a bug in django-q: task results with too long names would not show up in the result lists. 2020-11-22 13:53:19 +01:00
Jonas Winkler
afc3753e58 code cleanup 2020-11-21 14:03:45 +01:00
Jonas Winkler
f976a0b4ba mime type handling 2020-11-20 13:31:03 +01:00
Jonas Winkler
5eb5aa6fb6 removed unused code. 2020-11-18 00:54:51 +01:00
Jonas Winkler
24bb8c71c9 Merge branch 'dev' into mail_rework 2020-11-17 00:23:10 +01:00