dd89e05cc2
Convert exceptions when converting to pdf into an error result
...
The file processing tries pdf conversion once and keeps going if it
fails. Some errors (e.g. timeouts) are raised via an exception.
Issue: #387
2020-10-26 19:51:02 +01:00
0f84200118
Indicate saving when changing name for multiple items
2020-10-26 15:32:58 +01:00
d3f5e4782f
Merge pull request #388 from eikek/parallel-edit
...
Parallel edit
2020-10-26 14:24:13 +00:00
0eabb7d589
Change tooltip of new select-items button
2020-10-26 14:46:04 +01:00
998aad5627
Delete multiple items
2020-10-26 14:46:04 +01:00
9193d7ca51
Send multiple items to reprocessing
2020-10-26 14:03:56 +01:00
26e89bf84e
Edit org/person/equipment of multiple items
2020-10-26 13:35:47 +01:00
2e6026b817
Edit dates of multiple items
2020-10-26 13:16:03 +01:00
7ade7dd70b
Display direction icon when editing multiple items
2020-10-26 12:49:30 +01:00
d4043634ac
Edit direction of multiple items
2020-10-26 12:48:15 +01:00
42c989a6cd
Edit folder of multiple items
2020-10-26 12:39:44 +01:00
17472fa4ca
Edit name of multiple items
2020-10-26 12:17:55 +01:00
7ad37c8d26
Editing tags for multiple items
2020-10-26 11:54:04 +01:00
5735a47199
Replace changed item cards
2020-10-25 23:08:40 +01:00
458fa7edd9
Allow to search in a defined item subset
2020-10-25 22:19:55 +01:00
5f2f20c8d7
Extend http api for multi-edit
2020-10-25 22:19:55 +01:00
55cfc4c908
Allow to select multiple items for deletion and edit
2020-10-25 22:19:55 +01:00
c2d8f2b438
Merge pull request #381 from eikek/fix-search-scroll
...
Fix search scroll
2020-10-22 22:45:54 +00:00
b2b5ddef97
Merge pull request #377 from totti4ever/pr-paperless_import
...
paperless-importer (v0.3 beta) - added SKIP_EXISTING_DOCS variable and improved error handling
2020-10-22 23:38:39 +02:00
6ea9193b5e
Only scroll to the last visited item when initializing the page
...
When searching again on that page, scrolling/highlighting should not
happen. It now happens whenever coming to this page (not only when
going back from detail view).
Fixes : #373
2020-10-22 23:33:57 +02:00
3e752487e4
Remove unused argument
2020-10-22 23:33:46 +02:00
f08fcce4c7
Fixed typo at error detail spooling
2020-10-22 23:05:44 +02:00
9fa93a3ba1
Create README.md
2020-10-22 20:36:00 +02:00
8aaffb0455
added SKIP_EXISTING_DOCS variable and improved error handling
...
* errors, specially during long initial runs are caught better now and should continue, if possible
* set `SKIP_EXISTING_DOCS` to `true` (default) to skip existing documents (if set to false, they won't be uploaded again, but tags, correspondent, date and title will be overwritten)
* for testing purposes you can set the variables `LIMIT` and `LIMIT_DOC` to limit the tags and correspondents respetively the documents and document-tag-relations
2020-10-22 19:58:32 +02:00
e69e05fd19
Merge pull request #374 from eikek/fix-ui-settings
...
Use previously updated ui settings
2020-10-21 22:25:28 +00:00
fc5f7c7dca
Use previously updated ui settings
...
Fixes : #368
2020-10-22 00:08:03 +02:00
1fdbf8b469
Merge pull request #372 from eikek/fix-duplicate-equipments
...
Add unique constraint for equipment names
2020-10-21 21:13:19 +00:00
3e2d272746
Add unique constraint for equipment names
...
Fixes #370
2020-10-21 22:42:19 +02:00
94959760dd
Merge branch 'current-docs'
2020-10-21 21:39:28 +02:00
51a348ce3f
Add a faq section to the docs
...
Closes #337
2020-10-21 21:36:40 +02:00
c5ec9e199c
Merge pull request #366 from totti4ever/pr-paperless_import
...
paperless import (v0.2 beta): also transferring title and creation date
2020-10-21 14:02:05 +02:00
b1dea4ea3b
version bump
2020-10-21 13:09:27 +02:00
020b6bdb4e
Merge branch 'master' of github.com:eikek/docspell into pr-paperless_import
2020-10-21 13:06:04 +02:00
5d12840568
added transfer of title and creation date ( #358 )
2020-10-21 13:04:58 +02:00
cad5991507
Merge pull request #362 from eikek/fix-ner-regexes
...
Fix regex patterns used for NER
2020-10-20 23:08:27 +00:00
3c0b86cb19
Fix regex patterns used for NER
...
Patterns are split on whitespace by the nlp library and then compiled,
so each "word" must be a valid regex.
Fixes : #356
2020-10-21 00:55:14 +02:00
0c873f732b
Merge pull request #360 from totti4ever/pr-paperless_import
...
import-paperless: fixed problems with session timeout
2020-10-21 00:13:09 +02:00
da2005e4dd
Merge branch 'master' of github.com:eikek/docspell into pr-paperless_import
2020-10-20 23:05:09 +02:00
820c363f96
fixed problems with session timeout
...
- moved auth header to curl_call to fix the infinite loop when re-login was neccessary
- also restructured tiny bits
2020-10-20 23:03:54 +02:00
4826a4220e
Merge pull request #359 from totti4ever/pr-paperless_import
...
paperless importer (#358 )
2020-10-20 22:46:56 +02:00
ecc7ff1ff4
change /bin/bash
to env
variant
...
see https://github.com/eikek/docspell/pull/359#pullrequestreview-513105961
2020-10-20 22:35:56 +02:00
684470da75
removed LIMIT, which is meant for testing purposes. Uncomment it to use
2020-10-20 22:20:00 +02:00
d58a91e6df
first beta of paperless importer ( #358 )
...
allows to import files, tags and correspondents (as organization)
2020-10-20 22:06:08 +02:00
bbded00586
Update changelog with changes to docker setup
2020-10-20 20:53:32 +02:00
817103e2d1
Update changelog with changes to docker setup
2020-10-20 20:52:43 +02:00
c932557049
Merge pull request #354 from scala-steward/update/organize-imports-0.4.3
...
Update organize-imports to 0.4.3
2020-10-20 11:16:27 +00:00
e91d1d98e5
Update organize-imports to 0.4.3
2020-10-20 13:07:50 +02:00
dc78de7f3d
Merge pull request #353 from eikek/fix-deb-packages
...
debian packages: use same system user
2020-10-19 23:35:25 +00:00
316449bfd8
Merge pull request #352 from scala-steward/update/sbt-1.4.1
...
Update sbt to 1.4.1
2020-10-19 23:14:03 +00:00
3a26620b2b
debian packages: use same system user
...
Default database is H2 which requires that both processes can access
the file.
2020-10-20 01:07:23 +02:00