Commit Graph

129 Commits

Author SHA1 Message Date
631450cb16 Add some static links to the dashboard 2022-01-26 21:21:19 +01:00
23cb34a6ff Manage notification channels separately and migrate
It's more convenient to manage notification channels separately, as it
is done with email settings. Notification hook and other forms are
adopted to only select channels. Hooks can now use more than one
channel.
2022-01-19 21:57:30 +01:00
7b4300ee2f Add quick-select for tag categories above dropdown
Closes: #960
2022-01-15 18:52:46 +01:00
404fb2a37f Allow a custom message part for the periodic query task 2022-01-11 22:50:19 +01:00
699cf091e6 Allow bookmarks in periodic query notification 2022-01-10 14:25:20 +01:00
54a4e6efee Fix formatting 2022-01-09 23:58:57 +01:00
9415f72ec0 Instead of client only, make bookmarks a server aware feature
Makes it much more useful
2022-01-09 23:58:57 +01:00
a5b70962d8 Select bookmarks in search menu 2022-01-09 02:10:22 +01:00
a50a0a9a1a Bookmark queries scoped to user or collective 2022-01-08 22:42:48 +01:00
f5e375614f Fix tailwind setup
- Adopted postcss and tailwind config to new version
- renamed colors bluegray->slate etc to not have custom
  definitions (hope to reduce migration next time)
- tailwind now doesn't build the complete css anymore, so the
  `dev-ui-build` script must compile both
2021-12-20 23:40:32 +01:00
1eb1db730c Select list/tile view and store to ui settings
Issue: #526
2021-12-15 22:30:41 +01:00
4ffc8d1f14 Add support for more generic notification
This is a start to have different kinds of notifications. It is
possible to be notified via e-mail, matrix or gotify. It also extends
the current "periodic query" for due items by allowing notification
over different channels. A "generic periodic query" variant is added
as well.
2021-12-11 18:57:32 +01:00
501c6f2988 Updating stanford corenlp to 4.3.2; adding more languages
There are models for Spanish, that have been added now. Also the
Hungarian language has been added to the list of supported
languages (for tesseract mainly, no nlp models)
2021-11-20 14:31:39 +01:00
28b4546607 Hide sidebar by default on small devices
Closes: #1169
2021-11-12 23:21:51 +01:00
7a8527f821 Indicate number of running jobs in tob nav
Issue: #1069
2021-11-12 22:01:30 +01:00
cf933b60a7 Encode ws messages as JSON 2021-11-11 23:54:37 +01:00
42767e7732 Refresh home page on item-process event 2021-11-06 23:35:43 +01:00
16ccddab9f Add mail form when creating shares 2021-10-23 14:33:24 +02:00
f25d40b493 First simple item detail version for a share 2021-10-23 14:33:24 +02:00
f216c472ee Detect how to display pdf files
Closes: #1099
2021-10-23 14:33:24 +02:00
83dd675e4f Basic search view for shares 2021-10-23 14:33:24 +02:00
97922340d9 Share page skeleton 2021-10-23 14:33:24 +02:00
c7d587bea4 Basic management of shares 2021-10-23 14:33:24 +02:00
9785db0683 Change license header of all files 2021-09-21 22:35:38 +02:00
984dda9da0 Add OpenID support to webapp 2021-09-05 23:43:07 +02:00
9dfe7f30a0 Remove unused contact kind 2021-09-01 00:57:03 +02:00
cf88f5c2de Allow to specify ordering when retrieving meta data
The query now searches in more fields. For example, when getting a
list of tags, the query is applied to the tag name *and* category.
When listing persons, the query now also looks in the associated
organization name.

This has been used to make some headers in the meta data tables
clickable to sort the list accordingly.

Refs: #965, #538
2021-08-27 23:04:54 +02:00
589c41003f Add hebrew document language 2021-08-24 01:19:42 +03:00
8f23b68587 Add a qr code to the link of an item or attachment 2021-08-18 00:20:27 +02:00
3f1ff5c1ac Allow to search in deleted items 2021-08-14 15:35:17 +02:00
edb344314f Use an enum instead of a boolean to differentiate search
It's not very likely to have more modes of search besides normal and
trashed, but got surprised in that way quite often and it's nicer this
way anyways.
2021-08-14 15:11:48 +02:00
a7b74bd5ae Allow to search in soft-deleted items
A new query/request parameter can be used to apply a search to only
soft-deleted items.

The query expression `Trashed` has been introduced which selects only
items with state `Deleted`. This is another option an analog to
`ValidItemStates` (both cannot be used together as they would select
no items). This new query node is not added to the parser, because
users may not use it in their own queries - it must be part of the
"fixed" query so the application can control in which subset to search
(it would otherwise be possible to select any items).
2021-08-14 14:53:05 +02:00
f994d4b248 Add japanese document language 2021-07-28 20:05:48 +02:00
21eb7dad94 Change headers of all elm files 2021-07-25 14:00:11 +02:00
8e5c88fd32 Add copyright header to source files 2021-07-04 10:57:53 +02:00
6d8bd530cb Fix translation for direction 2021-06-07 10:11:41 +02:00
9f76357879 Add api functions for getting/setting client settings 2021-05-27 21:34:05 +02:00
08f280ac1c Fix wrong macro name when running name query
Closes: #822
2021-05-23 14:14:25 +02:00
b2cffb22ef Externalize error messages 2021-04-26 10:00:01 +02:00
5737eba82d Prepare translating dates 2021-04-12 10:53:34 +02:00
e630786104 Move ui language into messages 2021-04-10 16:13:49 +02:00
92ae22a68d Externalize more strings missed before 2021-04-10 16:02:34 +02:00
fa2c5750dd Externalize strings in other of components 2021-04-09 23:10:00 +02:00
9c1beb2240 Externalize strings in usersettings page 2021-04-04 22:07:37 +02:00
594818499e Externalize strings in manage-data page 2021-04-04 22:07:37 +02:00
8f1380fcf5 Externalize strings in UiSettings page 2021-04-04 22:07:37 +02:00
e76d574ea3 Externalize strings for document language 2021-04-02 23:30:51 +02:00
8d15d97857 Refactor Dropdown 2021-04-02 22:20:55 +02:00
322a3e837c Prepare for selecting languages
UI language is stored in user settings for authenticated users;
otherwise is only stored in the current model (not persisted).
2021-04-02 11:28:21 +02:00
274e433d9d Allow to change use enum for org/equipment 2021-03-10 23:55:18 +01:00