Commit graph

2581 commits

Author SHA1 Message Date
github-actions
0f1a7f26bb chore(release): 1.6.3 [skip ci] 2023-10-20 10:05:59 +00:00
github-actions
e662187b9e chore(release): 1.6.2 [skip ci] 2023-10-20 09:20:34 +00:00
Gauthier Roebroeck
67ee5478ca refactor(webui): reorder server settings components 2023-10-20 17:06:13 +08:00
Gauthier Roebroeck
a837988108 feat(webui): configure number of task processing threads from server settings 2023-10-20 16:50:39 +08:00
Gauthier Roebroeck
9ef319b703 feat(api): configure number of task processing threads 2023-10-20 16:50:02 +08:00
Gauthier Roebroeck
528eddb94c fix(komga): sometimes tasks would not be seen as available 2023-10-20 16:49:04 +08:00
Gauthier Roebroeck
6d5d69532a fix(komga): do not cache PDF documents
this can cause some issues when multiple tasks are running in parallel
2023-10-19 15:54:00 +08:00
dependabot[bot]
3467d90bf7
deps(webui-dev): bump @babel/traverse from 7.22.17 to 7.23.2 2023-10-19 12:38:55 +08:00
Gauthier Roebroeck
06367903b4 ci(dependabot): attempt to fix dependabot config 2023-10-19 12:25:42 +08:00
Gauthier Roebroeck
ff06e0623b fix(webreader): hide setting series poster menu for oneshots 2023-10-19 12:15:41 +08:00
Gauthier Roebroeck
d8af49618a fix(api): prevent setting series poster for oneshots 2023-10-19 12:15:16 +08:00
Gauthier Roebroeck
4f4cad2610 ci: cleanup conveyor output to reduce disk space 2023-10-19 12:06:47 +08:00
github-actions
1fb93dfa38 chore(release): 1.6.1 [skip ci] 2023-10-18 09:42:51 +00:00
Gauthier Roebroeck
0d9184e7b6 fix(komga-tray): missing jdk modules preventing SSL connections 2023-10-18 17:12:44 +08:00
Gauthier Roebroeck
db06919898 refactor(komga-tray): add more logs around open explorer action 2023-10-18 16:30:49 +08:00
Gauthier Roebroeck
a47eddbbac fix(komga-tray): some tasks would not be run on startup 2023-10-18 16:20:06 +08:00
github-actions
f2f25088be chore(release): 1.6.0 [skip ci] 2023-10-18 07:06:39 +00:00
Hosted Weblate
e032f9430b i18n: translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (711 of 711 strings)

i18n: translated using Weblate (Chinese (Simplified))

Currently translated at 98.7% (702 of 711 strings)

i18n: translated using Weblate (Chinese (Simplified))

Currently translated at 100.0% (701 of 701 strings)

i18n: translated using Weblate (Chinese (Simplified))

Currently translated at 100.0% (700 of 700 strings)

Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: TnZzZHlp <yaofq666666@gmail.com>
Co-authored-by: 高坂京介 <1006945671@qq.com>
Translate-URL: https://hosted.weblate.org/projects/komga/webui/zh_Hans/
Translation: komga/webui
2023-10-18 14:55:46 +08:00
Hosted Weblate
4caaa348e2 i18n: translated using Weblate (Spanish)
Currently translated at 100.0% (711 of 711 strings)

i18n: translated using Weblate (Spanish)

Currently translated at 100.0% (701 of 701 strings)

Co-authored-by: 1024mb <1024mb@users.noreply.hosted.weblate.org>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/komga/webui/es/
Translation: komga/webui
2023-10-18 14:55:46 +08:00
Gauthier Roebroeck
b19e799338 feat(komga): generate mosaic thumbnails with the quality configured in server settings 2023-10-18 14:10:09 +08:00
Gauthier Roebroeck
6e6f8b71ad refactor(komga): remove Serializable 2023-10-18 11:05:46 +08:00
Gauthier Roebroeck
5fe4e3e778 perf(komga): submit tasks in bulk 2023-10-18 10:17:27 +08:00
Gauthier Roebroeck
1fcef0e5c0 build(komga): fix gradle task dependencies 2023-10-17 15:41:57 +08:00
Gauthier Roebroeck
b7aa120258 perf(komga): replace Artemis for background task handling
the replacement solution is in-house built on top of a dedicated sqlite database

