Commit Graph

109 Commits

Author SHA1 Message Date
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
834ce7773c Select item in detail view 2022-02-27 22:56:53 +01:00
63e0258db7 Store item selection globally 2022-02-27 22:56:53 +01:00
d67b063735 Fix updating queue page 2022-01-30 17:39:34 +01:00
e4527400ca Remove more unused client code 2022-01-29 17:36:18 +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
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
67f1575707 Create upload component 2022-01-26 21:22:35 +01:00
370679daed Some predefined boxes for a dashboard 2022-01-26 21:22:20 +01:00
cb3005211b Permalink for bookmark searches 2022-01-26 21:21:36 +01:00
631450cb16 Add some static links to the dashboard 2022-01-26 21:21:19 +01:00
e6775f77dc Dashboard page template 2022-01-26 21:21:01 +01:00
c38ab3ef82 Rename HomePage to SearchPage 2022-01-26 21:20:34 +01:00
c2fc1d117f Manage bookmarks 2022-01-09 14:39:59 +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
ce4c192b5b Fix notification about new items
Don't set the flag when already on "home page".
2021-11-14 21:45:59 +01:00
fcb25637d3 Improve new job count bubble 2021-11-13 20:39:40 +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
62d02d75b4 Show a message when a new document arrived 2021-11-07 17:14:02 +01:00
42767e7732 Refresh home page on item-process event 2021-11-06 23:35:43 +01:00
3e58d97f72 Add websockets and notify frontend when an item is processed 2021-11-06 21:32:30 +01:00
9009ebcb39 Prefill share mail form
To have access to the translated content, the messages must be given
to the update function. There is no way to set the values in the view.
2021-10-23 14:33:24 +02:00
40aa2d4102 Use powersearch input element in share form 2021-10-23 14:33:24 +02:00
fe77f7245a Fix navbar link for anonymous 2021-10-23 14:33:24 +02:00
7cbdf919f4 Show item detail for a shared item 2021-10-23 14:33:24 +02:00
b6187bb88d Outline share detail page 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
9785db0683 Change license header of all files 2021-09-21 22:35:38 +02:00
468ba90158 Fix OTP authentication for external accounts 2021-09-06 01:07:31 +02:00
984dda9da0 Add OpenID support to webapp 2021-09-05 23:43:07 +02:00
782ca0fa4f Remove a deleted item from search results
When an item is deleted in detail view, the results must be updated to
reflect the new state. The results are now changed by removing the
corresponding item.

Fixes: #920
2021-07-25 17:35:01 +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
a90a24c419 Revert "Fix update with current ui settings"
This reverts commit e137b23674.

This change is completely useless. The wrong behaviour was probably
due to some browser cache.
2021-05-29 14:45:36 +02:00
e137b23674 Fix update with current ui settings 2021-05-29 00:41:46 +02:00
e406718cb7 Add a way to migrate settings stored at the browser to the server 2021-05-27 21:34:05 +02:00
9ccc3ce438 Store and load client settings 2021-05-27 21:34:05 +02:00
b3c73dafc0 Only show user menu when successfully logged in
Closes: #814
2021-05-22 20:30:05 +02:00
255fe82005 Hide the language menu in login page when there are no options 2021-04-11 16:55:32 +02:00
e630786104 Move ui language into messages 2021-04-10 16:13:49 +02:00
1762e7afac Externalize strings for home page 2021-04-05 21:31:45 +02:00
594818499e Externalize strings in manage-data page 2021-04-04 22:07:37 +02:00