705 Commits

Author SHA1 Message Date
Simon Siebert
4bdbf98c64 Fixing code formating 2022-03-14 19:03:09 +01:00
Simon Siebert
5aea4da8b2 Update parsers.py and test_consumer.py 2022-03-14 19:03:09 +01:00
Trenton Holmes
6635fa5f0d Runs the pre-commit hooks over all the Python files 2022-03-11 11:34:28 -08:00
Trenton Holmes
55486ac151 Reduces number of warnings from testing from 165 to 128. In doing so, fixes a few minor things in the decrypt and export commands 2022-03-10 18:12:48 -08:00
kpj
c56cb25b5f Format Python code with black 2022-02-27 15:26:41 +01:00
shamoon
96b6c94e42 Merge pull request #24 from tribut/feature-trash
Add temporary "delete to trash" functionality
2022-02-21 11:19:57 -08:00
Felix Eckhofer
985c169d4b Remove stray newline 2022-02-20 14:17:06 +01:00
Florian
f03c6f6b88 tests: fix management_consumer test (#66)
this test failed due to a strict polling delay,
which caused the test to be interrupted by an async call,
which stated "Incomplete File READ FAILED"

see also https://github.com/NixOS/nixpkgs/pull/158118

Signed-off-by: florian on nixos (Florian Brandes) <florian.brandes@posteo.de>
2022-02-17 23:30:16 +01:00
Felix Eckhofer
feed3ddfcf Add PAPERLESS_TRASH_DIR
When set, original files are moved here instead of being permanently
removed when a document is deleted.
2021-08-24 12:50:13 +02:00
Daniel Albers
bc685e8edb Make ignores configurable
Adds config file setting PAPERLESS_CONSUMER_IGNORE_PATTERNS.
2021-08-18 22:23:18 +02:00
Stéphane Brunner
b1c48bc20f Add suggest 2021-05-30 14:50:29 +02:00
jonaswinkler
56bbe644b8 codestyle 2021-05-19 20:26:12 +02:00
jonaswinkler
5d5afb210a delete macOS specific files 2021-05-19 20:02:47 +02:00
jonaswinkler
3e42ceef38 ignore macOS specific files 2021-05-19 19:56:01 +02:00
jonaswinkler
7da4d39bb9 sorting for full text queries 2021-05-15 13:58:11 +02:00
jonaswinkler
670bc0331d add test case, update password if changed 2021-04-17 14:33:07 +02:00
jonaswinkler
19a7aa8fb6 Merge branch 'dev' into feature-unified-search 2021-04-04 20:41:29 +02:00
jonaswinkler
e14ce435de add migration to fix null characters in document contents 2021-04-04 20:41:08 +02:00
jonaswinkler
f36b1c2b9d more testing 2021-04-04 01:19:07 +02:00
jonaswinkler
8c147f8b62 fixed the test cases 2021-04-04 00:29:40 +02:00
jonaswinkler
c55675e49c Merge branch 'dev' into feature-unified-search 2021-04-03 20:31:16 +02:00
jonaswinkler
94046c67bb fix test case 2021-03-17 23:08:19 +01:00
jonaswinkler
5b49524d51 lots of changes for the new unified search 2021-03-17 22:25:22 +01:00
jonaswinkler
d747170cbc fix a failing test case 2021-03-06 22:41:35 +01:00
jonaswinkler
d70df4367e added a test case for title_content filter 2021-03-06 12:41:59 +01:00
jonaswinkler
3bead81d8a test case for the migration 2021-03-04 00:16:24 +01:00
jonaswinkler
ad175209b3 remove test cases #677 2021-03-03 23:55:25 +01:00
jonaswinkler
1e6b0b0a51 added remote user auth test 2021-03-02 23:19:06 +01:00
jonaswinkler
6c704acd08 tests for API versioning 2021-02-26 13:21:33 +01:00
jonaswinkler
9f56fbfa1d tests 2021-02-25 22:17:18 +01:00
jonaswinkler
a56896543c validation for regular expressions on matching models #605 2021-02-23 12:35:24 +01:00
jonaswinkler
1d5c8d2b0d fixes #591 2021-02-22 11:11:04 +01:00
jonaswinkler
692557a364 increased default delay when waiting for file changes with polling 2021-02-21 12:14:54 +01:00
jonaswinkler
02f93792c1 API support for downloading compressed archives of multiple documents 2021-02-20 16:09:29 +01:00
jonaswinkler
aced453d82 only show inbox statistics if inbox tags are defined 2021-02-15 23:14:54 +01:00
jonaswinkler
d1f206b4cd some search index optimizations 2021-02-15 13:26:36 +01:00
jonaswinkler
fc68c3f144 reorganized test case 2021-02-14 17:24:31 +01:00
jonaswinkler
bec06bf249 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
c946263f31 revert a faulty change that caused memory usage to explode #537 2021-02-13 19:51:04 +01:00
jonaswinkler
691713ed40 metadata tab not showing anything if files are missing #534 2021-02-13 16:41:03 +01:00
jonaswinkler
a0c1887fc3 added sanity checker management command for manual execution #534 2021-02-13 16:39:29 +01:00
jonaswinkler
b90a5f625a update file renaming logic 2021-02-11 13:47:17 +01:00
jonaswinkler
cbab656f8c added some test cases that I still need to address 2021-02-10 23:53:48 +01:00
jonaswinkler
fc92adab74 remove invalid test cases 2021-02-10 20:01:35 +01:00
jonaswinkler
07a862e300 more testing of the migration 2021-02-10 16:58:55 +01:00
jonaswinkler
f1f0c7bd5c more testing 2021-02-10 01:31:15 +01:00
jonaswinkler
212093b96c document renamer testing 2021-02-10 01:12:45 +01:00
jonaswinkler
fc3a5f2e69 sanity checker testing 2021-02-10 00:52:18 +01:00
jonaswinkler
c89be92127 added ASN to filename format #519 2021-02-09 23:03:07 +01:00
jonaswinkler
b04d91d68c fix a bug with thumbnail generation when TIKA was enabled 2021-02-09 22:12:43 +01:00