Commit Graph

2979 Commits

Author SHA1 Message Date
c48be04ac3 Merge pull request #876 from scala-steward/update/sbt-1.5.4
Update sbt to 1.5.4
2021-06-14 05:02:01 +00:00
2b9a061e6d Update sbt to 1.5.4 2021-06-14 06:51:41 +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
9a070d48d0 Merge pull request #875 from scala-steward/update/commons-io-2.10.0
Update commons-io to 2.10.0
2021-06-13 16:28:20 +00:00
6804a59755 Update commons-io to 2.10.0 2021-06-13 18:18:18 +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
8ece7aa45c Merge pull request #874 from eikek/api-docs
Api docs fixes and nicer design
2021-06-12 20:10:44 +00:00
1ca800a38e Add short text about editing openapi files to dev docs 2021-06-12 21:54:28 +02:00
b1740fb305 Add openapi linting to sbt's lint alias 2021-06-12 21:50:51 +02:00
8791326d6a Fix openapi linter warnings 2021-06-12 21:50:51 +02:00
1e685a9ea2 Update sbt openapi plugin and use redoc for documentation 2021-06-12 19:04:27 +02:00
8d15737693 Update dependency glob-parent to 5.1.2 [SECURITY] 2021-06-12 08:38:16 +00:00
630b030c5d Update dependency normalize-url to 4.5.1 [SECURITY] 2021-06-12 08:07:07 +00: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
6275802f44 Merge pull request #868 from scala-steward/update/pdfbox-2.0.24
Update pdfbox to 2.0.24
2021-06-10 20:28:33 +00:00
e25f7ef63e Merge pull request #869 from scala-steward/update/postgresql-42.2.21
Update postgresql to 42.2.21
2021-06-10 20:27:12 +00:00
623b0207f2 Update postgresql to 42.2.21 2021-06-10 22:17:34 +02:00
84f60895fb Update pdfbox to 2.0.24 2021-06-10 22:17:29 +02:00
efa0b94d4a Merge pull request #866 from scala-steward/update/flyway-core-7.10.0
Update flyway-core to 7.10.0
2021-06-10 19:32:34 +00:00
3e11414e65 Merge pull request #867 from eikek/fix/842-bool-custom-field
Fix/842 bool custom field
2021-06-10 19:19:26 +00:00
d445cd6c15 Update flyway-core to 7.10.0 2021-06-10 14:21:30 +02:00
363cd59746 Merge pull request #865 from scala-steward/update/pureconfig-0.16.0
Update pureconfig to 0.16.0
2021-06-10 02:38:09 +00:00
3ee4484980 Update pureconfig to 0.16.0 2021-06-10 04:27:57 +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
9da47cd76c Merge pull request #864 from eikek/fix/863-dropdown-space
Don't toggle dropdown on space
2021-06-09 20:40:01 +00: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
f06d10d7f7 Fix nightly workflow 2021-06-08 22:33:12 +02:00
ba35caa523 Merge pull request #861 from eikek/multi-arch-docker
Docker buildx setup
2021-06-08 21:46:31 +02:00
76e47310ce Docker buildx setup for multiple architectures 2021-06-08 21:29:36 +02:00
91792e24e1 Merge pull request #860 from scala-steward/update/sbt-scalajs-1.6.0
Update sbt-scalajs, scalajs-compiler, ... to 1.6.0
2021-06-08 16:41:43 +00:00
6e3e2aefdc Update sbt-scalajs, scalajs-compiler, ... to 1.6.0 2021-06-08 18:32:41 +02:00
4091130908 Fix documentation about the current job page 2021-06-07 22:47:24 +02:00
ecc1e44e29 Merge pull request #857 from eikek/solr-migration
Improve Solr migration
2021-06-07 20:10:48 +00:00
5d05d19d32 Update docs 2021-06-07 21:55:00 +02:00