Commit Graph

161 Commits

Author SHA1 Message Date
e731d822dc Add Japanese Vertical Support Branch for Tesseract and Ocrmypdf OCR (#2505)
* Add Japanese Vertical Support 
* Adds Japanese Vertical mappings to default configuration.
2024-04-16 20:24:57 +02:00
8826712259 Add support for Slovak language
Just the basic support was added following examples for other languages.
2023-08-03 14:26:19 +01:00
7c6fc5dadd add khmer lang to ui 2023-03-16 23:51:41 +07:00
61d5585e68 Add Ukrainian language 2022-11-09 22:24:32 +01:00
e701040212 Fix item selection after merge
Issue: #1809
2022-11-07 17:29:38 +01:00
c0feb13f63 Add Estonian language
Closes: #1646
2022-11-01 01:00:16 +01:00
a247c4ef1c Fix query generated for linked queries
Closes: #1808
2022-10-31 22:28:17 +01:00
3fc72cedac Allow to skip login page if a single oidc provider is configured 2022-07-08 17:09:56 +02:00
cfc903403a Fix load-more button state 2022-06-04 01:36:15 +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
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
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
4488291319 Download multiple files as zip 2022-04-09 15:28:51 +02:00
e957d6e96f Link multiple items via selection 2022-03-18 00:41:00 +01:00
c7b2a1271a Link items it detail view 2022-03-16 23:56:59 +01:00
9545431d59 Allow the user to set time zone
Fix timezone handling for periodic tasks
2022-03-01 23:15:59 +01:00
6f7eafcebc Require a time zone when formatting date-times 2022-03-01 22:03:39 +01:00
78448991ca Use iframe for cross-browser pdf view (pdfjs)
Since some browsers (safari and some mobile ones) don't update their
ui when the src attribute of an embed element changes, an iframe is
used now. But only for the "cross browser" variant.

Fixes: #1210
2022-02-28 11:20:17 +01:00
834ce7773c Select item in detail view 2022-02-27 22:56:53 +01:00
adcfe10460 Add selection to search menu 2022-02-27 22:56:53 +01:00
63e0258db7 Store item selection globally 2022-02-27 22:56:53 +01:00
74db2d39a7 Remove unused settings 2022-01-29 17:36:18 +01:00
c29ce73dd0 Client settings per collective and user
Client settings can be stored at the user and and the collective. The
settings used in the application are merged from these two settings,
where any user setting takes precedence. The form can now manage both
variants.

Refs: #838
2022-01-29 10:11:25 +01:00
c83f3564b3 Fix formatting 2022-01-26 23:26:06 +01:00
e6477a04b6 Dashboard updates 2022-01-26 21:27:31 +01:00
3ff7e255b4 Save and load dashboards 2022-01-26 21:27:31 +01:00
e83bf6b750 Editable dashboard 2022-01-26 21:27:26 +01:00
2c2b34cd89 Readonly dashboard 2022-01-26 21:22:51 +01:00
370679daed Some predefined boxes for a dashboard 2022-01-26 21:22:20 +01:00
0337be98f9 Outline dashboard model 2022-01-26 21:21:55 +01:00
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