Commit Graph

1542 Commits

Author SHA1 Message Date
1913877de1 The id must be recreated for each job, obviously
Fixes: #938
2021-07-16 21:14:47 +02:00
280968355e Improve doc string for some endpoints 2021-07-14 22:32:17 +02:00
f7eed33545 Return a 404 if a source was not found when checking a file 2021-07-08 21:17:48 +02:00
1120434cd9 Replace generating preview images with an admin endpoint
It doesn't make much sense to have this per collective, because this
is triggered by an admin after changing the server config file. So it
is now implemented as an admin endpoint that affects all files.
2021-07-04 21:37:34 +02:00
8e5c88fd32 Add copyright header to source files 2021-07-04 10:57:53 +02:00
4299fcedd8 Update German translations
Fixes some typos and replaces "Absenden" with "Speichern" that seems a better fit when saving data (submitting a form) in German.
2021-07-01 22:45:12 +02:00
d6f3d7dd6e Fix typo in German translation 2021-07-01 00:24:43 +02:00
159472b37e Enhance german translation (#899) 2021-06-29 17:34:47 +02:00
ce6f53cc29 Fix next-job query to do round-robin through job groups 2021-06-27 00:04:56 +02:00
988367a281 Extend query builder to compare results from subselects 2021-06-26 21:12:02 +02:00
7dcb61ef56 Use old ip checks and fix dev-ui-build script
These checks could be improved to not use javas InetAddress. But for
now it should have the same behaviour as before.
2021-06-26 14:43:16 +02:00
0bdfcd531d Improve German translation 2021-06-24 23:10:57 +02:00
9e552d2ac1 Move webapp related build files into the webapp directory 2021-06-22 23:47:15 +02:00
02b8078f01 Use fs2 Files api 2021-06-22 23:17:32 +02:00
bd791b4593 Upgrade code base to CE3 2021-06-22 22:53:34 +02:00
528ee6ecdc Set version to 0.25.0-SNAPSHOT 2021-06-18 23:53:50 +02:00
068281f9a7 Set version to 0.24.0 2021-06-18 22:39:04 +02:00
4a9ab2c1be Only update category options if the query selected all tags
The tag category is a bit special (sadly). The options are retrieved
by going through the tags. It must not update these, if a query
selects only a subset of tags.
2021-06-16 00:14:35 +02:00
31c4e14e76 Merge pull request #870 from monnypython/master
Some small corrections and ideas for the German translation
2021-06-15 01:20:23 +02:00
77cb25bbc4 Update ClassifierSettingsForm.elm 2021-06-14 23:15:03 +02:00
22045dcead Update AttachmentMeta.elm 2021-06-14 23:13:34 +02:00
e021f06946 Update language dropdown for new data
When receiving a new value to display in the form, the language
dropdown was not initialized with the corresponding value.
2021-06-14 21:02:36 +02:00
0cc06898fe Update ScanMailboxForm.elm 2021-06-14 13:32:19 +02:00
2f3f5e483e Update EquipmentManage.elm 2021-06-14 08:05:35 +02:00
653ffd9ba5 Update SourceManage.elm 2021-06-13 21:14:55 +02:00
36c0fb9ea4 Update UiSettingsForm.elm 2021-06-13 21:12:54 +02:00
d93f08a63a Update SourceManage.elm 2021-06-13 00:36:39 +02:00
78fa0920a7 Update SourceForm.elm
Line 72: Not sure but i think it sounds a bit better :)
Line 77: What is a glob?
2021-06-13 00:31:19 +02:00
77760da156 Update SearchMenu.elm 2021-06-13 00:24:55 +02:00
3a0fb82489 Update ScanMailboxForm.elm
A long attempt to simplify or shorten nested sentences without affecting the information content:

Line 179: As normal user i don't know what a "Glob" is.
Line 190: "...die hier definiert wird..." --> I think that's redundant. Where else? Or not?
Line 196:  ...löschen (falls *kein* Zielordner angegeben ist). --> would actually be enough or?
2021-06-13 00:22:13 +02:00
3cdbd8c033 Update OrgTable.elm
Is "Typ" better than "Art" or maybe "Verwenden als...."?
2021-06-12 23:44:28 +02:00
8791326d6a Fix openapi linter warnings 2021-06-12 21:50:51 +02:00
bae27b644b Update HttpError.elm 2021-06-11 00:20:58 +02:00
87f3542a80 Update FolderDetail.elm 2021-06-11 00:19:05 +02:00
fe42fb212e Update EquipmentManage.elm 2021-06-11 00:16:40 +02:00
e69ef578a7 Update EquipmentForm.elm 2021-06-11 00:15:15 +02:00
fc3da2c197 Update DetailEdit.elm 2021-06-11 00:11:41 +02:00
16cbe09fa7 Update CustomFieldInput.elm 2021-06-11 00:06:58 +02:00
a204cddef8 Update CustomFieldForm.elm 2021-06-11 00:05:26 +02:00
b8d7b643a1 Update CollectiveSettingsForm.elm 2021-06-11 00:02:33 +02:00
60b6ad9663 Update ClassifierSettingsForm.elm
Line 66,67: I think that's a little clearer straight away.
2021-06-10 23:58:29 +02:00
32ffa43745 Update CalEventInput.elm
Is "Anstehend" better than "Nächste Zeiten"?
2021-06-10 23:52:34 +02:00
f252c9cfcb Update AttachmentMeta.elm
I think in German one speaks more of "Absender", "Empfänger" and "Unternehmen". Is "Ausstattung" better than "Zubehör"? I think the due date implies the date in German usage. The date could therefore be left out.
Since the equipment is only available from the recipient, in my opinion the recipient could be left out. The position in the sidebar must of course always be arranged under recipient.
2021-06-10 23:49:17 +02:00
7ec0668f03 Use a single place to create values for bool custom fields 2021-06-10 01:30:53 +02:00
29cfa035f4 Add boolean custom field immediately with value false
The time the user selects this field it should be pushed to the
server, because the initial value of "false" is a correct value. All
other fields require the user to type something first.
2021-06-10 01:30:53 +02:00
bf74e3aa23 Don't toggle dropdown on space
Closing the dropdown menu is now possible with ESC. Space will only
open the dropdown, but not close it. So now it's possible to type a
space into the search field.

Fixes: #863
2021-06-09 22:18:18 +02:00
481d31ee74 Hide content search field when fulltext is not enabled 2021-06-07 21:30:41 +02:00
ac7d00c28f Refactor re-index task 2021-06-07 21:17:29 +02:00
3ee0846e19 Remove fts_migration table
It is now stored it SOLR instead.
2021-06-07 17:53:47 +02:00
5205ee0623 Store solr migration state in a solr document 2021-06-07 17:53:37 +02:00