e406718cb7
Add a way to migrate settings stored at the browser to the server
2021-05-27 21:34:05 +02:00
5a4f6c0595
Fix tag category color field
...
The category name was not rendered
2021-05-27 21:34:05 +02:00
c0ba211fe7
Externalize string in ui settings form
2021-05-27 21:34:05 +02:00
9ccc3ce438
Store and load client settings
2021-05-27 21:34:05 +02:00
9f76357879
Add api functions for getting/setting client settings
2021-05-27 21:34:05 +02:00
414ffba453
Remove unused code
2021-05-27 21:34:05 +02:00
25788a0b23
Add routes for storing/retrieving 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
a1a93e5ca6
Fixes searching items with fulltext
...
When using fulltext only search, then only the index must be searched.
This wasn't working anymore, because the routes added a query to
always select valid items (those not being processed). But this lead
to the downstream code to always consult the database, too. Since the
routes are using a "simple-search" interface, this is now adding the
valid-state condition if applicable. There are still more low-level
interfaces that can be used when searching should be done differently.
Closes : #823
2021-05-23 14:14:25 +02:00
d7bbbd2f96
Remove upload meta form for anonymous uploads
...
Closes : #758
2021-05-22 21:33:10 +02:00
b3c73dafc0
Only show user menu when successfully logged in
...
Closes : #814
2021-05-22 20:30:05 +02:00
f91939ff5b
Use a configured placeholde instead of hardcoded string
2021-05-22 20:29:30 +02:00
283e80bc47
Add a now missing case to handle parse failures
2021-05-16 22:49:20 +02:00
e3053549b3
Extract strings in item detail modals
2021-04-26 22:02:45 +02:00
a98211af22
Remove Http.errorToString
2021-04-26 20:06:36 +02:00
a39dfbf82a
Refactor caleventinput field
2021-04-26 20:06:30 +02:00
b2cffb22ef
Externalize error messages
2021-04-26 10:00:01 +02:00
c9b54e80b7
Remove code from old ui
2021-04-26 10:00:01 +02:00
b3c3c783dc
Externalize more strings
2021-04-26 10:00:01 +02:00
5faf0e5a0e
Made viewMode pattern matches exhaustive
2021-04-18 22:31:17 +02:00
dd743cf273
Reformatted changed source files with elm-format
2021-04-18 22:27:50 +02:00
decae84aec
Using SelectViewModel, bulk deletion of item attachments
2021-04-18 18:38:38 +02:00
1db5eaf5ee
Attachments selectable
2021-04-17 16:43:24 +02:00
a9c02e9e88
Prepared multiselect view mode for attachment list
2021-04-17 13:04:30 +02:00
558197e415
Fixed the imports
2021-04-15 20:49:34 +02:00
6149a2ab89
Restored unused imports to make it compile again
2021-04-15 18:34:54 +02:00
fa34312020
Implemented endpoint to delete multiple attachments
2021-04-15 18:05:01 +02:00
93f772351a
Made multi id read logic sharable
2021-04-15 18:03:58 +02:00
037d8e818d
Added a route definition to bulk-delete attachments
2021-04-15 17:59:39 +02:00
9d6e26efb4
Use externalized strings for edit label
2021-04-14 00:11:10 +02:00
994e3df597
Fix query for getting tag categoy summary
2021-04-12 13:40:22 +02:00
5737eba82d
Prepare translating dates
2021-04-12 10:53:34 +02:00
cb522ee6eb
Set version to 0.23.0-SNAPSHOT
2021-04-11 23:36:16 +02:00
1492800be0
Set version to 0.22.0
2021-04-11 22:33:39 +02:00
f91f4340b8
Fix scanmailbox form layout
2021-04-11 20:38:09 +02:00
7b1cbe6435
Use a placeholder string for all dropdowns
2021-04-11 20:37:16 +02:00
255fe82005
Hide the language menu in login page when there are no options
2021-04-11 16:55:32 +02:00
c2599eda4c
Remove un-done translations for German
2021-04-11 16:05:11 +02:00
39ed246a42
Use correct category count in search menu
2021-04-11 14:34:44 +02:00
3e0914ece7
Correctly count tag categories
...
If multiple tags of the same category are applied to the same item,
just summing tag counts will produce the wrong results as now items
are counted multiple times.
2021-04-11 14:34:44 +02:00
1f60417189
Merge branch 'master' into query-fix
2021-04-11 12:59:00 +02:00
4041018c47
Reduce not expressions
...
Fixes queries containing macros inside a "not".
2021-04-11 12:57:42 +02:00
5f001b59e5
Show cancelled jobs in queue page
2021-04-11 01:01:32 +02:00
c07fd1e61d
Make long filenames break within the container
2021-04-10 23:26:28 +02:00
e1bbc2edf5
Apply autoformat
2021-04-10 16:31:58 +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
7c43fa0874
Reorganize messages to reflect page structure
2021-04-10 00:30:42 +02:00
fa2c5750dd
Externalize strings in other of components
2021-04-09 23:10:00 +02:00
2f678aca17
Externalize strings in detail page
2021-04-09 22:40:03 +02:00