Eike Kettner
b150269528
Add a load-more button to item list
2020-06-06 11:05:15 +02:00
Eike Kettner
e5b90eff34
Allow client to load items in batches
2020-06-06 11:05:15 +02:00
Eike Kettner
062618bf86
Fix typos in documentation
2020-06-03 23:50:48 +02:00
Eike Kettner
465406738d
Update sbt to 1.3.12
2020-06-01 21:10:33 +02:00
Eike Kettner
74e57b58ff
Update commons-io to 2.7
2020-06-01 21:08:49 +02:00
mergify[bot]
2ed7f40b0b
Merge pull request #136 from scala-steward/update/flexmark-0.61.34
...
Update flexmark, ... to 0.61.34
2020-05-28 06:26:00 +00:00
Scala Steward
3b0bba9d2b
Update flexmark, ... to 0.61.34
2020-05-28 08:18:46 +02:00
Eike Kettner
2efb0210af
Authorize first on integration route
2020-05-28 07:33:14 +02:00
Eike Kettner
4e0d95a213
Allow to check availability of the integration endpoint
2020-05-27 23:55:45 +02:00
Eike Kettner
7b64cdd0c1
Add missing integration-endpoint in openapi spec
...
This got forgotten to add in openapi, it is already implemented.
2020-05-27 23:40:50 +02:00
Eike Kettner
6165b6b8c6
Set default value for allowed-ips protection to false
...
The endpoint is disabled by default, no matter what protection modes
are enabled. If all are disabled, then the endpoint is not
protected (if enabled by an admin). Conversely, if all protection
modes are enabled, they all must succeed.
All protection modes should be off by default, so the user would
choose one. It is confusing, if a user enables one and doesn't realize
that another one is also enabled by default.
2020-05-27 23:30:52 +02:00
mergify[bot]
efcf857cf0
Merge pull request #134 from scala-steward/update/flyway-core-6.4.3
...
Update flyway-core to 6.4.3
2020-05-27 16:28:35 +00:00
Scala Steward
ff0828e8f7
Update flyway-core to 6.4.3
2020-05-27 18:21:10 +02:00
Eike Kettner
5679ac4858
Remove references to pdf in the doc
...
It's not only for pdf files anymore.
2020-05-27 00:44:04 +02:00
mergify[bot]
c8b5ae7c9d
Merge pull request #133 from scala-steward/update/scalafmt-core-2.5.3
...
Update scalafmt-core to 2.5.3
2020-05-26 02:41:44 +00:00
Scala Steward
865a19af4e
Update scalafmt-core to 2.5.3
2020-05-26 04:35:22 +02:00
Eike Kettner
3d902c3273
Add a docker image for watching a directory
2020-05-25 19:43:06 +02:00
Eike Kettner
f33c2a2293
Set version to 0.7.0-SNAPSHOT
2020-05-25 17:58:05 +02:00
Eike Kettner
0b7cc0ec6b
Update nix and docker setups
2020-05-25 17:57:41 +02:00
Eike Kettner
9caa074657
Set version to 0.6.0
2020-05-25 17:29:57 +02:00
Eike Kettner
e882b87f15
Update changelog and small doc fixes
2020-05-25 17:29:50 +02:00
Eike Kettner
50a4b5ccb9
Hide delete button on new form
2020-05-25 17:03:31 +02:00
Eike Kettner
8bbde5a181
Update emil to 0.6.1
2020-05-25 16:54:17 +02:00
Eike Kettner
4b0eb650f2
Rename package to avoid name clashes
2020-05-25 16:22:09 +02:00
Eike Kettner
b4da523347
Update nixos modules with new config options
2020-05-25 15:32:03 +02:00
Eike Kettner
56624515a5
ScalafmtAll
2020-05-25 13:56:06 +02:00
Eike Kettner
2e88207ff1
Post process all extracted text
...
Removes 0 bytes and leading/trailing whitespace
2020-05-25 13:56:06 +02:00
Eike Kettner
4e22361985
Documentation updates
2020-05-25 09:52:19 +02:00
Eike Kettner
ee394eae86
Try streamline the different impls for MimeType
2020-05-25 09:24:24 +02:00
Eike Kettner
7bbc41467c
Fix typos
2020-05-25 09:24:24 +02:00
mergify[bot]
0d55214bd1
Merge pull request #132 from scala-steward/update/swagger-ui-3.25.4
...
Update swagger-ui to 3.25.4
2020-05-25 02:20:17 +00:00
Scala Steward
2c4b1d947e
Update swagger-ui to 3.25.4
2020-05-25 04:13:10 +02:00
eikek
03a67d672e
Merge pull request #131 from eikek/attachmen-reorder
...
Attachmen reorder
2020-05-24 22:49:40 +02:00
Eike Kettner
3d285d7092
Update changelog
2020-05-24 17:50:28 +02:00
Eike Kettner
81a1b7af0b
Make the current drop target visible
2020-05-24 17:48:02 +02:00
Eike Kettner
90e039ceb3
Change attachments position via drag-and-drop
2020-05-24 17:30:25 +02:00
Eike Kettner
3cb738568f
Allow to change position of attachments
2020-05-24 17:30:25 +02:00
Eike Kettner
6807ce4d2f
Move utility functions into a Util file
2020-05-24 15:58:09 +02:00
eikek
324476c1a9
Merge pull request #130 from eikek/add-attachment
...
Add attachment
2020-05-24 15:46:24 +02:00
Eike Kettner
bcd13bed94
Show information on what files to upload
2020-05-24 15:13:30 +02:00
Eike Kettner
4694433e38
Fix attachment positions
...
It worked for new items, because the implicit offset was 0. when
adding archives to existing items, there are already attachments and
the new attachments are added to the end. This won't work if files are
added concurrently, because there is no quick and reliable way to
determine the offset then.
2020-05-24 15:13:30 +02:00
Eike Kettner
1dde43e092
Only process attachments in task arguments
...
When files are added to an item, the attachments already present must
not be "re-processed".
2020-05-24 13:29:38 +02:00
Eike Kettner
4e49c78e72
Change some log levels of item processing task
2020-05-24 12:54:35 +02:00
Eike Kettner
938866fb84
Update changelog
2020-05-24 12:04:39 +02:00
Eike Kettner
973847807f
Update add item view with upload progress info
2020-05-24 11:48:49 +02:00
Eike Kettner
24caba1457
Refactor UploadRoutes to remove duplicate code
2020-05-24 11:48:49 +02:00
Eike Kettner
f519a8effa
Check for an existing item before attempting to add files
2020-05-24 11:48:49 +02:00
Eike Kettner
075b665c68
Add some more tlds to look for
2020-05-24 11:48:49 +02:00
Eike Kettner
6501060730
Make notes more prominent. Fix heading in mail form
2020-05-23 20:15:55 +02:00
Eike Kettner
b8267f60c1
Fix edit notes rendering
...
It must be outside the iframe tree, to not modify it when it
appears/disappears.
2020-05-23 20:15:55 +02:00