Commit Graph

4819 Commits

Author SHA1 Message Date
dd763e7796 Fix potential infinite loop
The code removed here was copied from another project some years back.
Now there is an improved version in fs2 that can be used.

Fixes: #2376
2023-11-12 13:04:03 +01:00
c0ce1fa8bc Merge pull request #2368 from madduck/fix-ph-fts-update
Replace `sql""` with `fr""` to ensure trailing spaces
2023-11-12 12:53:39 +01:00
d26f1d29c7 Pass a Timestamp to set-date, not a Long
Signed-off-by: martin f. krafft <madduck@madduck.net>
2023-11-12 12:06:43 +01:00
ffce5868a6 Make timestamp a 64bit integer
Signed-off-by: martin f. krafft <madduck@madduck.net>
2023-11-12 12:06:43 +01:00
c1910ae000 Add documentation for #2362
Document the new `set-date` addon action introduced by #2362.

Signed-off-by: martin f. krafft <madduck@madduck.net>
2023-11-12 12:06:43 +01:00
658f41595f Website: fix internal links
Signed-off-by: martin f. krafft <madduck@madduck.net>
2023-11-12 11:41:37 +01:00
8d560b71ac Reformat source with sbt-fix
Signed-off-by: martin f. krafft <madduck@madduck.net>
2023-11-11 20:41:01 +01:00
1ad17150ce Update dependency @tailwindcss/forms to v0.5.7 2023-11-11 01:46:50 +00:00
f1986fc518 Replace sql"" with fr"" to ensure trailing spaces
Thanks to @eikek for the suggestion. This PR replaces all occurrences of
`sql""` with `fr""` (cf.
[interpolators](https://tpolecat.github.io/doobie/docs/08-Fragments.html#whitespace-handling).

Fixes: #2367
Signed-off-by: martin f. krafft <madduck@madduck.net>
2023-11-10 16:40:26 +01:00
fe56ee0d5c Merge pull request #2366 from eikek/update/mariadb-java-client-3.3.0
Update mariadb-java-client to 3.3.0
2023-11-09 06:40:31 +00:00
0a6a749fcf Update mariadb-java-client to 3.3.0 2023-11-09 06:27:58 +00:00
d07399dbe8 Merge pull request #2365 from eikek/update/imageio-jpeg-3.10.1
Update imageio-jpeg, imageio-tiff to 3.10.1
2023-11-08 06:34:46 +00:00
51f8726084 Update imageio-jpeg, imageio-tiff to 3.10.1 2023-11-08 06:26:54 +00:00
69602527b6 Merge pull request #2362 from v6ak/feature/2345-setting-item-date-from-addons
Setting item date from addons (#2345)
2023-11-07 17:52:18 +01:00
f499770145 Merge pull request #2363 from v6ak/feature/fix-addon-execution-result-monoid-identity
Fix AddonExecutionResult monoid identity
2023-11-07 17:51:22 +01:00
b4a77c6a95 Fix AddonExecutionResult monoid identity 2023-11-07 14:27:37 +01:00
6dd30035f3 Setting item date from addons (#2345) 2023-11-07 09:06:16 +01:00
a8b2081acd Merge pull request #2360 from eikek/update/fs2-core-3.9.3
Update fs2-core, fs2-io to 3.9.3
2023-11-07 06:35:30 +00:00
fbcbbd2fb9 Update fs2-core, fs2-io to 3.9.3 2023-11-07 06:26:54 +00:00
a7f7743639 Merge pull request #2359 from eikek/2358-fix-server-startup
Fix http server startup
2023-11-06 22:57:24 +00:00
a9b0c0e086 Fix http server startup
Closes: #2358
2023-11-06 23:43:31 +01:00
2ce6536d0b Merge pull request #2357 from eikek/fix-docker-build
Remove pip3 install
2023-11-06 15:40:17 +00:00
bb181f1819 Remove pip3 install
And hope the ocrmypdf installed via apk is working now.
2023-11-06 16:23:42 +01:00
e3f2fcb3f7 Merge pull request #2355 from eikek/update-doobie
Update doobie to 1.0.0-RC4
2023-11-06 10:56:07 +00:00
4874739e18 Update doobie to 1.0.0-RC4 2023-11-06 11:43:02 +01:00
3cb0172312 Fix java version for release workflows 2023-11-06 10:51:09 +01:00
667cd3b920 Merge pull request #2354 from eikek/build-updates
Build updates
2023-11-05 23:19:05 +00:00
fe4a300b0e Update pdfbox to 3.0.0 2023-11-06 00:06:49 +01:00
84612bc7e7 Update scribe 2023-11-06 00:06:49 +01:00
9ecd11ed7f Update jwt-circe 2023-11-05 23:43:17 +01:00
bf0f692cd9 Update flyway and set jdk17 as requirement 2023-11-05 23:43:17 +01:00
46faa7aa40 Update circe to 0.15.x 2023-11-05 20:30:28 +01:00
d806a6a65e Update binny to 0.10.0 2023-11-05 20:30:28 +01:00
c0f684eb0d Merge pull request #2348 from rehanone/update/scala-fs2-despendencies
Updated fs2 and related dependencies
2023-11-01 07:36:44 +01:00
2a39b2f6a6 Updated following dependencies as they need changes to the code to work properly:
- Scala
- fs2
- http4s
2023-10-31 14:24:00 -04:00
c9ebd15b23 Merge pull request #2338 from rehanone/update-http4s-server
Replace `http4s-blaze-server` with `http4s-ember-server`.
2023-10-31 11:02:51 +01:00
e9a26fb8d1 Merge pull request #2346 from eikek/update/icu4j-74.1
Update icu4j to 74.1
2023-10-31 06:40:37 +00:00
c9e586dc80 Update icu4j to 74.1 2023-10-31 06:26:22 +00:00
5d6f9abeb4 Merge pull request #2344 from eikek/update/kittens-3.1.0
Update kittens to 3.1.0
2023-10-27 06:40:36 +00:00
31a912db7a Update kittens to 3.1.0 2023-10-27 06:26:47 +00:00
5cfaf09d0e Merge pull request #2343 from eikek/update/commons-io-2.15.0
Update commons-io to 2.15.0
2023-10-26 06:42:51 +00:00
f08f3d2d52 Update commons-io to 2.15.0 2023-10-26 06:27:51 +00:00
8a10e9c713 Update dependency tailwindcss to v3.3.5 2023-10-25 20:05:23 +00:00
a883ef94bb Merge pull request #2339 from eikek/update/scalafmt-core-3.7.15
Update scalafmt-core to 3.7.15
2023-10-25 06:42:09 +00:00
3911c62f41 Update scalafmt-core to 3.7.15 2023-10-25 06:27:31 +00:00
343d5575e4 Replace http4s-blaze-server with http4s-ember-server. 2023-10-24 17:58:21 -04:00
9a3a80311d Update dependency tailwindcss to v3.3.4 2023-10-24 21:24:44 +00:00
f7f93c5b2a Merge pull request #2315 from rehanone/develop/ember-client
Replace `http4s-blaze-client` with `http4s-ember-client`.
2023-10-23 23:22:57 +02:00
438d1653c9 Replace http4s-blaze-client with http4s-ember-client. 2023-10-23 10:03:32 -04:00
1fb3a32dcc Merge pull request #2333 from eikek/update/sbt-1.9.7
Update sbt to 1.9.7
2023-10-23 06:44:24 +00:00