jonaswinkler
dfc23a2b38
bugfix for tika parser
2021-02-21 21:36:43 +01:00
jonaswinkler
bac4a63cc8
run the polling file change checks on individual threads to speed up queueing of new files
2021-02-21 12:43:55 +01:00
jonaswinkler
0453787d38
increased default delay when waiting for file changes with polling
2021-02-21 12:14:54 +01:00
jonaswinkler
98b147b622
better sanity checker that logs messages in the log files and does not fail on warnings.
2021-02-14 17:08:29 +01:00
jonaswinkler
8b2965d55b
added sanity checker management command for manual execution #534
2021-02-13 16:39:29 +01:00
jonaswinkler
ed0b1fe115
better exception logging
2021-02-11 22:16:41 +01:00
jonaswinkler
8d6071e977
fix a bug with thumbnail generation when TIKA was enabled
2021-02-09 22:12:43 +01:00
jonaswinkler
a9f1766d1c
todo note
2021-02-09 19:46:32 +01:00
jonaswinkler
fca8576d80
archive filenames are now stored in the database and checked for collisions just as original filenames as well, unified method for archive version checking
2021-02-09 19:46:19 +01:00
jonaswinkler
431d4fd8e4
rework most of the logging
2021-02-05 01:10:29 +01:00
jonaswinkler
0d3ab3aaf7
remove lots of unused code
2021-02-04 23:40:53 +01:00
jonaswinkler
bdc247ce49
code style
2021-02-02 23:58:25 +01:00
jonaswinkler
87a18eae2d
centralized classifier loading, better error handling, no error messages when auto matching is not used
2021-01-30 14:22:23 +01:00
jonaswinkler
227f7b6946
revert a change
2021-01-21 22:29:47 +01:00
jonaswinkler
08046cb83f
revert changes for #351
2021-01-20 11:56:09 +01:00
jonaswinkler
5355f2b027
fixes #351
2021-01-19 14:43:55 +01:00
jonaswinkler
b9725437d9
delete option for exporter, short options, tests
2021-01-18 15:33:05 +01:00
jonaswinkler
72616def4f
locking for the document archiver
2021-01-18 15:18:03 +01:00
jonaswinkler
0927f9d477
some bug fixes and tests
2021-01-18 14:16:32 +01:00
jonaswinkler
a68b858733
new exporter that updates the export in place, fixes #376 #343 #166
2021-01-18 01:15:39 +01:00
jonaswinkler
81dee38e4a
fixes #300
2021-01-09 01:54:51 +01:00
jonaswinkler
73682d22d6
test cases
2021-01-05 13:50:27 +01:00
jonaswinkler
208f4291d6
fixes #222
2020-12-30 21:54:36 +01:00
jonaswinkler
a0f983f05d
codestyle
2020-12-30 17:20:03 +01:00
jonaswinkler
400392655e
adds a command to regenerate thumbnails #218
2020-12-30 15:46:56 +01:00
jonaswinkler
0fa3c3188d
update index after import
2020-12-22 15:53:04 +01:00
jonaswinkler
ebcb2cf694
progress bar for the document importer
2020-12-22 15:50:27 +01:00
jonaswinkler
6968e228e1
increase indexing speed
2020-12-22 13:04:22 +01:00
jonaswinkler
e75534c0f2
fixes #165
2020-12-21 17:35:05 +01:00
jonaswinkler
7f933d373f
fixes the decryption command not working.
2020-12-16 19:50:38 +01:00
jonaswinkler
f5cc5fbaa3
made the file renamer somewhat faster.
2020-12-12 20:32:11 +01:00
jonaswinkler
b3daf0efc3
added progress bar to the document renamer.
2020-12-10 00:10:36 +01:00
jonaswinkler
2be0ba9f72
fixed test case. fixed bug with the decryption logic.
2020-12-09 13:27:02 +01:00
jonaswinkler
0a0d462938
tags from folders: case insensitive
2020-12-09 00:07:22 +01:00
jonaswinkler
74a99cf330
removed slugs entirely, since their only purpose was purely cosmetic anyway.
2020-12-09 00:04:37 +01:00
jonaswinkler
9da11f29c7
fixes #90
2020-12-08 13:54:49 +01:00
jonaswinkler
c1fc8b2dac
codestyle
2020-12-06 19:04:32 +01:00
jonaswinkler
28622d700d
changed the way public filenames (i.e., for download and exporting) are generated. #94
2020-12-06 19:03:45 +01:00
jonaswinkler
316ee72177
bugfix
2020-12-05 01:21:16 +01:00
jonaswinkler
f88cf69173
bugfix
2020-12-05 00:37:05 +01:00
jonaswinkler
72a4ff0fca
proper document archiver with progress bar.
2020-12-03 01:04:52 +01:00
jonaswinkler
834352130c
checking file types against parsers in the consumer.
2020-12-01 15:26:05 +01:00
jonaswinkler
24b8c358cc
Merge branch 'dev' into feature-ocrmypdf
2020-11-30 23:53:19 +01:00
jayme-github
fa9a5cc247
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
2f7396e2aa
code style.
2020-11-29 12:37:22 +01:00
jonaswinkler
24767f62c7
added checksums for archived documents.
2020-11-29 12:31:26 +01:00
jonaswinkler
074b682312
added a simple document archiver that produces archived versions of all originals.
2020-11-28 11:49:07 +01:00
jonaswinkler
f7e554a3c1
Adjusted the exporter and importer so that they take archived documents into account.
2020-11-28 11:24:59 +01:00
jonaswinkler
60ac1ddbb9
fix warnings about unclosed files.
2020-11-27 13:19:58 +01:00
jonaswinkler
20c1139632
inotify: cleanup descriptor when done
2020-11-27 13:12:34 +01:00