jonaswinkler
47ca6189ab
Merge branch 'dev' into feature-bulk-edit
2020-12-10 16:26:16 +01:00
jonaswinkler
3a8c612af3
fixes #91
2020-12-10 16:25:34 +01:00
jonaswinkler
2a4e18d5f5
Merge branch 'dev' into feature-bulk-edit
2020-12-10 15:56:03 +01:00
jonaswinkler
0c6c4a62d8
moved metadata extraction to the parsers
2020-12-10 14:57:53 +01:00
jonaswinkler
c20d8b03f7
a print() command somehow sneaked past my commit checks.
2020-12-10 00:59:03 +01:00
jonaswinkler
a04cdc9ab5
excluded the lockfile from the sanity checker.
2020-12-10 00:29:47 +01:00
jonaswinkler
0539df3140
added progress bar to the document renamer.
2020-12-10 00:10:36 +01:00
jonaswinkler
61d93c5b9d
added a progress bar to the reindex command.
2020-12-10 00:02:45 +01:00
jonaswinkler
80e6fa3737
removed a janky test case that caused other test cases to fail
2020-12-09 22:18:03 +01:00
jonaswinkler
206145461f
locking media directory while deleting files
2020-12-09 22:17:23 +01:00
jonaswinkler
b28d1bed0e
fixes #112
2020-12-09 22:16:57 +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
1357ee83a0
version bump
2020-12-08 21:20:05 +01:00
jonaswinkler
27893efdc9
a test that "verifies" that the file renaming lock works and no inconsistencies are created.
2020-12-08 21:08:44 +01:00
jonaswinkler
f45dbdacbf
more metadata #32
2020-12-08 16:09:47 +01:00
jonaswinkler
7e3d478c74
reading and displaying PDF metadata
2020-12-08 15:45:02 +01:00
jonaswinkler
638113864f
fixes #90
2020-12-08 13:54:49 +01:00
jonaswinkler
56cb2cf267
added filenames to the API #108
2020-12-07 21:52:26 +01:00
jonaswinkler
d6d3cbe1aa
fixes #102
2020-12-07 15:25:06 +01:00
jonaswinkler
dd60100796
changes
2020-12-07 12:44:23 +01:00
jonaswinkler
0bfecaa0fc
Merge branch 'dev' into feature-websockets-status
2020-12-06 22:53:54 +01:00
jonaswinkler
18c9c22941
better error messages for file uploads. adresses #91
2020-12-06 22:31:12 +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
655ce81cb6
changes to filename generation, partially addresses #90
2020-12-06 16:13:37 +01:00
jonaswinkler
e81360781e
more bulk edit
2020-12-06 14:39:53 +01:00
jonaswinkler
1af7f6fe69
Merge branch 'dev' into feature-bulk-edit
2020-12-06 02:12:15 +01:00
jonaswinkler
55980e79ba
versions
2020-12-05 13:22:08 +01:00
jonaswinkler
7a737327be
testing the importer
2020-12-05 13:19:14 +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
905c090908
fixes for the parser.
2020-12-04 16:44:34 +01:00
jonaswinkler
5a978134ff
more tests
2020-12-04 15:56:26 +01:00
jonaswinkler
249422570e
mail handling: When exceptions occur during account/rule/message handling, paperless will continue with the next account/rule/message.
...
mail handling: When paperless encounters a very long
fixes #82
2020-12-04 15:42:05 +01:00
jonaswinkler
884eec9b61
disabled thumbnail trimming.
2020-12-04 12:44:02 +01:00
jonaswinkler
d888e1b224
API now supports setting metadata when POSTing documents.
2020-12-04 12:09:21 +01:00
jayme-github
98787f5f4d
Add automatic coloring of tags
...
Please see this as proposal on how to implement automatic/random colors
for tags while keeping the current set of hard coded colors in place (at
least in the frontend).
Bear with me as I have even less Angular knowledge than Django and just
tried to get away with as few changes as possible. :-) AIUI you want to
change to a color picking system anyways in the future, which could also
play well with this.
fixes #51
2020-12-04 10:05:47 +01:00
jonaswinkler
ea8c8702a4
fix a test case.
2020-12-04 01:20:42 +01:00
jonaswinkler
3f7d2b65ea
remove _object from document results, which makes the API about 33% faster.
2020-12-04 01:17:55 +01:00
jonaswinkler
ace897e491
api changes.
2020-12-03 19:56:52 +01:00
jonaswinkler
9546d6bf8c
updated the API, it now supports tags, correspondents, types and title when uploading documents.
2020-12-03 18:36:23 +01:00
jonaswinkler
555a1a6b64
proper document archiver with progress bar.
2020-12-03 01:04:52 +01:00
jonaswinkler
b8fa7b9606
fixed a test case.
2020-12-03 01:04:13 +01:00
jonaswinkler
39e3a8a04f
reorganized logging.
2020-12-03 01:03:56 +01:00
jonaswinkler
e2a375c9aa
catch encrypted pdf documents
2020-12-03 01:02:37 +01:00
jonaswinkler
75a226f507
test fixes and changelog
2020-12-02 22:44:18 +01:00
jonaswinkler
b0507ce92a
fixes #78
2020-12-02 18:00:49 +01:00
jonaswinkler
1d073d2cfd
a couple fixes and more supported image files
2020-12-02 17:39:49 +01:00