Closes: #1038
2023-10-17 14:36:55 +08:00
Gauthier Roebroeck
572a176616 test(komga): disable AuthenticationActivityCleanupController during tests 2023-10-17 14:09:33 +08:00
Gauthier Roebroeck
77ccb9e391 refactor(komga): simplify some background tasks 2023-10-17 14:09:33 +08:00
Gauthier Roebroeck
9abb26196c refactor(komga): use extension function 2023-10-13 16:06:30 +08:00
Gauthier Roebroeck
cafe669d15 refactor(komga): add support for multiple data sources 2023-10-13 16:06:01 +08:00
Gauthier Roebroeck
ae32b854c3 refactor(komga): convert Task.uniqueId to a property 2023-10-13 16:00:45 +08:00
Gauthier Roebroeck
12a786ba6e refactor(komga): add functions to send multiple tasks in TaskEmitter 2023-10-13 16:00:19 +08:00
Gauthier Roebroeck
72cf68bb79 test(komga): fix tests following previous changes 2023-10-12 17:13:19 +08:00
Gauthier Roebroeck
545a31401a refactor(komga): replace Artemis with Spring events for domain event publishing 2023-10-12 16:01:32 +08:00
Gauthier Roebroeck
487b43967d perf(komga): better handling of Lucene index when reading and updating 2023-10-12 15:54:09 +08:00
Gauthier Roebroeck
e7fcf23e56 test(komga): coding rule test for no field injection 2023-10-11 14:35:54 +08:00
Gauthier Roebroeck
ac1c824471 feat(webui): dialog to regenerate thumbnails if size has changed 2023-10-11 11:00:53 +08:00
Gauthier Roebroeck
796745a27f feat(api): new endpoint to regenerate thumbnails conditionally 2023-10-11 10:57:26 +08:00
Gauthier Roebroeck
da184c8fb1 refactor(komga): remove empty file 2023-10-10 15:31:58 +08:00
Gauthier Roebroeck
553016c73d fix(komga): incorrect counts when getting thumbnails without metadata 2023-10-09 18:01:38 +08:00
Gauthier Roebroeck
266f692668 refactor(komga): rename task 2023-10-09 18:00:49 +08:00
Gauthier Roebroeck
f0b1abe884 feat(webui): configure thumbnail size from server settings 2023-10-09 16:16:51 +08:00
Gauthier Roebroeck
84fe3b72a1 feat(komga): prevent image resizing scale up 2023-10-09 15:57:52 +08:00
Gauthier Roebroeck
5fa789b8d8 feat(api): add thumbnail size server setting
Closes: #1031
Closes: #861
2023-10-09 15:56:58 +08:00
Gauthier Roebroeck
e35d468388 refactor(komga): add backing fields for server settings 2023-10-09 14:10:39 +08:00
Gauthier Roebroeck
7057c28d2f style: ktlint 2023-10-09 13:36:05 +08:00
Gauthier
31c0bb02e3
docs: fix faq link in issue report 2023-10-08 08:38:03 +08:00
Gauthier Roebroeck
64fddbd1cb feat(webui): display thumbnail metadata in edit poster dialog 2023-10-06 16:55:48 +08:00
Gauthier Roebroeck
5b6e9e31cc feat(api): add thumbnail metadata 2023-10-06 16:51:13 +08:00
Gauthier Roebroeck
bb13c0c3b0 feat(komga): store filesize, media type and dimensions for thumbnails 2023-10-06 15:41:40 +08:00
Gauthier Roebroeck
0b3748aae1 build(changelog): group dependencies in separate category 2023-10-05 12:23:09 +08:00
Gauthier Roebroeck
9d0a533897 refactor(opds): remove chunky specific code as chunky doesn't work anymore with Komga 2023-10-05 12:08:36 +08:00