renovate[bot]
0dc3089739
Update dependency gradle to v8.12 ( #1211 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-12 14:46:22 -05:00
renovate[bot]
789ef0d783
Update dependency io.mockk:mockk to v1.13.16 ( #1210 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-12 14:46:11 -05:00
renovate[bot]
092db1106d
Update dependency ch.qos.logback:logback-classic to v1.5.16 ( #1209 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-12 14:46:01 -05:00
renovate[bot]
5f4b5bc570
Update dependency io.javalin:javalin to v6.4.0 ( #1205 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-12 14:45:36 -05:00
Mitchell Syer
32581fcd5a
[WIP] Customize JRE ( #1177 )
...
* Customize JRE
* Fix build push
* Run test
* Where is jre
* Try this
* Fix debain-all and linux-assets
* Stop ref-master for test
* Revert "Stop ref-master for test"
This reverts commit 8e34a12247 .
* Revert "Run test"
This reverts commit dad629aaff .
2025-01-12 14:45:22 -05:00
robo
b14d28c406
new icons ( #1222 )
...
Co-authored-by: Robonau <30987265+Robonau@users.noreply.github >
2025-01-09 09:02:37 -05:00
schroda
1d1535dc55
Send dequeue download mutation response ( #1218 )
...
Response was never sent due to incorrect updates filter condition
2025-01-01 21:26:01 -05:00
schroda
de942440e3
Handle missing track search results on bind ( #1196 )
...
It's possible that a manga is bound to a tracker while there is no search result.
This happens when e.g. restoring a backup which includes track bindings for which there was never a tracker search.
In that case when trying to e.g. copy the binding to another manga, the mutation would fail due to not finding a search result.
These cases can be handled by additionally checking the TrackRecordTable to get the necessary track info.
2024-12-10 19:50:16 -05:00
renovate[bot]
b58fc39cf1
Update dependency io.github.oshai:kotlin-logging-jvm to v7.0.3 ( #1191 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-07 23:56:51 -05:00
Mitchell Syer
2e3af25dd4
Fix usage of deprecated functions ( #1192 )
...
* Fix usage of deprecated functions
* lint
* Lint
* Another
2024-12-07 23:56:42 -05:00
schroda
1d541a30ae
Feature/update to exposed v0.57.0 ( #1150 )
...
* Update to exposed-migrations v3.5.0
* Update to kotlin-logging v7.0.0
* Update to exposed v0.46.0
* Update to exposed v0.47.0
* Update to exposed v0.55.0
* Update to exposed v0.56.0
* Update to exposed v0.57.0
2024-12-07 23:49:11 -05:00
renovate[bot]
f926714544
Update dependency com.pinterest.ktlint:ktlint-cli to v1.5.0 ( #1182 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-07 14:28:09 -05:00
renovate[bot]
f68849d3a5
Update dependency com.russhwolf:multiplatform-settings-jvm to v1.3.0 ( #1176 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-07 14:27:54 -05:00
renovate[bot]
2111232f42
Update kotlin monorepo to v2.1.0 ( #1170 )
...
* Update kotlin monorepo to v2.1.0
* Fix build warnings
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Syer10 <syer10@users.noreply.github.com >
2024-12-07 14:27:47 -05:00
Mitchell Syer
088552bf56
Fix Deprecation Warnings ( #1187 )
2024-12-07 14:13:06 -05:00
Mitchell Syer
3eabbc9770
Manually update GraphQL-Java to fix subscription data loaders ( #1186 )
2024-12-07 14:12:56 -05:00
renovate[bot]
8e3b8df497
Update dependency com.android.tools.build:apksig to v8.7.3 ( #1179 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-07 14:12:25 -05:00
renovate[bot]
06a5aaaa72
Update dependency com.fasterxml.jackson.core:jackson-databind to v2.18.2 ( #1175 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-07 14:12:00 -05:00
renovate[bot]
97c4f14094
Update dependency org.jsoup:jsoup to v1.18.3 ( #1169 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-07 14:11:43 -05:00
renovate[bot]
1fa7f18235
Update plugin ktlint to v12.1.2 ( #1166 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-07 14:11:33 -05:00
renovate[bot]
b309d2fd4a
Update dependency gradle to v8.11.1 ( #1161 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-07 14:11:22 -05:00
are-are-are
372b56bb1b
add manga description ( #1165 )
2024-11-23 18:22:21 -05:00
schroda
3325a36cae
Allow cors with credentials ( #1163 )
...
"anyHost" is not allowed in combination with "Access-Control-Allow-Credentials" (https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API/Using_Fetch#sect2 ).
At least the default webUI always includes credentials which causes a cors policy violation
2024-11-22 20:00:25 -05:00
schroda
38673bbff4
Handle missing credentials as being invalid ( #1164 )
...
In case the credentials were missing the basic authentication was just bypassed
2024-11-22 20:00:16 -05:00
Mitchell Syer
fb51834153
Fix RealUrl ( #1162 )
2024-11-20 22:57:42 -05:00
renovate[bot]
3a932a1e8a
[skip ci] Update plugin buildconfig to v5.5.1 ( #1157 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-19 17:09:04 -05:00
schroda
53c61bcb17
Serve webui on all unmatched routes ( #1156 )
...
with "/root" only "http:localhost:4567" opened the webui all other endpoints resulted in "Endpoint GET /endpoint not found"
2024-11-17 21:11:40 -05:00
schroda
6951b4b20d
Remove "grapqhl log level" setting ( #1155 )
...
internal logging was removed with graphql-java v22.0
2024-11-17 21:11:26 -05:00
Mitchell Syer
746f9f1a11
[WIP] Switch to GraalJS Engine ( #793 )
...
* Switch to GraalJS Engine
* Update Polygot
2024-11-17 15:24:08 -05:00
renovate[bot]
9a7344ccbe
Update dependency ch.qos.logback:logback-classic to v1.5.12 ( #1151 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-17 15:07:59 -05:00
renovate[bot]
ab2fb8747f
Update jackson monorepo to v2.18.1 ( #1148 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-17 15:04:28 -05:00
renovate[bot]
9cd8cb3d54
Update dependency io.javalin:javalin to v6 ( #1152 )
...
* Update dependency io.javalin:javalin to v6
* Simple compile fixes
* Simple compile fixes pass 2
* Add results to futures
* Setup jetty server and api routes
* Setup Cors
* Setup basic auth
* Documentation stubs
* Replace chapter mutex cache
* Fix compile
* Disable Jetty Logging
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Syer10 <syer10@users.noreply.github.com >
2024-11-17 15:00:53 -05:00
renovate[bot]
ba1c2845b6
chore(deps): update plugin buildconfig to v5 ( #1135 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-17 12:50:42 -05:00
renovate[bot]
065aa19e9e
Update graphqlkotlin to v8 (major) ( #1143 )
...
* Update graphqlkotlin to v8
* Go back to JsonMapper
* Add context to data loaders
* Compile fixes
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Syer10 <syer10@users.noreply.github.com >
2024-11-17 12:50:33 -05:00
Mitchell Syer
4c2a05c3a6
Update Java to 21 ( #1149 )
...
* Update Java to 21
* Update Readme
2024-11-17 12:17:39 -05:00
Syer10
fd45c0740c
[skip ci] Update Renovate config
2024-11-16 13:00:09 -05:00
Syer10
e44bf920fa
[skip ci] Update Renovate config
2024-11-16 12:47:53 -05:00
renovate[bot]
8a327b2dff
[skip ci] chore(config): migrate config renovate.json ( #1144 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-16 12:41:15 -05:00
Syer10
6ece7e2596
Update Renovate config
2024-11-16 12:37:02 -05:00
renovate[bot]
2e2ce98be3
fix(deps): update dependency com.pinterest.ktlint:ktlint-cli to v1.4.1 ( #1126 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-15 21:39:15 -05:00
renovate[bot]
fe4c2392db
chore(deps): update plugin ktlint to v12 ( #1136 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-15 21:31:04 -05:00
schroda
320a0971b4
Fix/gql download subscription ( #1137 )
...
* Properly set download update type on exceptions
* Always send FINISHED download update to client for deprecated subscription
By the time the status was sent to the client, the finished download item was already removed from the queue, causing the client to never get the latest status, thus, having an outdated cache
Regression introduced with 168b76cb0c
2024-11-15 21:30:09 -05:00
renovate[bot]
bfb70b6a05
fix(deps): update dependency com.ibm.icu:icu4j to v76 ( #1140 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-15 21:29:28 -05:00
renovate[bot]
a68af62748
fix(deps): update twelvemonkeys to v3.12.0 ( #1133 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-15 21:29:11 -05:00
renovate[bot]
52bd5ce5cc
fix(deps): update kotlinx-coroutines monorepo to v1.9.0 ( #1132 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-15 21:28:44 -05:00
renovate[bot]
b93d486348
fix(deps): update dependency org.bouncycastle:bcprov-jdk18on to v1.79 ( #1127 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-15 21:28:30 -05:00
renovate[bot]
d193c58e5f
fix(deps): update dependency androidx.annotation:annotation to v1.9.1 ( #1121 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-15 21:28:15 -05:00
renovate[bot]
6ac2a61793
Update serialization to v1.7.3 ( #1119 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-14 18:09:02 -05:00
renovate[bot]
a45c6f2197
Update kotlin monorepo to v2.0.21 ( #1117 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-14 18:08:53 -05:00
renovate[bot]
71d639bf19
Update dependency io.mockk:mockk to v1.13.13 ( #1116 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-14 18:08:41 -05:00