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
dac95e81e6
Remove unused code for search dropdown
2021-04-02 23:16:38 +02:00
9a23ba9afb
Refactor FixedDropdown
2021-04-02 23:11:54 +02:00
8d15d97857
Refactor Dropdown
2021-04-02 22:20:55 +02:00
b9c98c6578
Externalize strings in queue page
2021-04-02 11:28:21 +02:00
968c8e02b7
Externalize strings in upload page
2021-04-02 11:28:21 +02:00
12cad398ac
Externalize strings in new-invite page
2021-04-02 11:28:21 +02:00
db6198673b
Externalize strings in register page
2021-04-02 11:28:21 +02:00
ec237a2eaa
Externalized strings
2021-04-02 11:28:21 +02:00
2b81c72d96
Provide translations for main menu
2021-04-02 11:28:21 +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
9fcab84267
Add icon to fixed dropdown
2021-04-02 11:28:21 +02:00
589e136883
Add flag icons
2021-04-02 11:28:21 +02:00
144ea852bf
Update fs2-core, fs2-io to 2.5.4
2021-03-31 21:10:42 +02:00
c36073b852
Allow to give human readable summary to user tasks
2021-03-27 22:13:13 +01:00
63331b6399
Remove unused code
2021-03-27 22:13:13 +01:00
ff0b70abfe
Fix scrollbar position
2021-03-27 22:13:13 +01:00
03459124ca
Don't return items still in processing
2021-03-27 22:13:13 +01:00
cc38b850a6
Remove deprecated search routes and some refactoring
2021-03-27 22:13:13 +01:00
7d513dce0b
Set version to 0.22.0-SNAPSHOT
2021-03-13 18:09:29 +01:00
39d6f5789a
Set version to 0.21.0
2021-03-13 16:57:33 +01:00
8c6ad8fc4e
This test only doesn't work on my ci
2021-03-13 16:57:08 +01:00
177488817d
Fix h2 migration
...
Using java source code obviously requires `javac` during migration.
2021-03-13 16:38:48 +01:00
2e443bc9b9
Fix mariadb migration
2021-03-13 15:52:38 +01:00
eb56c605cb
Add scrollbars
2021-03-13 14:11:37 +01:00
df6b6aba2c
Fix reading uri from a string
...
The read routine did not report all errors in the return type but some
raised exceptions.
2021-03-12 22:31:19 +01:00
f8bd42e5bd
Redo pdf conversion and text extraction on reprocess
...
When processing a new file conversion and text extraction is skipped
if detected to be already done. This prevents running expensive tasks
again after restarting/retrying. When explicitely reprocessing a file,
these tasks should run again and replace the existing results.
2021-03-12 00:45:28 +01:00
a7ee0aa08b
Add a flag to processing task to distinguish re-/processing
2021-03-12 00:45:23 +01:00
76f5ab6c68
Allow to reprocess single and multiple items in the ui
2021-03-12 00:16:19 +01:00
058c31e1f6
Reprocessing now sets metadata to an item if not in state confirmed
...
When reprocessing an item, the metadat of all *files* are replaced.
This change now also sets some metadat to an item, but only if the
item is not in state "confirmed". Confirmed items are not touched, but
the metadata of the files is updated.
2021-03-12 00:16:19 +01:00
ebaa31898e
Add missing solr migration for new language field
2021-03-12 00:16:00 +01:00
274e433d9d
Allow to change use enum for org/equipment
2021-03-10 23:55:18 +01:00
0229a867af
Add a use colum to metadata entities
2021-03-10 23:55:18 +01:00
1a188afbd7
Re-add ui-version to keep browser resource cache in service-worker
2021-03-10 23:16:01 +01:00
a4a84abae5
Show errors from failed register request
...
Also include a `@` in the valid chars for "idents". This allows to use
an e-mail address as username.
2021-03-10 22:14:55 +01:00
6a63694a3e
Convert unit tests to munit
2021-03-10 19:48:56 +01:00
64e3cb04f3
Remove fomantic ui and ui-header handling
2021-03-09 22:45:29 +01:00
b95338e744
Remove old ui code in frontend
2021-03-09 20:40:49 +01:00
9991ad5fcc
Add latvian language
2021-03-09 00:23:17 +01:00
77a87782b7
Refactoring parser
...
- put all used strings in one place to have it easier to track
- don't use `$` for shortcuts, it's a detail not interesting to a
user; now names must not clash (which is a good idea anyways)
- Added two more shortcuts `conc` and `corr`
2021-03-08 22:51:14 +01:00
e681ffa96f
Extend query builder allowing more conditions
...
Before only a column or a dbfunction could be used in a condition. It
is now allowed for all `SelectExpr`.
2021-03-08 22:51:08 +01:00
b514b85f39
Improve parser error messages a bit
2021-03-08 10:26:39 +01:00
30c901ddf1
Add more ways to query for attachments
...
- find items with a specified attachment count
- find items by attachment id
2021-03-08 09:49:38 +01:00
2b2f913e85
Add checksum query expr
2021-03-08 01:53:21 +01:00
7b1ec97c97
Fix sort when using fulltext only
2021-03-08 00:47:15 +01:00
c6032ff279
Check query in client
2021-03-08 00:46:31 +01:00
31e2e99c36
Add a $year
shortcut for selecting items within some year
2021-03-07 13:34:35 +01:00
7638dc5111
Flatten nested and/or queries
2021-03-07 12:36:51 +01:00
63d146c2de
Resolve fulltext search queries the same way as before
...
For now, fulltext search is only possible when being the only term or
inside the root AND expression.
2021-03-07 09:40:47 +01:00