Commit Graph

1230 Commits

Author SHA1 Message Date
74f84c3b8e Merge pull request #407 from scala-steward/update/flyway-core-7.1.1
Update flyway-core to 7.1.1
2020-10-29 14:05:20 +00:00
c4b486ae27 Update flyway-core to 7.1.1 2020-10-29 14:19:15 +01:00
60b2b435f3 Merge pull request #403 from totti4ever/pr-consumedir_clean
Consumedir Cleaner v0.1 *beta*
2020-10-29 07:59:56 +01:00
5f32ca4cdc fixes hard-wired created date
(https://github.com/eikek/docspell/pull/403#discussion_r513790807)
2020-10-29 06:19:20 +01:00
8e934247b3 Merge branch 'master' of github.com:eikek/docspell into pr-consumedir_clean 2020-10-29 06:18:49 +01:00
f9175037db Merge pull request #406 from scala-steward/update/icu4j-68.1
Update icu4j to 68.1
2020-10-29 04:22:32 +00:00
f58245bce6 Update icu4j to 68.1 2020-10-29 04:34:46 +01:00
a2ce94b5d5 Merge pull request #405 from eikek/fix-mariadb-sql
Fix sql error for mariadb <10.4
2020-10-28 23:42:07 +00:00
0461cfefe7 Fix sql error for mariadb <10.4
MariaDB below 10.4 doesn't support parentheses around selects for
`intersect` and `union`.

https://mariadb.com/kb/en/intersect/#parentheses

Fixes #404
2020-10-28 22:54:51 +01:00
6c2a5a7015 Merge branch 'master' of github.com:eikek/docspell into pr-consumedir_clean 2020-10-28 22:18:23 +01:00
08912696fb Merge branch 'pr-consumedir_clean' of github.com:totti4ever/docspell into pr-consumedir_clean 2020-10-28 22:17:57 +01:00
03486280e0 first beta of consume dir cleaner 2020-10-28 22:16:03 +01:00
509823404e Try improve search bar/menu switch
Adressing some parts of #395
2020-10-28 21:55:42 +01:00
84ebc83adb Add documentation for multi-edit 2020-10-28 20:55:23 +01:00
6313e6e340 first beta of consume dir cleaner 2020-10-28 20:20:57 +01:00
b2e6ad0147 Merge pull request #402 from totti4ever/pr-timezone
(Docker) fixed wrong timezone because of missing tzdata package
2020-10-28 08:19:10 +01:00
96d7eb5c97 Merge pull request #401 from eikek/fix-replace-cards
Preserve context highlighting from full-text search
2020-10-27 23:57:12 +00:00
7c34c8e529 Merge pull request #400 from eikek/ui-menu-toggle
Ui menu toggle
2020-10-27 23:20:14 +00:00
69465807c5 fixed wrong timezone because of missing tzdata package
- Now the timezone can be set as expected using TZ env variable
2020-10-27 23:23:38 +01:00
c6b8355902 Preserve context highlighting from full-text search
When replacing changed cards the fulltext highlighting should be
preserved from the original item.
2020-10-27 22:51:11 +01:00
183bcf5bec Add ui-settings flag for side menus 2020-10-27 22:35:52 +01:00
77ba1a2f35 Merge pull request #399 from scala-steward/update/flyway-core-7.1.0
Update flyway-core to 7.1.0
2020-10-27 20:51:41 +00:00
83b41b027f Change default position for notes to bottom 2020-10-27 20:43:58 +01:00
504b6be1d6 Update flyway-core to 7.1.0 2020-10-27 20:21:29 +01:00
85699dd2de Merge pull request #398 from scala-steward/update/swagger-ui-3.36.0
Update swagger-ui to 3.36.0
2020-10-27 19:03:19 +00:00
1ec95e4ddb Update swagger-ui to 3.36.0 2020-10-27 18:28:16 +01:00
48b800f480 Merge pull request #393 from totti4ever/pr-ocrmypdf
(DOCKER) allows to use jbarlow83's official docker image of OCRmyPDF, i.e. use a newer version
2020-10-27 18:10:34 +01:00
3d074c5fc9 Bugfixes
- Using a script in `/usr/local/bin ` now to overwrit the default *ocrmypdf* version and thus replaced the approach using a bash function
- Also had to add volume mapping to docker call

**ATTENTION** the path /tmp/docspell-convert:/tmp/docspell-convert must be mapped when starting Docspell's docker image!
2020-10-27 12:37:37 +01:00
cde7519f24 set default version of OCRmyPDF's docker image to _v11.2.1_, which seems to be the latest stable before _11.3.0_ 2020-10-27 06:57:27 +01:00
e9db579af6 added environment variable to set preferred OCRmyPDF version when using docker image
- e.g. `- OCRMYPDF_VERSION=v11.2.1`
 - default ist `latest`
2020-10-27 06:30:50 +01:00
0d1de0cc2f Merge branch 'master' of github.com:eikek/docspell into pr-ocrmypdf 2020-10-27 06:08:03 +01:00
c56f692ff5 (DOCKER) allows to use jbarlow83's official docker image of OCRmyPDF, i.e. use a newer version
- if `/var/run/docker.sock` is found in the docker-container, this feature is activated - if not, nothing changes
 - usage: mount bind `docker.sock` from host by using `-v` or `volumes:`
2020-10-27 06:00:55 +01:00
2ad2f3be57 Merge pull request #392 from eikek/fix-process-timeout
Fix process timeout
2020-10-26 23:48:27 +00:00
2d4d26b738 Merge pull request #391 from eikek/fix-source-name
Use source name from config file for integration endpoint uploads
2020-10-26 22:48:39 +00:00
ab1139523a Let the convert-all task retry when pdf conversion fails 2020-10-26 23:39:26 +01:00
b59696a9d3 Make sure to only remove/retry items in premature states 2020-10-26 23:39:26 +01:00
0114bb4d72 Use source name from config file for integration endpoint uploads
Fixes: #389
2020-10-26 22:37:30 +01:00
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