0365c1980a
Show new data about spaces in web-ui
2020-07-11 01:30:29 +02:00
60a08fc786
Return member count and if current user is owner or member
2020-07-11 01:30:29 +02:00
ea4ab11195
Allow to only return owning spaces
2020-07-11 01:30:28 +02:00
6c304b4e7a
Manage spaces in web-ui
2020-07-11 01:30:28 +02:00
752a94a9e2
Implement space operations
2020-07-11 01:30:28 +02:00
0e8c9b1819
Initial outline for managing spaces
2020-07-11 01:30:28 +02:00
d43e17d9fb
Transport user-id to client
2020-07-11 01:30:28 +02:00
c12201c4a5
Add routes to manage spaces
2020-07-11 01:30:28 +02:00
7ec0fc2593
Add endpoints for managing spaces to openapi spec
2020-07-11 01:30:28 +02:00
13ad5e3219
Setup space entities
2020-07-11 01:30:28 +02:00
fadd21944f
Set version to 0.9.0-SNAPSHOT
2020-06-29 21:04:15 +02:00
8998706598
Set version to 0.8.0
2020-06-29 20:37:52 +02:00
7b922fec94
Update documentation and fix changelog wording
2020-06-29 20:37:52 +02:00
347a029af8
Scalafix organize-imports
2020-06-28 21:20:47 +02:00
5bad157b9e
Change link on home page
2020-06-28 19:34:28 +02:00
82104ff148
Update documentation and changelog
2020-06-28 14:45:04 +02:00
d3b3c6289b
Prepare docker setup for fulltext search
2020-06-28 13:37:39 +02:00
8500d4d804
Extend consumedir.sh to work with integration endpoint
...
Now running one consumedir script can upload files to multiple
collectives separately.
2020-06-28 00:08:37 +02:00
41c0f70d3b
Fix cancelling jobs
...
A request to cancel a job was not processed correctly. The cancelling
routine of a task must run, regardless of the (non-final) state. Now
it works like this: if a job is currently running, it is interrupted
and its cancel routine is invoked. It then enters "cancelled" state.
If it is stuck, it is loaded and only its cancel routine is run. If it
is in a final state or waiting, it is removed from the queue.
2020-06-26 23:08:27 +02:00
23477e34f9
Change columns from timestamp to datetime
...
In MariaDB the timestamp has some properties that make it a not a good
fit.
2020-06-26 17:07:00 +02:00
d79ae6233a
Restrict proposals for due date
...
Avoid dates too far in the future.
2020-06-26 16:58:17 +02:00
91da3b149e
Reducing default retries to 2
...
Many errors cannot be recovered from by retrying. There is currently
no way to distinguish these states so it is now set to a lower value
to have not long wait times until an item arrives.
2020-06-25 23:57:01 +02:00
50b3554c9a
Merge pull request #160 from eikek/fts
...
Fts
2020-06-25 21:19:42 +00:00
dc8f1a0387
Fix global re-index task to re-create the schema
...
Otherwise new instances could not be re-indexed.
2020-06-25 23:02:06 +02:00
4a41168bbb
Allow a collective to re-index their data
...
If something goes wrong, this might be necessary.
2020-06-25 21:52:38 +02:00
2a98c2ca42
Fix openapi spec for joex
2020-06-25 08:43:02 +02:00
c81b92af6d
Documentation updates
2020-06-25 01:36:26 +02:00
0ba1736bc8
Remove items/attachments from index on delete
2020-06-25 00:00:10 +02:00
64c96942a9
Fix deleting items that have sent mails
2020-06-24 23:47:58 +02:00
14213c4c27
Allow some solr query options in the config file
2020-06-24 23:37:20 +02:00
793f33b640
Update finding documentation
2020-06-24 23:37:20 +02:00
532caed84c
Consistent logging of request/responses to solr
...
Using a middleware. Also add missing changesets for mariadb.
2020-06-24 21:25:46 +02:00
47697a8056
Set some logs to trace
2020-06-24 01:16:13 +02:00
7df77208fe
Fix duplicate search results
2020-06-24 01:15:53 +02:00
8e0282c25f
Indicate when the search-menu is not used
2020-06-24 01:15:41 +02:00
7d7460b1c9
Cleanup + hiding false errors from log
2020-06-24 00:23:22 +02:00
30937d4908
Set default max page size to 200
2020-06-24 00:04:10 +02:00
43b18db76a
Don't scroll when loading more items
2020-06-24 00:03:58 +02:00
b8558d6837
Don't trigger search when fields are cleared
2020-06-24 00:03:17 +02:00
6846f2f46e
Add new search-index route to web-ui
2020-06-24 00:03:17 +02:00
d5c9923a6d
Add a route that only searches the full-text index
...
It returns the results in the same order as received from the index to
preserve the relevance ordering.
2020-06-24 00:03:17 +02:00
d9f0f05613
Refactor findItemsWithTags to more general useful
2020-06-23 21:27:01 +02:00
647911563e
Fix paging when using full-text search
2020-06-23 01:44:52 +02:00
15c0fb4395
Merge branch 'master' into fts
2020-06-23 00:32:27 +02:00
e06a3f8fdd
ScalafmtAll
2020-06-23 00:18:59 +02:00
a3e16e57de
Display search highlighting in webapp
2020-06-23 00:17:29 +02:00
ffbb16db45
Transport highlighting information to the client
2020-06-23 00:17:29 +02:00
a58ffd11e1
Return attachment-name from index
2020-06-22 21:28:26 +02:00
8ffbf651b0
Add fts routes to openapi.yml
2020-06-22 21:00:34 +02:00
5e77ff0fc5
Start search by pressing enter and not on each stroke
...
This reduces (unecessary) requests and eases the restless list
rendering. Throttling is still in place to avoid too many requests
when e.g. holding the enter-key.
2020-06-22 00:46:11 +02:00