jonaswinkler
392c250203
pipfile update.
2020-11-30 23:45:21 +01:00
jonaswinkler
6d4e71b57b
Merge branch 'master' into dev
2020-11-30 23:03:13 +01:00
jonaswinkler
f549935202
fix for the docs.
2020-11-30 23:02:59 +01:00
jonaswinkler
7543dd6ffa
Merge pull request #69 from jayme-github/feature-directory-tags
...
Create tags from sub directories
2020-11-30 22:53:52 +01:00
jonaswinkler
fc0d0797fb
Merge branch 'master' of github.com:jonaswinkler/paperless-ng
2020-11-30 22:27:57 +01:00
jonaswinkler
5af70f4dad
more testing.
2020-11-30 22:04:25 +01:00
jonaswinkler
8d2bef3821
this change caused index optimization to fail.
2020-11-30 21:53:39 +01:00
jonaswinkler
e8ca452411
changelog
2020-11-30 21:41:29 +01:00
jonaswinkler
089bd42d66
Update README.md
2020-11-30 16:30:24 +01:00
jonaswinkler
68e5a08fe5
versions.
2020-11-30 16:26:20 +01:00
jonaswinkler
a913dcd8c5
changelog, codestyle
2020-11-30 16:25:10 +01:00
jonaswinkler
0d9ada8ff9
typo
2020-11-30 16:19:32 +01:00
jonaswinkler
f6e510694e
searching for types and dates, error catching, documentation and changelog.
2020-11-30 16:13:35 +01:00
jonaswinkler
8bebca466b
searching for tags, spelling corrections fixes #74
2020-11-30 15:14:23 +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
3f456d4234
filename changes: don't include time.
2020-11-30 00:52:21 +01:00
jonaswinkler
7658c07b4d
added file type checks to the parsers to prevent temporary files from being consumed. Also: parsers announce file types they wish to use as default for each mime type.
2020-11-30 00:40:04 +01:00
jonaswinkler
ed5c3b550d
changelog
2020-11-29 23:34:09 +01:00
jonaswinkler
143025e420
don't show links in the search results.
2020-11-29 23:32:12 +01:00
jonaswinkler
5b60e3129e
fixes #71
2020-11-29 23:32:03 +01:00
jonaswinkler
0e9d88ef7d
test cases for #67
2020-11-29 15:47:56 +01:00
jonaswinkler
744b86bb91
fixes an issue with paperless not assigning metadata when FILENAME_FORMAT is specified and resolves an invalid warning about missing files fixes #67
2020-11-29 14:45:43 +01:00
jonaswinkler
0afc16c9d5
we now have some documentation on how to start development.
2020-11-29 13:08:00 +01:00
jonaswinkler
0676537ba8
removed the encryption logic.
2020-11-29 01:19:23 +01:00
jonaswinkler
0e6426e052
removed the encryption logic.
2020-11-28 22:22:01 +01:00
jonaswinkler
97b7c16645
still not happy with the document list table, but it has clickable tags and correspondents #54
2020-11-28 22:14:12 +01:00
jonaswinkler
4cccddc97c
made the tags a little bigger.
2020-11-28 22:12:11 +01:00
jonaswinkler
86f1fb1c94
clickable tags and correspondents fixes #54
2020-11-28 21:28:07 +01:00
jonaswinkler
eb3e73b321
Refactored the list view logic, editable saved views fixes #58
2020-11-28 21:27:04 +01:00
jonaswinkler
906fe4a68d
fixes #61
2020-11-28 19:28:46 +01:00
jonaswinkler
29c63e8de3
added buttons to view documents in the browser. fixes #55
2020-11-28 15:10:49 +01:00
jonaswinkler
cbae9f0886
tag component needs no click event
2020-11-28 14:47:55 +01:00
jonaswinkler
25de7c4068
Merge branch 'master' into dev
2020-11-28 13:17:03 +01:00
jonaswinkler
1d12b310f6
fixes to the search index
2020-11-28 11:49:46 +01:00
jonaswinkler
2a2761491b
Merge branch 'dev'
2020-11-27 17:40:05 +01:00
jonaswinkler
186d9d5934
release script checklist
2020-11-27 17:36:57 +01:00
jonaswinkler
0a9c64e950
changelog and versions.
2020-11-27 15:48:53 +01:00
jonaswinkler
0bc68d7d1a
more tests and bugfixes.
2020-11-27 15:36:32 +01:00
jonaswinkler
8104fbd9e0
Update CONTRIBUTING.md
2020-11-27 14:21:04 +01:00
jonaswinkler
bc1fce083d
Update CONTRIBUTING.md
2020-11-27 14:19:21 +01:00
jonaswinkler
cc15391114
parallel tests.
2020-11-27 14:00:52 +01:00
jonaswinkler
d2e919849a
refactored the test cases to use a mixin for setting up temporary directories.
2020-11-27 14:00:41 +01:00
jonaswinkler
b941cd5fa8
fixed an issue with the search api opening the index on import (that's way too early.)
2020-11-27 13:59:24 +01:00
jonaswinkler
984da65b7e
refrain from creating the index as part of the migrations, messes with the test cases.
2020-11-27 13:56:07 +01:00
jonaswinkler
c6627eac1f
fix warnings about unclosed files.
2020-11-27 13:19:58 +01:00
jonaswinkler
77d0fb670e
tests: wait for the consumer to exit before removing directories.
2020-11-27 13:14:02 +01:00
jonaswinkler
6cd54034d2
tests: disable db logger in all tests except logger tests
2020-11-27 13:13:11 +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
c4904b8dfc
todo note
2020-11-27 12:03:24 +01:00