florian on nixos (Florian Brandes)
bcce0838dd
working split pages
...
Signed-off-by: florian on nixos (Florian Brandes) <florian.brandes@posteo.de>
2022-04-06 21:16:41 +02:00
florian on nixos (Florian Brandes)
76e43bcb89
add first tests for barcode reader
...
Signed-off-by: florian on nixos (Florian Brandes) <florian.brandes@posteo.de>
2022-04-06 21:16:41 +02:00
Quinn Casey
ea26e1c72f
Merge pull request #576 from fantasticle/dev
...
Update regex date match patterns
2022-04-05 09:52:27 -07:00
Daniel Breitlauch
2b5562e376
adding case-sensitive tests
2022-04-01 21:15:30 +02:00
Fantasticle
4754ac2bd1
remove unnecessary import
2022-03-31 21:25:58 +02:00
Fantasticle
3cca77e748
add more tests for regex date parser, remove duplicate name
2022-03-31 21:24:57 +02:00
fantasticle
d8261b3359
add test for new regex
2022-03-30 23:18:03 +02:00
Trenton Holmes
78258eb9cb
Bumps django to 4.0 and fixes associated issues
2022-03-24 07:39:11 -07:00
Trenton Holmes
9bb5568d8e
Un-pickle and re-pickle the test models to resolve the version difference warning
2022-03-22 09:37:17 +01:00
Johann Bauer
cffdaefe2f
Fix model test
2022-03-21 18:53:53 +01:00
Simon Siebert
1abd7cc2a0
Fixing Test
2022-03-14 19:03:09 +01:00
Simon Siebert
78608d92b4
Fixing code formating
2022-03-14 19:03:09 +01:00
Simon Siebert
54cbacf4f4
Update parsers.py and test_consumer.py
2022-03-14 19:03:09 +01:00
Trenton Holmes
1771d18a21
Runs the pre-commit hooks over all the Python files
2022-03-11 11:34:28 -08:00
Trenton Holmes
85b210ebf6
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
fc695896dd
Format Python code with black
2022-02-27 15:26:41 +01:00
shamoon
1688af7a0d
Merge pull request #24 from tribut/feature-trash
...
Add temporary "delete to trash" functionality
2022-02-21 11:19:57 -08:00
Felix Eckhofer
f9bbb9a8c3
Remove stray newline
2022-02-20 14:17:06 +01:00
Florian
c656610c93
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
64304c5121
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
3ebe6d5aef
Make ignores configurable
...
Adds config file setting PAPERLESS_CONSUMER_IGNORE_PATTERNS.
2021-08-18 22:23:18 +02:00
Stéphane Brunner
2ae4a7806d
Add suggest
2021-05-30 14:50:29 +02:00
jonaswinkler
80ba5b561f
codestyle
2021-05-19 20:26:12 +02:00
jonaswinkler
93a79be1e2
delete macOS specific files
2021-05-19 20:02:47 +02:00
jonaswinkler
f8afbae2cd
ignore macOS specific files
2021-05-19 19:56:01 +02:00
jonaswinkler
8ee2e8b23d
sorting for full text queries
2021-05-15 13:58:11 +02:00
jonaswinkler
8566682209
add test case, update password if changed
2021-04-17 14:33:07 +02:00
jonaswinkler
aca999090b
Merge branch 'dev' into feature-unified-search
2021-04-04 20:41:29 +02:00
jonaswinkler
1322aaf4da
add migration to fix null characters in document contents
2021-04-04 20:41:08 +02:00
jonaswinkler
d13baab0a6
more testing
2021-04-04 01:19:07 +02:00
jonaswinkler
359b46c15b
fixed the test cases
2021-04-04 00:29:40 +02:00
jonaswinkler
726114575e
Merge branch 'dev' into feature-unified-search
2021-04-03 20:31:16 +02:00
jonaswinkler
2fb1132b69
fix test case
2021-03-17 23:08:19 +01:00
jonaswinkler
b6ff88645b
lots of changes for the new unified search
2021-03-17 22:25:22 +01:00
jonaswinkler
ea9e852216
fix a failing test case
2021-03-06 22:41:35 +01:00
jonaswinkler
be15e86458
added a test case for title_content filter
2021-03-06 12:41:59 +01:00
jonaswinkler
59ecff8701
test case for the migration
2021-03-04 00:16:24 +01:00
jonaswinkler
5b2576ace4
remove test cases #677
2021-03-03 23:55:25 +01:00
jonaswinkler
c7abdb61e8
added remote user auth test
2021-03-02 23:19:06 +01:00
jonaswinkler
289589654b
tests for API versioning
2021-02-26 13:21:33 +01:00
jonaswinkler
ba478c6cbb
tests
2021-02-25 22:17:18 +01:00
jonaswinkler
f397c5472c
validation for regular expressions on matching models #605
2021-02-23 12:35:24 +01:00
jonaswinkler
d64818b46c
fixes #591
2021-02-22 11:11:04 +01:00
jonaswinkler
0453787d38
increased default delay when waiting for file changes with polling
2021-02-21 12:14:54 +01:00
jonaswinkler
31f03ef1d3
API support for downloading compressed archives of multiple documents
2021-02-20 16:09:29 +01:00
jonaswinkler
cb308fae7b
only show inbox statistics if inbox tags are defined
2021-02-15 23:14:54 +01:00
jonaswinkler
8bf4241b16
some search index optimizations
2021-02-15 13:26:36 +01:00
jonaswinkler
5e669534f2
reorganized test case
2021-02-14 17:24:31 +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
b48e67d714
revert a faulty change that caused memory usage to explode #537
2021-02-13 19:51:04 +01:00