Commit Graph

1534 Commits

Author SHA1 Message Date
e47396182d Fix obvious things and add search summary 2022-05-31 19:56:45 +02:00
1266cdefe1 Prepare for new search logic with feature toggle 2022-05-30 22:45:46 +02:00
04ccad2ce0 Temporary table support for holding fts results 2022-05-29 22:33:50 +02:00
671230a9aa Streamline database tests 2022-05-29 00:09:51 +02:00
42435c693a Add a db type for db specific things 2022-05-28 17:19:33 +02:00
4ce64d2841 Fix detecting addons from zip file
Also set the default to `collectOutput` where it would parse the
output of an addon.
2022-05-27 22:44:05 +02:00
50edf13f94 Include limit-capped flag with search response
The server defines a `limit` value and search requests are capped to
this limit if their requested value exceeds it. If this happens it is
now returned with the search response (clients can print a warning).

Closes: #1358
2022-05-26 22:24:56 +02:00
7b281a0162 Enable/disable user task based on addon run config 2022-05-26 10:39:38 +02:00
6c57077d68 Fixes related to addons
- Fix applying new-items from addon results
- Notify joex when a scheduled addon is updated
2022-05-23 23:28:54 +02:00
3f0c21e429 Set version to 0.37.0-SNAPSHOT 2022-05-22 12:04:48 +02:00
f593b76389 Set version to 0.36.0 2022-05-22 10:11:11 +02:00
3764f9265b Configure run/repair db migrations
Refs: #1517
2022-05-22 00:07:36 +02:00
ad658806ff Merge pull request #1561 from eikek/ui-tweaks
UI tweaks
2022-05-21 17:05:33 +00:00
a156fc4e0b Show dashboard box headers in bold not italic
Closes: #1531
2022-05-21 18:52:42 +02:00
9ef8d2ccc8 Merge pull request #1556 from scala-steward/update/circe-core-0.14.2
Update circe-core, circe-generic, ... to 0.14.2
2022-05-21 14:51:26 +00:00
7a2491a61e Split out separate circe versions 2022-05-21 16:36:27 +02:00
5ec311c331 Add polish to processing lanugages
SOLR doesn't support polish out of the box. Plugins are required for
polish. The language has been added only with basic support. For
better results, a manual setup of solr is required.

Closes: #1345
2022-05-21 14:41:16 +02:00
9d69401fea Add Lithuanian to processing languages
SOLR doesn't support Lithuanian, maybe it can be added via plugins. A
manual setup of solr is required then. It has been added with basic
support.

Closes: #1540
2022-05-21 14:36:01 +02:00
47bd6cd0ba Fail fast when multiple addons are run 2022-05-21 00:40:26 +02:00
29a5894884 Refresh item after addon is done 2022-05-21 00:40:26 +02:00
73747c4ea3 Basic ui for addons 2022-05-15 23:46:43 +02:00
7fdd78ad06 Experiment with addons
Addons allow to execute external programs in some context inside
docspell. Currently it is possible to run them after processing files.
Addons are provided by URLs to zip files.
2022-05-15 23:46:43 +02:00
506fbcbcb7 Improve log events, adding new logger to capture data 2022-05-01 12:28:27 +02:00
5bdf728eb3 Improve logging configuration
- Log levels of specific loggers can be defined in the config
  file (doesn't work with env variables)

- Log events of background tasks carry now additional data
2022-04-30 18:26:19 +02:00
ab56d3706c Fix validation 2022-04-29 22:16:54 +02:00
0d8666491a Allow an auth token to carry a specific validity 2022-04-29 21:02:17 +02:00
868d06d378 Merge branch 'current-docs' 2022-04-24 22:28:24 +02:00
9851b71c45 Fix documentation about fulltext search 2022-04-24 18:34:22 +02:00
8b235dc705 Set version to 0.36.0-SNAPSHOT 2022-04-14 23:45:36 +02:00
f5958b3a51 Set version to 0.35.0 2022-04-14 22:11:21 +02:00
46f65b10ad Log server options 2022-04-14 22:03:29 +02:00
7e176e1bd1 Update Search.elm
Typos
2022-04-11 21:54:59 +02:00
8a2fed47aa Increase size for passwords
Closes: #1508
2022-04-11 10:55:06 +02:00
f6bfb6f1d2 Revert z-index change
It is used by global dimmer that must be on top
2022-04-10 14:09:40 +02:00
9759a9258a Hide delete button on new notification channels 2022-04-09 20:36:38 +02:00
b4ee1a52e1 Fix loading collective settings
It responded with 404 when some sub-settings (classifier) didn't exist.
2022-04-09 20:33:06 +02:00
613f21a9fc Run fixup migration from 0.32 onwards 2022-04-09 16:50:06 +02:00
4bbf0b60a3 Avoid logging non-errors as error 2022-04-09 16:00:51 +02:00
4488291319 Download multiple files as zip 2022-04-09 15:28:51 +02:00
0b3a043025 Bump minimist from 1.2.5 to 1.2.6 in /modules/webapp
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)

---
updated-dependencies:
- dependency-name: minimist
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-30 04:22:17 +00:00
0346c5a654 Apply fixup migration only from previous version 2022-03-23 23:52:41 +01:00
f9f6504471 Set version to 0.35.0-SNAPSHOT 2022-03-21 21:55:07 +01:00
c6da3eb0d6 Set version to 0.34.0 2022-03-21 21:25:01 +01:00
1693871e0d Show link icon when no tags or fields exists 2022-03-21 21:22:56 +01:00
21e13341e3 Configure postgres fts backend 2022-03-21 11:05:03 +01:00
1e56e832da Reformat code 2022-03-21 11:04:26 +01:00
fef00bdfb5 Some basic tests and config 2022-03-21 11:04:26 +01:00
029335e607 Working poc of postgresql based fulltext search backend 2022-03-21 11:04:26 +01:00
b2add008ed Pass language when updating fulltext index 2022-03-21 11:04:26 +01:00
f2a2d15e7f Add missing fixup changesets 2022-03-21 10:28:21 +01:00