Commit Graph

1610 Commits

Author SHA1 Message Date
38b793fe6a Update dependency postcss-cli to v10 2022-06-30 04:56:58 +00:00
ea6320e359 Use uid as foreign key in rememberme 2022-06-27 23:28:45 +02:00
f6fd155150 Update scribe to 3.9.0 2022-06-27 13:27:01 +02:00
bca2ea28e3 Update binny to 0.6.0 2022-06-27 13:23:48 +02:00
5c66fdda3a Fail addon validation when joex cannot be reached 2022-06-18 16:53:13 +02:00
6cef9d4f07 Improve performance of zip/unzip
Adds tests and includes some cleanup
2022-06-18 16:39:57 +02:00
7b535e59a6 Fix starting a background task to install an addon 2022-06-17 22:37:50 +02:00
42588593f3 Dependency updates 2022-06-14 23:52:43 +02:00
3d58cffada Remove search feature flag 2022-06-11 21:14:25 +02:00
aeeb54fcc3 Remove unused column in item 2022-06-11 13:03:14 +02:00
1611df81ed Add more indexes 2022-06-11 12:40:46 +02:00
4d79badc2d Fix logging warn->debug 2022-06-11 12:40:16 +02:00
4bca6031af Fix flaky db test 2022-06-11 01:02:22 +02:00
c76644511f Add paging to share view 2022-06-11 00:34:55 +02:00
cfe500f813 Fix external link icon 2022-06-09 22:02:36 +02:00
5d612f6ca1 Use backticks instead of scaladoc link 2022-06-06 13:18:37 +02:00
7ce6bc2f9d Remove unused code (search update) 2022-06-05 23:27:59 +02:00
c6a9a17f89 Set version to 0.38.0-SNAPSHOT 2022-06-04 23:35:10 +02:00
f4460c92d9 Set version to 0.37.0 2022-06-04 23:06:49 +02:00
6063ccef3a Return 400 when input is invalid instead of server error 2022-06-04 19:08:38 +02:00
d58bf80c46 Fix select e-mail from suggestions
The blur event messed up when clicking on a suggestion. Now it only is
used when the user has typed in an e-mail not in the suggestion list.

Fixes: #1565
2022-06-04 18:57:42 +02:00
ae265ed19a Fix tests for mariadb 2022-06-04 10:16:03 +02:00
cfc903403a Fix load-more button state 2022-06-04 01:36:15 +02:00
b50f57f7fe Send no fts query if it is disabled 2022-06-04 01:36:15 +02:00
66aab0c952 Refactoring 2022-05-31 23:15:04 +02:00
78b19a0940 Remove obsolete endpoint
Search by index is the same as a search with only a `content:`
expression.
2022-05-31 20:15:39 +02:00
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